Update radiation.lua

Space caused an error for some reason?
This commit is contained in:
DustyDave961 2024-10-18 05:40:45 -05:00 committed by GitHub
parent a9e1351181
commit 9eb7d0e784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,7 +209,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