1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-03 17:00:16 -09:00

[NEO] Fix AI hint for Intercessor's Arrest

This commit is contained in:
Alex Vasile 2022-10-24 22:07:31 -04:00
parent 53283938e2
commit 8aaabc7490

View file

@ -30,7 +30,7 @@ public final class IntercessorsArrest extends CardImpl {
// Enchant permanent
TargetPermanent auraTarget = new TargetPermanent();
this.getSpellAbility().addTarget(auraTarget);
this.getSpellAbility().addEffect(new AttachEffect(Outcome.BoostCreature));
this.getSpellAbility().addEffect(new AttachEffect(Outcome.UnboostCreature));
this.addAbility(new EnchantAbility(auraTarget));
// Enchanted permanent can't attack, block, or crew Vehicles. Its activated abilities can't be activated unless they're mana abilities.