shop
This commit is contained in:
@@ -8,7 +8,9 @@ BASE_HAPPINESS_DECAY_PER_HOUR = 2
|
||||
HUNGER_SADNESS_THRESHOLD = 30
|
||||
HUNGER_SADNESS_PENALTY_PER_HOUR = 5
|
||||
|
||||
BASE_INVENTORY = {"food": 0, "medicine": 0, "catnip": 0}
|
||||
ITEMS = {"food": 3, "medicine": 5, "catnip": 5}
|
||||
|
||||
BASE_INVENTORY = {item: 0 for item in ITEMS.keys()}
|
||||
|
||||
CAT_COLORS = [
|
||||
"orange tabby",
|
||||
|
||||
Reference in New Issue
Block a user