v1.4.0: fixed incorrect text after using scroll of identify

This commit is contained in:
Evan Debenham
2022-08-17 15:15:16 -04:00
parent 926e5e326b
commit 502b5bcf41

View File

@@ -49,7 +49,7 @@ public class ScrollOfIdentify extends InventoryScroll {
curUser.sprite.parent.add( new Identification( curUser.sprite.center().offset( 0, -16 ) ) );
item.identify();
GLog.i( Messages.get(this, "it_is", item) );
GLog.i( Messages.get(this, "it_is", item.title()) );
Badges.validateItemLevelAquired( item );
}