Merge pull request #37771 from nichlas0010/patch-1

lets admins see dsay if they're in-game and unconscious
This commit is contained in:
Jordan Brown
2018-05-11 16:23:58 -04:00
committed by letterjay
parent 20ac9089a7
commit ff0b19427b

View File

@@ -27,7 +27,7 @@
if(isnewplayer(M))
continue
if (M.stat == DEAD || (M.client && M.client.holder && (M.client.prefs.chat_toggles & CHAT_DEAD))) //admins can toggle deadchat on and off. This is a proc in admin.dm and is only give to Administrators and above
M.show_message(rendered, 2)
to_chat(M, rendered)
SSblackbox.record_feedback("tally", "admin_verb", 1, "Dsay") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!