Merge pull request #6712 from Citadel-Station-13/upstream-merge-37771

[MIRROR] lets admins see dsay if they're in-game and unconscious
This commit is contained in:
LetterJay
2018-05-12 17:04:56 -05:00
committed by GitHub
+1 -1
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!