Increase unmounting force

This commit is contained in:
jordan4ibanez 2021-04-06 22:02:52 -04:00
parent 4a1faa44de
commit 6aaf25bbc9
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ function mobs.detach(player, offset)
--pos = {x = pos.x + offset.x, y = pos.y + 0.2 + offset.y, z = pos.z + offset.z}
player:add_velocity(vector.new(math.random(-5,5),math.random(3,6),math.random(-5,5))) --throw the rider off
player:add_velocity(vector.new(math.random(-6,6),math.random(5,8),math.random(-6,6))) --throw the rider off
--[[
minetest.after(0.1, function(name, pos)