mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
proposal b for vampire deadchat (#34679)
This commit is contained in:
@@ -344,10 +344,6 @@ For the main html chat area
|
||||
if(istype(M, /mob/new_player))
|
||||
continue
|
||||
|
||||
var/datum/role/vampire/V = isvampire(M)
|
||||
if(V && V.deadchat)
|
||||
hearers += M
|
||||
continue
|
||||
else if(M.client.prefs.toggles & CHAT_DEAD)
|
||||
if(M.client.holder && M.client.holder.rights & R_ADMIN) //admins can toggle deadchat on and off. This is a proc in admin.dm and is only give to Administrators and above
|
||||
hearers += M
|
||||
|
||||
Reference in New Issue
Block a user