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:
parent
53283938e2
commit
8aaabc7490
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue