Merge pull request #806 from tigercat2000/bugsss

Fixes an oversight with NO_BREATHE and corpses
This commit is contained in:
Fox-McCloud
2015-04-15 01:12:31 -04:00
@@ -1619,6 +1619,8 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc
var/obj/item/clothing/mask/M = H.wear_mask
if(M && (M.flags & MASKCOVERSMOUTH))
return
if(H.species && H.species.flags & NO_BREATHE)
return //no puking if you can't smell!
H << "<spawn class='warning'>You smell something foul..."
H.fakevomit()