- Fixed the cost string of put counter costs.

This commit is contained in:
Sloth
2011-10-15 06:23:28 +00:00
parent 0d449aea0e
commit 4491b4baa7

View File

@@ -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()){