fixed Swallow Whole's text

This commit is contained in:
Evan Kranzler 2020-04-20 21:52:30 -04:00
parent 1f3d516f70
commit cb3f2f1418

View file

@ -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) {