From 767ca6ea1dfdaf890c24900515d6d5a5644ba262 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 7 Mar 2021 10:14:17 -0500 Subject: Added message when examining the mirror --- res/maps/hallucination_mirror.tmx | 11 ++++++++++- res/scripts/hallucination_mirror.lua | 17 +++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/maps/hallucination_mirror.tmx b/res/maps/hallucination_mirror.tmx index 1c5eee2..c2c8053 100644 --- a/res/maps/hallucination_mirror.tmx +++ b/res/maps/hallucination_mirror.tmx @@ -1,5 +1,5 @@ - + @@ -114,6 +114,15 @@ + + + + + + + + + diff --git a/res/scripts/hallucination_mirror.lua b/res/scripts/hallucination_mirror.lua index bf1faba..053a710 100644 --- a/res/scripts/hallucination_mirror.lua +++ b/res/scripts/hallucination_mirror.lua @@ -55,3 +55,20 @@ function hallucination_mirror.mailbox() WaitForEndOfMessage() HideCutsceneBars() end + +function hallucination_mirror.examine_mirror() + StartCutscene() + Halt("double_lucas") + Halt("double_kuma") + Halt("double_duster") + Halt("double_boney") + + if gamestate.read_mirror_message then + DisplayMessage("* Something seems wrong about this.", "", SpeakerType.NONE) + else + DisplayMessage("* Looking handsome.", "", SpeakerType.NONE) + end + + WaitForEndOfMessage() + HideCutsceneBars() +end -- cgit 1.4.1