Happiness and Fullness

This commit is contained in:
2026-04-20 17:22:57 -04:00
parent 57d2797160
commit 407de1cfba
6 changed files with 33 additions and 12 deletions

View File

@@ -51,13 +51,7 @@ def prepare_move():
print("No save data to prepare.")
class SaveData:
def __init__(self, cat, money=100):
self.cat = cat
self.money = money
def save(cat, dont_save=False):
def save(cat: Cat, dont_save=False):
if os.path.exists("WEB_VERSION") and not dont_save:
print(
"Under this message, in quotes, will be a long string of text, this is your savefile, please copy this somewhere safe (WITHOUT THE QUOTES) and make sure to copy the whole thing, you will paste it back to load your game. DO NOT use control+c to copy, instead, select it, and use the right click menu to copy, ctrl+c will crash this."