Update blackbox.dm
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user