massage subsystem definition for read/maintain

This commit is contained in:
spookerton
2022-03-31 20:02:19 +01:00
parent 21ee12ae4b
commit 01b1a22a11
32 changed files with 97 additions and 105 deletions
@@ -27,7 +27,7 @@ SUBSYSTEM_DEF(processing)
/datum/controller/subsystem/processing/stat_entry()
..("[stat_tag]:[processing.len]")
/datum/controller/subsystem/processing/fire(resumed = 0)
/datum/controller/subsystem/processing/fire(resumed, no_mc_tick)
if (!resumed)
currentrun = processing.Copy()
//cache for sanic speed (lists are references anyways)