mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 13:26:35 +01:00
CitadelRP (#4108)
* dme and dmb * Heeeere we gooo * fasease * Continued. * AAAAAAAAAAAAAAAAAAAAAAAA * Brain going numb * agh * The suffering will be worth it... right? * Going blank... * Am I done? * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * Fixes * Should be everything I care about right now.
This commit is contained in:
@@ -649,7 +649,7 @@ proc/admin_notice(var/message, var/rights)
|
||||
log_admin("Announce: [key_name(usr)] : [message]")
|
||||
feedback_add_details("admin_verb","A") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
|
||||
//VOREStation Edit to this verb for the purpose of making it compliant with the annunciator system
|
||||
/// This verb for the purpose of making it compliant with the announcer system.
|
||||
var/datum/legacy_announcement/priority/admin_pri_announcer = new
|
||||
var/datum/legacy_announcement/minor/admin_min_announcer = new
|
||||
/datum/admins/proc/intercom()
|
||||
@@ -1430,7 +1430,7 @@ var/datum/legacy_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.
|
||||
set popup_menu = FALSE
|
||||
var/crystals
|
||||
|
||||
if(check_rights(R_ADMIN))
|
||||
@@ -1446,7 +1446,7 @@ var/datum/legacy_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.
|
||||
set popup_menu = FALSE
|
||||
var/crystals
|
||||
|
||||
if(check_rights(R_ADMIN))
|
||||
|
||||
Reference in New Issue
Block a user