* Added one more Morph test.

This commit is contained in:
LevelX2 2015-03-25 00:30:03 +01:00
parent 4b985b322f
commit f1b279d650
4 changed files with 48 additions and 9 deletions

View file

@ -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()))