Removes the human is_muzzled override as the particular object muzzling itself.

This commit is contained in:
PsiOmega
2015-07-02 22:03:16 +02:00
parent dc503a7e3e
commit 6986d9f615
@@ -6,9 +6,6 @@
message = sanitize(message)
..(message, alt_name = alt_name)
/mob/living/carbon/human/is_muzzled()
return istype(src.wear_mask, /obj/item/clothing/mask/muzzle)
/mob/living/carbon/human/proc/forcesay(list/append)
if(stat == CONSCIOUS)
if(client)