get a complete idea of machinery cost per type

This commit is contained in:
D3athrow
2015-01-15 01:35:42 -06:00
parent 615a868cbd
commit 29b59990e5

View File

@@ -3,9 +3,9 @@
schedule_interval = 20 // every 2 seconds schedule_interval = 20 // every 2 seconds
/datum/controller/process/machinery/doWork() /datum/controller/process/machinery/doWork()
#ifdef PROFILE_MACHINES //#ifdef PROFILE_MACHINES
machine_profiling.len = 0 //machine_profiling.len = 0
#endif //#endif
for(var/obj/machinery/M in machines) for(var/obj/machinery/M in machines)
if(M && !M.gcDestroyed) if(M && !M.gcDestroyed)