diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/client.rpy | 4 |
1 files changed, 4 insertions, 0 deletions
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.") |