remove more todos i (think i) already did

This commit is contained in:
2026-04-27 19:05:22 -04:00
parent 88a0eb61fd
commit bf4abeb3b0
2 changed files with 1 additions and 4 deletions

View File

@@ -52,7 +52,6 @@ class Cat:
)
else:
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):
return vars(self)

View File

@@ -237,9 +237,7 @@ if __name__ == "__main__":
data.save.handle_uuid_stuff(game.cat)
except:
print("Yep, that did NOT go as planned.")
print(
"If there's no errors above this, yay."
) # TODO: add crash saving for a exception crash.
print("If there's no errors above this, yay.")
else:
if ui.confirm("Would you like me to attmept to run the save feature?"):
try: