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:
GDN
2024-01-21 22:07:57 +00:00
committed by GitHub
co-authored by Henri215
parent 54a144301d
commit 0b8c196f67
67 changed files with 141 additions and 223 deletions
+2 -8
View File
@@ -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)