From eb124096d419341107dbda738a1b920bc4197cb7 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 30 Oct 2022 05:44:52 +1000 Subject: [PATCH] Fixes xenochimera flight not having restrictions --- .../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 b85f1627ff..8fbffbd7eb 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 @@ -64,6 +64,8 @@ custom_only = FALSE /datum/trait/positive/winged_flight/xenochimera + sort = TRAIT_SORT_SPECIES + allowed_species = list(SPECIES_XENOCHIMERA) name = "Xenochhimera: Winged Flight" desc = "Allows you to fly by using your wings. Don't forget to bring them!" cost = 0