summary refs log tree commit diff stats
path: root/res/scripts/hallucination_interior.lua
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts/hallucination_interior.lua')
-rw-r--r--res/scripts/hallucination_interior.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/scripts/hallucination_interior.lua b/res/scripts/hallucination_interior.lua index 6679bab..5d313d4 100644 --- a/res/scripts/hallucination_interior.lua +++ b/res/scripts/hallucination_interior.lua
@@ -409,5 +409,8 @@ function hallucination_interior.lets_switch_places()
409 UnpauseSprite("switch_claus") 409 UnpauseSprite("switch_claus")
410 DirectSpriteToLocation("switch_claus", "out_of_sight", PathfindingOptions.CARDINAL_DIRECTIONS_ONLY) 410 DirectSpriteToLocation("switch_claus", "out_of_sight", PathfindingOptions.CARDINAL_DIRECTIONS_ONLY)
411 WaitForSpritePath("switch_claus") 411 WaitForSpritePath("switch_claus")
412
413 PlayMusic("ello_ello_geen_bread", 2000)
414 HideCutsceneBars()
412 end 415 end
413end 416end