mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
[ZNR] fixed Glasspool Mimic text
This commit is contained in:
parent
64e93ad103
commit
04b231f0f2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public final class GlasspoolMimic extends CardImpl {
|
|||
this.addAbility(new EntersBattlefieldAbility(
|
||||
new CopyPermanentEffect(StaticFilters.FILTER_CONTROLLED_CREATURE, new GlasspoolMimicApplier()),
|
||||
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", ""
|
||||
"a creature you control, except it's a Shapeshifter Rogue in addition to its other types.", ""
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue