diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw
index fa303a024ed9cd634df1e616b998d0ae460ec64e..a97ccd54a9109201cebb9c8a13cc93965b3fa721 100644
--- a/src/pregmod/csec.tw
+++ b/src/pregmod/csec.tw
@@ -236,7 +236,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a
 		<<elseif $activeSlave.devotion > 20>>
 			will naturally miss $his child<<if _curBabies > 1>>ren<</if>>, but will is broken enough to hope that $his offspring will have a better life, or at least an enjoyable one.
 		<<else>>
-			will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his $fertilityAge year old daughter<<if _curBabies > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@
+			will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his <<if $minimumSlaveAge > $fertilityAge>>$minimumSlaveAge<<else>>$fertilityAge<</if>> year old daughter<<if _curBabies > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@
 			<<set $activeSlave.devotion -= 4, $activeSlave.trust -= 4>>
 		<</if>>
 		<<set $breederOrphanageTotal += _curBabies>>
@@ -293,7 +293,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a
 					<<elseif $activeSlave.devotion > 20>>
 						will naturally miss $his child<<if _curBabies > 1>>ren<</if>>, but will is broken enough to hope that $his offspring will have a better life, or at least an enjoyable one.
 					<<else>>
-						will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his $fertilityAge year old daughter<<if _curBabies > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@
+						will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his <<if $minimumSlaveAge > $fertilityAge>>$minimumSlaveAge<<else>>$fertilityAge<</if>> year old daughter<<if _curBabies > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@
 						<<set $activeSlave.devotion -= 4, $activeSlave.trust -= 4>>
 					<</if>>
 					<<set $breederOrphanageTotal += _curBabies>>
@@ -393,7 +393,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a
 						<<elseif $activeSlave.devotion > 20>>
 							will naturally miss $his child<<if _curBabies > 1>>ren<</if>>, but will is broken enough to hope that $his offspring will have a better life, or at least an enjoyable one.
 						<<else>>
-							will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his $fertilityAge year old daughter<<if _curBabies > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@
+							will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his <<if $minimumSlaveAge > $fertilityAge>>$minimumSlaveAge<<else>>$fertilityAge<</if>> year old daughter<<if _curBabies > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@
 							<<set $activeSlave.devotion -= 4, $activeSlave.trust -= 4>>
 						<</if>>
 						<<set $breederOrphanageTotal += _curBabies>>
diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index f2fa9d2e02fbd60d55ffc1d7a938d0f52644a82a..c5700cdcf5a57a0bdebee5006a2793c571f011fb 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -601,13 +601,13 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 			Of course, there are also the @@.orange;breeding schools,@@ where your
 			<<if _curBabies == 1>>
 				<<if _gender == "XX">>
-					daughter will be taught the joys of motherhood up until she is around $fertilityAge years old, when she will be impregnated with her first child.
+					daughter will be taught the joys of motherhood up until she is around <<if $minimumSlaveAge > $fertilityAge>>$minimumSlaveAge<<else>>$fertilityAge<</if>> years old, when she will be impregnated with her first child.
 				<<else>>
 					son will be taught it is his duty to fuck every slavegirl he sees without a baby bump pregnant.
 				<</if>>
 			<<else>>
 				<<if _gender == "XX">>
-					daughters will be taught the joys of motherhood up until they are around $fertilityAge years old, when they will be impregnated for the first time.<<if _curBabies > 1>> They say multiples run in families, so your daughters should blossom into quite the fertile breeders.<</if>>
+					daughters will be taught the joys of motherhood up until they are around <<if $minimumSlaveAge > $fertilityAge>>$minimumSlaveAge<<else>>$fertilityAge<</if>> years old, when they will be impregnated for the first time.<<if _curBabies > 1>> They say multiples run in families, so your daughters should blossom into quite the fertile breeders.<</if>>
 				<<else>>
 					sons will be taught it is their duty to fuck every slavegirl they sees without a baby bump pregnant.
 				<</if>>
diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index 248f709dad03795bf452437f56fd7333ba3b3335..a46c7bad5039d5eee694eea07a3a77960933d473 100644
--- a/src/pregmod/widgets/seBirthWidgets.tw
+++ b/src/pregmod/widgets/seBirthWidgets.tw
@@ -943,7 +943,7 @@ All in all,
 		<<elseif $slaves[$i].devotion > 20>>
 			will naturally miss $his child<<if _count > 1>>ren<</if>>, but will is broken enough to hope that $his offspring will have a better life, or at least an enjoyable one.
 		<<else>>
-			will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his $fertilityAge year old daughter<<if _count > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@
+			will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his <<if $minimumSlaveAge > $fertilityAge>>$minimumSlaveAge<<else>>$fertilityAge<</if>> year old daughter<<if _count > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@
 			<<set $slaves[$i].devotion -= 4, $slaves[$i].trust -= 4>>
 		<</if>>
 		<<set $breederOrphanageTotal += _count, $slaveOrphanageTotal -= _count>>
@@ -977,7 +977,7 @@ All in all,
 					<<elseif $slaves[$i].devotion > 20>>
 						will naturally miss $his child<<if _count > 1>>ren<</if>>, but will is broken enough to hope that $his offspring will have a better life, or at least an enjoyable one.
 					<<else>>
-						will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his $fertilityAge year old daughter<<if _count > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@
+						will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his <<if $minimumSlaveAge > $fertilityAge>>$minimumSlaveAge<<else>>$fertilityAge<</if>> year old daughter<<if _count > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@
 						<<set $slaves[$i].devotion -= 4, $slaves[$i].trust -= 4>>
 					<</if>>
 					<<set $breederOrphanageTotal += _count, $slaveOrphanageTotal -= _count>>
diff --git a/src/uncategorized/seBirth.tw b/src/uncategorized/seBirth.tw
index c252a44894e4e6118d503ab4de4ef8d88f2a1ac8..e35f7fb49be0f9a92d2f9fc5e40fc135cd43639c 100644
--- a/src/uncategorized/seBirth.tw
+++ b/src/uncategorized/seBirth.tw
@@ -90,7 +90,7 @@ I need to break single passage to several widgets, as it's been overcomplicated
 						<<elseif $slaves[$i].devotion > 20>>
 							will naturally miss $his child<<if _curBabies > 1>>ren<</if>>, but will is broken enough to hope that $his offspring will have a better life, or at least an enjoyable one.
 						<<else>>
-							will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his $fertilityAge year old daughter<<if _curBabies > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@
+							will of course @@.mediumorchid;hate you for this.@@ The mere thought of $his <<if $minimumSlaveAge > $fertilityAge>>$minimumSlaveAge<<else>>$fertilityAge<</if>> year old daughter<<if _curBabies > 1>>s<</if>> swollen with life, and proud of it, fills $him with @@.gold;disdain.@@
 							<<set $slaves[$i].devotion -= 4, $slaves[$i].trust -= 4>>
 						<</if>>
 						<<set $breederOrphanageTotal += _curBabies>>