From 5408050aaa58a315c35974bd0f75edce6cbe058b Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Thu, 27 Nov 2025 22:38:30 -0500 Subject: [PATCH] Makes ambulant blood not a genetrait (#18832) This was being used to changeling test, If a changeling DIDN'T have it, you could instakill them. If they DID have it, it meant they got to live longer while they were tested, ultimately doing the opposite of what the trait entails --- .../carbon/human/species/station/traits/negative_genes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/traits/negative_genes.dm b/code/modules/mob/living/carbon/human/species/station/traits/negative_genes.dm index a0e5f4b6533..ff16b5bfb5e 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits/negative_genes.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits/negative_genes.dm @@ -205,7 +205,7 @@ cost = 0 can_take = ORGANICS - is_genetrait = TRUE + is_genetrait = FALSE hidden = FALSE activity_bounds = DNA_HARDER_BOUNDS // Shouldn't be easy for genetics to find this