mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[ZNR] fixed Glasspool Mimic not being optional (#7046)
This commit is contained in:
parent
a1f0c58aa1
commit
dcc6ce9752
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ public final class GlasspoolMimic extends CardImpl {
|
|||
// You may have Glasspool Mimic enter the battlefield as a copy of a creature you control, except it's a Shapeshifter Rogue in addition to its other types.
|
||||
this.addAbility(new EntersBattlefieldAbility(
|
||||
new CopyPermanentEffect(StaticFilters.FILTER_CONTROLLED_CREATURE, new GlasspoolMimicApplier()),
|
||||
null, "You may have {this} enter the battlefield as a copy of a creature you control, " +
|
||||
"except it's a Shapeshifter Rogue in addition to its other types", ""
|
||||
true, null, "You may have {this} enter the battlefield as a copy of " +
|
||||
"a creature you control, except it's a Shapeshifter Rogue in addition to its other types", ""
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue