mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
* Added one more Morph test.
This commit is contained in:
parent
4b985b322f
commit
f1b279d650
4 changed files with 48 additions and 9 deletions
|
|
@ -48,6 +48,7 @@ public class TapTargetCost extends CostImpl {
|
|||
|
||||
public TapTargetCost(TargetControlledPermanent target) {
|
||||
this.target = target;
|
||||
this.target.setNotTarget(true); // costs are never targeted
|
||||
this.text =
|
||||
new StringBuilder("Tap ")
|
||||
.append(target.getTargetName().startsWith("a ") || target.getTargetName().startsWith("an ") ? "":CardUtil.numberToText(target.getMaxNumberOfTargets()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue