From bb46ac5ad6ea887ab7e08c7bca4dfc1c22891748 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Fri, 30 Apr 2021 08:46:37 -0400 Subject: [PATCH] fixed verify failure --- Mage.Sets/src/mage/cards/c/ConundrumSphinx.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/c/ConundrumSphinx.java b/Mage.Sets/src/mage/cards/c/ConundrumSphinx.java index 41a050d5d5..ccb85bff6c 100644 --- a/Mage.Sets/src/mage/cards/c/ConundrumSphinx.java +++ b/Mage.Sets/src/mage/cards/c/ConundrumSphinx.java @@ -55,7 +55,7 @@ class ConundrumSphinxEffect extends OneShotEffect { super(Outcome.DrawCard); staticText = "each player chooses a card name. Then each player reveals the top card of their library. " + "If the card a player revealed has the name they chose, that player puts it into their hand. " + - "If it doesn’t, that player puts it on the bottom of their library"; + "If it doesn't, that player puts it on the bottom of their library"; } public ConundrumSphinxEffect(final ConundrumSphinxEffect effect) {