Fix check with emote on mute

This commit is contained in:
Alffd
2018-08-29 20:59:17 -04:00
parent ba6efd8b93
commit 87f2d9701f

View File

@@ -36,7 +36,7 @@
var/obj/item/clothing/mask/muzzle/M = wear_mask
if(m_type == EMOTE_SOUND && M.mute >= MUZZLE_MUTE_MUFFLE)
return //Not all muzzles block sound
if(!can_speak())
if(m_type == EMOTE_SOUND && !can_speak())
return
var/input