mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[MIRROR] the ultimate hulk nerf [MDB IGNORE] (#9540)
* the ultimate hulk nerf (#62891) * the ultimate hulk nerf Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com>
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