Merge pull request #4287 from Verkister/smallvoreqol

Small qol tweaks for contamination and sleeperguts.
This commit is contained in:
Spades
2018-10-01 09:29:08 -04:00
committed by GitHub
7 changed files with 15 additions and 7 deletions

View File

@@ -273,7 +273,7 @@
if(status & ORGAN_BROKEN && brute)
jostle_bone(brute)
if(organ_can_feel_pain() && prob(40) && !isbelly(owner.loc)) //VOREStation Edit
if(organ_can_feel_pain() && prob(40) && !isbelly(owner.loc) && !istype(owner.loc, /obj/item/device/dogborg/sleeper)) //VOREStation Edit
owner.emote("scream") //getting hit on broken hand hurts
if(used_weapon)
add_autopsy_data("[used_weapon]", brute + burn)