Merge pull request #1136 from Citadel-Station-13/upstream-merge-27542

[MIRROR] Fixes Blackbox subsystem def
This commit is contained in:
LetterJay
2017-05-23 16:47:14 -05:00
committed by GitHub
+2 -1
View File
@@ -1,7 +1,8 @@
SUBSYSTEM_DEF(blackbox)
name = "Blackbox"
wait = 6000
flags = SS_NO_TICK_CHECK
flags = SS_NO_TICK_CHECK | SS_NO_INIT
runlevels = RUNLEVEL_GAME | RUNLEVEL_POSTGAME
var/list/msg_common = list()
var/list/msg_science = list()