diff --git a/Mage.Sets/src/mage/cards/d/DispellingExhale.java b/Mage.Sets/src/mage/cards/d/DispellingExhale.java index 5125df363e4..074f5564df7 100644 --- a/Mage.Sets/src/mage/cards/d/DispellingExhale.java +++ b/Mage.Sets/src/mage/cards/d/DispellingExhale.java @@ -8,6 +8,7 @@ import mage.abilities.keyword.BeholdDragonAbility; import mage.cards.CardImpl; import mage.cards.CardSetInfo; import mage.constants.CardType; +import mage.target.TargetSpell; import java.util.UUID; @@ -29,6 +30,7 @@ public final class DispellingExhale extends CardImpl { BeheldDragonCondition.instance, "counter target spell unless its controller pays {2}. " + "If a Dragon was beheld, counter that spell unless its controller pays {4} instead" )); + this.getSpellAbility().addTarget(new TargetSpell()); } private DispellingExhale(final DispellingExhale card) {