From 30d93bd7d2bf251b0dc3cd33d854b0bba1db6f02 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Fri, 24 May 2013 01:02:52 +0400 Subject: [PATCH] Fixed indentation derp. I guess it was a dream when I saw it compiling. --- code/modules/mob/living/carbon/human/human_damage.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human_damage.dm b/code/modules/mob/living/carbon/human/human_damage.dm index e33d788fd97..38c5f9d59ab 100644 --- a/code/modules/mob/living/carbon/human/human_damage.dm +++ b/code/modules/mob/living/carbon/human/human_damage.dm @@ -75,9 +75,9 @@ candidates |= O if (candidates.len) var/datum/organ/external/O = pick(candidates) - O.mutate() - src << "Something is not right with your [O.display_name]..." - return + O.mutate() + src << "Something is not right with your [O.display_name]..." + return else if (prob(heal_prob)) for (var/datum/organ/external/O in organs)