AOOC for antags (#553)

Antags now get AOOC, as do mods. Admins and mods can also mute people from AOOC if they're being silly.
This commit is contained in:
skull132
2016-07-11 16:52:20 +03:00
committed by GitHub
parent 4d94f46bd1
commit 7d9168a266
7 changed files with 48 additions and 10 deletions
+2 -1
View File
@@ -297,7 +297,8 @@ var/list/admin_verbs_mod = list(
/client/proc/toggleattacklogs,
/client/proc/cmd_admin_check_contents,
/client/proc/check_words, /*displays cult-words*/
/client/proc/check_ai_laws /*shows AI and borg laws*/
/client/proc/check_ai_laws, /*shows AI and borg laws*/
/client/proc/aooc
)
var/list/admin_verbs_dev = list( //will need to be altered - Ryan784