v0.3.4: externalized scroll strings
This commit is contained in:
committed by
Evan Debenham
parent
5ab29b50fa
commit
7ee1f86ee2
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user