mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
Refactors sound groups to use decls instead of a massive switch with dozens of global lists. (#9702)
This commit is contained in:
@@ -1009,7 +1009,7 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
owner.emote("scream")
|
||||
owner.flash_strong_pain()
|
||||
|
||||
playsound(src.loc, "fracture", 100, 1, -2)
|
||||
playsound(src.loc, /decl/sound_category/fracture_sound, 100, 1, -2)
|
||||
status |= ORGAN_BROKEN
|
||||
broken_description = pick("Broken","Fracture","Hairline fracture")
|
||||
perma_injury = brute_dam
|
||||
|
||||
Reference in New Issue
Block a user