From af49b5366d35173702a2b3bd70ac4254b8855538 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 26 Feb 2021 16:55:44 -0500 Subject: Disabled crouching/running in the underwater map --- res/scripts/underwater.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/scripts/underwater.lua') diff --git a/res/scripts/underwater.lua b/res/scripts/underwater.lua index 602c8d4..4c5d2bb 100644 --- a/res/scripts/underwater.lua +++ b/res/scripts/underwater.lua @@ -1,5 +1,9 @@ underwater = {} +function underwater.leave() + AllowCrouching() +end + function underwater.fish2() StartCutscene() DisplayMessage("* What are you complaining about?\nYou're so powerful now...\n\fYou owe it all to her.", "Fish", SpeakerType.BOY) -- cgit 1.4.1