From 4ba177d616cb1feb28376dc28477b5aac51f5ded Mon Sep 17 00:00:00 2001 From: Transhumanist01 <13112-Transhumanist01@users.noreply.gitgud.io> Date: Sat, 30 May 2020 05:21:17 -0700 Subject: [PATCH] Update descriptionWidgets.tw --- src/utility/descriptionWidgets.tw | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw index 160978de6ba..df476b90edc 100644 --- a/src/utility/descriptionWidgets.tw +++ b/src/utility/descriptionWidgets.tw @@ -132,12 +132,14 @@ <<elseif $activeSlave.geneticQuirks.superfetation == 1 && $geneticMappingUpgrade >= 2>> $He is a carrier of a genetic flaw that causes superfetation. <</if>> - <<if advancedGeneticModification.uterineHypersensitivity == 1>> + <<if advancedGeneticModification.uterineHypersensitivity == 2>> <<if isFertile($activeSlave)>> $He is a product of genetic engineering, that makes his reproduction organs optimized for pleasurable pregnancy and birth. <<else>> $He is a product of genetic engineering, that makes his reproduction organs optimized for pleasurable pregnancy and birth; not that it matters when $he can't get pregnant. <</if>> + <<elseif advancedGeneticModification.uterineHypersensitivity == 1 && $geneticMappingUpgrade >= 2>> + $He is a carrier of a genetic flaw that causes uterine hypersensitivity. <</if>> <<if $activeSlave.geneticQuirks.macromastia == 2 && $activeSlave.geneticQuirks.gigantomastia == 2>> $He has an abnormal strain of gigantomastia and will experience constant excessive breast growth. -- GitLab