From f9026bfacf2651c2d112cdf8bb6b1914c253fc5b Mon Sep 17 00:00:00 2001 From: DustyDave961 <144002335+DustyDave961@users.noreply.github.com> Date: Sat, 19 Oct 2024 06:59:22 -0500 Subject: [PATCH] Update radiation.lua Why is whitespace such an issue? There's nothing there. --- technic/radiation.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/radiation.lua b/technic/radiation.lua index 3036536..59e5575 100644 --- a/technic/radiation.lua +++ b/technic/radiation.lua @@ -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