Subclassed and removed some debugging code
This commit is contained in:
@ -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) \
|
||||
|
Reference in New Issue
Block a user