Happiness and Fullness
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user