mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
[ZNR] fixed Lullmage's Domination text (#7044)
This commit is contained in:
parent
87b1efa546
commit
bee8f1d773
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue