From f30f61adfa3701d60ea4e4d9bc9d1b51b603ffea Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 16 Jun 2022 21:15:18 +0000 Subject: Add Support for Renpy 8 --- game/client.rpy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'game/client.rpy') diff --git a/game/client.rpy b/game/client.rpy index 4c80ad7..771318f 100644 --- a/game/client.rpy +++ b/game/client.rpy @@ -112,6 +112,8 @@ init 2 python: else: app=CMD(OPT, PWD) + if not LEGACY: + app=app.returncode ## Determine error messages if app == 7: stdout("[CLIENT] Mirror Lake triggered.") -- cgit v1.2.3-70-g09d2