mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Makes bone breaks in bellies only audible in whisper range (#8632)
Co-authored-by: Bib Bob <bibbob7765@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -1088,7 +1088,10 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
owner.emote("scream")
|
||||
jostle_bone() //VOREStation Edit End
|
||||
|
||||
playsound(src, "fracture", 90, 1, -2) // CHOMPedit: Much more audible bonebreaks.
|
||||
if(istype(owner.loc, /obj/belly)) //CHOMPedit, bone breaks in bellys should be whisper range to prevent bar wide blender prefbreak. This is a hacky passive hardcode, if a pref gets added, remove this if else
|
||||
playsound(src, "fracture", 90, 1, -6.5)
|
||||
else
|
||||
playsound(src, "fracture", 90, 1, -2) // CHOMPedit: Much more audible bonebreaks.
|
||||
status |= ORGAN_BROKEN
|
||||
broken_description = pick("broken","fracture","hairline fracture")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user