forked from External/mage
fix #14032 (Lizard, Connors's Curse)
This commit is contained in:
parent
313651cfc8
commit
6718c744e5
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ public final class LizardConnorssCurse extends CardImpl {
|
||||||
CreatureToken token = new CreatureToken(4, 4, "green Lizard creature with base power and toughness 4/4", SubType.LIZARD)
|
CreatureToken token = new CreatureToken(4, 4, "green Lizard creature with base power and toughness 4/4", SubType.LIZARD)
|
||||||
.withColor("G");
|
.withColor("G");
|
||||||
Ability ability = new EntersBattlefieldTriggeredAbility(
|
Ability ability = new EntersBattlefieldTriggeredAbility(
|
||||||
new BecomesCreatureTargetEffect(token, true, false, Duration.WhileOnBattlefield)
|
new BecomesCreatureTargetEffect(token, true, false, Duration.Custom)
|
||||||
);
|
);
|
||||||
ability.addTarget(new TargetPermanent(0, 1, filter));
|
ability.addTarget(new TargetPermanent(0, 1, filter));
|
||||||
ability.withFlavorWord("Lizard Formula");
|
ability.withFlavorWord("Lizard Formula");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue