Unorphans the blackbox (#26129)

Moved sql_poll_population from server_maint to this new SS. Moved few remaining server_maint tasks to SSping and deleted it.
This commit is contained in:
Cyberboss
2017-04-27 10:04:57 +12:00
committed by oranges
parent 5ace376e4a
commit 729010bbb2
106 changed files with 668 additions and 702 deletions
@@ -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)