1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-11 18:40:25 +01:00

Made death look like an item explosion

- Items are scattered further
This commit is contained in:
LeMagnesium 2015-04-05 00:26:51 +02:00
parent ec11d33733
commit 5fc361f81f

View File

@ -5,7 +5,7 @@ local drop = function(pos, itemstack)
if obj then
obj:setvelocity({x=math.random(-1,1), y=5, z=math.random(-1,1)})
obj:setvelocity({x=math.random(-2.5,2.5), y=7, z=math.random(-2.5,2.5)})
local remi = minetest.setting_get("remove_items")