From 5e14214e7b73ba99863e1f8a51737253c5ed7df8 Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Sat, 23 Mar 2019 16:15:08 +0100 Subject: [PATCH] adsf --- code/modules/mob/living/carbon/human/human_organs.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_organs.dm b/code/modules/mob/living/carbon/human/human_organs.dm index 9dcb78f3454..55228c51a51 100644 --- a/code/modules/mob/living/carbon/human/human_organs.dm +++ b/code/modules/mob/living/carbon/human/human_organs.dm @@ -157,7 +157,6 @@ old_ue: Set this to a UE string, and this proc will overwrite the dna of organs var/list/all_bits = internal_organs|bodyparts for(var/obj/item/organ/O in all_bits) if(assimilate || O.dna.unique_enzymes == ue_to_compare) - message_admins("organ: [O.name]") O.set_dna(dna) /*