- 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:
baloh.matevz
2012-08-18 00:00:34 +00:00
parent de4f662df1
commit 96645c8726
+1 -1
View File
@@ -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