mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
fix #12840 (Impostor Mech ability optional)
This commit is contained in:
parent
7bf02e591e
commit
52fdca7cba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue