From 8aaabc749016f78eee755e0fdfd60252914c7dd7 Mon Sep 17 00:00:00 2001 From: Alex Vasile <48962821+Alex-Vasile@users.noreply.github.com> Date: Mon, 24 Oct 2022 22:07:31 -0400 Subject: [PATCH] [NEO] Fix AI hint for Intercessor's Arrest --- Mage.Sets/src/mage/cards/i/IntercessorsArrest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/i/IntercessorsArrest.java b/Mage.Sets/src/mage/cards/i/IntercessorsArrest.java index 0221ebaa97e..16563f5f594 100644 --- a/Mage.Sets/src/mage/cards/i/IntercessorsArrest.java +++ b/Mage.Sets/src/mage/cards/i/IntercessorsArrest.java @@ -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.