Lets try this again, hm?

This commit is contained in:
Shadow-Quill
2018-12-06 16:45:17 -06:00
parent 50c69c04e9
commit d57c560fe1
+2 -3
View File
@@ -17,13 +17,12 @@
cultist_commune(usr, input)
return
/datum/language/proc/check_can_speak(mob/living/speaker)
return TRUE
/proc/cultist_commune(mob/living/user, message)
if(!message)
return
if(!check_can_speak(user)) //User can't be under a vow of silence or have the mute disability to commune.
if((disabilities && DISABILITY_FLAG_MUTE) || silent) //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!")