mirror of
https://github.com/minetest-mods/technic.git
synced 2025-01-28 19:00:30 +01:00
Update radiation.lua
Why is whitespace such an issue? There's nothing there.
This commit is contained in:
parent
60b22e3c3a
commit
f9026bfacf
@ -197,7 +197,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…
Reference in New Issue
Block a user