Update radiation.lua

Why is whitespace such an issue? There's nothing there.
This commit is contained in:
DustyDave961 2024-10-19 06:59:22 -05:00 committed by GitHub
parent 60b22e3c3a
commit f9026bfacf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -197,7 +197,7 @@ local function node_radiation_resistance(node_name)
if def.groups.rad_resistance then
resistance = resistance + def.groups.rad_resistance
end
return math.sqrt(resistance)
end