diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js
index 02549edcb462cd9411f44e556153722acf5b51d7..7862ed3e346b0ac6d90fbd03b5ce7bca0ba65bed 100644
--- a/js/003-data/gameVariableData.js
+++ b/js/003-data/gameVariableData.js
@@ -1364,6 +1364,7 @@ App.Data.resetOnNGPlus = {
 	RapidCellGrowthFormula: 0,
 	UterineRestraintMesh: 0,
 	PGHack: 0,
+	BlackmarketPregAdaptation: 0,
 
 	diversePronouns: 0,
 
diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw
index 0d55f5ca5d6a1133e773e7161688282525f0827c..41eaee07d36a01ac2c639cc5b9366f27c3a29d57 100644
--- a/src/pregmod/incubator.tw
+++ b/src/pregmod/incubator.tw
@@ -328,20 +328,27 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 <</if>>
 </p>
 
-/*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 $minimumSlaveAge <= 6 && ($arcologies[0].FSRepopulationFocus >=60 || $BlackmarketPregAdaptation == 1) >> /*Main prequsite - stable repopulation FS OR documentation purchased from black market. And age gate. */
+	<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.<br>
+		<<if $incubatorUpgradeReproduction < 1>> /* Now with reports - what is lacking for construction */
+			Incubator lacks advanced monitoring and hormone injection systems. Construction not possible.
+		<<elseif $incubatorUpgradeOrgans < 1>>
+			Incubator lacks the ability to extract tissue samples. Construction not possible.
+		<<elseif $dispensaryUpgrade < 1>>
+			Incubator lacks connection with advanced pharmaceutical fabricator. Cutting-edge targeted serums production needed as integral part. Construction not possible.
+		<<elseif $bellyImplants < 1>>
+			Incubator lacks connection with implant manufacturing as fillable abdominal implants technology used as integral part. Construction not possible.
+		<<elseif $incubatorUpgradeGrowthStims < 1>>
+			Incubator lacks advanced monitoring and stimulant injection systems. Construction not possible.
+		<<else>>
+			[[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>>
 	<</if>>
+	</p>
 <</if>>
 
 <p>