mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
[DMU] Fixed text on Tear Asunder
This commit is contained in:
parent
7aa827e48e
commit
53e1f9ecac
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public final class TearAsunder extends CardImpl {
|
||||||
this.addAbility(new KickerAbility("{1}{B}"));
|
this.addAbility(new KickerAbility("{1}{B}"));
|
||||||
|
|
||||||
// Exile target artifact or enchantment. If this spell was kicked, exile target nonland permanent instead.
|
// Exile target artifact or enchantment. If this spell was kicked, exile target nonland permanent instead.
|
||||||
this.getSpellAbility().addEffect(new ExileTargetEffect());
|
this.getSpellAbility().addEffect(new ExileTargetEffect().setText("Exile target artifact or enchantment. If this spell was kicked, exile target nonland permanent instead."));
|
||||||
this.getSpellAbility().setTargetAdjuster(TearAsunderAdjuster.instance);
|
this.getSpellAbility().setTargetAdjuster(TearAsunderAdjuster.instance);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue