From 07b575c42b54caabcef2f8916ae732f82372b8b0 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Wed, 24 Mar 2021 08:40:10 -0700 Subject: [PATCH] Mark a few more puberty-activated genetic quirks as allowing 3. --- devTools/types/FC/human.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devTools/types/FC/human.d.ts b/devTools/types/FC/human.d.ts index 615a3dc3d1a..4b2295a1ae8 100644 --- a/devTools/types/FC/human.d.ts +++ b/devTools/types/FC/human.d.ts @@ -371,13 +371,13 @@ declare global { * only affects fetuses */ polyhydramnios: GeneticQuirk; /** inappropriate lactation*/ - galactorrhea: GeneticQuirk; + galactorrhea: GeneticQuirk | 3; /** retains childlike characteristics*/ - neoteny: GeneticQuirk; + neoteny: GeneticQuirk | 3; /** rapid aging * * **neoteny + progeria** - progeria wins, not that she'll make it to the point that neoteny really kicks in */ - progeria: GeneticQuirk, + progeria: GeneticQuirk | 3, } interface FetusGenetics { gender: GenderGenes; -- GitLab