From 7db1286694a0c3173147554b5414a57e681de1cc Mon Sep 17 00:00:00 2001 From: Owen Feldman Date: Fri, 17 Apr 2026 19:09:55 -0400 Subject: [PATCH] more message --- game.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game.py b/game.py index fda64c1..dcf909d 100644 --- a/game.py +++ b/game.py @@ -104,6 +104,9 @@ class Game: print( "Just a recommendation, don't press any keys with CTRL, it will probably break something. If something weird happens, reload." ) + print( + "By weird, I mean, skipped dialog, crashes, skipping stuff, and breaking a ton, don't click CTRL+C (CTRL+A also seems to end the game for some reason. IDK why. Some other keys might also.)" + ) if os.path.exists("debug.json"): bypass_tamper_check = False debug_config = None