mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-13 20:17:36 +01:00
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
|
||||
v_factor = 0.5
|
||||
end
|
||||
|
||||
v_factor = 0.5
|
||||
elseif in_water then
|
||||
on_water = false
|
||||
in_water = true
|
||||
|
Loading…
Reference in New Issue
Block a user