diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Blacksmith.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Blacksmith.java index c5ebeecd7..3c022d7a6 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Blacksmith.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Blacksmith.java @@ -342,6 +342,8 @@ public class Blacksmith extends NPC { smithEnchant = (Weapon.Enchantment) node.get(ENCHANT); smithGlyph = (Armor.Glyph) node.get(GLYPH); } + } else { + smithRewards = null; } } else {