mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
No Hulk Screaming for Vaurca & IPCs (#18598)
* no more SCREAMING * yeagh * and a fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user