Fixed some errors and added it to technomancer sounds.

This commit is contained in:
redstryker
2016-09-23 15:29:20 -04:00
parent c24cd8259a
commit 34176fa441
2 changed files with 2 additions and 1 deletions

View File

@@ -60,6 +60,7 @@
"Nymph Chirping" = 'sound/misc/nymphchirp.ogg',
"Sad Trombone" = 'sound/misc/sadtrombone.ogg',
"Honk" = 'sound/items/bikehorn.ogg',
"Bone Fracture" = "fracture",
)
var/selected_sound = null

View File

@@ -1002,7 +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)
playsound(src.loc, "fracture", 10, 1, -2)
status |= ORGAN_BROKEN
broken_description = pick("broken","fracture","hairline fracture")