mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed Tolarian Kraken confirmation text (#6646)
This commit is contained in:
parent
1c41c48d16
commit
4aec3e15c1
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue