remove more todos i (think i) already did
This commit is contained in:
@@ -52,7 +52,6 @@ class Cat:
|
|||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
print("Your cat is still depressed! You can get catnip in the shop.")
|
print("Your cat is still depressed! You can get catnip in the shop.")
|
||||||
# TODO: do what claude said in latest summary
|
|
||||||
|
|
||||||
def to_dict(self):
|
def to_dict(self):
|
||||||
return vars(self)
|
return vars(self)
|
||||||
|
|||||||
4
game.py
4
game.py
@@ -237,9 +237,7 @@ if __name__ == "__main__":
|
|||||||
data.save.handle_uuid_stuff(game.cat)
|
data.save.handle_uuid_stuff(game.cat)
|
||||||
except:
|
except:
|
||||||
print("Yep, that did NOT go as planned.")
|
print("Yep, that did NOT go as planned.")
|
||||||
print(
|
print("If there's no errors above this, yay.")
|
||||||
"If there's no errors above this, yay."
|
|
||||||
) # TODO: add crash saving for a exception crash.
|
|
||||||
else:
|
else:
|
||||||
if ui.confirm("Would you like me to attmept to run the save feature?"):
|
if ui.confirm("Would you like me to attmept to run the save feature?"):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user