minor fixes

This commit is contained in:
infinitefusion
2022-09-24 11:33:38 -04:00
parent 20e2b54ed8
commit 64adf81d6f
8 changed files with 6 additions and 3 deletions

View File

@@ -69,7 +69,6 @@ module Game
item_id = bagElement[0]
item_qt = bagElement[1]
item = GameData::Item.get(item_id)
p item
if !item.is_key_item? && !item.is_HM?
new_storage.pbStoreItem(item, 1)
end