11 lines
497 B
Plaintext
11 lines
497 B
Plaintext
diff a/code/controllers/subsystem/blackbox.dm b/code/controllers/subsystem/blackbox.dm (rejected hunks)
|
|
@@ -40,7 +40,7 @@ SUBSYSTEM_DEF(blackbox)
|
|
|
|
if(config.use_exp_tracking)
|
|
if((triggertime < 0) || (world.time > (triggertime +3000))) //subsystem fires once at roundstart then once every 10 minutes. a 5 min check skips the first fire. The <0 is midnight rollover check
|
|
- SSblackbox.update_exp(10,FALSE)
|
|
+ update_exp(10,FALSE)
|
|
|
|
|
|
/datum/controller/subsystem/blackbox/Recover()
|