diff --git a/code/modules/mob/living/carbon/human/human_damage.dm b/code/modules/mob/living/carbon/human/human_damage.dm index 38c5f9d59ab..8346d753198 100644 --- a/code/modules/mob/living/carbon/human/human_damage.dm +++ b/code/modules/mob/living/carbon/human/human_damage.dm @@ -88,7 +88,6 @@ if (getCloneLoss() < 1) for (var/datum/organ/external/O in organs) - world << "[O.display_name]!" if (O.status & ORGAN_MUTATED) O.unmutate() src << "Your [O.display_name] is shaped normally again."