summary refs log tree commit diff stats
path: root/res/scripts/map2.lua
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts/map2.lua')
-rw-r--r--res/scripts/map2.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/scripts/map2.lua b/res/scripts/map2.lua index 8058aa2..12a5df0 100644 --- a/res/scripts/map2.lua +++ b/res/scripts/map2.lua
@@ -26,6 +26,9 @@ end
26 26
27function map2.mailbox_lightning() 27function map2.mailbox_lightning()
28 StartCutscene() 28 StartCutscene()
29 FadeMap(500, 0.5)
30 WaitForMapFade()
31
29 DisplayMessage("* ...?", "", SpeakerType.NONE) 32 DisplayMessage("* ...?", "", SpeakerType.NONE)
30 WaitForEndOfMessage() 33 WaitForEndOfMessage()
31 34
@@ -44,6 +47,9 @@ function map2.mailbox_lightning()
44 SetAnimation("lucas", "lightning_collapse!") 47 SetAnimation("lucas", "lightning_collapse!")
45 WaitForAnimation("lucas") 48 WaitForAnimation("lucas")
46 49
50 FadeMap(500, 0.0)
51 WaitForMapFade()
52
47 DisplayMessage("* It was lightning.\n\fAh.", "", SpeakerType.NONE) 53 DisplayMessage("* It was lightning.\n\fAh.", "", SpeakerType.NONE)
48 WaitForEndOfMessage() 54 WaitForEndOfMessage()
49 HideCutsceneBars() 55 HideCutsceneBars()