From b9deb4e6f22dfde355be34c8b3ef4c8326fc39da Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 23 Nov 2018 19:42:28 -0500
Subject: [PATCH] redisabled incubator fathers as childgen still can't handle
 it

---
 slave variables documentation - Pregmod.txt | 47 ++++++++++++++++++---
 src/pregmod/artificialInsemination.tw       |  2 +-
 src/pregmod/surrogacyWorkaround.tw          |  2 +
 3 files changed, 44 insertions(+), 7 deletions(-)

diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index 5583627c588..b7f0642165a 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -1745,12 +1745,6 @@ readyOva:
 
 Number of ready to be impregnated ova (override normal cases), default - 0. For delayed impregnations with multiples. Used onetime on next call of the SetPregType widget. After SetPregType use it to override .pregType, it set back to 0 automatically.
 
-superfetation: (future usage)
-
-Superfetation is condition when pregnancy not block ovulation cycle, so further, second and more impregnantion possible when alredy pregnant. Very rare IRL.
-0 - no
-1 - condition present
-
 ovaImplant: (future usage)
 
 Ovary implant state and type.
@@ -2704,6 +2698,47 @@ sexualQuirk:
 "unflinching"        - willing to do anything
 "size queen"         - prefers big cocks
 
+geneticQuirks: 
+
+0 - does not have
+1 - carrier
+2 - active
+
+{
+
+macromastia - Oversized breasts. Increased growth rate, reduced shrink rate. Breasts try to return to oversized state if reduced.
+gigantomastia - Greatly oversized breasts. Increased growth rate, reduced shrink rate. Breasts try to return to oversized state if reduced.
+macromastia + gigantomastia - Breasts never stop growing. Increased growth rate, no shrink rate.
+
+fertility - slave is prone to having twins, shorter pregnancy recovery rate
+hyperFertility - slave is prone to having multiples, even shorter pregnancy recovery rate
+fertility + hyperFertility - slave will have multiples, even shorter pregnancy recovery rate
+
+superfetation - pregnancy does not block ovulation, slave can become pregnant even while pregnant
+
+gigantism - slave is abnormally tall
+dwarfism - slave is abnormally short
+gigantism + dwarfism - slave is very average
+
+pFace - slave has a flawless face
+uFace - slave has a hideous face
+pFace + uFace - Depends on carrier status, may swing between average and above/below depending on it
+
+albinism - slave has pale skin, white hair and red eyes
+
+rearLipedema - slave's ass never stops growing. Increased growth rate, reduced shrink rate.
+
+wellHung - slave has (or will  have) a huge dong
+
+wGain - slave constantly gains weight unless dieting, easier to gain weight
+wLoss - slave constantly loses weight unless gainin, easier to lose weight
+wGain + wLoss - slave weight gain/loss fluctuates randomly
+
+androgyny - slave's body attempts to normalize to an androgynous state
+
+
+}
+
 oralCount:
 
 oral sex count
diff --git a/src/pregmod/artificialInsemination.tw b/src/pregmod/artificialInsemination.tw
index 736428f0533..023d8a19965 100644
--- a/src/pregmod/artificialInsemination.tw
+++ b/src/pregmod/artificialInsemination.tw
@@ -21,7 +21,7 @@ __Select an eligible slave to serve as the semen donatrix:__
 	<br>//You have no slaves with potent sperm.//
 <</if>>
 
-/* Disabled until .pregSource can manage to comprehend this
+/*
 <<if $incubatorSlaves > 0 && $incubatorReproductionSetting == 2>>
 	<br><br>
 	
diff --git a/src/pregmod/surrogacyWorkaround.tw b/src/pregmod/surrogacyWorkaround.tw
index fa4482b808d..a9287835d1f 100644
--- a/src/pregmod/surrogacyWorkaround.tw
+++ b/src/pregmod/surrogacyWorkaround.tw
@@ -37,6 +37,7 @@ __Semen donatrix: _impreg __
 	<br>//You have no slaves with potent sperm.//
 <</if>>
 
+/*
 <<if $incubatorSlaves > 0 && $incubatorReproductionSetting == 2>>
 	<br><br>
 	
@@ -56,6 +57,7 @@ __Semen donatrix: _impreg __
 		<br>//You have no growing slaves producing sperm.//
 	<</if>>
 <</if>>
+*/
 
 <<if $PC.dick == 1>>
 	<br>
-- 
GitLab