summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-25 13:41:46 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-25 13:41:46 -0500
commit941eb33f0dd787c891c55c2d798b310a8469b1fa (patch)
tree2b524af48c24d14619145aebaa0d88ccef1cf049 /res
parentd3366174384aa842569416e7eb3596e1285a3a43 (diff)
downloadtanetane-941eb33f0dd787c891c55c2d798b310a8469b1fa.tar.gz
tanetane-941eb33f0dd787c891c55c2d798b310a8469b1fa.tar.bz2
tanetane-941eb33f0dd787c891c55c2d798b310a8469b1fa.zip
Fixed animations changing wrong at the start of submerge cutscene
Diffstat (limited to 'res')
-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)