Merge pull request #2970 from VOREStation/aro-admenucleanup

Remove several admin verbs from context menu
This commit is contained in:
Aronai Sieyes
2018-02-04 16:27:33 -05:00
committed by GitHub
5 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
/client/proc/jumptomob(var/mob/M in mob_list)
set category = "Admin"
set name = "Jump to Mob"
set popup_menu = FALSE //VOREStation Edit - Declutter.
if(!check_rights(R_ADMIN|R_MOD|R_DEBUG))
return
+1
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)