mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +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
|
||||
|
||||
/datum/controller/process/machinery/doWork()
|
||||
#ifdef PROFILE_MACHINES
|
||||
machine_profiling.len = 0
|
||||
#endif
|
||||
//#ifdef PROFILE_MACHINES
|
||||
//machine_profiling.len = 0
|
||||
//#endif
|
||||
|
||||
for(var/obj/machinery/M in machines)
|
||||
if(M && !M.gcDestroyed)
|
||||
|
||||
Reference in New Issue
Block a user