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.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/scripts/map2.lua b/res/scripts/map2.lua index cb373b4..31b9e00 100644 --- a/res/scripts/map2.lua +++ b/res/scripts/map2.lua
@@ -89,7 +89,7 @@ function map2.mailbox_lightning()
89 89
90 DisplayMessage("* It was lightning.\n\fAh.", "", SpeakerType.NONE) 90 DisplayMessage("* It was lightning.\n\fAh.", "", SpeakerType.NONE)
91 WaitForEndOfMessage() 91 WaitForEndOfMessage()
92 HideCutsceneBars() 92 HideCutsceneBars(CutsceneOptions.DO_NOT_CHANGE_ANIMATION)
93end 93end
94 94
95function map2.approach_doria() 95function map2.approach_doria()
@@ -142,7 +142,7 @@ function map2.approach_doria()
142 SetAnimation("boney", "crouch") 142 SetAnimation("boney", "crouch")
143 StopSound(barkingNoise) 143 StopSound(barkingNoise)
144 PlaySound("boney_growl.wav") 144 PlaySound("boney_growl.wav")
145 SetAnimation("kuma", "still") 145 SetAnimation("kuma", "frozen")
146 Delay(1000) 146 Delay(1000)
147 147
148 SetAnimation("doria", "talk") 148 SetAnimation("doria", "talk")