Lower lux tool radiation rate significantly.

This commit is contained in:
Aaron Suen 2019-10-14 06:13:48 -04:00
parent f9a1996811
commit 88292e402b

View File

@ -99,7 +99,7 @@ local function luxradpump()
local def = minetest.registered_items[stack:get_name()]
if def and def.groups then
if def.groups.lux_emit then accum = accum + 1 end
if def.groups.lux_tool then accum = accum + 0.25 end
if def.groups.lux_tool then accum = accum + 0.1 end
end
end
local prop = math_exp(-accum / 1000)