From 92f913d0febf408e56320d193a44e302d995734c Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 10 Sep 2018 22:16:52 -0400
Subject: [PATCH] fixes and aid target

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt |  6 ++
 devNotes/twine JS.txt                        | 12 ++--
 src/art/artJS.tw                             |  6 +-
 src/init/setupVars.tw                        |  4 +-
 src/uncategorized/REFI.tw                    |  4 +-
 src/uncategorized/genericPlotEvents.tw       | 68 ++++++++++++++++----
 src/uncategorized/saLongTermEffects.tw       | 10 +--
 7 files changed, 78 insertions(+), 32 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index e9a010f1687..d6e98eddd16 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,12 @@
 
 0.10.7.1-0.7.x
 
+9/10/2018
+
+	24
+	-fixes
+	-added a new aid event possibility
+
 9/09/2018
 
 	23
diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 32ad05cc372..2c1eaec8c01 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -23920,13 +23920,13 @@ sizePlacement: Image size/center.
 */
 window.assistantArt = function assistantArt(sizePlacement) {
 	const V = State.variables;
-	let fileName = "'";
+	let fileName = "";
 
 	if (V.imageChoice === 0 || V.imageChoice === 1) {
 		if (V.imageChoice === 1) {
-			fileName += "resources/vector/avatar/";
+			fileName += "'resources/vector/avatar/";
 		} else /* V.imageChoice === 0*/ {
-			fileName += "resources/renders/assistant ";
+			fileName += "'resources/renders/assistant ";
 		}
 		switch (V.assistantAppearance) {
 			case "monstergirl":
@@ -23994,6 +23994,9 @@ window.ArtControlRendered = function ArtControlRendered(slave, sizePlacement) {
 	let fileName = "'resources/renders/";
 	let r = "";
 
+	if (slave.belly > 1500) {
+		fileName += "preg ";
+	}
 	if (slave.vagina > -1) {
 		if (slave.dick > 0) {
 			if (slave.balls > 0) {
@@ -24011,9 +24014,6 @@ window.ArtControlRendered = function ArtControlRendered(slave, sizePlacement) {
 			fileName += "gelding";
 		}
 	}
-	if (slave.belly > 1500) {
-		fileName = `preg ${fileName}`;
-	}
 	if (slave.boobs < 400) {
 		fileName = `${fileName} small`;
 	} else if (slave.boobs < 800) {
diff --git a/src/art/artJS.tw b/src/art/artJS.tw
index 0ee86d89b37..c5e762afe2f 100644
--- a/src/art/artJS.tw
+++ b/src/art/artJS.tw
@@ -82,6 +82,9 @@ window.ArtControlRendered = function ArtControlRendered(slave, sizePlacement) {
 	let fileName = "'resources/renders/";
 	let r = "";
 
+	if (slave.belly > 1500) {
+		fileName += "preg ";
+	}
 	if (slave.vagina > -1) {
 		if (slave.dick > 0) {
 			if (slave.balls > 0) {
@@ -99,9 +102,6 @@ window.ArtControlRendered = function ArtControlRendered(slave, sizePlacement) {
 			fileName += "gelding";
 		}
 	}
-	if (slave.belly > 1500) {
-		fileName = `preg ${fileName}`;
-	}
 	if (slave.boobs < 400) {
 		fileName = `${fileName} small`;
 	} else if (slave.boobs < 800) {
diff --git a/src/init/setupVars.tw b/src/init/setupVars.tw
index edb69912dd9..68e88d2dbaf 100644
--- a/src/init/setupVars.tw
+++ b/src/init/setupVars.tw
@@ -283,13 +283,13 @@
 
 <<set setup.educatedCareers = ["a ballerina", "a banker", "a bureaucrat", "a business owner", "a businessman", "a captain", "a chemist", "a chief of police", "a classical dancer", "a classical musician", "a coach", "a college scout", "a concierge", "a coroner", "a corporate executive", "a cosmetologist", "a counselor", "a criminal", "a critic", "a cult leader", "a dean", "a dentist", "a dentist", "a director", "a dispatch officer", "a doctor", "a historian", "a housekeeper", "a journalist", "a journalist", "a judge", "a lawyer", "a librarian", "a lobbyist", "a madam", "a manager", "a mechanic", "a mediator", "a medical student", "a mercenary", "a military officer", "a military recruiter", "a nanny", "a noblewoman", "a nun", "a painter", "a paramedic", "a personal assistant", "a pharmacist", "a physician", "a photographer", "a pilot", "a poet", "a police detective", "a police negotiator", "a police officer", "a political activist", "a politician", "a principal", "a prison warden", "a private detective", "a private instructor", "a procuress", "a producer", "a professional bartender", "a professor", "a programmer", "a prostitute", "a psychologist", "a refugee", "a scholar", "a scientist", "a sculptor", "a secretary", "a serial divorcee", "a shut-in", "a stockbroker", "a surgeon", "a teacher", "a teaching assistant", "a therapist", "a train conductor", "a transporter", "a veterinarian", "a wedding planner", "a writer", "a zookeeper", "an actress", "an air hostess", "an animator", "an archaeologist", "an architect", "an artist", "an assassin", "an astronaut", "an economist", "an editor", "an engineer", "an escort", "an estate agent", "an investor", "an MS pilot", "an office worker", "an orchestra conductor", "retired", "unemployed"]>>
 
-<<set setup.uneducatedCareers = ["a baker", "a barber", "a barista", "a bartender", "a beekeeper", "a beggar", "a blacksmith", "a blogger", "a bodyguard", "a bouncer", "a bounty hunter", "a boxer", "a brewer", "a bullfighter", "a bus driver", "a butcher", "a butler", "a camgirl", "a camp counselor", "a camwhore", "a candlestick maker", "a caregiver", "a carpenter", "a cashier", "a charity worker", "a chauffeur", "a cheerleader", "a chiropractor", "a clown", "a cobbler", "a cocktail waitress", "a comedian", "a con artist", "a construction worker", "a cook", "a cowgirl", "a criminal", "a croupier", "a cum dump", "a dairy worker", "a dancer", "a delivery woman", "a driller", "a drug mule", "a factory worker", "a farm laborer", "a farmer's daughter", "a farmer", "a firefighter", "a fisherwoman", "a florist", "a fortune teller", "a gang leader", "a gang member", "a gardener", "a gravedigger", "a groomer", "a gymnast", "a handmaiden", "a hotel manager", "a house DJ", "a housewife", "a hunter", "a janitor", "a landlady", "a launderer", "a law enforcement officer", "a lifeguard", "a local news anchor", "a lumberjack", "a magician's assistant", "a maid", "a mail carrier", "a mail-order bride", "a masseuse", "a masseuse", "a meat toilet", "a medic", "a medic", "a medium", "a messenger", "a midwife", "a milkmaid", "a mime", "a miner", "a missionary", "a mistress", "a model", "a mortician", "a musician", "a nanny", "a nurse", "a paramedic", "a park ranger", "a party girl", "a peddler", "a personal trainer", "a pimp", "a pirate", "a plumber", "a political activist", "a prison guard", "a prisoner", "a procuress", "a prostitute", "a racing driver", "a radio show host", "a rancher", "a receptionist", "a referee", "a refugee", "a revolutionary", "a ride attendant", "a roadie", "a rodeo star", "a sailor", "a saleswoman", "a school nurse", "a seamstress", "a secretary", "a security guard", "a service worker", "a shepherd", "a shrine maiden", "a soldier", "a stage magician", "a street performer", "a street vendor", "a stripper", "a student", "a stuntwoman", "a switchboard operator", "a tailor", "a talent scout", "a taxi driver", "a teacher", "a tour guide", "a trophy wife", "a truck driver", "a waitress", "a weathergirl", "a welder", "a wet nurse", "a whaler", "a wrestler", "a zookeeper", "an acrobat", "an actress", "an arcade attendant", "an artist", "an aspiring pop star", "an athlete", "an electrician", "an enforcer", "an enforcer", "an escort", "an exotic dancer", "an exterminator", "an innkeeper", "an office worker", "an orderly", "homeless", "in a militia", "retired", "unemployed", "unemployed", "unemployed", "unemployed", "unemployed"]>>
+<<set setup.uneducatedCareers = ["a baker", "a barber", "a barista", "a bartender", "a beekeeper", "a beggar", "a blacksmith", "a blogger", "a bodyguard", "a bouncer", "a bounty hunter", "a boxer", "a brewer", "a bullfighter", "a bus driver", "a butcher", "a butler", "a camgirl", "a camp counselor", "a camwhore", "a candlestick maker", "a caregiver", "a carpenter", "a cashier", "a charity worker", "a chauffeur", "a cheerleader", "a chiropractor", "a clown", "a cobbler", "a cocktail waitress", "a comedian", "a con artist", "a construction worker", "a cook", "a cowgirl", "a criminal", "a croupier", "a cum dump", "a dairy worker", "a dancer", "a delivery woman", "a driller", "a drug mule", "a factory worker", "a farm laborer", "a farmer's daughter", "a farmer", "a firefighter", "a fisherwoman", "a florist", "a fortune teller", "a gang leader", "a gang member", "a gardener", "a gravedigger", "a groomer", "a gymnast", "a handmaiden", "a hotel manager", "a house DJ", "a housewife", "a hunter", "a janitor", "a landlady", "a launderer", "a law enforcement officer", "a lifeguard", "a local news anchor", "a lumberjack", "a magician's assistant", "a maid", "a mail carrier", "a mail-order bride", "a masseuse", "a masseuse", "a meat toilet", "a medic", "a medic", "a medium", "a messenger", "a midwife", "a milkmaid", "a mime", "a miner", "a missionary", "a mistress", "a model", "a mortician", "a musician", "a nanny", "a nurse", "a paramedic", "a park ranger", "a party girl", "a peddler", "a personal trainer", "a pimp", "a pirate", "a plumber", "a political activist", "a prison guard", "a prisoner", "a procuress", "a prostitute", "a racing driver", "a radio show host", "a rancher", "a receptionist", "a referee", "a refugee", "a revolutionary", "a ride attendant", "a roadie", "a rodeo star", "a sailor", "a saleswoman", "a school nurse", "a seamstress", "a secretary", "a security guard", "a service worker", "a shepherd", "a shrine maiden", "a soldier", "a stage magician", "a street performer", "a street vendor", "a stripper", "a student", "a student athlete", "a stuntwoman", "a switchboard operator", "a tailor", "a talent scout", "a taxi driver", "a teacher", "a tour guide", "a trophy wife", "a truck driver", "a waitress", "a weathergirl", "a welder", "a wet nurse", "a whaler", "a wrestler", "a zookeeper", "an acrobat", "an actress", "an arcade attendant", "an artist", "an aspiring pop star", "an athlete", "an electrician", "an enforcer", "an enforcer", "an escort", "an exotic dancer", "an exterminator", "an innkeeper", "an office worker", "an orderly", "homeless", "in a militia", "retired", "unemployed", "unemployed", "unemployed", "unemployed", "unemployed"]>>
 
 <<set setup.gratefulCareers = ["a beggar", "a drug mule", "a peddler", "a pick-pocket", "a prisoner", "a refugee", "a shut-in", "a street urchin", "a student from a boarding school", "a sweatshop worker", "a thief", "an orphan", "from a lower class family", "homeless", "unemployed"]>>
 
 <<set setup.menialCareers = ["a baker", "a blacksmith", "a bus driver", "a butcher", "a candlestick maker", "a carpenter", "a cashier", "a chauffeur", "a cobbler", "a construction worker", "a courier", "a croupier", "a delivery woman", "a driller", "a dropout", "a factory worker", "a farm laborer", "a firefighter", "a fisherwoman", "a florist", "a gardener", "a gravedigger", "a janitor", "a launderer", "a lumberjack", "a mail carrier", "a mechanic", "a messenger", "a miner", "a nun", "a paper girl", "a part-time farm laborer", "a pilot", "a plumber", "a private", "a programmer", "a receptionist", "a referee", "a ride attendant", "a roadie", "a sailor", "a seamstress", "a service worker", "a street vendor", "a student from a private school", "a student from a public school", "a student", "a switchboard operator", "a tailor", "a taxi driver", "a terrorist", "a tour guide", "a train conductor", "a truck driver", "a welder", "a whaler", "an apprentice", "an arcade attendant", "an electrician", "an engineer", "an exterminator", "an intern"]>>
 
-<<set setup.entertainmentCareers = ["a ballerina", "a blogger", "a camgirl", "a camwhore", "a cheerleader", "a child actress", "a clown", "a cocktail waitress", "a comedian", "a gymnast", "a journalist", "a local news anchor", "a magician's assistant", "a medium", "a mime", "a painter", "a party girl", "a photographer", "a poet", "a racing driver", "a sculptor", "a stage magician", "a street performer", "a stuntwoman", "a video game streamer", "a waitress", "a weathergirl", "a wrestler", "a writer", "an acrobat", "an actress", "an animator", "an artist", "an athlete"]>>
+<<set setup.entertainmentCareers = ["a ballerina", "a blogger", "a camgirl", "a camwhore", "a cheerleader", "a child actress", "a clown", "a cocktail waitress", "a comedian", "a gymnast", "a journalist", "a local news anchor", "a magician's assistant", "a medium", "a mime", "a painter", "a party girl", "a photographer", "a poet", "a racing driver", "a sculptor", "a stage magician", "a street performer", "a student athlete", "a stuntwoman", "a video game streamer", "a waitress", "a weathergirl", "a wrestler", "a writer", "an acrobat", "an actress", "an animator", "an artist", "an athlete"]>>
 
 <<set setup.whoreCareers = ["a child prostitute", "a criminal", "a cum dump", "a Futanari Sister", "a juvenile delinquent", "a mail-order bride", "a meat toilet", "a mistress", "a model", "a pageant star", "a pirate", "a porn star", "a prostitute", "a reality show star", "a saleswoman", "a serial divorcee", "a stripper", "a trophy wife", "an escort", "an exotic dancer"]>>
 
diff --git a/src/uncategorized/REFI.tw b/src/uncategorized/REFI.tw
index f7c60dafd84..b1fd095be67 100644
--- a/src/uncategorized/REFI.tw
+++ b/src/uncategorized/REFI.tw
@@ -216,7 +216,7 @@ It seems $he passed by while you were beating $subSlave.slaveName and found the
 <</if>>
 /* 000-250-006 */
 
-$subSlave.slaveName gets inspected more regularly than your other slaves, since _he2's quite pregnant. _his2 pregnancy is progressing acceptably, but having _his2 belly inspected gets _him2
+$subSlave.slaveName gets inspected more regularly than your other slaves, since _he2's quite pregnant. _His2 pregnancy is progressing acceptably, but having _his2 belly inspected gets _him2
 <<if $subSlave.pregSource == -1>>
 	extremely eager to feel more of _his2 <<= WrittenMaster($subSlave)>>'s seed in _his2 fertile <<if $subSlave.mpreg == 1>>rear<<else>>cunt<</if>>. $subSlave.slaveName has been a good girl,
 	<<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>>
@@ -756,7 +756,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<<
 
 <<case "pregnancy">>
 
-<<if isFertile($activeSlave)>>
+<<if isFertile($activeSlave) || (($activeSlave.ovaries == 1 || $activeSlave.mpreg == 1) && $activeSlave.pubertyXX == 0)>>
 	<<link "Turn $him into another fertility whore">>
 		<<EventNameDelink $activeSlave>>
 		<<replace "#result">>
diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index 70946e7dd9e..613500693a5 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -153,6 +153,7 @@ The crowd of nude slaves led up to the lawn and chained to rings along one edge
 	<<if $seePreg != 0>>
 		<<set _trapped.push("maternity")>>
 	<</if>>
+	<<set _trapped.push("volleyballTeam")>>
 <</if>>
 <<if ($seeDicks >= 25)>>
 	<<set _trapped.push("conversion")>>
@@ -172,30 +173,34 @@ A small old world country near the arcology is experiencing serious unrest. Its
 	the owner of a religious sexual orientation therapy camp
 <<elseif $PAidTarget == "gradeSchool">>
 	a student stranded
+<<elseif $PAidTarget == "volleyballTeam">>
+	a student athlete
 <</if>>
 in the capital city.
 <br><br>
-They are deeply worried by the situation. There have been large riots over the past week, and yesterday they became seriously violent. The unrest is targeting better-off citizens, including the caller. Though most
+They are deeply worried by the situation. There have been large riots over the past week, and yesterday they became seriously violent. The unrest is targeting 
 <<if $PAidTarget == "convent">>
-	of the nuns have already left, the leader and a few of her women
+	 better-off citizens, including the caller. Though most of the nuns have already left, the leader and a few of her women are now stuck in the area and are running out of options as the riots lock down transportation. 
 <<elseif $PAidTarget == "school">>
-	of the students have already made it out, the principal and a few students
+	 better-off citizens, including the caller. Though most of the students have already made it out, the principal and a few students are now stuck in the area and are running out of options as the riots lock down transportation. 
 <<elseif $PAidTarget == "housewives">>
-	of them have taken flights out, the leader and a few of them
+	 better-off citizens, including the caller. Though most of them have taken flights out, the leader and a few of them are now stuck in the area and are running out of options as the riots lock down transportation. 
 <<elseif $PAidTarget == "maternity">>
-	of the patients have already left, several of the most pregnant
+	better-off citizens, including the caller. Though most of the patients have already left, several of the most pregnant are now stuck in the area and are running out of options as the riots lock down transportation. 
 <<elseif $PAidTarget == "conversion">>
-	of the camp's inmates have already left, a few of them and the owner
+	better-off citizens, including the caller. Though most of the camp's inmates have already left, a few of them and the owner are now stuck in the area and are running out of options as the riots lock down transportation. 
 <<elseif $PAidTarget == "gradeSchool">>
-	of the other students and faculty escaped, a few of the students
+	better-off citizens, including the caller. Though most of the other students and faculty escaped, a few of the students are now stuck in the school and are running out of options as the riots steadily creep closer to the grounds. 
+<<elseif $PAidTarget == "volleyballTeam">>
+	vulnerable citizens, including the caller. Their bus broke down on the way to the championship game and all those that have left to get help have not returned. Her and her several remaining teammates are running out of options as those looking for easy targets creep ever closer.
 <</if>>
-are now stuck in the area and are running out of options as the riots lock down transportation. They beg you to help evacuate them, and promise to pay you once they're out.
+They beg you to help evacuate them, and promise to pay you once they're out.
 
 <<case "aid result">>
 
 <<set $PAid = 0>>
 <<set $nationHate += 2>>
-You watch on the feeds from your VTOL craft as it settles onto the roof of the
+You watch on the feeds from your VTOL craft as it settles <<if $PAidTarget == "volleyballTeam">>beside<<else>>onto the roof of<</if>> the
 <<if $PAidTarget == "convent">>
 	convent whose remaining women
 <<elseif $PAidTarget == "school">>
@@ -208,6 +213,8 @@ You watch on the feeds from your VTOL craft as it settles onto the roof of the
 	religious sexual orientation therapy camp whose inmates and owner
 <<elseif $PAidTarget == "gradeSchool">>
 	school whose students
+<<elseif $PAidTarget == "volleyballTeam">>
+	bus whose athletes
 <</if>>
 you promised to rescue. Its side doors retract, allowing the escapees to hustle aboard with their bundles of personal possessions. Once they're on board and strapped into their seats, the turbofans howl and the craft peels smoothly off the roof, the hot jet wash setting it alight. Once it transitions fully into level flight, the true plan goes into operation. At a carefully selected moment, injectors concealed within each seat lance into the passengers' buttocks, knocking them out. It works flawlessly, the drugs precisely calibrated to each body based on the weight added to the VTOL as each climbed aboard. This avoids the potential for over- or under-dosage present when using gas or darts to subdue groups. In perfect unison, the passengers slump against the harnesses holding them against the seats.
 <br><br>
@@ -371,7 +378,7 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u
 		<<set $oneTimeDisableDisability = 1>>
 		<<include "Generate New Slave">>
 		<<set $activeSlave.origin = "She was a student you enslaved when you evacuated her from a threatened old world grade school.">>
-	<<set $activeSlave.career = "a student">>
+		<<set $activeSlave.career = "a student">>
 		<<set $activeSlave.devotion = random(-90,-75)>>
 		<<set $activeSlave.trust = random(-90,-75)>>
 		<<set $activeSlave.health = random(-10,10)>>
@@ -427,6 +434,27 @@ When the aircraft lands at your penthouse pad, the would-be escapees are still u
 		<<set $activeSlave.sexualFlaw = either("shamefast", "repressed", "apathetic")>>
 		<<set _newSlaves.push($activeSlave)>>
 	<</for>>
+<<elseif $PAidTarget == "volleyballTeam">>
+	In any case, you've enslaved a fine group. The girls are in fine health, fit and just past their majority, likely the reason any that stepped off the bus were promptly abducted. Their youth and vigor should make them quite popular, as will their experience with handling balls.
+	<<for $i = 0; $i < 4; $i++>>
+		<<set $activeSlaveOneTimeMinAge = 18>>
+		<<set $activeSlaveOneTimeMaxAge = 18>>
+		<<set $one_time_age_overrides_pedo_mode = 1>>
+		<<set $oneTimeDisableDisability = 1>>
+		<<include "Generate XX Slave">>
+		<<set $activeSlave.height = Math.round(Height.random($activeSlave, {skew: 1, limitMult: [0, 2]}))>>
+		<<set $activeSlave.origin = "She was a volleyball player you enslaved when you evacuated her from a broken down bus.">>
+		<<set $activeSlave.career = "a student athlete">>
+		<<set $activeSlave.devotion = random(-90,-75)>>
+		<<set $activeSlave.trust = random(-90,-75)>>
+		<<set $activeSlave.health = random(20,60)>>
+		<<set $activeSlave.muscles = random(20,40)>>
+		<<set $activeSlave.weight = random(-10,5)>>
+		<<set $activeSlave.waist = random(-40,0)>>
+		<<set $activeSlave.boobs = random(3,5)*100>>
+		<<set $activeSlave.butt = random(1,2)>>
+		<<set _newSlaves.push($activeSlave)>>
+	<</for>>
 <<else>>
 	In any case, you've enslaved a fine group. The women seem to have banded together when they were left to fend for themselves in their suburban neighborhood. They're older than many slaves, but they seem to have had rich husbands; they're conventionally pretty, and have lived soft lives that have left them healthy.
 	<<for $i = 0; $i < 4; $i++>>
@@ -1022,25 +1050,37 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 <</if>>
 <<link "Agree">>
 	<<replace "#result">>
-	You dispatch your personal VTOL bird immediately. It lands on the roof of the building 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.
+	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.
 	<<set $cash += 2000>>
 	<<set $rep += 100>>
 	<</replace>>
 <</link>>
 <br><<link "Do it for free">>
 	<<replace "#result">>
-	You dispatch your personal VTOL bird immediately. It lands on the roof of the building 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 when you refuse their payment for the airlift, they tearfully promise to tell the story of how you @@.green;extended charity@@ to those in need, belying the rumors about slaveowners.
+	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 when you refuse their payment for the airlift, they tearfully promise to tell the story of how you @@.green;extended charity@@ to those in need, belying the rumors about slaveowners.
 	<<set $rep += 250>>
 	<</replace>>
 <</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. Their situation isn't truly dire yet, and they can wait. They are extremely grateful, though they would be less hopeful if they knew the true nature of the aircraft coming to retrieve them.
+	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
+	<<else>>
+		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. Their situation isn't truly dire yet, and they can wait. They are extremely grateful, though they would be less hopeful if they knew the true nature of the aircraft coming to retrieve them.
+	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>>
+		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>>
 	<</if>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 9e58c1a769c..6ceb3a8a9fd 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -7341,15 +7341,15 @@
 	<<if $slaves[$i].pregAdaptation > 40 && ($slaves[$i].belly < 5000 && $slaves[$i].preg < 1 && $slaves[$i].pregWeek == 0)>>
 		<<if $slaves[$i].pregAdaptation > 1001>>
 			<<set $slaves[$i].pregAdaptation-->>
-		<<elseif $slaves[$i].pregAdaptation > 751 && $slaves[$i].pregAdaptation < 1000>>
+		<<elseif $slaves[$i].pregAdaptation >= 751 && $slaves[$i].pregAdaptation < 1000>>
 			<<set $slaves[$i].pregAdaptation-->>
-		<<elseif $slaves[$i].pregAdaptation > 501 && $slaves[$i].pregAdaptation < 750>>
+		<<elseif $slaves[$i].pregAdaptation >= 501 && $slaves[$i].pregAdaptation < 750>>
 			<<set $slaves[$i].pregAdaptation-->>
-		<<elseif $slaves[$i].pregAdaptation > 251 && $slaves[$i].pregAdaptation < 500>>
+		<<elseif $slaves[$i].pregAdaptation >= 251 && $slaves[$i].pregAdaptation < 500>>
 			<<set $slaves[$i].pregAdaptation-->>
-		<<elseif $slaves[$i].pregAdaptation > 101 && $slaves[$i].pregAdaptation < 250>>
+		<<elseif $slaves[$i].pregAdaptation >= 101 && $slaves[$i].pregAdaptation < 250>>
 			<<set $slaves[$i].pregAdaptation-->>
-		<<elseif $slaves[$i].pregAdaptation > 51 && $slaves[$i].pregAdaptation < 100>>
+		<<elseif $slaves[$i].pregAdaptation >= 51 && $slaves[$i].pregAdaptation < 100>>
 			<<set $slaves[$i].pregAdaptation-->>
 		<</if>>
 	<</if>>
-- 
GitLab