fix #12840 (Impostor Mech ability optional)

This commit is contained in:
xenohedron 2024-09-15 18:42:30 -04:00
parent 7bf02e591e
commit 52fdca7cba

View file

@ -41,7 +41,7 @@ public final class ImposterMech extends CardImpl {
// You may have Imposter Mech enter the battlefield as a copy of a creature an opponent controls, except its a Vehicle artifact with crew 3 and it loses all other card types.
this.addAbility(new EntersBattlefieldAbility(
new CopyPermanentEffect(StaticFilters.FILTER_OPPONENTS_PERMANENT_A_CREATURE, applier),
new CopyPermanentEffect(StaticFilters.FILTER_OPPONENTS_PERMANENT_A_CREATURE, applier), true,
null, "You may have {this} enter the battlefield as a copy of a creature " +
"an opponent controls, except it's a Vehicle artifact with crew 3 and it loses all other card types.", null
));