From 5a87d96a4141747dfe00a07a07581e4a9cd51ed4 Mon Sep 17 00:00:00 2001 From: ATH1909 <42606352+ATH1909@users.noreply.github.com> Date: Thu, 18 Nov 2021 04:54:55 -0600 Subject: [PATCH] the ultimate hulk nerf (#62891) --- code/modules/mob/living/carbon/human/human_defense.dm | 4 +++- 1 file changed, 3 insertions(+), 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 40d9ae8fbf2..68c3ea5868d 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -198,7 +198,9 @@ if(!.) return var/hulk_verb = pick("smash","pummel") - if(check_shields(user, 15, "the [hulk_verb]ing")) + if(check_shields(user, 15, "the [hulk_verb]ing", attack_type = UNARMED_ATTACK)) + return + if(check_block()) //everybody is kung fu fighting return playsound(loc, user.dna.species.attack_sound, 25, TRUE, -1) visible_message(span_danger("[user] [hulk_verb]ed [src]!"), \