diff --git a/behaviors/npc/lootable.js b/behaviors/npc/lootable.js index 2728c2b..9228f39 100644 --- a/behaviors/npc/lootable.js +++ b/behaviors/npc/lootable.js @@ -38,6 +38,7 @@ module.exports = { items.forEach(item => { item.hydrate(state); + state.ItemManager.add(item); corpse.addItem(item); }); room.addItem(corpse);