Subsystems now state implications if offlined.

This commit is contained in:
AffectedArc07
2020-05-10 13:52:36 +01:00
parent b913a1301a
commit f15dfa0889
32 changed files with 50 additions and 12 deletions
+1
View File
@@ -9,6 +9,7 @@ SUBSYSTEM_DEF(timer)
init_order = INIT_ORDER_TIMER
flags = SS_TICKER|SS_NO_INIT
offline_implications = "The game will no longer process timers. Immediate server restart recommended."
var/list/second_queue = list() //awe, yes, you've had first queue, but what about second queue?
var/list/hashes = list()