mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-30 03:53:33 +00:00
10 lines
503 B
Plaintext
10 lines
503 B
Plaintext
PROCESSING_SUBSYSTEM_DEF(turfs)
|
|
name = "Turf Processing"
|
|
wait = 20
|
|
|
|
/datum/controller/subsystem/processing/turfs/Recover()
|
|
log_debug("[name] subsystem Recover(). current_thing was: (\ref[SSturfs.current_thing])[SSturfs.current_thing]([SSturfs.current_thing.type]) - currentrun: [SSturfs.currentrun.len] vs total: [SSturfs.processing.len]")
|
|
var/list/old_processing = SSturfs.processing.Copy()
|
|
for(var/datum/D in old_processing)
|
|
if(CHECK_BITFIELD(D.datum_flags, DF_ISPROCESSING))
|
|
processing |= D |