summary refs log tree commit diff stats
path: root/res/scripts/hallucination_mirror.lua
diff options
context:
space:
mode:
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)