From 61ca092a2429a0ddfce97675c4ada74654250c9e Mon Sep 17 00:00:00 2001 From: Carl? Date: Sun, 10 Apr 2022 10:17:00 -0400 Subject: [PATCH] Oh God Oh Fuck Emergency hotfix for a misnamed path. Without this, the reactor is scuffed and spews radiation. Bugs ahoy. --- hyperstation/code/modules/power/reactor/fluffed.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/modules/power/reactor/fluffed.dm b/hyperstation/code/modules/power/reactor/fluffed.dm index e39ff787b..e3d69be5b 100644 --- a/hyperstation/code/modules/power/reactor/fluffed.dm +++ b/hyperstation/code/modules/power/reactor/fluffed.dm @@ -17,7 +17,7 @@ Nowhere else to really put this. light_color = LIGHT_COLOR_CYAN dir = 8 //Less headache inducing :)) -/obj/machinery/atmospherics/components/trinary/nuclear_reactor/Initialize() +/obj/structure/fluff/destroyed_nuclear_reactor/Initialize() . = ..() set_light(3) AddComponent(/datum/component/radioactive, 15000 , src)