mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
[TDM] fix Dispelling Exhale not targeting
This commit is contained in:
parent
391f0e256b
commit
b7addc8afc
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import mage.abilities.keyword.BeholdDragonAbility;
|
||||||
import mage.cards.CardImpl;
|
import mage.cards.CardImpl;
|
||||||
import mage.cards.CardSetInfo;
|
import mage.cards.CardSetInfo;
|
||||||
import mage.constants.CardType;
|
import mage.constants.CardType;
|
||||||
|
import mage.target.TargetSpell;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
|
|
@ -29,6 +30,7 @@ public final class DispellingExhale extends CardImpl {
|
||||||
BeheldDragonCondition.instance, "counter target spell unless its controller pays {2}. " +
|
BeheldDragonCondition.instance, "counter target spell unless its controller pays {2}. " +
|
||||||
"If a Dragon was beheld, counter that spell unless its controller pays {4} instead"
|
"If a Dragon was beheld, counter that spell unless its controller pays {4} instead"
|
||||||
));
|
));
|
||||||
|
this.getSpellAbility().addTarget(new TargetSpell());
|
||||||
}
|
}
|
||||||
|
|
||||||
private DispellingExhale(final DispellingExhale card) {
|
private DispellingExhale(final DispellingExhale card) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue