fixed Tolarian Kraken confirmation text (#6646)

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));
}