From c547714891a95acf490ca1874efb6ac7dfdea3f3 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 31 Jan 2020 13:53:06 -0800
Subject: [PATCH] Update sePlayerBirth.tw

---
 src/pregmod/sePlayerBirth.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index b46ffe10d25..841dd124cfa 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -89,7 +89,7 @@ PC.pregSource documentation
 <<if (_elite > 0 || _self > 0) && $arcologies[0].FSRestart != "unset">> /* for simplicity's sake, not going to allow other embryos to be added during an elite pregnancy */
 	Since you are heavily pregnant with <<if (_elite + _self >= 2)>>children<<else>>a child<</if>> of the Societal Elite, you are quickly taken to the finest clinic the arcology has to offer. After a quick sedation, you awake to find your belly no longer round with child; that, and a note stating your next breeding partner and a notice that <<print cashFormat(50000)>> has been added to your account. The Societal Elite are @@.green;very pleased@@ at their new addition to the ranks. You just wish you could have seen your <<if _curBabies == 1>>little <<if _gender == "XX">>girl<<else>>boy<</if>> before they took <<if _gender == "XX">>her<<else>>him<</if>><<else>>babies before they took them<</if>> away to be raised into <<if _curBabies > 1>>proper members<<else>>a proper member<</if>> of the future world.
 	<<set $PC.counter.birthElite += _elite>>
-	<<if $PC.ovaryAge >= 55 && $playerAging == 2>>
+	<<if $PC.ovaryAge >= 47 && $playerAging == 2>>
 		You are getting too old to have children; you feel like <<if _curBabies > 1>>they<<else>>this<</if>> may be your last.
 		<<set $PC.preg = -2>>
 	<</if>>
@@ -546,7 +546,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 		</span>
 	<</if>>
 
-	<<if $PC.ovaryAge >= 55 && $playerAging == 2>>
+	<<if $PC.ovaryAge >= 47 && $playerAging == 2>>
 		<br>
 		You are getting too old to have children; you feel like this may be your last.
 		<<set $PC.preg = -2>>
-- 
GitLab