diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 4e3feae8afe92a7d6784c6dcec23cd106680035e..8b3ecbf7d350f59d1d49daba33a91372d8d5420f 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -7453,12 +7453,12 @@
 	<<set $slaves[$i].butt += .1>>
 <</if>>
 		
-<<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 1 && $slaves[$i].vaginaLube < 2 && $slaves[$i].vagina > 0>>
+<<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 2 && $slaves[$i].vaginaLube < 2 && $slaves[$i].vagina > 0>>
 	$His vagina begins to @@.lime;produce more sexual fluid@@ due to his genetic trait.
 	<<set $slave.vaginaLube += 1>>
 <</if>>
 						
-<<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 1 && $slaves[$i].hips < 3 && random(70-$slaves[$i].physicalAge,300) < $slaves[$i].hormoneBalance>>
+<<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 2 && $slaves[$i].hips < 3 && random(70-$slaves[$i].physicalAge,300) < $slaves[$i].hormoneBalance>>
 	$His genetic quirk causes &his hips to @@.lime;widen.@@
 	<<set $slave.hips += 1>>
 <</if>>
@@ -8067,7 +8067,12 @@
 			<</if>>
 		<</if>>
 		<<run healthDamage($slaves[$i], 30)>>
-		<<set $slaves[$i].pregAdaptation += 1>>
+		<<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 2>>
+			$His genetic gift helps $his body to rapidly adapt to this incredible stress.
+			<<set $slaves[$i].pregAdaptation += 5>>
+		<<else>>
+			<<set $slaves[$i].pregAdaptation += 1>>
+		<</if>>
 	<<elseif $slaves[$i].belly > ($slaves[$i].pregAdaptation*3200)>>
 		$His <<if $slaves[$i].mpreg == 0 && $slaves[$i].ovaries == 0>>implant filled abdominal cavity<<else>>straining womb<</if>> takes up most of $his body and puts @@.red;tremendous pressure on $his skin and organs.@@
 		<<if isSlaveAvailable($slaves[$i])>>
@@ -8105,7 +8110,12 @@
 			<</if>>
 		<</if>>
 		<<run healthDamage($slaves[$i], 20)>>
-		<<set $slaves[$i].pregAdaptation += .4>>
+		<<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 2>>
+			$His genetic gift helps $his body to rapidly adapt to such extreme stress.
+			<<set $slaves[$i].pregAdaptation += 4>>
+		<<else>>
+			<<set $slaves[$i].pregAdaptation += .4>>
+		<</if>>
 	<<elseif $slaves[$i].belly > ($slaves[$i].pregAdaptation*2000)>>
 		$His <<if $slaves[$i].mpreg == 0 && $slaves[$i].ovaries == 0>>belly implant<<else>>womb<</if>> takes up most of $his body and @@.red;puts tremendous pressure on $his skin and organs.@@
 		<<if isSlaveAvailable($slaves[$i])>>
@@ -8137,7 +8147,12 @@
 			<</if>>
 		<</if>>
 		<<run healthDamage($slaves[$i], (10/_bellyBand))>>
-		<<set $slaves[$i].pregAdaptation += .3>>
+		<<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 2>>
+			$His genetic gift helps $his body to rapidly adapt to such huge stress.
+			<<set $slaves[$i].pregAdaptation += 3>>
+		<<else>>
+			<<set $slaves[$i].pregAdaptation += .3>>
+		<</if>>
 	<<elseif $slaves[$i].belly > ($slaves[$i].pregAdaptation*1000)>>
 		$His <<if $slaves[$i].mpreg == 0 && $slaves[$i].ovaries == 0>>belly implant<<else>>womb<</if>> fills $his body and @@.red;compresses $his internal organs.@@
 		<<if isSlaveAvailable($slaves[$i])>>
@@ -8158,9 +8173,19 @@
 			<</if>>
 		<</if>>
 		<<run healthDamage($slaves[$i], (2/_bellyBand))>>
-		<<set $slaves[$i].pregAdaptation += .2>>
+		<<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 2>>
+			$His genetic gift helps $his body to rapidly adapt to such stress.
+			<<set $slaves[$i].pregAdaptation += 2>>
+		<<else>>
+			<<set $slaves[$i].pregAdaptation += .2>>
+		<</if>>
 	<<elseif $slaves[$i].belly > ($slaves[$i].pregAdaptation*750)>>
-		<<set $slaves[$i].pregAdaptation += .1>>
+		<<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 2>>
+			$His genetic gift helps $his body to rapidly adapt to $his gravidity.
+			<<set $slaves[$i].pregAdaptation += 1>>
+		<<else>>
+			<<set $slaves[$i].pregAdaptation += .1>>
+		<</if>>
 	<</if>>
 	<<if $slaves[$i].wombImplant == "restraint" && $slaves[$i].belly >= 400000>>
 		The mesh implanted into the walls of $his uterus is nearing its limit and @@.red;beginning to strangle@@ the organ it is meant to support. While it is still structurally sound, it can only expand so much before failing.
@@ -8373,7 +8398,7 @@
 		<</if>>
 	<</if>>
 
-	<<if $slaves[$i].pregAdaptation > 40 && ($slaves[$i].belly < 5000 && $slaves[$i].preg < 1 && $slaves[$i].pregWeek == 0)>>
+	<<if $slaves[$i].pregAdaptation > 40 && ($slaves[$i].belly < 5000 && $slaves[$i].preg < 1 && $slaves[$i].pregWeek == 0) && $slaves[$i].advancedGeneticModification.uterineHypersensitivity != 2>>
 		<<if $slaves[$i].pregAdaptation > 1001>>
 			<<set $slaves[$i].pregAdaptation-->>
 		<<elseif $slaves[$i].pregAdaptation >= 751 && $slaves[$i].pregAdaptation < 1000>>