v2.2.0: fixed blacksmith's upgrade option not triggering badges

This commit is contained in:
Evan Debenham
2023-10-06 12:03:36 -04:00
parent 730173e8a3
commit c016ca9c1e

View File

@@ -384,6 +384,8 @@ public class WndBlacksmith extends Window {
Sample.INSTANCE.play(Assets.Sounds.EVOKE);
ScrollOfUpgrade.upgrade( Dungeon.hero );
Item.evoke( Dungeon.hero );
Badges.validateItemLevelAquired( item );
}
}
}