mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Fixed the cost string of put counter costs.
This commit is contained in:
@@ -44,7 +44,7 @@ public class CostPutCounter extends CostPartWithList {
|
||||
else {
|
||||
sb.append("Put ");
|
||||
Integer i = convertAmount();
|
||||
sb.append(Cost.convertAmountTypeToWords(i, amount, counter.getName()));
|
||||
sb.append(Cost.convertAmountTypeToWords(i, amount, counter.getName()+" counter"));
|
||||
|
||||
sb.append(" on ");
|
||||
if (getThis()){
|
||||
|
||||
Reference in New Issue
Block a user