Adjusts shrapnel to cause HALLOSS (#6919)

This commit is contained in:
Erki
2019-08-30 19:45:38 +02:00
committed by Werner
parent fcd570fdff
commit 65a86e565f
2 changed files with 6 additions and 4 deletions
@@ -1136,10 +1136,7 @@
"<span class='warning'>Your movement jostles [O] in your [organ.name] painfully.</span>")
to_chat(src, msg)
organ.take_damage(rand(1,3), 0, 0)
if(!(organ.status & ORGAN_ROBOT) && !(species.flags & NO_BLOOD)) //There is no blood in protheses.
organ.status |= ORGAN_BLEEDING
src.adjustToxLoss(rand(1,3))
adjustHalLoss(rand(1, 3))
/mob/living/carbon/human/verb/check_pulse()
set category = "Object"