mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Mimes shouldnt be able to speak!
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
/mob/living/carbon/human/say(var/message)
|
||||
if(miming)
|
||||
return
|
||||
|
||||
if(wear_mask)
|
||||
if(istype(wear_mask, /obj/item/clothing/mask/gas/voice/space_ninja) && wear_mask:voice == "Unknown")
|
||||
@@ -35,6 +37,8 @@
|
||||
message = slur(message)
|
||||
..(message)
|
||||
|
||||
|
||||
|
||||
/mob/living/carbon/human/say_understands(var/other,var/datum/language/speaking = null)
|
||||
|
||||
if(has_brain_worms()) //Brain worms translate everything. Even mice and alien speak.
|
||||
|
||||
Reference in New Issue
Block a user