From c8030a274cc4a670bf6d575d6a57ef787d4d69c8 Mon Sep 17 00:00:00 2001 From: blobbernaut Date: Sat, 24 Oct 2015 03:28:09 -0400 Subject: [PATCH] Update human_defense.dm --- code/modules/mob/living/carbon/human/human_defense.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 30ddfa5ae89..862d4c124ad 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -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))