mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
- Proper fix for issue 803
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4481 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
continue
|
||||
if(M.client && M.client.holder && M.client.deadchat) //admins can toggle deadchat on and off. This is a proc in admin.dm and is only give to Administrators and above
|
||||
if(!M.client.STFU_ghosts) //Admin shut-off for ghosts chatter
|
||||
src << rendered //Admins can hear deadchat, if they choose to, no matter if they're blind/deaf or not.
|
||||
M << rendered //Admins can hear deadchat, if they choose to, no matter if they're blind/deaf or not.
|
||||
else if (M.stat == DEAD)
|
||||
M.show_message(rendered, 2) //Takes into account blindness and such.
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user