mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
mime greys begone (#20144)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user