From bf4abeb3b0af70cb93b1816a33419cff30aec0bc Mon Sep 17 00:00:00 2001 From: Owen Feldman Date: Mon, 27 Apr 2026 19:05:22 -0400 Subject: [PATCH] remove more todos i (think i) already did --- data/cat.py | 1 - game.py | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/data/cat.py b/data/cat.py index 6946b68..22daa3b 100644 --- a/data/cat.py +++ b/data/cat.py @@ -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) diff --git a/game.py b/game.py index c4d628c..95d0b34 100644 --- a/game.py +++ b/game.py @@ -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: