Merge pull request #7205 from VOREStation/Arokha/playsound

Alter playsound paradigm
This commit is contained in:
Atermonera
2020-05-28 16:05:59 -07:00
committed by GitHub
347 changed files with 1541 additions and 1543 deletions
+1 -1
View File
@@ -1039,7 +1039,7 @@ Note that amputating the affected organ does in fact remove the infection from t
if(organ_can_feel_pain())
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")