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
+2 -2
View File
@@ -1372,7 +1372,7 @@ var/datum/announcement/minor/admin_min_announcer = new
set category = "Debug"
set name = "Set Telecrystals"
set desc = "Allows admins to change telecrystals of a user."
set popup_menu = FALSE //VOREStation Edit - Declutter.
var/crystals
if(check_rights(R_ADMIN))
@@ -1388,7 +1388,7 @@ var/datum/announcement/minor/admin_min_announcer = new
set category = "Debug"
set name = "Add Telecrystals"
set desc = "Allows admins to change telecrystals of a user by addition."
set popup_menu = FALSE //VOREStation Edit - Declutter.
var/crystals
if(check_rights(R_ADMIN))