Update human_defense.dm

This commit is contained in:
blobbernaut
2015-10-24 03:28:09 -04:00
parent 7e1f9b1409
commit c8030a274c
@@ -27,7 +27,7 @@ emp_act
/mob/living/carbon/human/proc/checkarmor(obj/item/organ/limb/def_zone, type)
if(!type) return 0
var/protection = 0
var/list/body_parts = list(head, wear_mask, wear_suit, w_uniform, back)
var/list/body_parts = list(head, wear_mask, wear_suit, w_uniform, back, gloves, shoes, belt)
for(var/bp in body_parts)
if(!bp) continue
if(bp && istype(bp ,/obj/item/clothing))