no build network on every process

scrubbers by default will scrub toxins.
This commit is contained in:
D3athrow
2015-02-01 14:35:02 -06:00
parent cb2c89b4fc
commit f503044019
3 changed files with 5 additions and 4 deletions

View File

@@ -149,7 +149,7 @@
/obj/machinery/atmospherics/pipe/simple/process()
if(!parent) //This should cut back on the overhead calling build_network thousands of times per cycle
..()
build_network()
else
. = PROCESS_KILL