mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 15:48:49 +01:00
[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:
co-authored by
Kashargul
Cameron Lennox
parent
9668392359
commit
61aa2b94be
@@ -6,7 +6,7 @@ PROCESSING_SUBSYSTEM_DEF(turfs)
|
||||
/datum/controller/subsystem/processing/turfs/Recover()
|
||||
log_runtime("[name] subsystem Recover().")
|
||||
if(SSturfs.current_thing)
|
||||
log_runtime("current_thing was: (\ref[SSturfs.current_thing])[SSturfs.current_thing]([SSturfs.current_thing.type]) - currentrun: [SSturfs.currentrun.len] vs total: [SSturfs.processing.len]")
|
||||
log_runtime("current_thing was: (\ref[SSturfs.current_thing])[SSturfs.current_thing]([SSturfs.current_thing.type]) - currentrun: [length(SSturfs.currentrun)] vs total: [length(SSturfs.processing)]")
|
||||
var/list/old_processing = SSturfs.processing.Copy()
|
||||
for(var/datum/D in old_processing)
|
||||
if(!isturf(D))
|
||||
|
||||
Reference in New Issue
Block a user