From 9eb7d0e7843f27cc9ddc818503fc8a0e32be150f Mon Sep 17 00:00:00 2001 From: DustyDave961 <144002335+DustyDave961@users.noreply.github.com> Date: Fri, 18 Oct 2024 05:40:45 -0500 Subject: [PATCH] Update radiation.lua Space caused an error for some reason? --- technic/radiation.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/radiation.lua b/technic/radiation.lua index 6a3b680..d7ab44a 100644 --- a/technic/radiation.lua +++ b/technic/radiation.lua @@ -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