From 81f27320f3ade2cc0898146d15215b2de16895b5 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Fri, 11 Jul 2014 08:52:09 +0930 Subject: [PATCH] Removes vox as a spawn race. --- code/modules/mob/living/carbon/species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/species.dm b/code/modules/mob/living/carbon/species.dm index c2ecf6d539d..b67f78c2e95 100644 --- a/code/modules/mob/living/carbon/species.dm +++ b/code/modules/mob/living/carbon/species.dm @@ -200,7 +200,7 @@ breath_type = "nitrogen" poison_type = "oxygen" - flags = NO_SCAN | IS_WHITELISTED + flags = NO_SCAN blood_color = "#2299FC" flesh_color = "#808D11"