Fixing Deadchat

+MODs and +ADMINs can now see dsay again, whenever, while other holders cannot.
This commit is contained in:
skull132
2016-02-11 18:05:31 +02:00
parent 0f5818d2b0
commit fbd278babc

View File

@@ -540,7 +540,7 @@ proc/is_blind(A)
name = realname
for(var/mob/M in player_list)
if(M.client && ((!istype(M, /mob/new_player) && M.stat == DEAD) || (M.client.holder && !check_rights(R_MOD|R_ADMIN, 0, M))) && (M.client.prefs.toggles & CHAT_DEAD))
if(M.client && ((!istype(M, /mob/new_player) && M.stat == DEAD) || (M.client.holder && check_rights(R_MOD|R_ADMIN, 0, M))) && (M.client.prefs.toggles & CHAT_DEAD))
var/follow
var/lname
if(subject)