From 7a7f942325ef36baa2f03b5f62aa210ba0a73aad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 31 Dec 2020 11:22:31 -0300 Subject: When we receive a K-Lined message, stall the program for 30 seconds before rebooting. A K-Line ought to last longer than that, though... --- game/04_init.rpy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game/04_init.rpy b/game/04_init.rpy index 7117dcc..dee432f 100644 --- a/game/04_init.rpy +++ b/game/04_init.rpy @@ -65,6 +65,8 @@ init python: global TERMINATE if err == "Quit": return + elif err == "K-Lined": + sdelay(30.0) # We are banned, so pretend it is just taking long... stdout("ERROR RECEIVED") stdout("More details: %s" % repr(err)) -- cgit v1.2.3-70-g09d2