VS: Fix various screams and emotes in bellies

This commit is contained in:
Arokha Sieyes
2018-03-18 20:20:26 -04:00
parent 9d1b1b3f93
commit 8b647cce73
6 changed files with 27 additions and 13 deletions
+2 -2
View File
@@ -270,7 +270,7 @@
if(status & ORGAN_BROKEN && brute)
jostle_bone(brute)
if(organ_can_feel_pain() && prob(40))
if(organ_can_feel_pain() && prob(40) && !isbelly(owner.loc)) //VOREStation Edit
owner.emote("scream") //getting hit on broken hand hurts
if(used_weapon)
add_autopsy_data("[used_weapon]", brute + burn)
@@ -1031,7 +1031,7 @@ Note that amputating the affected organ does in fact remove the infection from t
"<span class='danger'>Something feels like it shattered in your [name]!</span>",\
"<span class='danger'>You hear a sickening crack.</span>")
jostle_bone()
if(organ_can_feel_pain())
if(organ_can_feel_pain() && !isbelly(owner.loc))
owner.emote("scream")
playsound(src.loc, "fracture", 10, 1, -2)