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