Subsystem return update (#7881)

This commit is contained in:
Selis
2024-03-29 13:34:26 +01:00
committed by GitHub
parent dee23b07f6
commit 62760d725d
46 changed files with 184 additions and 90 deletions
@@ -4,6 +4,7 @@ PROCESSING_SUBSYSTEM_DEF(fastprocess)
name = "Fast Processing"
wait = 2
stat_tag = "FP"
flags = SS_NO_INIT // CHOMPEdit
/datum/controller/subsystem/processing/fastprocess/Recover()
log_debug("[name] subsystem Recover().")
@@ -12,4 +13,4 @@ PROCESSING_SUBSYSTEM_DEF(fastprocess)
var/list/old_processing = SSfastprocess.processing.Copy()
for(var/datum/D in old_processing)
if(CHECK_BITFIELD(D.datum_flags, DF_ISPROCESSING))
processing |= D
processing |= D