From 23fa2e44c767aedebe22a0edd338e31ecfa414a6 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Mon, 21 Sep 2020 17:43:24 -0400 Subject: [PATCH] [ZNR] fixed Jace, Mirror Mage text (#7044) --- Mage.Sets/src/mage/cards/j/JaceMirrorMage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/j/JaceMirrorMage.java b/Mage.Sets/src/mage/cards/j/JaceMirrorMage.java index 8d11c270de4..d5cf845b87b 100644 --- a/Mage.Sets/src/mage/cards/j/JaceMirrorMage.java +++ b/Mage.Sets/src/mage/cards/j/JaceMirrorMage.java @@ -45,7 +45,7 @@ public final class JaceMirrorMage extends CardImpl { this.addAbility(new ConditionalInterveningIfTriggeredAbility( new EntersBattlefieldTriggeredAbility(new JaceMirrorMageCopyEffect()), KickedCondition.instance, "When {this} enters the battlefield, if {this} was kicked, " + - "create a token that's a copy of {this} except it's not legendary and its starting loyalty is 1." + "create a token that's a copy of {this}, except it's not legendary and its starting loyalty is 1." )); // +1: Scry 2.