Merge pull request #579 from Citadel-Station-13/upstream-merge-26129

[MIRROR] Unorphans the blackbox
This commit is contained in:
LetterJay
2017-05-02 05:13:49 -05:00
committed by GitHub
131 changed files with 2226 additions and 589 deletions

View File

@@ -95,10 +95,10 @@ GLOBAL_DATUM_INIT(keycard_events, /datum/events, new)
switch(event)
if("Red Alert")
set_security_level(SEC_LEVEL_RED)
feedback_inc("alert_keycard_auth_red",1)
SSblackbox.inc("alert_keycard_auth_red",1)
if("Emergency Maintenance Access")
make_maint_all_access()
feedback_inc("alert_keycard_auth_maint",1)
SSblackbox.inc("alert_keycard_auth_maint",1)
GLOBAL_VAR_INIT(emergency_access, FALSE)