From ef68487db0eee9fa1aa4e57e033df2078cd92069 Mon Sep 17 00:00:00 2001
From: Blank <okp57855@psoxs.com>
Date: Mon, 1 Oct 2018 02:22:12 -0700
Subject: [PATCH] Fixes https://gitgud.io/pregmodfan/fc-pregmod/issues/300

---
 src/SecExp/securityHQ.tw               | 2 +-
 src/pregmod/fSlaveSelfImpreg.tw        | 2 +-
 src/uncategorized/genericPlotEvents.tw | 9 ---------
 src/uncategorized/multiImplant.tw      | 2 +-
 4 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/src/SecExp/securityHQ.tw b/src/SecExp/securityHQ.tw
index 891363eee56..6b9fe9aa084 100644
--- a/src/SecExp/securityHQ.tw
+++ b/src/SecExp/securityHQ.tw
@@ -352,7 +352,7 @@ Considering the current upgrades the maximum level of crime is <<print $crimeCap
 <<elseif $readiness == 3>>
 	You have good readiness. You will be able to mobilize a lot of troops in case of an attack.
 <<else>>
-	You have great readiness. You can mobilize an small army in very little time.
+	You have great readiness. You can mobilize a small army in very little time.
 <</if>>
 
 <br>
diff --git a/src/pregmod/fSlaveSelfImpreg.tw b/src/pregmod/fSlaveSelfImpreg.tw
index bdfcb609c23..52f07b423d1 100644
--- a/src/pregmod/fSlaveSelfImpreg.tw
+++ b/src/pregmod/fSlaveSelfImpreg.tw
@@ -112,7 +112,7 @@
 			<<else>>
 				$activeSlave.slaveName eagerly rams the synthetic shaft as deeply into $his pussy as it will go, obviously fantasizing that $he's driving $his own dick into $his dripping pussy.
 			<</if>>
-			You help $him keep the dildo in place while $he works the onahole onto $his cock and begins stroking up and down. The stimulation of being filled and having $his dick stroked doesn't give $him much time to enjoy what $he's doing before $his hips buck wildly and you see semen travelling from the pump, along the clear plastic tub, and into the base of the dildo embedded deeply in $activeSlave.slaveName's throbbing vagina.
+			You help $him keep the dildo in place while $he works the onahole onto $his cock and begins stroking up and down. The stimulation of being filled and having $his dick stroked doesn't give $him much time to enjoy what $he's doing before $his hips buck wildly and you see semen travelling from the pump, along the clear plastic tube, and into the base of the dildo embedded deeply in $activeSlave.slaveName's throbbing vagina.
 		<</if>>
 	<<else>>
 		<<if ($activeSlave.devotion > 50)>>
diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index 0f2d89aaeba..9f057935946 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -1043,11 +1043,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 <<case "aid invitation">>
 
 <<set $PAid = 0>>
-<<if ($securityForceActive > 1) && ($securityForceVehiclePower >= 0)>>
-	<<set _price = 5000>>
-<<else>>
 	<<set _price = 10000>>
-<</if>>
 <<link "Agree">>
 	<<replace "#result">>
 	You dispatch your personal VTOL bird immediately. It lands <<if $PAidTarget == "volleyballTeam">>beside the bus<<else>>on the roof of the building<</if>> they're sheltering in, and brings them across the closest border and into a more functional country. You receive a call expressing their heartfelt thanks and promising to @@.green;spread the word@@ about how you helped them escape, and a wire transfer of their @@.yellowgreen;payment@@ for the airlift.
@@ -1063,7 +1059,6 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 <</link>>
 <br><<link "Airlift them into slavery">>
 	<<replace "#result">>
-	<<if $securityForceActive == 0>>
 	You send your personal VTOL bird to the shop for some immediate and very expensive modifications to its cargo and passenger area. Since this will take several days, you stall the supplicants.
 	<<if $PAidTarget == "volleyballTeam">>
 			A few of the girls decide to leave, but the sight of them pushed against the wall of a nearby building, toned bodies glistening with sweat and seed as their captors rape them into submission, keep the rest happy to stay on the bus. Those that remained
@@ -1071,10 +1066,6 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 		Their situation isn't truly dire yet, and they can wait. They
 	<</if>>
 	are extremely grateful, though they would be less hopeful if they knew the true nature of the aircraft coming to retrieve them.
-	<<set $PAid = 1>>
-	<<set $cash -= _price>>
-	<<elseif ($securityForceActive > 1) && ($securityForceVehiclePower >= 0)>>
-	You ask The Colonel to get the garage to modify your personal VTOL's cargo and passenger area, saving on labor costs however it will still take them several days to make the necessary modifications. So your only choice is to stall the supplicants.
 	<<if $PAidTarget == "volleyballTeam">>
 		A few of the girls decide to leave, but watching them pushed against the wall of a nearby building, toned bodies glistening with sweat and seed as their captors rape them into submission, keep the rest happy to stay on the bus. Those that remained
 	<<else>>
diff --git a/src/uncategorized/multiImplant.tw b/src/uncategorized/multiImplant.tw
index e9e15fc983e..d033b1ad1ff 100644
--- a/src/uncategorized/multiImplant.tw
+++ b/src/uncategorized/multiImplant.tw
@@ -694,7 +694,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
 			<<set $surgeryType = "freshOvaries">>
 			<br><hr>
 			<<include "Surgery Degradation">>
-		<<elseif ($activeSlave.physicalAge >= 60)>>
+		<<elseif ($activeSlave.physicalAge >= 70)>>
 			<br><hr>
 			@@.red;This slave's body is too old to handle pregnancy.@@
 		<<elseif ($activeSlave.mpreg == 0 && $activeSlave.ovaries == 0) || $activeSlave.bellyImplant != -1>>
-- 
GitLab