mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 16:39:33 +01:00
Make boats less annoying on ice
This commit is contained in:
parent
2ce5c5415a
commit
8d5b2ff714
1 changed files with 1 additions and 2 deletions
|
@ -202,9 +202,8 @@ function boat.on_step(self, dtime, moveresult)
|
||||||
on_ice = true
|
on_ice = true
|
||||||
else
|
else
|
||||||
v_slowdown = 0.04
|
v_slowdown = 0.04
|
||||||
end
|
|
||||||
|
|
||||||
v_factor = 0.5
|
v_factor = 0.5
|
||||||
|
end
|
||||||
elseif in_water then
|
elseif in_water then
|
||||||
on_water = false
|
on_water = false
|
||||||
in_water = true
|
in_water = true
|
||||||
|
|
Loading…
Reference in a new issue