the ultimate hulk nerf (#62891)

This commit is contained in:
ATH1909
2021-11-18 04:54:55 -06:00
committed by GitHub
parent 9da15545d2
commit 5a87d96a41
@@ -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]!"), \