mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 10:35:41 +01:00
the ultimate hulk nerf (#62891)
This commit is contained in:
@@ -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]!"), \
|
||||
|
||||
Reference in New Issue
Block a user