Initial conveyors are working. Now for multi on the levers...

This commit is contained in:
GeneralChaos81
2016-09-11 11:06:30 +10:00
parent 9636163127
commit a430d43e38
+4 -1
View File
@@ -128,12 +128,15 @@ Class Procs:
if(use_power)
myArea = get_area_master(src)
machines += src
machines += src //Moved this to New
if(!speed_process)
machine_processing += src
else
fast_processing += src
/obj/machinery/New() //new
machines += src
/obj/machinery/Destroy()
if(myArea)
myArea = null