mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
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.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user