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")) {
|
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 ");
|
||||||
|
|||||||
Reference in New Issue
Block a user