Merge pull request #4927 from Ccomp5950/muzzle-fix

Stops muzzled folks from talking.
This commit is contained in:
Zuhayr
2014-05-08 11:05:25 +09:30

View File

@@ -14,6 +14,9 @@
if(stat == 2)
return say_dead(message)
if (istype(wear_mask, /obj/item/clothing/mask/muzzle)) //Todo: Add this to speech_problem_flag checks.
return
if(copytext(message,1,2) == "*")
return emote(copytext(message,2))