From e279e54b20ed2891c311e76bcfccea223c6e2ed3 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 29 Mar 2019 21:32:21 -0400
Subject: [PATCH] superfetation text

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

diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw
index bb34bda797a..e59b0a23397 100644
--- a/src/utility/descriptionWidgets.tw
+++ b/src/utility/descriptionWidgets.tw
@@ -121,6 +121,13 @@
 			fertile.
 		<</if>>
 	<</if>>
+	<<if $activeSlave.geneticQuirks.superfetation == 2>>
+		<<if isFertile($activeSlave)>>
+			$He posses a rare genetic flaw that causes pregnancy to not block ovulation. $He is fully capable of getting pregnant while already pregnant.
+		<<else>>
+			$He posses a rare genetic flaw that causes pregnancy to not block ovulation; not that it matters when $he can't get pregnant.
+		<</if>>
+	<</if>>
 	<<if $activeSlave.geneticQuirks.wellHung == 2>>
 		<<if $activeSlave.physicalAge <= 16 && $activeSlave.hormoneBalance < 100 && $activeSlave.dick > 0>>
 			$He is likely to experience an inordinate amount of penile growth during $his physical development.
-- 
GitLab