mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Lets try this again, hm?
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user