From cb3f2f1418fa440ca76cc7180e1153799b2c77f6 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Mon, 20 Apr 2020 21:52:30 -0400 Subject: [PATCH] fixed Swallow Whole's text --- Mage.Sets/src/mage/cards/s/SwallowWhole.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/s/SwallowWhole.java b/Mage.Sets/src/mage/cards/s/SwallowWhole.java index cf9ebcb1a1..c5774ef8f1 100644 --- a/Mage.Sets/src/mage/cards/s/SwallowWhole.java +++ b/Mage.Sets/src/mage/cards/s/SwallowWhole.java @@ -64,7 +64,7 @@ class SwallowWholeEffect extends OneShotEffect { SwallowWholeEffect() { super(Outcome.Benefit); - staticText = "Put a +1/+1 counter on the creature tapped to cast this spell."; + staticText = "Put a +1/+1 counter on the creature tapped to pay this spell's additional cost."; } private SwallowWholeEffect(final SwallowWholeEffect effect) {