Skip to content

Commit

Permalink
Update radiation.lua
Browse files Browse the repository at this point in the history
Why is whitespace such an issue? There's nothing there.
  • Loading branch information
DustyDave961 authored Oct 19, 2024
1 parent 60b22e3 commit f9026bf
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 f9026bf

Please sign in to comment.