UUID Tracking, and some other minor things

This commit is contained in:
2026-04-27 17:58:30 -04:00
parent 653fcd7034
commit 26ffc55d68
6 changed files with 65 additions and 5 deletions

View File

@@ -78,7 +78,6 @@ class Game:
print("Save complete.")
self.game_loop()
# TODO: Add way to make money
def game_loop(self):
self.cat.apply_decay()
self.cat.last_login = time.time()