[ZNR] fixed Lullmage's Domination text (#7044)

This commit is contained in:
Evan Kranzler 2020-09-21 17:42:24 -04:00
parent 87b1efa546
commit bee8f1d773

View file

@ -48,7 +48,8 @@ public final class LullmagesDomination extends CardImpl {
).setRuleAtTheTop(true));
// Gain control of target creature with converted mana cost X.
this.getSpellAbility().addEffect(new GainControlTargetEffect(Duration.Custom));
this.getSpellAbility().addEffect(new GainControlTargetEffect(Duration.Custom)
.setText("gain control of target creature with converted mana cost X"));
this.getSpellAbility().setTargetAdjuster(LullmagesDominationAdjuster.instance);
}