more message
This commit is contained in:
3
game.py
3
game.py
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user