CostRemoveCounter cleanup

This commit is contained in:
Northmoc
2021-09-17 11:04:24 -04:00
parent 432320441d
commit 6d69d65b23

View File

@@ -111,8 +111,8 @@ public class CostRemoveCounter extends CostPart {
if (this.getAmount().equals("X")) { if (this.getAmount().equals("X")) {
sb.append("any number of counters"); sb.append("any number of counters");
} else { } else {
sb.append(Cost.convertAmountTypeToWords(i, this.getAmount(), this.counter.getName().toLowerCase())); sb.append(Cost.convertAmountTypeToWords(i, this.getAmount(),
sb.append(this.getAmount().equals("1") ? " counter" : " counters"); this.counter.getName().toLowerCase() + " counter"));
} }
sb.append(" from "); sb.append(" from ");