This commit is contained in:
FreeStylaLT
2018-08-20 17:39:54 +03:00
parent de89b5d1ec
commit 244eed8f31
7 changed files with 2 additions and 0 deletions
@@ -607,6 +607,8 @@ Note that amputating the affected organ does in fact remove the infection from t
"<span class='warning'>You hear a loud cracking sound coming from \the [owner].</span>",\
"<span class='danger'>Something feels like it shattered in your [name]!</span>",\
"You hear a sickening crack.")
var/S = pick('sound/effects/bone_break_1.ogg','sound/effects/bone_break_2.ogg','sound/effects/bone_break_3.ogg','sound/effects/bone_break_4.ogg','sound/effects/bone_break_5.ogg','sound/effects/bone_break_6.ogg')
playsound(owner,S, 150, 1)
if(owner.dna.species && !(NO_PAIN in owner.dna.species.species_traits))
owner.emote("scream")