mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
CostRemoveCounter cleanup
This commit is contained in:
@@ -111,8 +111,8 @@ public class CostRemoveCounter extends CostPart {
|
||||
if (this.getAmount().equals("X")) {
|
||||
sb.append("any number of counters");
|
||||
} else {
|
||||
sb.append(Cost.convertAmountTypeToWords(i, this.getAmount(), this.counter.getName().toLowerCase()));
|
||||
sb.append(this.getAmount().equals("1") ? " counter" : " counters");
|
||||
sb.append(Cost.convertAmountTypeToWords(i, this.getAmount(),
|
||||
this.counter.getName().toLowerCase() + " counter"));
|
||||
}
|
||||
|
||||
sb.append(" from ");
|
||||
|
||||
Reference in New Issue
Block a user