added a new proc for atmos machinery, nullifyPipenetwork(). As their name says, it will nullify the references of a pipenet network datum.

Added qdel for pipenet network datums, this removes most of the singularity lag.
Makes datums work on the garbage collector.
This commit is contained in:
Aranclanos
2014-09-02 19:22:27 -03:00
parent 2514c2a63d
commit 646e8d0b83
8 changed files with 31 additions and 14 deletions
@@ -128,3 +128,7 @@
node2 = null
return null
/obj/machinery/atmospherics/binary/nullifyPipenetwork()
network1 = null
network2 = null