diff --git a/code/modules/atmospherics/machinery/components/fusion/hypertorus.dm b/code/modules/atmospherics/machinery/components/fusion/hypertorus.dm index 47e8c6e125e..55d322acd20 100644 --- a/code/modules/atmospherics/machinery/components/fusion/hypertorus.dm +++ b/code/modules/atmospherics/machinery/components/fusion/hypertorus.dm @@ -466,7 +466,7 @@ for(var/obj/machinery/hypertorus/corner/corner in corners) corner.active = FALSE corner.update_icon() - corners = null + corners = list() QDEL_NULL(soundloop) /obj/machinery/atmospherics/components/unary/hypertorus/core/proc/check_fuel()