From c03571d7435e833d6a493b26da20dbe322f44be1 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Sun, 14 Mar 2021 12:28:10 -0400 Subject: [PATCH] fixed a test failure --- Mage.Sets/src/mage/cards/h/HedonistsTrove.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/h/HedonistsTrove.java b/Mage.Sets/src/mage/cards/h/HedonistsTrove.java index 1bd312d2ae1..a101b8fd719 100644 --- a/Mage.Sets/src/mage/cards/h/HedonistsTrove.java +++ b/Mage.Sets/src/mage/cards/h/HedonistsTrove.java @@ -120,7 +120,7 @@ class HedonistsTroveCastNonlandCardsEffect extends AsThoughEffectImpl { HedonistsTroveCastNonlandCardsEffect() { super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.WhileOnBattlefield, Outcome.Benefit); staticText = "You may cast spells from among cards exiled with {this}. " + - "You can’t cast more than one spell this way each turn."; + "You can't cast more than one spell this way each turn."; } private HedonistsTroveCastNonlandCardsEffect(final HedonistsTroveCastNonlandCardsEffect effect) {