Skip to content

Commit

Permalink
Update radiation.lua
Browse files Browse the repository at this point in the history
I thought I removed the white space already...
  • Loading branch information
DustyDave961 authored Oct 20, 2024
1 parent f9026bf commit af6ab28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion technic/radiation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit af6ab28

Please sign in to comment.