Browser Status Panel (#53112)

This commit is contained in:
Couls
2020-08-27 18:28:03 -04:00
committed by GitHub
parent 57cd1d59ca
commit e7f99e3b8b
79 changed files with 1584 additions and 475 deletions
@@ -10,8 +10,9 @@ SUBSYSTEM_DEF(processing)
var/list/processing = list()
var/list/currentrun = list()
/datum/controller/subsystem/processing/stat_entry()
..("[stat_tag]:[processing.len]")
/datum/controller/subsystem/processing/stat_entry(msg)
msg = "[stat_tag]:[length(processing)]"
return ..()
/datum/controller/subsystem/processing/fire(resumed = 0)
if (!resumed)