Update blackbox.dm

This commit is contained in:
deathride58
2017-11-22 14:27:10 -05:00
committed by GitHub
parent aedf16a76e
commit 2934effd36
+2 -1
View File
@@ -9,7 +9,8 @@ SUBSYSTEM_DEF(blackbox)
var/triggertime = 0
var/sealed = FALSE //time to stop tracking stats?
var/list/research_levels = list() //list of highest tech levels attained that isn't lost lost by destruction of RD computers
var/list/versions = list() //associative list of any feedback variables that have had their format changed since creation and their current version, remember to update this
var/list/versions = list("time_dilation_current" = 2,
"science_techweb_unlock" = 2) //associative list of any feedback variables that have had their format changed since creation and their current version, remember to update this
/datum/controller/subsystem/blackbox/Initialize()