some refactorings

This commit is contained in:
Manuel Simon Hirsig
2015-10-10 14:43:00 +02:00
parent 55c53c6f93
commit 2bc08b9359
6 changed files with 68 additions and 67 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ end)()
local state
local inventory, item_slots, find_empty_slot, locked, same_slot, move_item, item_name, stack_size, stop
local inventory, item_slots, find_empty_slot, locked, same_slot, move_item, item_name, stack_size, stop, process
function inventory()
local inventory = {}