Reformatted grounditems GE price display

This commit is contained in:
Abel Briggs
2017-06-13 20:45:22 -05:00
parent 412bac5e28
commit 4b0eb813e8

View File

@@ -176,9 +176,9 @@ public class GroundItemsOverlay extends Overlay
{
int cost = itemPrice.getPrice() * quantity;
itemStringBuilder.append(" (")
itemStringBuilder.append(" (EX: ")
.append(ItemManager.quantityToStackSize(cost))
.append(")");
.append(" gp)");
}
String itemString = itemStringBuilder.toString();