From c361e6f4b7b42c1fcf2a6d8740e8bc16532ce6f4 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Mon, 29 Jul 2013 16:55:03 -0700 Subject: [PATCH] Commented out debug string. --- code/modules/mob/living/carbon/human/death.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/death.dm b/code/modules/mob/living/carbon/human/death.dm index f3b376219c4..e20829aab85 100644 --- a/code/modules/mob/living/carbon/human/death.dm +++ b/code/modules/mob/living/carbon/human/death.dm @@ -60,7 +60,7 @@ /*if( LAssailant && ( istype( LAssailant,/mob/living/carbon/human ) ) ) var/mob/living/carbon/human/V = LAssailant if (V.dna && (V.dna.mutantrace == "vox"))*/ //Not currently feasible due to terrible LAssailant tracking. - world << "Vox kills: [vox_kills]" + //world << "Vox kills: [vox_kills]" vox_kills++ //Bad vox. Shouldn't be killing humans. if(!gibbed)