aooc for paperwork nerds (#3481)

The Head Admins decreed, the code shall follow.

Also fixes a bug where mods/CCIAA get AOOC removed whenever they de-antag.
This commit is contained in:
Erki
2017-09-17 02:24:54 +03:00
committed by GitHub
parent bbb953a70f
commit c393d22248
5 changed files with 16 additions and 7 deletions
+2 -1
View File
@@ -374,7 +374,8 @@ var/list/admin_verbs_cciaa = list(
/client/proc/returntobody,
/client/proc/view_duty_log,
/datum/admins/proc/create_admin_fax,
/client/proc/check_fax_history
/client/proc/check_fax_history,
/client/proc/aooc
)
/client/proc/add_admin_verbs()