v0.4.0: refactor to artifact level display
This commit is contained in:
committed by
Evan Debenham
parent
e2cc778129
commit
eab9c65911
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user