mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Gives CCIAA check-antagonist access (#3976)
Authorized by head admins. I looked, the Topic() links from check-antagonists are flag checked properly, so this should be fine.
This commit is contained in:
@@ -377,7 +377,8 @@ var/list/admin_verbs_cciaa = list(
|
||||
/client/proc/view_duty_log,
|
||||
/datum/admins/proc/create_admin_fax,
|
||||
/client/proc/check_fax_history,
|
||||
/client/proc/aooc
|
||||
/client/proc/aooc,
|
||||
/client/proc/check_antagonists
|
||||
)
|
||||
|
||||
/client/proc/add_admin_verbs()
|
||||
@@ -1123,7 +1124,7 @@ var/list/admin_verbs_cciaa = list(
|
||||
|
||||
SSsunlight.apply_sun_state(S)
|
||||
log_and_message_admins("has set the sun state to '[S]'.")
|
||||
#else
|
||||
#else
|
||||
/client/proc/apply_sunstate()
|
||||
set hidden = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user