added poses for items in shelf
This commit is contained in:
@@ -34,7 +34,7 @@ func add_shelf(object):
|
||||
|
||||
func add_item_to_shelf(shelf, item):
|
||||
item.shelf_owner = shelf
|
||||
shelf.stored_items.append(item)
|
||||
shelf.add_item(item)
|
||||
|
||||
func get_item(id):
|
||||
return get_item_from_id(id)
|
||||
|
||||
Reference in New Issue
Block a user