mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
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)
|
||||
.withColor("G");
|
||||
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.withFlavorWord("Lizard Formula");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue