Slow down players even more on soul sand

This commit is contained in:
Wuzzy 2017-02-20 16:58:56 +01:00
parent 07532d3b9b
commit 342f0dcdaa
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ minetest.register_globalstep(function(dtime)
-- TODO: Fix walk speed
-- TODO: Also check other blocks
-- TODO: Also slow down mobs
def.speed = def.speed - 0.4
def.speed = def.speed - 0.6
end
-- set player physics