Display hazels in the StatsDisplay
This commit is contained in:
@ -133,4 +133,5 @@ class Player(FightingEntity):
|
||||
d["current_xp"] = self.current_xp
|
||||
d["max_xp"] = self.max_xp
|
||||
d["inventory"] = [item.save_state() for item in self.inventory]
|
||||
d["hazel"] = self.hazel
|
||||
return d
|
||||
|
Reference in New Issue
Block a user