mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Remove several admin verbs from context menu
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user