summary refs log tree commit diff stats
path: root/res/scripts/underwater.lua
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts/underwater.lua')
-rw-r--r--res/scripts/underwater.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/scripts/underwater.lua b/res/scripts/underwater.lua index 3500079..8e1ae1a 100644 --- a/res/scripts/underwater.lua +++ b/res/scripts/underwater.lua
@@ -3,6 +3,7 @@ underwater = {}
3function underwater.leave() 3function underwater.leave()
4 AllowCrouching() 4 AllowCrouching()
5 StopBobbing("lucas") 5 StopBobbing("lucas")
6 SetAnimationSlowdown("lucas", 1)
6end 7end
7 8
8function underwater.fish2() 9function underwater.fish2()