mirror of
https://github.com/minetest-mods/technic.git
synced 2025-04-20 11:20:32 +02:00
Update radiation.lua
Space caused an error for some reason?
This commit is contained in:
parent
a9e1351181
commit
9eb7d0e784
@ -209,7 +209,7 @@ local function node_radiation_resistance(node_name)
|
|||||||
if def.groups.rad_resistance then
|
if def.groups.rad_resistance then
|
||||||
resistance = resistance + def.groups.rad_resistance
|
resistance = resistance + def.groups.rad_resistance
|
||||||
end
|
end
|
||||||
|
|
||||||
return math.sqrt(resistance)
|
return math.sqrt(resistance)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user