summary refs log tree commit diff stats
path: root/res/scripts/hallucination_mirror.lua
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-03-07 10:29:38 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-03-07 10:29:38 -0500
commit5fe3fd37b65d9e4650053dfff4d077d192f31739 (patch)
treedd02b4912025334156e57d6965868677dc1f6f00 /res/scripts/hallucination_mirror.lua
parent33467f58a04a37085f72324b095ee75b59d61355 (diff)
downloadtanetane-5fe3fd37b65d9e4650053dfff4d077d192f31739.tar.gz
tanetane-5fe3fd37b65d9e4650053dfff4d077d192f31739.tar.bz2
tanetane-5fe3fd37b65d9e4650053dfff4d077d192f31739.zip
Added connection between mirror map and hallucination_interior
Diffstat (limited to 'res/scripts/hallucination_mirror.lua')
-rw-r--r--res/scripts/hallucination_mirror.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/scripts/hallucination_mirror.lua b/res/scripts/hallucination_mirror.lua index 73763f9..afacd59 100644 --- a/res/scripts/hallucination_mirror.lua +++ b/res/scripts/hallucination_mirror.lua
@@ -22,6 +22,10 @@ function hallucination_mirror.init()
22 end 22 end
23end 23end
24 24
25function hallucination_mirror.off_left()
26 ChangeMap("hallucination_interior", "fromRight")
27end
28
25function hallucination_mirror.mailbox() 29function hallucination_mirror.mailbox()
26 StartCutscene() 30 StartCutscene()
27 DisplayMessage("* The mailbox lid is open...\n* Peek inside?", "", SpeakerType.NONE) 31 DisplayMessage("* The mailbox lid is open...\n* Peek inside?", "", SpeakerType.NONE)