forked from VoxeLibre/VoxeLibre
Slow down players even more on soul sand
This commit is contained in:
parent
07532d3b9b
commit
342f0dcdaa
|
@ -78,7 +78,7 @@ minetest.register_globalstep(function(dtime)
|
||||||
-- TODO: Fix walk speed
|
-- TODO: Fix walk speed
|
||||||
-- TODO: Also check other blocks
|
-- TODO: Also check other blocks
|
||||||
-- TODO: Also slow down mobs
|
-- TODO: Also slow down mobs
|
||||||
def.speed = def.speed - 0.4
|
def.speed = def.speed - 0.6
|
||||||
end
|
end
|
||||||
|
|
||||||
-- set player physics
|
-- set player physics
|
||||||
|
|
Loading…
Reference in New Issue