From 342f0dcdaa5874fb0ae6e4e194a021ccfb4450bc Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 20 Feb 2017 16:58:56 +0100 Subject: [PATCH] Slow down players even more on soul sand --- mods/PLAYER/playerplus/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/PLAYER/playerplus/init.lua b/mods/PLAYER/playerplus/init.lua index 0f6b9002d..e3da18a43 100644 --- a/mods/PLAYER/playerplus/init.lua +++ b/mods/PLAYER/playerplus/init.lua @@ -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