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
@@ -38,9 +38,9 @@
return ..()
/obj/structure/attack_hand(mob/user)
/obj/structure/attack_hand(mob/living/user)
if(breakable)
if((user.mutations & HULK))
if((user.mutations & HULK) && !(user.isSynthetic()) && !(isvaurca(user)))
user.say(pick(";RAAAAAAAARGH!", ";HNNNNNNNNNGGGGGGH!", ";GWAAAAAAAARRRHHH!", "NNNNNNNNGGGGGGGGHH!", ";AAAAAAARRRGH!" ))
attack_generic(user,1,"smashes")
else if(istype(user,/mob/living/carbon/human))