diff --git a/game.py b/game.py index b5b92b8..49d76b7 100644 --- a/game.py +++ b/game.py @@ -163,3 +163,7 @@ if __name__ == "__main__": "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.confirm("Press any key to quit.") + 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." + )