forked from VoxeLibre/VoxeLibre
Make boats less annoying on ice
This commit is contained in:
parent
2ce5c5415a
commit
8d5b2ff714
|
@ -202,9 +202,8 @@ function boat.on_step(self, dtime, moveresult)
|
|||
on_ice = true
|
||||
else
|
||||
v_slowdown = 0.04
|
||||
end
|
||||
|
||||
v_factor = 0.5
|
||||
end
|
||||
elseif in_water then
|
||||
on_water = false
|
||||
in_water = true
|
||||
|
|
Loading…
Reference in New Issue