From 221a245e0da50a83e75df735d1f7c862c01753a0 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Tue, 2 Aug 2016 02:55:10 +0100 Subject: [PATCH] Removes embedded objects causing toxin damage when moved --- code/modules/mob/living/carbon/human/human.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index fe35a8a8e0..df1bfc4667 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -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"