1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-11 09:11:12 -09:00

fixed Tolarian Kraken confirmation text ()

This commit is contained in:
Evan Kranzler 2020-06-22 22:50:53 -04:00
parent 1c41c48d16
commit 4aec3e15c1

View file

@ -34,7 +34,7 @@ public final class TolarianKraken extends CardImpl {
ability.addTarget(new TargetCreaturePermanent());
this.addAbility(new DrawCardControllerTriggeredAbility(new DoWhenCostPaid(
ability, new GenericManaCost(1),
"Pay {1} to tap or untap a permanent?"
"Pay {1} to tap or untap a creature?"
), false));
}