summary refs log tree commit diff stats
path: root/res/scripts/underwater_start.lua
diff options
context:
space:
mode:
Diffstat (limited to 'res/scripts/underwater_start.lua')
-rw-r--r--res/scripts/underwater_start.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/scripts/underwater_start.lua b/res/scripts/underwater_start.lua index c14f4b8..0852885 100644 --- a/res/scripts/underwater_start.lua +++ b/res/scripts/underwater_start.lua
@@ -3,6 +3,7 @@ underwater_start = {}
3function underwater_start.init() 3function underwater_start.init()
4 PreventCrouching() 4 PreventCrouching()
5 StartBobbing("lucas") 5 StartBobbing("lucas")
6 SetAnimationSlowdown("lucas", 2)
6end 7end
7 8
8function underwater_start.talk_to_fish1() 9function underwater_start.talk_to_fish1()