With help from Birdtalon
This commit is contained in:
Shadow-Quill
2018-12-06 17:00:39 -06:00
parent d57c560fe1
commit d7f47bd6e5
+1 -1
View File
@@ -22,7 +22,7 @@
/proc/cultist_commune(mob/living/user, message)
if(!message)
return
if((disabilities && DISABILITY_FLAG_MUTE) || silent) //User can't be under a vow of silence or have the mute disability to commune.
if((user.disabilities & MUTE) || user.mind.miming) //User can't be under a vow of silence or have the mute disability to commune.
to_chat(user, "You cannot speak!")
return
user.whisper("O bidai nabora se[pick("'","`")]sma!")