mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +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 {
|
else {
|
||||||
sb.append("Put ");
|
sb.append("Put ");
|
||||||
Integer i = convertAmount();
|
Integer i = convertAmount();
|
||||||
sb.append(Cost.convertAmountTypeToWords(i, amount, counter.getName()));
|
sb.append(Cost.convertAmountTypeToWords(i, amount, counter.getName()+" counter"));
|
||||||
|
|
||||||
sb.append(" on ");
|
sb.append(" on ");
|
||||||
if (getThis()){
|
if (getThis()){
|
||||||
|
|||||||
Reference in New Issue
Block a user