mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Oops, ignore those verbs.
This commit is contained in:
@@ -6,7 +6,7 @@ var/global/BSACooldown = 0
|
||||
/proc/message_admins(var/text, var/admin_ref = 0)
|
||||
var/rendered = "<span class=\"admin\"><span class=\"prefix\">ADMIN LOG:</span> <span class=\"message\">[text]</span></span>"
|
||||
for (var/mob/M in world)
|
||||
if (M && M.client && M.client.holder && M.client.holder.level > -3 && !M.client.hearamessage) //Lets not spam our retirees.
|
||||
if (M && M.client && M.client.holder && M.client.holder.level > -3) //Lets not spam our retirees.
|
||||
if (admin_ref)
|
||||
M << dd_replaceText(rendered, "%admin_ref%", "\ref[M]")
|
||||
else
|
||||
|
||||
@@ -248,7 +248,6 @@
|
||||
verbs += /obj/admins/proc/restart //restart
|
||||
verbs += /client/proc/cmd_admin_create_centcom_report
|
||||
verbs += /client/proc/toggle_hear_deadcast
|
||||
verbs += /client/proc/toggle_adminmessage
|
||||
verbs += /client/proc/toggle_hear_radio
|
||||
verbs += /client/proc/cmd_admin_change_custom_event
|
||||
|
||||
@@ -424,7 +423,6 @@
|
||||
verbs -= /client/proc/Blobize
|
||||
verbs -= /client/proc/toggle_clickproc //TODO ERRORAGE (Temporary proc while the enw clickproc is being tested)
|
||||
verbs -= /client/proc/toggle_hear_deadcast
|
||||
verbs += /client/proc/toggle_adminmessage
|
||||
verbs -= /client/proc/toggle_hear_radio
|
||||
verbs -= /client/proc/tension_report
|
||||
verbs -= /client/proc/toggle_gravity_on
|
||||
@@ -928,11 +926,3 @@
|
||||
else
|
||||
NewObj.vars[V] = vars[V]
|
||||
return NewObj
|
||||
|
||||
/client/proc/toggle_adminmessage()
|
||||
set name = "Toggle Admin Message"
|
||||
set category = "Admin"
|
||||
|
||||
if(!holder) return
|
||||
hearamessage = !hearamessage
|
||||
usr << "You will now [STFU_ghosts ? "hear" : "not hear"] admin messages."
|
||||
|
||||
Reference in New Issue
Block a user