From 92b334b027d74b6af0217913bda643342e8385f6 Mon Sep 17 00:00:00 2001 From: Menshin Date: Sat, 12 Dec 2015 16:13:30 +0100 Subject: [PATCH] Fixes runtimes on unary atmos devices rotation. --- code/ATMOSPHERICS/components/unary_devices/unary_base.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/ATMOSPHERICS/components/unary_devices/unary_base.dm b/code/ATMOSPHERICS/components/unary_devices/unary_base.dm index 2e018e313b7..f35652172e2 100644 --- a/code/ATMOSPHERICS/components/unary_devices/unary_base.dm +++ b/code/ATMOSPHERICS/components/unary_devices/unary_base.dm @@ -24,8 +24,9 @@ Iconnery var/obj/machinery/atmospherics/node = NODE1 if(node) node.disconnect(src) - node = null + NODE1 = null nullifyPipenet(PARENT1) + atmosinit() node = NODE1 if(node)