summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--res/scripts/hallucination_hot_spring.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/scripts/hallucination_hot_spring.lua b/res/scripts/hallucination_hot_spring.lua index 489a64e..5251ab6 100644 --- a/res/scripts/hallucination_hot_spring.lua +++ b/res/scripts/hallucination_hot_spring.lua
@@ -9,9 +9,8 @@ function hallucination_hot_spring.off_right()
9end 9end
10 10
11function hallucination_hot_spring.testing_lucas_submerge() 11function hallucination_hot_spring.testing_lucas_submerge()
12 StartCutscene(DO_NOT_CHANGE_ANIMATION) 12 StartCutscene(CutsceneOptions.DO_NOT_CHANGE_ANIMATION)
13 ShowExpression("lucas", "surprise") 13 ShowExpression("lucas", "surprise")
14 SetAnimation("lucas", "swim_still")
15 Delay(1000) 14 Delay(1000)
16 RemoveExpression("lucas") 15 RemoveExpression("lucas")
17 Delay(2000) 16 Delay(2000)