diff --git a/storage/chest.lua b/storage/chest.lua index 43b0051..ad2942d 100644 --- a/storage/chest.lua +++ b/storage/chest.lua @@ -160,6 +160,10 @@ function Chest:getName() return self.name end +function Chest:getInventory() + return self.chest +end + function Chest:find(query) local result = {}