From 04b231f0f24128a990123ce0273ece4d57391ff7 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Mon, 21 Sep 2020 17:45:55 -0400 Subject: [PATCH] [ZNR] fixed Glasspool Mimic text --- Mage.Sets/src/mage/cards/g/GlasspoolMimic.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/g/GlasspoolMimic.java b/Mage.Sets/src/mage/cards/g/GlasspoolMimic.java index 56d79639a6..ffd0f24364 100644 --- a/Mage.Sets/src/mage/cards/g/GlasspoolMimic.java +++ b/Mage.Sets/src/mage/cards/g/GlasspoolMimic.java @@ -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.", "" )); }