diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js
index 9a5b1260e3bd2fe29a28f7cfd414f18d2f9846c7..2e751af48116be9ccbe112d963c86a23788acd3a 100644
--- a/js/003-data/gameVariableData.js
+++ b/js/003-data/gameVariableData.js
@@ -1367,7 +1367,6 @@ App.Data.resetOnNGPlus = {
 	RapidCellGrowthFormula: 0,
 	UterineRestraintMesh: 0,
 	PGHack: 0,
-	BlackmarketPregAdaptation: 0,
 
 	diversePronouns: 0,
 
diff --git a/src/pregmod/analyzePregnancy.tw b/src/pregmod/analyzePregnancy.tw
index 4fd8f5689cfe1975bb788057d3ccb1aac0a385b1..5f01832b3061c2ba4a24e7635db56b5b6c4c858a 100644
--- a/src/pregmod/analyzePregnancy.tw
+++ b/src/pregmod/analyzePregnancy.tw
@@ -23,17 +23,29 @@
 			<<set _safecc = Math.round(getSlave($activeSlave.ID).pregAdaptation*2000)>>
 			<<if $geneticMappingUpgrade > 0>>
 				<div>
-					Estimated pregnancy adaptation rating: <<print num(Math.round(getSlave($activeSlave.ID).pregAdaptation))>>
+					Estimated physical degree of pregnancy adaptation: <<print num(Math.round(getSlave($activeSlave.ID).pregAdaptation))>>
 				</div>
 				<div>
-					Estimated safe abdomen volume: <<= num(_safecc)>> cc
+					Estimated safe 
+					<<if getSlave($activeSlave.ID).ovaries == 1 || getSlave($activeSlave.ID).mpreg == 1>>
+						womb
+					<<else>>
+						abdomenal
+					<</if>>
+					volume: <<= num(_safecc)>> cc
 				</div>
 			<</if>>
 			<div>
 				Current fetal count: <<= getSlave($activeSlave.ID).womb.length>>
 			</div>
 			<div>
-				Estimated abdomen volume: <<if _safecc < _cc && $geneticMappingUpgrade > 0>>@@.red;<<= num(_cc)>>@@<<else>><<= num(_cc)>><</if>> cc
+				Estimated
+				<<if getSlave($activeSlave.ID).ovaries == 1 || getSlave($activeSlave.ID).mpreg == 1>>
+					womb
+				<<else>>
+					abdomenal
+				<</if>>
+				volume: <<if _safecc < _cc && $geneticMappingUpgrade > 0>>@@.red;<<= num(_cc)>>@@<<else>><<= num(_cc)>><</if>> cc
 			</div>
 		</div>
 	</p>
@@ -356,8 +368,12 @@
 			<</for>>
 		</p>
 	<<elseif getSlave($activeSlave.ID).pregWeek < 0>> /*special states*/
-		POSTRARTUM, Subject is infertile.
+		Subject is in the postpartem period.
 	<<elseif getSlave($activeSlave.ID).preg == -1>> /*special states*/
+		Contreceptive agents detected in subject.
+	<<elseif getSlave($activeSlave.ID).preg == -2>> /*special states*/
 		Subject is infertile.
+	<<elseif getSlave($activeSlave.ID).preg == -3>> /*special states*/
+		Failure to locate any ova. Subject is infertile.
 	<</if>>
 
diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw
index 3a6ca95068f28d1f558e0386ea8e7d6d7e340ccd..0d55f5ca5d6a1133e773e7161688282525f0827c 100644
--- a/src/pregmod/incubator.tw
+++ b/src/pregmod/incubator.tw
@@ -291,6 +291,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 	There are no systems in place to control a growing child's weight; they will likely come out emaciated from the rapid growth. [[Upgrade the growth tanks with weight monitoring systems|Incubator][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradeWeight = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
 <</if>>
 </p>
+
 <p>
 <<if $incubatorUpgradeMuscles == 1>>
 	Advanced monitoring and steroid injection systems have been installed in the tanks to monitor and maintain a developing child's musculature.
@@ -298,6 +299,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 	There are no systems in place to control a growing child's musculature; they will likely come out frail and weak from the rapid growth. [[Upgrade the growth tanks with muscle monitoring systems|Incubator][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradeMuscles = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
 <</if>>
 </p>
+
 <p>
 <<if $incubatorUpgradeReproduction == 1>>
 	Advanced monitoring and hormone injection systems have been installed in the tanks to influence a developing child's reproductive organs.
@@ -305,6 +307,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 	There are no systems in place to control a growing child's reproductive capability. [[Upgrade the growth tanks with hormone monitoring systems|Incubator][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradeReproduction = 1]] //Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
 <</if>>
 </p>
+
 <p>
 <<if $incubatorUpgradeOrgans == 1>>
 	Surgical tools have been added to the tank to be able to extract tissue samples from the occupant.
@@ -324,17 +327,23 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 	There are no systems in place to control a growing child's height and you lack the capability to fabricate growth stimulants.
 <</if>>
 </p>
-<<if $minimumSlaveAge <= 6 && $incubatorUpgradeReproduction == 1 && $incubatorUpgradeOrgans == 1 && $ImplantProductionUpgrade == 1 && $bellyImplants == 1 && ($arcologies[0].FSRepopulationFocus >=60 || $BlackmarketPregAdaptation == 1)  >> /*This option should be available ONLY after many other conditions meet, and this only initial conditions*/
-	<p>
-	<<if $incubatorUpgradePregAdaptation == 1>>
-		Incubator upgraded with special set of manipulators, probes and nozzles together with specific programs to take advantage of accelerated growth in subject bodies, and take measures to heighten their adaptation to reproductive life ahead. This will include injections of specific serums and mechanical manipulation inside their reproductive organs.
-	<<else>>
-		The highly controlled environment inside incubator together with a process of greatly accelerated growth is prefect opportunity to stretch boundaries of the natural ability of the subject to sustain pregnancy. This will include injections of specific serums and mechanical manipulation inside their reproductive organs by incubator through special set of manipulators, probes and nozzles supervised with specific monitoring program. Highly expensive.
-		[[Manufacture and install this subsystem|Incubator][cashX(forceNeg(Math.trunc(2000000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradePregAdaptation = 1]] //Costs <<print cashFormat(Math.trunc(2000000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
-		
+
+/*This option should be available ONLY after many other conditions meet, and this only initial conditions*/
+<<if $minimumSlaveAge <= 6>>
+	<<if $incubatorUpgradeReproduction == 1 && $incubatorUpgradeOrgans == 1 && $ImplantProductionUpgrade == 1 && $bellyImplants == 1>>
+		<<if $arcologies[0].FSRepopulationFocus >= 100 || $incubatorUpgradePregAdaptation == 1>> 
+			<p>
+			<<if $incubatorUpgradePregAdaptation == 1>>
+				The incubators have been upgraded with special set of manipulators, probes, nozzles and syringes coupled together with specific programs to take advantage of the accelerated growth to heighten viable reproductive capacity. These include injections of specialized serums and mechanical manipulation of the reproductive system and associated tissues, organs, muscles and bones.
+			<<else>>
+				The highly controlled environment inside incubation tube coupled with the greatly accelerated growth process is the perfect opportunity to push the boundaries of a body's ability to sustain pregnancy. This will include injections of specialized serums and mechanical manipulation of their reproductive system through a special set of manipulators, probes, nozzles and syringes supervised by a powerful monitoring program. Costly to maintain and ridiculously expensive to purchase through official means.
+				[[Manufacture and install this subsystem|Incubator][cashX(forceNeg(Math.trunc(2000000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradePregAdaptation = 1]] //Costs <<print cashFormat(Math.trunc(2000000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
+			<</if>>
+			</p>
+		<</if>>
 	<</if>>
-	</p>
 <</if>>
+
 <p>
 <<if $incubatorImprintSetting == "terror">>
 	The imprinting system is currently focused on making them devoted but fearful of you. The imprinting cycle is locked upon incubation start.
@@ -439,27 +448,27 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 					as it appears $his womb is sterile.
 				<</if>>
 			<</if>>
-			<<if ($incubatorPregAdaptationSetting == 1 && $tanks[$i].genes == "XX") || ($incubatorPregAdaptationSetting == 2 && $tanks[$i].genes == "XY") ||$incubatorPregAdaptationSetting == 3 >>
-				There are probes and tubes inserted inside $his reproductive organs, as the Incubator works on them.
+			<<if ($incubatorPregAdaptationSetting == 1 && $tanks[$i].genes == "XX") || ($incubatorPregAdaptationSetting == 2 && $tanks[$i].genes == "XY") || $incubatorPregAdaptationSetting == 3 >>
+				There are probes and tubes snaking into $his body cavity and reproductive organs so the incubator may prepare them.
 				<<set _safecc = ($tanks[$i].pregAdaptation - 5) * 2000>>
-				<<if _safecc > 300000>> /* Some bigger size descriptions may be unreachable by normal game mechanic, they are here just in case.*/
-					$His bloated form looks more like am overinflated beachball made of the overstretched skin of $his belly, with $his relative tiny body attached to its side. $He is completely dominated by it now. The process gone too far, so $his body can't maintain its form with the belly as part of abdominal cavity. Now $his skin and tissues have stretched enough for $his belly to bloat outside of any body boundaries and looked more attached to $his body then as a part of it. 
+				<<if _safecc > 300000>> /* Some bigger size descriptions may be unreachable by normal game mechanics, so they are here just in case.*/
+					$His bloated form looks more like an overinflated beachball made of the overstretched skin of $his belly with $his relative tiny body attached to its side. $He is completely dominated by it now. The process has gone too far, so $his body can't maintain its form with the belly as part of abdominal cavity. Now $his skin, tissues and muscles have stretched enough for $his belly to expand outside of any physical boundaries and appear more an attachment to $his body, rather than part of it. 
 				<<elseif _safecc > 150000>>
-					$His body looks almost spherical, grotesquely inflated with the stimulator sacks inserted into $his internals. Incubator constantly maintain high level of pressure inside $him forcing displacement of organs and stretching skin and tissues. Even $his chest forced to become half part of the top of $his belly, displaced forward from the pressure inside.
+					$His body looks almost spherical, having been grotesquely inflated with the stimulator sacks inserted into $his internals. The incubator constantly maintains high pressure inside $him, forcing the displacement of $his organs and stretching skin tissues, and muscles. Even $his chest forced to become a part of the top of $his belly, having been pushed forward from the overwhelming pressure.
 				<<elseif _safecc > 75000>>
-					$His belly has become so huge, that can be easily compared with belly of a woman ready to birth quintuplets. It's pulsing from the pressure applied inside by the incubator probes.
+					$His belly has become so huge that can be easily compared with belly of a woman ready to birth quintuplets. It pulses from the pressure applied within by the incubator probes.
 				<<elseif _safecc > 45000>>
-					$His belly in the current state would look normal on a woman who was ready to birth triplets. On $his still growing form it's something completely out of the ordinary.
+					$His belly, in the current state, would look normal on a woman who was ready to birth triplets. On $his still growing form, it's something completely out of the ordinary.
 				<<elseif _safecc > 30000>>
 					$His belly looks like it contains full sized twins, ready to be birthed.
 				<<elseif _safecc > 15000>>
 					$His belly has reached the size of full term pregnancy.
 				<<elseif _safecc > 10000>>
-					$His belly has inflated to the size of late term pregnancy, and the skin has become shiny.
+					$His belly has inflated to the size of late term pregnancy; its skin shines from the tension.
 				<<elseif _safecc > 5000>>
-					$His belly looks like mid term pregnancy; it's possible to see some pulsing from the expanding and contracting of incubator probes. 
+					$His belly resembles a mid term pregnancy; it pulses slightly from the expansion and contraction of the incubator probes. 
 				<<elseif _safecc > 1500>>
-					$His belly slightly bulges and rhythmically expands and contracts with the cycles of stimulation, as the incubator inflates and deflates its probes inside $his body cavities. With the correct serums applied this should allow it to stretch the skin and tissues of the belly and adapt $his body to a pregnant state with displaced internal organs caused by the growth of the womb.
+					$His belly slightly bulges and rhythmically expands and contracts to the cycles of $his stimulation as the incubator inflates and deflates its probes within $his body cavity. With the correct serums applied, this should allow it to stretch the skin, tissues, and muscles of $his belly to better to tolerate the displacement of internal organs caused by fetal growth.
 				<</if>>
 			<</if>>		
 		<<if $tanks[$i].growTime <= 0>>
@@ -687,10 +696,10 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 	<<if $incubatorUpgradePregAdaptation == 1>> /* Should be visible only after incubatorUpgradeReproduction is installed */
 		<br>
 		<<if $incubatorPregAdaptationSetting == 3>>
-		Pregnancy adaptation system online: All.
+			Pregnancy adaptation system online: All.
 			[[Females|Incubator][$incubatorPregAdaptationSetting = 1]] | [[Males|Incubator][$incubatorPregAdaptationSetting = 2]] | [[Disable|Incubator][$incubatorPregAdaptationSetting = 0]]
 		<<elseif $incubatorPregAdaptationSetting == 2>>
-		Pregnancy adaptation system online: Males only.
+			Pregnancy adaptation system online: Males only.
 			[[All|Incubator][$incubatorPregAdaptationSetting = 3]] | [[Females|Incubator][$incubatorPregAdaptationSetting = 1]] | [[Disable|Incubator][$incubatorPregAdaptationSetting = 0]]
 		<<elseif $incubatorPregAdaptationSetting == 1>>
 			Pregnancy adaptation system online: Females only.
@@ -699,24 +708,25 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 			Pregnancy adaptation system offline.
 			[[All|Incubator][$incubatorPregAdaptationSetting = 3]] | [[Females|Incubator][$incubatorPregAdaptationSetting = 1]] | [[Males|Incubator][$incubatorPregAdaptationSetting = 2]]
 		<</if>>
+		//Only applies to incubatees set for release by age six//
 	<</if>>
 	<<if $incubatorUpgradePregAdaptation == 1 && $incubatorPregAdaptationSetting > 0>> /* Should be visible only after incubatorUpgradeReproduction is installed and turned on*/
 		<br>
 		<<if $incubatorPregAdaptationPower == 1>>
-			Pregnancy adaptation programmed to advanced procedures. Up to the triplets pregnancy should be safe for the subjects.
+			Pregnancy adaptation programmed to advanced procedures. Up to triplet pregnancy should be safe for the subjects.
 			[[Standart|Incubator][$incubatorPregAdaptationPower = 0]] | [[Intensive|Incubator][$incubatorPregAdaptationPower = 2]] | [[Extreme|Incubator][$incubatorPregAdaptationPower = 3]]
 		<<elseif $incubatorPregAdaptationPower == 2>>
-			Pregnancy adaptation programmed to intensive procedures. Up to the octuplets pregnancy should be possible for the subjects. Warning! Side effects may occur to the health and mental condition.
+			Pregnancy adaptation programmed to intensive procedures. Up to octuplet pregnancy should be possible for the subjects. Warning! Side effects may occur to health and mental condition.
 			[[Standart|Incubator][$incubatorPregAdaptationPower = 0]] | [[Advanced|Incubator][$incubatorPregAdaptationPower = 1]] | [[Extreme|Incubator][$incubatorPregAdaptationPower = 3]]
 		<<elseif $incubatorPregAdaptationPower == 3>>
-			Pregnancy adaptation programmed to extreme procedures. Outcome final perfomance for subjects may vary with genetic and other individal conditions. WARNING! Extreme side effects may occur to the health and mental condition!
+			Pregnancy adaptation programmed to extreme procedures. Normally unustainable pregnancies should be possible for the subjects. Capacity will vary with genetic and other individal conditions. WARNING! Extreme side effects may occur to health and mental condition!
 			[[Standart|Incubator][$incubatorPregAdaptationPower = 0]] | [[Advanced|Incubator][$incubatorPregAdaptationPower = 1]] | [[Intensive|Incubator][$incubatorPregAdaptationPower = 2]]
 		<<else>>
-			Pregnancy adaptation programmed to standard procedures. Normal singleton pregnancy should be safe for the subjects.
+			Pregnancy adaptation programmed to standard procedures. Normal pregnancy should be safe for subjects.
 			[[Advanced|Incubator][$incubatorPregAdaptationPower = 1]] | [[Intensive|Incubator][$incubatorPregAdaptationPower = 2]] | [[Extreme|Incubator][$incubatorPregAdaptationPower = 3]]
 		<</if>>
 		<br>
-		//Due to the high complexity and risk of procedure setting will not be changed to tanks in use.//
+		//Due to the high complexity and steep risks of the procedure, settings will not be changed on tanks in use.//
 	<</if>>
 <</if>>
 <br>
diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw
index 07e52dbf1767cca193b0996885f392a36b2b21db..1f6a20361f23cf0d1cea0f8362407fb781661cda 100644
--- a/src/pregmod/incubatorReport.tw
+++ b/src/pregmod/incubatorReport.tw
@@ -747,44 +747,53 @@
 		<<set $tanks[_inc].energy = 0, $tanks[_inc].need = 0>>
 	<</if>>
 
-	<<if ($incubatorPregAdaptationSetting == 1 && $tanks[_inc].genes == "XX") || ($incubatorPregAdaptationSetting == 2 && $tanks[_inc].genes == "XY") ||$incubatorPregAdaptationSetting == 3 >>
-		<br>The incubator is working on $his abdomen and reproductive organs, to help adapt $him for future pregnancy.
-		<<set _weekAdapt = isNaN($tanks[_inc].incubatorPregAdaptationInWeek) ? ($tanks[_inc].incubatorPregAdaptationInWeek = (15000 / 2000 - $tanks[_inc].pregAdaptation) / $tanks[_inc].growTime) * $incubatorUpgradeSpeed : $tanks[_inc].incubatorPregAdaptationInWeek * $incubatorUpgradeSpeed>>
-		<<set _weekAdapt *= 1 + ($incubatorReproductionSetting / 5); _weekAdapt *= 1 + ($tanks[_inc].hormoneBalance / 1500)>> 
+	<<if ($incubatorPregAdaptationSetting == 1 && $tanks[_inc].genes == "XX") || ($incubatorPregAdaptationSetting == 2 && $tanks[_inc].genes == "XY") || $incubatorPregAdaptationSetting == 3>>
+		<br>
+		The incubator is working on adapting $his abdomen and reproductive organs for future pregnancies.
+		<<if isNaN($tanks[_inc].incubatorPregAdaptationInWeek)>>
+			<<set ($tanks[_inc].incubatorPregAdaptationInWeek = (15000 / 2000 - $tanks[_inc].pregAdaptation) / $tanks[_inc].growTime)>>
+		<</if>>
+		<<set _weekAdapt = $tanks[_inc].incubatorPregAdaptationInWeek * $incubatorUpgradeSpeed>>
+		<<set _weekAdapt *= 1 + ($incubatorReproductionSetting / 5)>>
+		<<set _weekAdapt *= 1 + ($tanks[_inc].hormoneBalance / 1500)>> 
 		/*And now we done*/
 		<<set $tanks[_inc].pregAdaptation += _weekAdapt>> 
 		/* here goes side effect from intense and extreme settings: */
-		<<set _sideEffect = (random(0, 100) <= ($tanks[_inc].incubatorPregAdaptationPower - 1) * ($incubatorUpgradeSpeed / 2 + 1))>>
-		<<if _sideEffect>>
-			<<set _eff = random (1, 9)>>
-			<<switch _eff>>
+		<<if (random(0, 100) <= ($tanks[_inc].incubatorPregAdaptationPower - 1) * ($incubatorUpgradeSpeed / 2 + 1))>>
+			<<set _sideEffect = random(1, 7)>>
+		<<else>>
+			<<set _sideEffect = 0>>
+		<</if>>
+		<<if _sideEffect > 0>>
+			<<switch _sideEffect>>
 			<<case 1>>
-				<<set $tanks[_inc].geneticQuirks.wGain = 2>>
-				$His @@.orange;weight@@ balance has been affected.
+				<<set $tanks[_inc].preg = -2>>
+				It caused @@.red;reproductive damage@@ when excessive meddling damaged an organ.
 			<<case 2>>
-				<<set $tanks[_inc].geneticQuirks.wLoss = 2>>
-				$His @@.orange;weight@@ balance has been affected.
+				<<set $tanks[_inc].preg = -3>>
+				It caused @@.red;severe reproductive damage@@ when excessive hormones shut down the associated organs.
 			<<case 3>>
-				<<set $tanks[_inc].preg = -2>>
-				It detected @@.red;serious damage@@ to $his reproductive ability as a result.
+				<<set $tanks[_inc].lactation = 1>>
+				It has @@.orange;triggered a hormonal disorder,@@ causing $his breast glands begin producing milk.
 			<<case 4>>
-				<<set $tanks[_inc].geneMods.rapidCellGrowth = 2>>
-				It detected @@.orange;genetically triggered hormonal imbalance@@. The ability of $his tissues to recover from stretching is almost completely lost.
+				<<set $tanks[_inc].bellySag = 100, $tanks[_inc].bellySagPreg = 100>>
+				It activated @@.red;emergency protocols@@ when overpressure to $his abdominal tissues and skin reached critical levels. $His belly has lost muscle tone and has begun to strongly sag.
 			<<case 5>>
-				<<set $tanks[_inc].health.shortDamage += 10>>
-				It detected @@.red;short term health damage@@.
+				<<set $tanks[_inc].health.condition -= 15>>
+				Overzealous prodding caused some @@.red;internal bleeding.@@
 			<<case 6>>
-				<<set $tanks[_inc].health.longDamage += 10>>
-				It detected @@.red;long term health damage@@.
+				<<set $tanks[_inc].weight += 50>>
+				An unexpected shift in hormones spurred @@.red;massive weight gain@@ before it could be corrected.
 			<<case 7>>
-				<<set $tanks[_inc].health.health -= 15>>
-				It reported about @@.red;direct health damage@@.
+				<<set $tanks[_inc].weight -= 50>>
+				An unexpected shift in hormones spurred @@.red;massive weight loss@@ before it could be corrected.
 			<<case 8>>
-				<<set $tanks[_inc].lactation = 1>>
-				It has @@.orange;triggered a hormonal disorder@@, and $his breast glands begin to produce milk.
+				<<set $tanks[_inc].boobs += 5000>>
+				<<set $tanks[_inc].boobShape = "saggy">>
+				An unexpected shift in hormones encouraged @@.green;explosive breast growth@@ before it could be corrected.
 			<<case 9>>
-				<<set $tanks[_inc].bellySag = 100; $tanks[_inc].bellySagPreg = 100>>
-				It activated @@.red;emergency protocols@@ caused by overpressure to $his abdominal tissues and skin. $His belly has lost muscle tone and has begun to sag.
+				<<set $tanks[_inc].hips = 3>>
+				A malfunction in the skeletal reconstruction software caused it to overwiden  @@.green;overwiden $his hips.@@
 			<</switch>>
 		<</if>>
 	<</if>>
diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw
index 6d50039951dc272689df759dba830abfdc019c9e..b7fb83e6e4a770d78832e689967711b384407450 100644
--- a/src/pregmod/theBlackMarket.tw
+++ b/src/pregmod/theBlackMarket.tw
@@ -295,31 +295,27 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if
 
 		<<if $thisWeeksIllegalWares[_bim] == "BlackmarketPregAdaptation">>
 			<br>
-			<<if $BlackmarketPregAdaptation == 0 && $minimumSlaveAge <= 6>>
+			<<if $incubatorUpgradePregAdaptation == 0 && $minimumSlaveAge <= 6>>
 				<<if $seePreg == 1>>
 					<<if $incubatorUpgradeReproduction == 1 && $incubatorUpgradeOrgans == 1 && $ImplantProductionUpgrade == 1 && $bellyImplants == 1>>
-						<<if $surgeryUpgrade == 1>>
-							<<if $cash >= 120000>>
-								[[Purchase documents regarding the incubator pregnancy adaptation subsystem|The Black Market][cashX(-120000, "capEx"), $BlackmarketPregAdaptation = 1, _dump = $merchantIllegalWares.delete("BlackmarketPregAdaptation")]] //@@.yellowgreen;<<print cashFormat(120000)>>.@@//
-							<<else>>
-								You cannot afford the asking price of @@.red;<<print cashFormat(120000)>>@@ for the incubator pregnancy adaptation subsystem documentation.
-							<</if>>
-							<br>"I'm not sure about this... but you still might be interested. I'll just tell you a story. Some time ago there was a man with very pregnant girl in tow. Not so unusual in these days, but what made it really exclusive was the girl's age. She couldn't have been any older then six! And looked ready to birth full sized triplets, no less. And even at such size she did not look stressed by it at all. The man said that he invented a subsystem for those modern incubators that prepare the occupant's body in a special way, and this girl is test subject. I do not understand much about this technical stuff, but the documentation seems legit enough. If you like, I can sell it to you; no guarantees though."
+						<<if $cash >= 120000>>
+							[[Purchase documents regarding an incubator pregnancy adaptation module|The Black Market][cashX(-120000, "capEx"), $incubatorUpgradePregAdaptation = 1, _dump = $merchantIllegalWares.delete("BlackmarketPregAdaptation")]] //@@.yellowgreen;<<print cashFormat(120000)>>.@@//
 						<<else>>
-							The autosurgery lacks the needed actuators, so constructing even more complex incubator pregnancy adaptation subsystem is impossible.
+							You cannot afford the asking price of @@.red;<<print cashFormat(120000)>>@@ for documentation on an incubator pregnancy adaptation module.
 						<</if>>
+						<br>"I'm not sure about this... but you still might be interested. Let me just begin with a story... Some time ago, there was a man with very pregnant girl in tow. Not so unusual in these days, but what made it really stand out was the girl's age — she couldn't have been any older then six! And looked ready to birth full sized triplets, no less. To top it all off, she did not look stressed by it at all, which was just amazing, given her size. The man said that he invented some sort of subsystem for those modern incubators to prep the occupant's body in a special way, and that this girl was a test subject. I do not understand much about this technical stuff, but the documentation seems legit enough. If you like, I can sell it to you; no guarantees though, on either the construction or the results."
 					<<else>>
-						You lack the facilities needed to produce something this complex, so production of incubator pregnancy adaptation subsystem is out of your reach.
+						You lack the facilities needed to manufacture something this complex, so production of the incubator pregnancy adaptation module is out of your reach.
 					<</if>>
 				<<else>>
 					You have no interest in research that involves pregnancy.
 					<<run $merchantIllegalWares.delete("BlackmarketPregAdaptation")>>
 				<</if>>
-			<<elseif $BlackmarketPregAdaptation == 0 && $minimumSlaveAge > 6>>
+			<<elseif $incubatorUpgradePregAdaptation == 0 && $minimumSlaveAge > 6>>
 				You have no interest in such a distasteful offer.
 				<<run $merchantIllegalWares.delete("BlackmarketPregAdaptation")>>
 			<<else>>
-				You already possess the incubator pregnancy adaptation subsystem.
+				You already possess the incubator pregnancy adaptation module.
 				<<run $merchantIllegalWares.delete("BlackmarketPregAdaptation")>>
 			<</if>>
 		<</if>>