From ff64cb0cec9be50ddcca59cfd0cb40b59960929e Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Wed, 5 May 2021 09:46:12 -0400 Subject: [PATCH] fixed a test failure --- Mage.Sets/src/mage/cards/m/MnemonicBetrayal.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/cards/m/MnemonicBetrayal.java b/Mage.Sets/src/mage/cards/m/MnemonicBetrayal.java index 8d8b3fea86..140c0efb82 100644 --- a/Mage.Sets/src/mage/cards/m/MnemonicBetrayal.java +++ b/Mage.Sets/src/mage/cards/m/MnemonicBetrayal.java @@ -53,11 +53,11 @@ class MnemonicBetrayalExileEffect extends OneShotEffect { public MnemonicBetrayalExileEffect() { super(Outcome.Benefit); - this.staticText = "exile all cards from all opponents’ graveyards. " + + this.staticText = "exile all cards from all opponents' graveyards. " + "You may cast spells from among those cards this turn, " + "and you may spend mana as though it were mana of any type to cast those spells. " + "At the beginning of the next end step, if any of those cards remain exiled, " + - "return them to their owners’ graveyards"; + "return them to their owners' graveyards"; } public MnemonicBetrayalExileEffect(final MnemonicBetrayalExileEffect effect) {