Update Kanjin-Engine

Updated Enum titles so not all capslock.
Updated allocation method
This commit is contained in:
KansaiGaijin
2022-10-30 12:08:39 +13:00
committed by GitHub
parent 009c977268
commit 6ea09f7ee6

View File

@@ -87,9 +87,9 @@ def read_room():
del room.available_items[list_key]
# user = Player("Jamie", "Male", 30, "Elf", "Mage")
user = Player("Jamie", "Male", 30, "Elf", "Mage")
user = Player(*startGame())
# user = Player(*startGame())
# enter() needs to return a map name.