Merge pull request #2529 from redstryker/BoneSoundV2

Bone Sound V2
This commit is contained in:
Anewbe
2016-10-03 17:08:38 -05:00
committed by GitHub
8 changed files with 41 additions and 1 deletions

View File

@@ -1002,6 +1002,7 @@ Note that amputating the affected organ does in fact remove the infection from t
if(!(species.flags & NO_PAIN))
owner.emote("scream")
playsound(src.loc, "fracture", 10, 1, -2)
status |= ORGAN_BROKEN
broken_description = pick("broken","fracture","hairline fracture")