Fix hash debug menu+bypass hash in debug+new debug config system+shop+base for inventory system+what am i forgetting
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
class Cat:
|
||||
def __init__(self, name, traits):
|
||||
def __init__(self, name, traits, food, money, inventory):
|
||||
self.name = name
|
||||
self.traits = traits
|
||||
self.food = 3
|
||||
self.food = 0
|
||||
self.money = 25
|
||||
self.inventory = {}
|
||||
|
||||
def to_dict(self):
|
||||
return vars(self)
|
||||
|
||||
Reference in New Issue
Block a user