From 14ecd90f2aabe0b4076c5e655cd2aab13d065950 Mon Sep 17 00:00:00 2001 From: hornygranny Date: Sun, 10 Jul 2016 16:44:46 -0700 Subject: [PATCH] fixes attacks missing due to dismemberment --- code/modules/mob/living/carbon/human/species.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 9d9dc703c46..b32fce8c02b 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1030,10 +1030,7 @@ var/hit_area if(!affecting) //Something went wrong. Maybe the limb is missing? - H.visible_message("[user] has attempted to attack [H] with [I]!", \ - "[user] has attempted to attack [H] with [I]!") - playsound(H, 'sound/weapons/punchmiss.ogg', 25, 1, -1) - return 0 + affecting = H.bodyparts[1] hit_area = affecting.name var/def_zone = affecting.body_zone