From d7f47bd6e58b83e09e7899ddbb90bc91b7712beb Mon Sep 17 00:00:00 2001 From: Shadow-Quill <44811257+Shadow-Quill@users.noreply.github.com> Date: Thu, 6 Dec 2018 17:00:39 -0600 Subject: [PATCH] And... With help from Birdtalon --- code/game/gamemodes/cult/cult_comms.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/cult/cult_comms.dm b/code/game/gamemodes/cult/cult_comms.dm index c852a682e84..b5e9dfc9abc 100644 --- a/code/game/gamemodes/cult/cult_comms.dm +++ b/code/game/gamemodes/cult/cult_comms.dm @@ -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!")