From 8c4032bda0f342a3a2ee7e185c2370279bb66ed8 Mon Sep 17 00:00:00 2001 From: Owen Feldman Date: Thu, 7 May 2026 17:21:52 -0400 Subject: [PATCH] fix message --- data/save.py | 2 +- game.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/save.py b/data/save.py index 9e2cbf5..13840cb 100644 --- a/data/save.py +++ b/data/save.py @@ -83,7 +83,7 @@ def save(cat: Cat, dont_save=False): print( "Any progress done after this will not be saved in this string, please generate a new one to update your progress." ) - print("To get back to the main menu and quit, reload the page.") + print("You will now be at the main menu, you can select quit to exit.") systems.ui.press_any_key_to_continue("Press any key to continue.") return currentjson = {} diff --git a/game.py b/game.py index 9575973..b5a3233 100644 --- a/game.py +++ b/game.py @@ -227,7 +227,7 @@ def main(): print("Developer stuff incoming, if you can, tell me what this says:") traceback.print_exc() print( - "Welp, seems that the game crashed, idk why. A common cause of this is, as of now, IDK, because I fixed the CTRL issue (tell me if it crashed from CTRL+something). If you're on the desktop version, reopen it, if you're on the web version, reload.\nOtherwise, great job! You found an issue in the game! If you can, please tell me." + "Welp, seems that the game crashed, idk why. A common cause of this is, as of now, IDK, because I fixed the CTRL issue (tell me if it crashed from CTRL+something). If you're on the desktop version, reopen it, if you're on the web version, restart it.\nOtherwise, great job! You found an issue in the game! If you can, please tell me." ) if os.path.exists("WEB_VERSION"): print(