[MIRROR] optimizes transfer (#12211)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-04 18:18:24 -07:00
committed by GitHub
parent 9668392359
commit 61aa2b94be
35 changed files with 141 additions and 95 deletions

View File

@@ -18,7 +18,7 @@ SUBSYSTEM_DEF(processing)
/datum/controller/subsystem/processing/Recover()
log_runtime("[name] subsystem Recover().")
if(SSprocessing.current_thing)
log_runtime("current_thing was: (\ref[SSprocessing.current_thing])[SSprocessing.current_thing]([SSprocessing.current_thing.type]) - currentrun: [SSprocessing.currentrun.len] vs total: [SSprocessing.processing.len]")
log_runtime("current_thing was: (\ref[SSprocessing.current_thing])[SSprocessing.current_thing]([SSprocessing.current_thing.type]) - currentrun: [length(SSprocessing.currentrun)] vs total: [length(SSprocessing.processing)]")
var/list/old_processing = SSprocessing.processing.Copy()
for(var/datum/D in old_processing)
if(CHECK_BITFIELD(D.datum_flags, DF_ISPROCESSING))