- Little fix to the tapXType cost description.

This commit is contained in:
jendave
2011-08-06 17:48:20 +00:00
parent 09798d82ab
commit eb0d7a90e2

View File

@@ -414,7 +414,8 @@ public class Ability_Cost {
cost.append("Tap ");
else
cost.append(", tap ");
cost.append(convertIntAndTypeToWords(tapXTypeAmount, "untapped " + tapXType +" you control"));
cost.append(convertIntAndTypeToWords(tapXTypeAmount, "untapped " + tapXType));
cost.append(" you control");
// cost.append(tapXType); // needs IsValid String converter
first = false;
}