Merge pull request #2256 from Yoshax/mysoulbleeds

Removes embedded objects causing toxin damage when moved
This commit is contained in:
Anewbe
2016-08-01 22:07:07 -05:00
committed by GitHub
@@ -1027,7 +1027,6 @@
organ.take_damage(rand(1,3), 0, 0)
if(!(organ.robotic >= ORGAN_ROBOT) && (should_have_organ(O_HEART))) //There is no blood in protheses.
organ.status |= ORGAN_BLEEDING
src.adjustToxLoss(rand(1,3))
/mob/living/carbon/human/verb/check_pulse()
set category = "Object"