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