diff --git a/Mage.Sets/src/mage/cards/g/GlasspoolMimic.java b/Mage.Sets/src/mage/cards/g/GlasspoolMimic.java index 8399e29fa5..56d79639a6 100644 --- a/Mage.Sets/src/mage/cards/g/GlasspoolMimic.java +++ b/Mage.Sets/src/mage/cards/g/GlasspoolMimic.java @@ -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", "" )); }