v0.3.4: externalized scroll strings

This commit is contained in:
Evan Debenham
2016-01-02 06:12:59 -05:00
committed by Evan Debenham
parent 5ab29b50fa
commit 7ee1f86ee2
19 changed files with 114 additions and 192 deletions
@@ -188,7 +188,7 @@ public class Blacksmith extends NPC {
((EquipableItem)first).doUnequip( Dungeon.hero, true );
}
first.upgrade();
GLog.p( ScrollOfUpgrade.TXT_LOOKS_BETTER, first.name() );
GLog.p( Messages.get(ScrollOfUpgrade.class, "look_better", first.name()) );
Dungeon.hero.spendAndNext( 2f );
Badges.validateItemLevelAquired( first );