Update radiation.lua

I thought I removed the white space already...
This commit is contained in:
DustyDave961 2024-10-20 08:00:11 -05:00 committed by GitHub
parent f9026bfacf
commit af6ab2899e
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