mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-20 19:42:34 +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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user