Mods now have check contents again.
This commit is contained in:
skull132
2016-03-25 02:19:22 +02:00
parent cdfbf75b30
commit 89945c5324
+2 -1
View File
@@ -296,7 +296,8 @@ var/list/admin_verbs_mod = list(
/client/proc/jobbans,
/client/proc/cmd_admin_subtle_message, /*send an message to somebody as a 'voice in their head'*/
/datum/admins/proc/paralyze_mob,
/client/proc/toggleattacklogs
/client/proc/toggleattacklogs,
/client/proc/cmd_admin_check_contents
)
var/list/admin_verbs_dev = list( //will need to be altered - Ryan784