mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed Swallow Whole's text
This commit is contained in:
parent
1f3d516f70
commit
cb3f2f1418
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue