mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
get a complete idea of machinery cost per type
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user