summary refs log tree commit diff stats
path: root/res/scripts/underwater.lua
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-26 16:55:44 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-26 16:55:44 -0500
commitaf49b5366d35173702a2b3bd70ac4254b8855538 (patch)
tree66755c194016d7342a0540746c4faa597bc6bb5f /res/scripts/underwater.lua
parentd5e3bc615b300eb985d59b91ebd1f2f1a4d4e107 (diff)
downloadtanetane-af49b5366d35173702a2b3bd70ac4254b8855538.tar.gz
tanetane-af49b5366d35173702a2b3bd70ac4254b8855538.tar.bz2
tanetane-af49b5366d35173702a2b3bd70ac4254b8855538.zip
Disabled crouching/running in the underwater map
Diffstat (limited to 'res/scripts/underwater.lua')
-rw-r--r--res/scripts/underwater.lua4
1 files changed, 4 insertions, 0 deletions
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 @@
1underwater = {} 1underwater = {}
2 2
3function underwater.leave()
4 AllowCrouching()
5end
6
3function underwater.fish2() 7function underwater.fish2()
4 StartCutscene() 8 StartCutscene()
5 DisplayMessage("* What are you complaining about?\nYou're so powerful now...\n\fYou owe it all to her.", "Fish", SpeakerType.BOY) 9 DisplayMessage("* What are you complaining about?\nYou're so powerful now...\n\fYou owe it all to her.", "Fish", SpeakerType.BOY)