mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 12:36:22 +01:00
Atmospherics Destroy() cleanup - return qdel hints.
This commit is contained in:
@@ -42,7 +42,7 @@ obj/machinery/atmospherics/binary
|
||||
return null
|
||||
|
||||
Destroy()
|
||||
loc = null
|
||||
. = ..()
|
||||
|
||||
if(node1)
|
||||
node1.disconnect(src)
|
||||
@@ -54,8 +54,6 @@ obj/machinery/atmospherics/binary
|
||||
node1 = null
|
||||
node2 = null
|
||||
|
||||
..()
|
||||
|
||||
initialize()
|
||||
if(node1 && node2) return
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
initialize_directions = NORTH|SOUTH
|
||||
|
||||
Destroy()
|
||||
loc = null
|
||||
. = ..()
|
||||
|
||||
if(node1)
|
||||
node1.disconnect(src)
|
||||
@@ -48,8 +48,6 @@
|
||||
node1 = null
|
||||
node2 = null
|
||||
|
||||
..()
|
||||
|
||||
process()
|
||||
..()
|
||||
if(anchored && !(stat&BROKEN))
|
||||
|
||||
Reference in New Issue
Block a user