From 2186afb094176fd50a0d7c1e8bceec2bd7990b46 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 30 May 2016 02:22:33 -0400 Subject: [PATCH] Dem tags doe. Closed a tag I forgot. --- code/modules/mob/living/carbon/human/human_powers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_powers.dm b/code/modules/mob/living/carbon/human/human_powers.dm index da5b05aafc3..948f3382978 100644 --- a/code/modules/mob/living/carbon/human/human_powers.dm +++ b/code/modules/mob/living/carbon/human/human_powers.dm @@ -154,7 +154,7 @@ src << "Performing self-diagnostic, please wait..." sleep(50) - var/output = "Self-Diagnostic Results:\n" + var/output = "Self-Diagnostic Results:\n" for(var/obj/item/organ/external/EO in organs) if(EO.brute_dam || EO.burn_dam)