mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixed some errors and added it to technomancer sounds.
This commit is contained in:
@@ -60,6 +60,7 @@
|
|||||||
"Nymph Chirping" = 'sound/misc/nymphchirp.ogg',
|
"Nymph Chirping" = 'sound/misc/nymphchirp.ogg',
|
||||||
"Sad Trombone" = 'sound/misc/sadtrombone.ogg',
|
"Sad Trombone" = 'sound/misc/sadtrombone.ogg',
|
||||||
"Honk" = 'sound/items/bikehorn.ogg',
|
"Honk" = 'sound/items/bikehorn.ogg',
|
||||||
|
"Bone Fracture" = "fracture",
|
||||||
)
|
)
|
||||||
var/selected_sound = null
|
var/selected_sound = null
|
||||||
|
|
||||||
|
|||||||
@@ -1002,7 +1002,7 @@ Note that amputating the affected organ does in fact remove the infection from t
|
|||||||
if(!(species.flags & NO_PAIN))
|
if(!(species.flags & NO_PAIN))
|
||||||
owner.emote("scream")
|
owner.emote("scream")
|
||||||
|
|
||||||
playsound(src.loc, 'fracture', 10, 1, -2)
|
playsound(src.loc, "fracture", 10, 1, -2)
|
||||||
status |= ORGAN_BROKEN
|
status |= ORGAN_BROKEN
|
||||||
broken_description = pick("broken","fracture","hairline fracture")
|
broken_description = pick("broken","fracture","hairline fracture")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user