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 31b370ed1d..d7a67b078b 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,7 +62,7 @@ category = 0 custom_only = FALSE -// CHOMPEdits Start - Adding Xenochimera traits. TODO - Port these to VORE. +/* // Commented out in lieu of finding a better solution. /datum/trait/neutral/coldadapt/xenochimera sort = TRAIT_SORT_SPECIES allowed_species = list(SPECIES_XENOCHIMERA) @@ -73,7 +73,7 @@ can_take = ORGANICS // (Not sure if this is needed for Xenochimera-specific sub-version.) custom_only = FALSE excludes = list(/datum/trait/neutral/hotadapt, /datum/trait/neutral/hotadapt/xenochimera) - + /datum/trait/neutral/hotadapt/xenochimera sort = TRAIT_SORT_SPECIES allowed_species = list(SPECIES_XENOCHIMERA) @@ -84,7 +84,8 @@ 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 allowed_species = list(SPECIES_XENOCHIMERA) @@ -133,4 +134,4 @@ "r" = list("rk") ), autohiss_exempt = list("Vespinae")) - excludes = list(/datum/trait/neutral/autohiss_tajaran, /datum/trait/neutral/autohiss_unathi) \ No newline at end of file + excludes = list(/datum/trait/neutral/autohiss_tajaran, /datum/trait/neutral/autohiss_unathi)