From 31536c6a5696b5892358a7586581c721818e11f4 Mon Sep 17 00:00:00 2001 From: PsiOmegaDelta Date: Fri, 6 Nov 2015 11:13:31 +0100 Subject: [PATCH] Fixes #11422. There is nothing to see here... --- code/modules/mob/living/carbon/human/human_helpers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_helpers.dm b/code/modules/mob/living/carbon/human/human_helpers.dm index 6997e5d945c..4a3e1b8a0d4 100644 --- a/code/modules/mob/living/carbon/human/human_helpers.dm +++ b/code/modules/mob/living/carbon/human/human_helpers.dm @@ -55,7 +55,7 @@ if(istype(src.glasses, /obj/item/clothing/glasses)) process_glasses(glasses) if(istype(src.wear_mask, /obj/item/clothing/mask)) - add_clothing_protection(head) + add_clothing_protection(wear_mask) if(istype(back,/obj/item/weapon/rig)) process_rig(back)