diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java index 0768d889d..ffee57d8d 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java @@ -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 ); } } }