Prevents mentors speaking in deadchat when deadchat is muted (#16944)

* nerfs mentors

* affected's suggestion

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
hal9000PR
2021-10-15 10:49:46 +01:00
committed by GitHub
co-authored by AffectedArc07
parent cffcadb029
commit 0e33ca9be7
+1 -1
View File
@@ -46,7 +46,7 @@
/mob/proc/say_dead(message)
if(client)
if(!client.holder)
if(!check_rights(R_ADMIN, FALSE))
if(!GLOB.dsay_enabled)
to_chat(src, "<span class='danger'>Deadchat is globally muted.</span>")
return