mirror of
https://github.com/correl/mage.git
synced 2025-04-13 17:00:09 -09: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());
|
ability.addTarget(new TargetCreaturePermanent());
|
||||||
this.addAbility(new DrawCardControllerTriggeredAbility(new DoWhenCostPaid(
|
this.addAbility(new DrawCardControllerTriggeredAbility(new DoWhenCostPaid(
|
||||||
ability, new GenericManaCost(1),
|
ability, new GenericManaCost(1),
|
||||||
"Pay {1} to tap or untap a permanent?"
|
"Pay {1} to tap or untap a creature?"
|
||||||
), false));
|
), false));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue