Merge pull request #114 from TheFurryFeline/TFF-Restore_Whitelisting_Fixy

Restore whitelist requirements for Diona and Xenochimera species.
This commit is contained in:
Sharkmare
2020-01-10 22:15:01 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -529,7 +529,7 @@
body_temperature = T0C + 15 //make the plant people have a bit lower body temperature, why not
flags = NO_SCAN | IS_PLANT | NO_PAIN | NO_SLIP | NO_MINOR_CUT
spawn_flags = SPECIES_CAN_JOIN
spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED | SPECIES_WHITELIST_SELECTABLE //CHOMPStation Edit TFF 10/1/20 - restore whitelist requirement
blood_color = "#004400"
flesh_color = "#907E4A"
@@ -54,7 +54,8 @@
//primitive_form = "Farwa"
spawn_flags = SPECIES_CAN_JOIN //Whitelisted as restricted is broken.
//CHOMPStation Edit TFF 10/1/20 - restore whitelist requirement
spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED | SPECIES_WHITELIST_SELECTABLE//Whitelisted as restricted is broken.
flags = NO_SCAN | NO_INFECT //Dying as a chimera is, quite literally, a death sentence. Well, if it wasn't for their revive, that is.
appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR