From 85a6d8a32db8c622a249764310ef131a82c40f3f Mon Sep 17 00:00:00 2001 From: Walter0o Date: Sun, 15 Jun 2014 20:27:51 +0200 Subject: [PATCH] fixes vox armalis being a choosable race the IS_WHITELISTED flag will add the species to the whitelisted_species list, which in turn gets used as the base list of choosable species in the char setup when the server config has species whitelisting off. unless you want giant combat spessbirds as crew ( as a security force maybe ? ;) ), this is a bug. --- 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 b2baff8e0b8..0537d59023f 100644 --- a/code/modules/mob/living/carbon/species.dm +++ b/code/modules/mob/living/carbon/species.dm @@ -251,7 +251,7 @@ breath_type = "nitrogen" poison_type = "oxygen" - flags = NO_SCAN | NO_BLOOD | HAS_TAIL | NO_PAIN | IS_WHITELISTED + flags = NO_SCAN | NO_BLOOD | HAS_TAIL | NO_PAIN blood_color = "#2299FC" flesh_color = "#808D11"