v0.4.0: removed the upgrade message from the blacksmith

This commit is contained in:
Evan Debenham 2016-06-18 21:48:40 -04:00
parent 02cf8d6b81
commit 1451928745

View File

@ -190,7 +190,6 @@ public class Blacksmith extends NPC {
((EquipableItem)first).doUnequip( Dungeon.hero, true );
}
first.level(first.level()+1); //prevents on-upgrade effects like enchant/glyph removal
GLog.p( Messages.get(ScrollOfUpgrade.class, "looks_better", first.name()) );
Dungeon.hero.spendAndNext( 2f );
Badges.validateItemLevelAquired( first );