v0.3.4: fixed some messages errors

This commit is contained in:
Evan Debenham
2016-01-19 01:11:13 -05:00
committed by Evan Debenham
parent d70c29b673
commit 4b6ae663f7
2 changed files with 2 additions and 2 deletions
@@ -188,7 +188,7 @@ public class Blacksmith extends NPC {
((EquipableItem)first).doUnequip( Dungeon.hero, true );
}
first.upgrade();
GLog.p( Messages.get(ScrollOfUpgrade.class, "look_better", first.name()) );
GLog.p( Messages.get(ScrollOfUpgrade.class, "looks_better", first.name()) );
Dungeon.hero.spendAndNext( 2f );
Badges.validateItemLevelAquired( first );