selecting and consuming item in inventory

This commit is contained in:
Song Minjae
2017-04-11 19:21:32 +09:00
parent bb797a0910
commit d20190b2bd
15 changed files with 223 additions and 138 deletions

View File

@@ -65,7 +65,7 @@ internal object Inventory : ConsoleCommand {
target.inventory.add(item)
}
target.itemEquipped[item.equipPosition] = item
target.inventory.itemEquipped[item.equipPosition] = item
}
override fun printUsage() {