mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
yes
This commit is contained in:
parent
219f8804e6
commit
16fea4a2b2
1 changed files with 1 additions and 1 deletions
|
@ -1636,7 +1636,7 @@ local function JumpThink()
|
|||
BodyAnim:SetSequence(transitionanims[BodyAnimString])
|
||||
end
|
||||
|
||||
if ply:WaterLevel() > 0 then
|
||||
if ply:WaterLevel() >= 2 then
|
||||
BodyAnim:SetSequence(BodyAnim:LookupSequence("water_float"))
|
||||
|
||||
if ply:KeyDown(IN_MOVELEFT) and vel_l > 5 then
|
||||
|
|
Loading…
Reference in a new issue