Subclassed and removed some debugging code

This commit is contained in:
eichhornchen
2021-01-08 18:38:54 +01:00
parent f6210a6356
commit 903a06c36c
2 changed files with 29 additions and 12 deletions

View File

@ -38,9 +38,6 @@ class Player(InventoryHolder, FightingEntity):
self.max_xp = max_xp
self.xp_buff = xp_buff
self.inventory = self.translate_inventory(inventory or [])
b = Bow()
b.held_by=self
self.inventory.append(b)
self.paths = dict()
self.hazel = hazel
self.equipped_main = self.dict_to_item(equipped_main) \