mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
tgchat day zero changes (#23872)
* tgchat day zero changes * Update code/game/verbs/ooc.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -4,10 +4,7 @@
|
||||
|
||||
//handle muting and automuting
|
||||
if(check_mute(ckey, MUTE_ADMINHELP))
|
||||
to_chat(src,
|
||||
type = MESSAGE_TYPE_ADMINPM,
|
||||
html = "<font color='red'>Error: Admin-PM: You cannot send adminhelps (Muted).</font>",
|
||||
confidential = TRUE)
|
||||
to_chat(src, "<font color='red'>Error: Admin-PM: You cannot send adminhelps (Muted).</font>", MESSAGE_TYPE_ADMINPM, confidential = TRUE)
|
||||
return
|
||||
|
||||
adminhelped = TRUE //Determines if they get the message to reply by clicking the name.
|
||||
@@ -34,10 +31,7 @@
|
||||
SStickets.newHelpRequest(src, msg) // Ahelp
|
||||
|
||||
//show it to the person adminhelping too
|
||||
to_chat(src,
|
||||
type = MESSAGE_TYPE_ADMINPM,
|
||||
html = "<span class='boldnotice'>[selected_type]</b>: [msg]</span>",
|
||||
confidential = TRUE)
|
||||
to_chat(src, "<span class='boldnotice'>[selected_type]</b>: [msg]</span>", MESSAGE_TYPE_ADMINPM, confidential = TRUE)
|
||||
SSblackbox.record_feedback("tally", "admin_verb", 1, "Adminhelp") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
|
||||
switch(selected_type)
|
||||
|
||||
Reference in New Issue
Block a user