fix #14032 (Lizard, Connors's Curse)

This commit is contained in:
xenohedron 2025-10-26 18:48:31 -04:00
parent 313651cfc8
commit 6718c744e5

View file

@ -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");