diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index a91108f02c53f07ff5b68d524bf5c6e8a877af3b..8626b73edaf706e858f3e89b53e67ce1edb3091d 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -382,7 +382,7 @@ __You are customizing this slave:__
 	<<set $activeSlave.indenture = Math.clamp($activeSlave.indenture, 26, 208)>>
 <</if>>
 <<set $activeSlave.height = Math.clamp($activeSlave.height, 85, 274) || 140>>
-<<set $activeSlave.boobs = Math.clamp(Math.trunc($activeSlave.boobs/50)*50, 0, 50000) || 200>>
+<<set $activeSlave.boobs = Math.clamp(Math.trunc($activeSlave.boobs/50)*50, 10, 50000) || 200>>
 <<set $activeSlave.visualAge = $activeSlave.actualAge>>
 <<set $activeSlave.physicalAge = $activeSlave.actualAge>>
 <<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw
index 0cadb9167cff227eb454d4b7ef3f4d0eb128c727..de1b5d854eba32b0d1f99b0b45c1c18b490e6b04 100644
--- a/src/pregmod/incubatorReport.tw
+++ b/src/pregmod/incubatorReport.tw
@@ -747,7 +747,7 @@
 	<<set $tanks[_inc].dick = Math.clamp($tanks[_inc].dick, 0, 10)>>
 	<<set $tanks[_inc].hips = Math.clamp($tanks[_inc].hips, -2, 2)>>
 	<<set $tanks[_inc].balls = Math.clamp($tanks[_inc].balls, 0, 40)>>
-	<<set $tanks[_inc].boobs = Math.clamp($tanks[_inc].boobs, 0, 30000)>>
+	<<set $tanks[_inc].boobs = Math.clamp($tanks[_inc].boobs, 25, 30000)>>
 	<<set $tanks[_inc].height = Math.clamp($tanks[_inc].height, 0, 274)>>
 	<<set $tanks[_inc].hormoneBalance = Math.clamp($tanks[_inc].hormoneBalance, -500, 500)>>
 
diff --git a/src/uncategorized/reRelativeRecruiter.tw b/src/uncategorized/reRelativeRecruiter.tw
index 286810197b1ab091ea87d2a7ed2c9dcbe03b2412..6eb26a1569fca0d36c9e43e079756e8c95ac863f 100644
--- a/src/uncategorized/reRelativeRecruiter.tw
+++ b/src/uncategorized/reRelativeRecruiter.tw
@@ -297,7 +297,7 @@
 	<<set $activeSlave.origin = "She was recruited into your service by her younger sister.">>
 	<<set $activeSlave.genes = "XY">>
 	<<set $activeSlave.dick = 5>>
-	<<set $activeSlave.boobs = 0>>
+	<<set $activeSlave.boobs = 50>>
 	<<set $activeSlave.boobsImplant = 0>>
 	<<set $activeSlave.boobsImplantType = 0>>
 	<<set $activeSlave.balls = 4>>
@@ -429,7 +429,7 @@
 <<set $activeSlave.porn.fame.cumSlut = 0>>
 <<set $activeSlave.porn.fame.anal = 0>>
 <<set $activeSlave.porn.fame.humiliation = 0>>
-<<set $activeSlave.porn.fame.boobs = 0>>
+<<set $activeSlave.porn.fame.boobs = 50>>
 <<set $activeSlave.porn.fame.dom = 0>>
 <<set $activeSlave.porn.fame.sadist = 0>>
 <<set $activeSlave.porn.fame.masochist = 0>>
@@ -1064,7 +1064,7 @@ You look up the _relationType. _He2 costs <<print cashFormat($slaveCost)>>, a ba
 <<set $activeSlave.porn.fame.cumSlut = 0>>
 <<set $activeSlave.porn.fame.anal = 0>>
 <<set $activeSlave.porn.fame.humiliation = 0>>
-<<set $activeSlave.porn.fame.boobs = 0>>
+<<set $activeSlave.porn.fame.boobs = 50>>
 <<set $activeSlave.porn.fame.dom = 0>>
 <<set $activeSlave.porn.fame.sadist = 0>>
 <<set $activeSlave.porn.fame.masochist = 0>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 80bc724af9c26b956b8b2ab3335c7ad204775509..2617dd113265e41130abd487612a3e312d0d1b91 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -3203,7 +3203,7 @@
 	<</if>>
 <</if>>
 
-<<if ($slaves[$i].boobsImplant >= $slaves[$i].boobs+$slaves[$i].boobsMilk)>>
+<<if ($slaves[$i].boobsImplant >= $slaves[$i].boobs+$slaves[$i].boobsMilk) && ($slaves[$i].boobsImplant > 0)>>
 	/* catch in case breast implants get larger than boobs */
 	$His breast tissue has naturally @@.lime;stretched and grown@@ to accommodate $his implants better.
 	<<set $slaves[$i].boobs = $slaves[$i].boobsImplant+$slaves[$i].boobsMilk+10>>