Remove several admin verbs from context menu

This commit is contained in:
Arokha Sieyes
2018-02-04 12:32:55 -05:00
parent 8706d54f8b
commit fbb34ea0ed
5 changed files with 7 additions and 4 deletions

View File

@@ -758,6 +758,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
/client/proc/cmd_admin_check_contents(mob/living/M as mob in mob_list)
set category = "Special Verbs"
set name = "Check Contents"
set popup_menu = FALSE //VOREStation Edit - Declutter.
var/list/L = M.get_contents()
for(var/t in L)