v0.4.0: refactor to artifact level display

This commit is contained in:
Evan Debenham
2016-06-11 17:57:53 -04:00
committed by Evan Debenham
parent e2cc778129
commit eab9c65911
2 changed files with 3 additions and 13 deletions
@@ -345,8 +345,8 @@ public class Item implements Bundlable {
String name = name();
if (levelKnown && level != 0)
name = Messages.format( TXT_TO_STRING_LVL, name, level );
if (visiblyUpgraded() != 0)
name = Messages.format( TXT_TO_STRING_LVL, name, visiblyUpgraded() );
if (quantity > 1)
name = Messages.format( TXT_TO_STRING_X, name, quantity );