From 437de0bed82602fe0efe381f9a90c43011ef9762 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 16 Nov 2022 21:13:41 -0300 Subject: TMWA: Always assume Mirror Lake was triggered, or it won't work :( --- game/client.rpy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/game/client.rpy b/game/client.rpy index 7aebf70..df31fcd 100644 --- a/game/client.rpy +++ b/game/client.rpy @@ -124,6 +124,10 @@ init 2 python: if not LEGACY: app=app.returncode + + if "tmwa" in TYPE.lower(): + app = 7 + ## Determine error messages if app == 7: stdout("[CLIENT] Mirror Lake triggered.") -- cgit v1.2.3-60-g2f50