Updated Inventory and Player classes with better handling

This commit is contained in:
kansaigaijin
2025-06-26 21:52:52 +12:00
parent ce1c76626d
commit 095de06d17

View File

@@ -94,10 +94,6 @@ class Player:
self.exp = 0
self.maxEXP = 100
# Magic (Not ready yet)
# self.spells_known = []
# self.spells_ready = []
# Equipment
# Held items
self.inventory = Inventory()