From 28a76638d0f16002bd44d58fb0f9c23ae8ebb34c Mon Sep 17 00:00:00 2001
From: Transhumanist01 <13112-Transhumanist01@users.noreply.gitgud.io>
Date: Sat, 23 May 2020 09:45:49 -0700
Subject: [PATCH] Update descriptionWidgets.tw

---
 src/utility/descriptionWidgets.tw | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw
index db78ca36720..53505e0151a 100644
--- a/src/utility/descriptionWidgets.tw
+++ b/src/utility/descriptionWidgets.tw
@@ -132,6 +132,9 @@
 	<<elseif $activeSlave.geneticQuirks.superfetation == 1 && $geneticMappingUpgrade >= 2>>
 		$He is a carrier of a genetic flaw that causes superfetation.
 	<</if>>
+	<<if advancedGeneticModification.uterineHypersensitivity == 1>>
+		$He is a product of genetic engineering, that makes his reproduction organs optimized for pleasurable pregnancy and birth.
+	<</if>>
 	<<if $activeSlave.geneticQuirks.macromastia == 2 && $activeSlave.geneticQuirks.gigantomastia == 2>>
 		$He has an abnormal strain of gigantomastia and will experience constant excessive breast growth.
 	<<elseif $activeSlave.geneticQuirks.gigantomastia >= 2>>
-- 
GitLab