mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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:
@@ -128,3 +128,7 @@
|
||||
node2 = null
|
||||
|
||||
return null
|
||||
|
||||
/obj/machinery/atmospherics/binary/nullifyPipenetwork()
|
||||
network1 = null
|
||||
network2 = null
|
||||
Reference in New Issue
Block a user