global lists global defined

This commit is contained in:
Desolate
2018-10-02 15:52:46 -05:00
parent c47df961d9
commit c974e29a3c
385 changed files with 1403 additions and 1403 deletions
+2 -2
View File
@@ -6,10 +6,10 @@
/datum/controller/process/fast_process/statProcess()
..()
stat(null, "[fast_processing.len] fast processes")
stat(null, "[GLOB.fast_processing.len] fast processes")
/datum/controller/process/fast_process/doWork()
for(last_object in fast_processing)
for(last_object in GLOB.fast_processing)
var/obj/O = last_object
try
O.process()