From 55bad2927a4627ec90c1dec97960311aebd93c1b Mon Sep 17 00:00:00 2001 From: FlattestGuitar Date: Wed, 22 Mar 2017 08:19:33 +0100 Subject: [PATCH] Removes Crazylemon --- code/modules/reagents/chemistry/reagents/medicine.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/medicine.dm b/code/modules/reagents/chemistry/reagents/medicine.dm index 2b3eee3237e..fa6a0ddc885 100644 --- a/code/modules/reagents/chemistry/reagents/medicine.dm +++ b/code/modules/reagents/chemistry/reagents/medicine.dm @@ -652,7 +652,6 @@ if(ishuman(M)) var/mob/living/carbon/human/H = M var/necrosis_prob = 40 * min((20 MINUTES), max((time_dead - (1 MINUTES)), 0)) / ((20 MINUTES) - (1 MINUTES)) - to_chat(world, "Necrosis prob: [necrosis_prob]") for(var/obj/item/organ/O in (H.organs | H.internal_organs)) // Per non-vital body part: // 0% chance of necrosis within 1 minute of death