summaryrefslogtreecommitdiff
path: root/game/04_init.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/04_init.rpy')
-rw-r--r--game/04_init.rpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/04_init.rpy b/game/04_init.rpy
index 616d7fd..8384682 100644
--- a/game/04_init.rpy
+++ b/game/04_init.rpy
@@ -41,6 +41,7 @@ init python:
Player["ap"]=(int(":".join(message.split(':')[1:])))
# TODO: Reload timer (DynamicDisplayable(countdown, length=360.0))
Player["aptime"] = now()
+ renpy.restart_interaction() # I hope it does not explodes
return
except:
stdout("Error enacting APREFRESH!!")