[DMU] Fixed text on Tear Asunder

This commit is contained in:
Alex Vasile 2022-09-04 19:05:34 -04:00
parent 7aa827e48e
commit 53e1f9ecac

View file

@ -27,7 +27,7 @@ public final class TearAsunder extends CardImpl {
this.addAbility(new KickerAbility("{1}{B}"));
// 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);
}