diff --git a/src/Item.js b/src/Item.js index df5f3fc0..f8a18041 100644 --- a/src/Item.js +++ b/src/Item.js @@ -229,6 +229,8 @@ class Item extends GameEntity { if (typeof this.area === 'string') { this.area = state.AreaManager.getArea(this.area); } + + state.ItemManager.add(this); // if the item was saved with a custom inventory hydrate it if (this.inventory) {