diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-25 13:41:46 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-25 13:41:46 -0500 |
commit | 941eb33f0dd787c891c55c2d798b310a8469b1fa (patch) | |
tree | 2b524af48c24d14619145aebaa0d88ccef1cf049 | |
parent | d3366174384aa842569416e7eb3596e1285a3a43 (diff) | |
download | tanetane-941eb33f0dd787c891c55c2d798b310a8469b1fa.tar.gz tanetane-941eb33f0dd787c891c55c2d798b310a8469b1fa.tar.bz2 tanetane-941eb33f0dd787c891c55c2d798b310a8469b1fa.zip |
Fixed animations changing wrong at the start of submerge cutscene
-rw-r--r-- | res/scripts/hallucination_hot_spring.lua | 3 |
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() | |||
9 | end | 9 | end |
10 | 10 | ||
11 | function hallucination_hot_spring.testing_lucas_submerge() | 11 | function 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) |