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