diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index 56cd179ec523eede9f78dd3c114920582e51450e..a383620022c563b5503a00f32905c89261866631 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -773,19 +773,3 @@
 	<<set $slaves[$i].drugs to "no drugs">>
 	<</if>>
 <</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@@ and her regimen is ended to prevent health damage.
-		<<set $slaves[$i].pregControl = "none">>
-	<<elseif $slaves[$i].preg > 0>>
-		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">>
- 	<<if $slaves[$i].preg > 40>>
-		<<set $slaves[$i].health -= 20>>
-		Supressing birth for so long @@color:red;greatly affect her health@@.
-	<<elseif $slaves[$i].preg > 30>>
-		Labor supressing agents @@color:yellow;negatively affect her health@@.
-	<</if>>
-<</if>>