From 1030ddd8dbb3216bae1553b9112a0ad4d0935588 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Sat, 1 Jun 2013 04:34:04 +0400 Subject: [PATCH] Whoopsie! So awkward. --- code/modules/mob/living/carbon/human/human_damage.dm | 1 - 1 file changed, 1 deletion(-) 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."