From 3504f15c01ba11f30a4d99adb31a8502bc5c3179 Mon Sep 17 00:00:00 2001 From: Carlen White Date: Sun, 14 Jul 2019 20:29:23 -0400 Subject: [PATCH] Travis Bump --- 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 fabb6aba93..1650612443 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -751,7 +751,7 @@ else if(w_uniform) w_uniform.add_fingerprint(M) - ..() + ..() /mob/living/carbon/human/damage_clothes(damage_amount, damage_type = BRUTE, damage_flag = 0, def_zone)