From 3c8a4b38c4036cd8fc0435641070383aac2d1161 Mon Sep 17 00:00:00 2001 From: Hatterhat Date: Sat, 29 Aug 2020 02:47:46 -0500 Subject: [PATCH] harmies --- code/modules/mob/living/carbon/human/species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 2bc32cf50f..36b912f39e 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1423,7 +1423,7 @@ GLOBAL_LIST_EMPTY(roundstart_race_names) target.apply_damage(damage*0.5, STAMINA, affecting, armor_block) log_combat(user, target, "kicked") else//other attacks deal full raw damage + 2x in stamina damage - target.apply_damage(damage, attack_type, affecting, armor_block) + target.apply_damage(damage, attack_type, affecting, armor_block, wound_bonus = punchwoundbonus) target.apply_damage(damage*2, STAMINA, affecting, armor_block) log_combat(user, target, "punched")