mime greys begone (#20144)

This commit is contained in:
Contrabang
2023-01-20 19:04:33 -05:00
committed by GitHub
parent 311cdae455
commit 42a521dd50
2 changed files with 8 additions and 1 deletions
+3
View File
@@ -338,6 +338,9 @@
..(speaker,message,speaker.real_name)
/datum/language/grey/check_can_speak(mob/living/speaker)
if(speaker.mind?.miming) // Because its a hivemind, mimes would be able to speak otherwise
to_chat(speaker,"<span class='warning'>You can't communicate without breaking your vow of silence.</span>")
return FALSE
if(ishuman(speaker))
var/mob/living/carbon/human/S = speaker
var/obj/item/organ/external/rhand = S.get_organ("r_hand")