Skip to content

Commit

Permalink
Fixes runtimes on unary atmos devices rotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Menshin committed Dec 12, 2015
1 parent 74d1dd3 commit 92b334b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/ATMOSPHERICS/components/unary_devices/unary_base.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 92b334b

Please sign in to comment.