more message

This commit is contained in:
2026-04-17 19:09:55 -04:00
parent dc824ee10c
commit 7db1286694

View File

@@ -104,6 +104,9 @@ class Game:
print( print(
"Just a recommendation, don't press any keys with CTRL, it will probably break something. If something weird happens, reload." "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"): if os.path.exists("debug.json"):
bypass_tamper_check = False bypass_tamper_check = False
debug_config = None debug_config = None