From dc824ee10c2e39014422c12f0d30fb28b1226775 Mon Sep 17 00:00:00 2001 From: Owen Feldman Date: Fri, 17 Apr 2026 19:08:44 -0400 Subject: [PATCH] message --- game.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/game.py b/game.py index 7a569d9..fda64c1 100644 --- a/game.py +++ b/game.py @@ -164,7 +164,12 @@ if __name__ == "__main__": print( "Welp, seems that the game crashed, idk why. A common cause of this is pressing CTRL+C, which will cancel some UI stuff and just break the game. If you're on the desktop version, reopen it, if you're on the web version, reload, and don't use CTRL+C.\nOtherwise, great job! You found an issue in the game! If you can, please tell me." ) - ui.press_any_key_to_continue("Press any key to quit.") + print( + "Take a moment to screenshot the error or write it down or something if you can send it to me, and:" + ) + ui.press_any_key_to_continue( + "Press any key to quit/do nothing if you're on the web version." + ) else: print( "I think you did CTRL+C? I said not to I think. Well, here you are! Great job, not following instructions, I said it for a reason."