From bd80867ef5fe32a4c681b55a9795370d6d6c5285 Mon Sep 17 00:00:00 2001 From: Markolie Date: Fri, 9 Jan 2015 22:06:13 +0100 Subject: [PATCH] Compile fix --- code/modules/mob/living/carbon/human/human_damage.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human_damage.dm b/code/modules/mob/living/carbon/human/human_damage.dm index 7f5a1cbf581..38452646b50 100644 --- a/code/modules/mob/living/carbon/human/human_damage.dm +++ b/code/modules/mob/living/carbon/human/human_damage.dm @@ -23,7 +23,6 @@ mob_list += src stat = CONSCIOUS ear_deaf = 0 - deafness = 0 tod = 0 if (stat == CONSCIOUS && (src in dead_mob_list)) //Defib fix mob_list -= src @@ -31,7 +30,6 @@ living_mob_list += src mob_list += src ear_deaf = 0 - deafness = 0 tod = 0 return