Make boats less annoying on ice

This commit is contained in:
Elias Fleckenstein 2021-02-27 14:38:53 +01:00
parent 2ce5c5415a
commit 8d5b2ff714
1 changed files with 1 additions and 2 deletions

View File

@ -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