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!")