From 1454b8b5bc218539b0afa537f826acbfd4b5a94d Mon Sep 17 00:00:00 2001 From: Rykka Date: Thu, 31 Mar 2022 19:02:31 -0600 Subject: [PATCH] Allows Xenochimera to take Unathi + Tajaran Autohiss --- .../living/carbon/human/species/station/xenochimera_trait_vr.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/station/xenochimera_trait_vr.dm b/code/modules/mob/living/carbon/human/species/station/xenochimera_trait_vr.dm index 164477d070..152851d8c2 100644 --- a/code/modules/mob/living/carbon/human/species/station/xenochimera_trait_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/xenochimera_trait_vr.dm @@ -62,6 +62,7 @@ category = 0 custom_only = FALSE +/* // Commented out in lieu of finding a better solution. /datum/trait/neutral/coldadapt/xenochimera sort = TRAIT_SORT_SPECIES allowed_species = list(SPECIES_XENOCHIMERA) @@ -83,6 +84,7 @@ can_take = ORGANICS // negates the need for suit coolers entirely for synths, so no. (Not sure if this is needed for Xenochimera-specific sub-version.) custom_only = FALSE excludes = list(/datum/trait/neutral/coldadapt, /datum/trait/neutral/coldadapt/xenochimera) +*/ /datum/trait/neutral/autohiss_unathi/xenochimera sort = TRAIT_SORT_SPECIES