diff --git a/src/uncategorized/costs.tw b/src/uncategorized/costs.tw
index 87afd8e29d2e5569603e9ec20959aff7734d311c..b21f5f5574adb0b15bfb4409920d29d804fdf396 100644
--- a/src/uncategorized/costs.tw
+++ b/src/uncategorized/costs.tw
@@ -73,7 +73,11 @@
 	<<if $slaves[$i].assignment == "work in the dairy" && $dairyFeedersSetting > 0>>
 	<<elseif ($slaves[$i].assignment == "serve in the master suite" || $slaves[$i].assignment == "be your concubine") && $masterSuiteUpgradePregnancy == 1>>
 	<<else>>
-		<<set $costs += $foodCost*$slaves[$i].pregType>>
+		<<if ($slaves[$i].pregControl == "speed up" || $clinicSpeedGestation >= 1) && $slaves[$i].assignment is "get treatment in the clinic">>
+			<<set $costs += $foodCost*$slaves[$i].pregType*3>>
+		<<else>>
+			<<set $costs += $foodCost*$slaves[$i].pregType>>
+		<</if>>
 	<</if>>
 <</if>>
 
diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index 7538bf537e8edce89e7c944fce75aead040d04a5..826596cb57201924372d448e564e6bc020028baa 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -182,8 +182,9 @@
 		<<elseif ($slaves[$i].assignment == "serve in the master suite" || $slaves[$i].assignment == "be your concubine") && $masterSuiteUpgradePregnancy == 1>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;Extra feeding costs to support pregnancy are covered by $masterSuiteName luxuries.
 		<<else>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;Extra feeding to support pregnancy: ¤<<print $foodCost*$slaves[$i].pregType>>
-			<<set $individualCosts += $foodCost*$slaves[$i].pregType>>
+			<<set _pAccMult = 1>>
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;Extra feeding to support <<if ($slaves[$i].pregControl == "speed up" || $clinicSpeedGestation >= 1) && $slaves[$i].assignment is "get treatment in the clinic">>accelerated <<set _pAccMult = 3>><</if>>pregnancy: ¤<<print $foodCost*$slaves[$i].pregType*_pAccMult>>
+			<<set $individualCosts += $foodCost*$slaves[$i].pregType*_pAccMult>>
 		<</if>>
 	<</if>>
 	<<if ($slaves[$i].diet == "XX") || ($slaves[$i].diet == "XY")>>
diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index c3ed5171330ed6f94b715ccc3ca8874d521ecf11..68c82a7f4cd540d622fa8950155422247a423fee 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -721,9 +721,10 @@
 <</switch>>
 <<if $slaves[$i].pregControl == "slow gestation">>
 	<<if $slaves[$i].preg > 30>>
-		She in late pregnancy term now. Slowing gestation agents @@color:red;can't supress labor@@.
+		She in late pregnancy term now. Slowing gestation agents @@color:red;can't supress labor@@ and her slow down agents regimen is ended to prevent health damage.
+		<<set $slaves[$i].pregControl = "none">>
 	<<elseif $slaves[$i].preg > 0>>
-		Her belly feels is very docile, gestation speed is @@color:yellow;greatly reduced@@.
+		Her belly feels very docile, gestation speed is @@color:yellow;greatly reduced@@.
 	<</if>>
 <</if>>	/* fast gestation agents in the clinic passage - they not work outside of clinic.*/
 <<if $slaves[$i].pregControl == "labor supressors">>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 89c4287795f594e4b6252beab4cd5afde8e60194..3e46fa222d9b2add1432442936ab48b079e3d5b6 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -606,9 +606,8 @@ __Contraception__: <span id="fertility"><strong><<if $activeSlave.preg is -1>><<
 <</if>>
 <</if>>
 <<if ($activeSlave.preg > 1) && ($pregSpeedControl == 1) && ($seeHyperPreg == 1) && ($activeSlave.indentureRestrictions < 1)>>
-<br>
-&nbsp;&nbsp;&nbsp;
-	__Pregnancy control__:<span id="pregControl"><<if $activeSlave.pregControl == "labor supressors">>Labor is supressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation<<elseif $activeSlave.pregControl == "speed up">>Faster gestation<<else>>Normal gestation<</if>></span>
+<br>&nbsp;&nbsp;&nbsp;&nbsp;
+	__Pregnancy control__: <span id="pregControl"><<if $activeSlave.pregControl == "labor supressors">>Labor is supressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation<<elseif $activeSlave.pregControl == "speed up">>Faster gestation<<else>>Normal gestation<</if>></span>
 	<<if ($activeSlave.breedingMark != 1) && ($activeSlave.preg >= 30)>> 
 		<<click "Normal Birth">><<set $activeSlave.pregControl = "none">><<replace "#pregControl">>allowed normal birth<</replace>><</click>>
 		|