From 941eb33f0dd787c891c55c2d798b310a8469b1fa Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 25 Feb 2021 13:41:46 -0500 Subject: Fixed animations changing wrong at the start of submerge cutscene --- res/scripts/hallucination_hot_spring.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'res') 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() end function hallucination_hot_spring.testing_lucas_submerge() - StartCutscene(DO_NOT_CHANGE_ANIMATION) + StartCutscene(CutsceneOptions.DO_NOT_CHANGE_ANIMATION) ShowExpression("lucas", "surprise") - SetAnimation("lucas", "swim_still") Delay(1000) RemoveExpression("lucas") Delay(2000) -- cgit 1.4.1