No Hulk Screaming for Vaurca & IPCs (#18598)

* no more SCREAMING

* yeagh

* and a fix
This commit is contained in:
RustingWithYou
2024-03-10 11:32:25 +00:00
committed by GitHub
parent d0b3ab63fd
commit 84dbb088e4
5 changed files with 47 additions and 6 deletions
+2 -2
View File
@@ -206,9 +206,9 @@
step(src, get_dir(AM, src))
take_damage(tforce)
/obj/structure/window/attack_hand(var/mob/user)
/obj/structure/window/attack_hand(var/mob/living/user)
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
if((user.mutations & HULK))
if((user.mutations & HULK) && !(user.isSynthetic()) && !(isvaurca(user)))
user.say(pick(";RAAAAAAAARGH!", ";HNNNNNNNNNGGGGGGH!", ";GWAAAAAAAARRRHHH!", "NNNNNNNNGGGGGGGGHH!", ";AAAAAAARRRGH!"))
user.visible_message(SPAN_DANGER("[user] smashes through [src]!"))
user.do_attack_animation(src)