normalize subsystem wait time / ticks lines

This commit is contained in:
spookerton
2022-03-31 20:26:29 +01:00
parent 01b1a22a11
commit 26a8ee2c0d
23 changed files with 23 additions and 23 deletions
@@ -4,7 +4,7 @@ SUBSYSTEM_DEF(processing)
name = "Processing"
priority = FIRE_PRIORITY_PROCESS
flags = SS_BACKGROUND|SS_POST_FIRE_TIMING|SS_NO_INIT
wait = 10
wait = 1 SECOND
var/stat_tag = "P" //Used for logging
var/list/processing = list()