Alter playsound paradigm

This commit is contained in:
Aronai Sieyes
2020-05-18 23:35:05 -04:00
parent 3cf33431f1
commit 09074eaabb
398 changed files with 1046 additions and 1046 deletions

View File

@@ -1059,7 +1059,7 @@ Note that amputating the affected organ does in fact remove the infection from t
if(organ_can_feel_pain() && !isbelly(owner.loc))
owner.emote("scream")
playsound(src.loc, "fracture", 10, 1, -2)
playsound(src, "fracture", 10, 1, -2)
status |= ORGAN_BROKEN
broken_description = pick("broken","fracture","hairline fracture")