mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
And...
With help from Birdtalon
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user