Merge pull request #13382 from Citadel-Station-13/silicons-patch-36

hulks no longer break their hand from punching a wall
This commit is contained in:
Putnam3145
2020-09-19 06:07:04 -07:00
committed by GitHub

View File

@@ -138,7 +138,7 @@
if(prob(hardness)) if(prob(hardness))
playsound(src, 'sound/effects/meteorimpact.ogg', 100, TRUE) playsound(src, 'sound/effects/meteorimpact.ogg', 100, TRUE)
user.say(pick(";RAAAAAAAARGH!", ";HNNNNNNNNNGGGGGGH!", ";GWAAAAAAAARRRHHH!", "NNNNNNNNGGGGGGGGHH!", ";AAAAAAARRRGH!" ), forced = "hulk") user.say(pick(";RAAAAAAAARGH!", ";HNNNNNNNNNGGGGGGH!", ";GWAAAAAAAARRRHHH!", "NNNNNNNNGGGGGGGGHH!", ";AAAAAAARRRGH!" ), forced = "hulk")
hulk_recoil(arm, user) //hulk_recoil(arm, user) // citadel edit - no, hulks are already subject to stamina combat
dismantle_wall(1) dismantle_wall(1)
else else