Adjusts ear/eye protection based on missing organs (#999)

This commit is contained in:
CitadelStationBot
2017-05-18 12:07:33 -05:00
committed by Poojawa
parent b0760b9b33
commit 1da5a27b98
4 changed files with 43 additions and 46 deletions
@@ -1,11 +1,3 @@
/mob/living/carbon/monkey/get_eye_protection()
var/number = ..()
if(istype(src.wear_mask, /obj/item/clothing/mask))
var/obj/item/clothing/mask/MFP = src.wear_mask
number += MFP.flash_protect
return number
/mob/living/carbon/monkey/help_shake_act(mob/living/carbon/M)
if(health < 0 && ishuman(M))
var/mob/living/carbon/human/H = M