diff --git a/devNotes/AnatomyOfAFreeCitiesEvent.txt b/devNotes/AnatomyOfAFreeCitiesEvent.txt
index 54b198d771b404ff85cb988735167e73a08594e8..8346f7583bc290e48ef70e27718afb52fe005ade 100644
--- a/devNotes/AnatomyOfAFreeCitiesEvent.txt
+++ b/devNotes/AnatomyOfAFreeCitiesEvent.txt
@@ -23,31 +23,31 @@ Most events have some kind of precondition for when they happen. Scheduled event
 		<<set $badC = 1>>
 		<<goto "Nonrandom Event">>
 	<</if>>
-		
-If it is week fourteen and the player hasn't ready seen the event, a check is then made for slaves that either are on curatives or have their implants filled by curatives. If it was successful then load the "bad curatives" generic event, if unsuccessful set the flag anyway and read from the Nonrandom Event passage.  
+
+If it is week fourteen and the player hasn't ready seen the event, a check is then made for slaves that either are on curatives or have their implants filled by curatives. If it was successful then load the "bad curatives" generic event, if unsuccessful set the flag anyway and read from the Nonrandom Event passage.
 
 Immediate effects
 
 Every event can have immediate effects, which happen when the event gets chosen. For most events, those are what should happen if the player ignores the event (by hitting "Continue" or the space bar on the keyboard). Choice effects (see below) can override or roll back those.
 
 		reRecuit (4-19)
-		<<if Array.isArray($recruit)>>
-	  <<if $cheatMode == 1>>
-		<<set $nextButton = "Back", $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> /* if user just clicks spacebar */
-		''A random recruit event would have been selected from the following:''
-		<br>
-		<<for _i = 0; _i < $recruit.length; _i++>>
-			<<print "[[$recruit[_i]|RE recruit][$recruit = $recruit[" + _i + "]]]">>
+	<<if Array.isArray($recruit)>>
+		<<if $cheatMode == 1>>
+			<<set $nextButton = "Back", $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> /* if user just clicks spacebar */
+			''A random recruit event would have been selected from the following:''
 			<br>
-		<</for>>
-		<br><br>[[Go Back to Random Nonindividual Event|Random Nonindividual Event][$eventSlave = 0]]
-	  <<else>>
-		<<set $recruit = $recruit.random()>>
-		<<goto "RE recruit">>
-	  <</if>>
+			<<for _i = 0; _i < $recruit.length; _i++>>
+				<<print "[[$recruit[_i]|RE recruit][$recruit = $recruit[" + _i + "]]]">>
+				<br>
+			<</for>>
+			<br><br>[[Go Back to Random Nonindividual Event|Random Nonindividual Event][$eventSlave = 0]]
+		<<else>>
+			<<set $recruit = $recruit.random()>>
+			<<goto "RE recruit">>
+		<</if>>
 	<<else>>
-	
-	If cheat mode is enabled and the user presses the space bar go back to the start. 
+
+	If cheat mode is enabled and the user presses the space bar go back to the start.
 
 Main event text
 The bulk of the writing will be in the main event text. There are quite a few rules to deal with here.
@@ -64,7 +64,6 @@ The text should be about large enough to fit on the screen assuming typical moni
 
 It's fine - and a part of the normal workflow - to first write an event without any variation, then go through it and vary the text here and there.
 
-
 Choices
 You should keep the amount of choices small, but not too small. About three to five is generally a good number. Choices which can't be taken due to the current situation should be displayed as such ("You lack the funds ...") if they are an obvious choice, hidden when they aren't (for example, in event chains you might want to hide choices if the player didn't do something specific or didn't acquire some specific bit of knowledge). Every choice should be a simple sentence of the form "Do something." followed by a short explanation of the obvious effects.
 
@@ -101,7 +100,7 @@ For example this cut up version of "paternalist encounter" from REFS (l:106-139)
 	<</link>>
 	<<if $cash >= 2000>>
 	<br><<link "Take the poor slave girl into your custody">>
-	
+
 	<br><<link "Publicly confront the citizen">>
 
 	So here you can either, A) "Alert your drones and keep walking", B) if $cash is above 2000 you can take acquire the slave or C) "Publicly confront the citizen".
diff --git a/devNotes/Deepmurk_Vector_Art_Changelog.txt b/devNotes/Deepmurk_Vector_Art_Changelog.txt
index 63d1cb66555ce18379414048c05110d74031faf5..dd0fb7fa7550b2a6dce27f66294aee0dfb6e13bf 100644
--- a/devNotes/Deepmurk_Vector_Art_Changelog.txt
+++ b/devNotes/Deepmurk_Vector_Art_Changelog.txt
@@ -31,8 +31,8 @@ known issues
 	-minor hair clipping on some outfits
 	-heavy lip piercings look wonky on open mouth art
 	-heavy/light piercings on face seem to override each other
-	
----------------------------------------------------------------------------------------------------------------------------------------------	
+
+---------------------------------------------------------------------------------------------------------------------------------------------
 pending requests/suggestions
 -------------
 	-loli/shota bodies
@@ -40,7 +40,7 @@ pending requests/suggestions
 pending outfit requests
 -------------
 	-opaque stockings with ribbons
- 
+
 planned additions
 -------------
 	-more hair styles
@@ -50,7 +50,7 @@ planned additions
 	-dick piercings (stalled due to planned code change)
 	-more outfits, see current queue ( https://gitgud.io/deepmurk/fc-pregmod/issues/1 )
 	
----------------------------------------------------------------------------------------------------------------------------------------------	
+---------------------------------------------------------------------------------------------------------------------------------------------
  
 v1.7 (12/22/2018)
 -------------
@@ -63,7 +63,7 @@ v1.7 (12/22/2018)
 	-added green-yellow hair color
 	-added dark blue hair color
 	-added missing AI avatars
- 
+
 v1.6 (11/18/2018)
 -------------
 	-misc art fixes
@@ -75,7 +75,7 @@ v1.6 (11/18/2018)
 	-fixed faces showing on fuckdolls
 	-fixed "mixed race" skin tone/face issues
 	-fixed some issues related to belly outfits
-	
+
 v1.5 (10/21/2018)
 -------------
 	-removed penis head piercing light flaccid (art only)
@@ -137,7 +137,6 @@ v1.5 (10/21/2018)
 	-changed minidress outfit to black color (per request)
 	-misc art fixes
 	-added kitty lingerie outfit
-	
 
 v1.4 (09/29/2018)
 -------------
@@ -146,7 +145,7 @@ v1.4 (09/29/2018)
 	-added ku klux klan outfit
 	-added burqa outfit
 	-added hijab and abaya outfit
-	-changed niqab and abaya outift
+	-changed niqab and abaya outfit
 	-added shimapan panty outfit
 	-fixed malay race not having faces
 	-added penis head piercing light flaccid (art only)
@@ -201,7 +200,7 @@ v1.4 (09/29/2018)
 	-added cybernetic arm left low sexy
 	-added cybernetic arm right high sexy
 	-added cybernetic arm right mid sexy
-	-added cybernetic arm right low sexy	
+	-added cybernetic arm right low sexy
 	-added cybernetic feet beauty
 	-added cybernetic leg narrow beauty
 	-added cybernetic leg normal beauty
@@ -221,7 +220,7 @@ v1.4 (09/29/2018)
 	-added cybernetic arm left low beauty
 	-added cybernetic arm right high beauty
 	-added cybernetic arm right mid beauty
-	-added cybernetic arm right low beauty	
+	-added cybernetic arm right low beauty
 	-added cybernetic feet combat
 	-added cybernetic leg narrow combat
 	-added cybernetic leg normal combat
@@ -241,7 +240,7 @@ v1.4 (09/29/2018)
 	-added cybernetic arm left low combat
 	-added cybernetic arm right high combat
 	-added cybernetic arm right mid combat
-	-added cybernetic arm right low combat	
+	-added cybernetic arm right low combat
 	-added cybernetic feet swiss
 	-added cybernetic leg narrow swiss
 	-added cybernetic leg normal swiss
@@ -285,7 +284,6 @@ v1.4 (09/29/2018)
 	-added penis erect circumcised 9
 	-added penis erect circumcised 10
 
-
 v1.3 (09/22/2018)
 -------------
 	-fixed shaved sides hairstyle showing incorrectly
@@ -334,7 +332,7 @@ v1.3 (09/22/2018)
 	-separated faces by race/head shape (eg: white/exotic is different from asian/exotic)
 	-made some eye types smaller
 	-fixed stockings not covering thick thighs properly
-	
+
 v1.2 (09/16/2018)
 -------------
 	-added naked apron outfit (chubby, fat, obese)
@@ -397,19 +395,19 @@ v1.2 (09/16/2018)
 	-added uncomfortable strap outfit (chubby, fat, obese)
 	-added western outfit (chubby, fat, obese)
 	-added eyes type-a
-	-added mouth type-a	
-	-added nose type-a	
-	-added eyebrows type-a pencilthin	
-	-added eyebrows type-a thin	
-	-added eyebrows type-a threaded	
+	-added mouth type-a
+	-added nose type-a
+	-added eyebrows type-a pencilthin
+	-added eyebrows type-a thin
+	-added eyebrows type-a threaded
 	-added eyebrows type-a natural
 	-added eyebrows type-a tapered
 	-added eyebrows type-a thick
 	-added eyebrows type-a bushy
 	-added eyes type-b
-	-added mouth type-b	
-	-added nose type-b	
-	-added eyebrows type-b pencilthin	
+	-added mouth type-b
+	-added nose type-b
+	-added eyebrows type-b pencilthin
 	-added eyebrows type-b thin
 	-added eyebrows type-b threaded
 	-added eyebrows type-b natural
@@ -426,8 +424,7 @@ v1.2 (09/16/2018)
 	-added eyebrows type-c tapered
 	-added eyebrows type-c thick
 	-added eyebrows type-c bushy
-	
-	
+
 v1.1 (07-11-2018)
 -------------
 	-added torso chubby
@@ -463,7 +460,6 @@ v1.0 (07-03-2018)
 	-added huge nipple art
 	-added fuckable nipple art
 	-added partially inverted nipple art
-	
 
 v0.9 (05-05-2018)
 -------------
@@ -479,37 +475,37 @@ v0.9 (05-05-2018)
 	-added belly outfit cybersuit
 	-added belly outfit fallen nun (base only)
 	-added belly outfit haltertop dress
-	-added belly outfit	hijab and ayaba
+	-added belly outfit hijab and ayaba
 	-added belly outfit latex catsuit
-	-added belly outfit	leotard
+	-added belly outfit leotard
 	-added belly outfit nice maid
-	-added belly outfit	slutty maid
+	-added belly outfit slutty maid
 	-added belly outfit military (base only)
-	-added belly outfit	minidress
+	-added belly outfit minidress
 	-added belly outfit monokini (base only)
-	-added belly outfit	nice nurse
-	-added belly outfit	slutty nurse (base only)
+	-added belly outfit nice nurse
+	-added belly outfit slutty nurse (base only)
 	-added belly outfit red army uniform (base only)
-	-added belly outfit	schoolgirl (base only)
+	-added belly outfit schoolgirl (base only)
 	-added belly outfit schutzstaffel (base only)
-	-added belly outfit	silken ballgown
+	-added belly outfit silken ballgown
 	-added belly outfit skimpy battldress (base only)
-	-added belly outfit	slave gown
-	-added belly outfit	spats and a tank top (base only)
+	-added belly outfit slave gown
+	-added belly outfit spats and a tank top (base only)
 	-added belly outfit succubus (base only)
-	-added belly outfit	suit nice (base only)
+	-added belly outfit suit nice (base only)
 	-added belly outfit suit slutty (base only)
-	-added belly outfit	bunny outfit
+	-added belly outfit bunny outfit
 	-added belly outfit chattel habit (base only)
-	-added belly outfit	conservative clothing (base only)
-	-added belly outfit	harem gauze (base only)
+	-added belly outfit conservative clothing (base only)
+	-added belly outfit harem gauze (base only)
 	-added belly outfit huipil
-	-added belly outfit	kimono (base only)
+	-added belly outfit kimono (base only)
 	-added belly outfit maternity dress
-	-added belly outfit	slutty qipao
-	-added belly outfit	toga
+	-added belly outfit slutty qipao
+	-added belly outfit toga
 	-added belly outfit western clothing
-	-added belly outfit	penitent nun (base only)
+	-added belly outfit penitent nun (base only)
 	-added belly outfit restrictive latex
 	-added freckles as misc facial feature
 	-added heavy freckles as misc facial feature
@@ -533,7 +529,7 @@ v0.9 (05-05-2018)
 	-added ability to custom color porcelain mask
 	-added ability to custom color glasses
 	-added slutty schutzstaffel uniform
-	
+
 v0.8 (04-21-2018)
 -------------
 	-added wispy pubic hair
@@ -559,7 +555,7 @@ v0.8 (04-21-2018)
 	-added schutzstaffel uniform
 	-added red army uniform
 	-darkened stocking art slightly (per request)
-	
+
 v0.7 (04-14-2018)
 -------------
 	-added sleeves to hijab and abaya outfit
@@ -580,7 +576,7 @@ v0.7 (04-14-2018)
 	-removed thigh-highs/stockings on most outfits
 	-fixed nipple piercings showing incorrectly
 	-fixed boots showing incorrectly on some outfits
-	-fixed 'invisible balls' on one of the scrotum sizes (the shadow was showing as skin colour, removing the outline)
+	-fixed 'invisible balls' on one of the scrotum sizes (the shadow was showing as skin color, removing the outline)
 	-slutty nurse outfit now better matches the description
 	-updated thigh boot art
 	-updated extreme heel art
@@ -588,7 +584,7 @@ v0.7 (04-14-2018)
 	-added additional flat shoe outfits (bare/stockings short/stockings long)
 	-added additional heel shoe outfits (bare/stockings short/stockings long)
 	-added additional pump shoe outfits (bare/stockings short/stockings long)
-	
+
 v0.6 (04-07-2018)
 -------------
 	-fixed bodysuit outfit color issue on non-default colors
@@ -612,7 +608,6 @@ v0.6 (04-07-2018)
 	-changed breast positioning relative to the overall body
 	-reworked corset lengths
 	-reworked all breast and torso outfits for new breast compatibility
-	
 
 v0.5 (03-31-2018)
 -------------
@@ -662,10 +657,9 @@ v0.5 (03-31-2018)
 	-added hairstyle 'afro' (long/medium/short)
 	-fixed cowboy hat not showing on western outfit
 	-fixed baldness on generic/generated non-selectable hairstyles
-	
+
 v0.4 (03-24-2018)
 -------------
-
 	-added nice lingerie outfit
 	-fixed immersion breaking art on specific flat-chested outfits (somewhat)
 	-added nurse slutty outfit
@@ -694,10 +688,9 @@ v0.4 (03-24-2018)
 	-added western clothing outfit (no cowboy hat)
 	-fixed dick/ball clipping issues on all relevant outfits
 	-added natural color nipples to match racial skin tones
-	
+
 v0.3 (03-17-2018)
 -------------
-
 	-added schoolgirl outfit
 	-added fallennun outfit
 	-added nice maid outfit
@@ -711,7 +704,7 @@ v0.3 (03-17-2018)
 	-fixed ultra black hair color issue (vanilla only)
 	-added military uniform outfit
 	-updated to latest pregmod git
-	
+
 v0.2 (03-10-2018)
 -------------
 
@@ -723,7 +716,6 @@ v0.2 (03-10-2018)
 
 v0.1 (03-03-2018)
 -------------
-
 	-updated boob graphic art
 	-updated nipple graphic art
 	-updated arm graphic art
diff --git a/devNotes/MultiVersionChangeLog.txt b/devNotes/MultiVersionChangeLog.txt
index 46ab0e1e603841fd1a5b1ddfc56932ebfbe72a99..151d155a153e0a3be0de55f5681f2bcb6840be1f 100644
--- a/devNotes/MultiVersionChangeLog.txt
+++ b/devNotes/MultiVersionChangeLog.txt
@@ -1,17 +1,17 @@
-Security Expansion	
-	
+Security Expansion
+
 	10/18/17
-	
+
 	1
-	
+
 	3
-	
+
 	10/22/17
-	
+
 	5
-	
+
 	10/24/17
-	
+
 	6
 	-balance adjustments
 	-fixed improper name assignment
@@ -19,214 +19,215 @@ Security Expansion
 	-reworked casualties logic
 	-added statistics to arcology management screen
 	-various other fixes
-	
+
 	10/28/17
-	
+
 	7
 	-SFanon additions
 	-fixes
 	-balance
 
 	10/29/17
-	
+
 	7.1
 	-fixes
 	-couple of balance adjustments.
-	
+
 	11/01/17
-	
+
 	7.5
-	
+
 	7.6
 	-fixed reported issue
 	-balance adjustments (run backward compatibility to apply them)
-	
+
 	7.7
-	
+
 	11/03/17
-	
+
 	8
 	-various fixes
 	-balance
 	-rebellions
-	
+
 	11/05/17
-	
+
 	8.5
 	-fixes
 	-rebellions
-	
+
 	11/06/17
-	
+
 	Pregmod v113
-	
+
 	8.6
 	-fixes
-	
+
 	8.7
 	-fixed reported issue maybe pretty please?
-	
+
 	11/07/17
-	
+
 	Pregmod v114/Pregmod v114.1
-	
+
 	8.8
 	-fixes
-	
+
 	9.2
 	-small fixes
 	-new edicts
 	-new units upgrade
 	-new barracks upgrade
-	
+
 	Pregmod v115
-	
+
 	9.6
 	-fixes
 	-loyalty work
 
 	11/09/17
-	
+
 	Pregmod v119
-	
+
 	9.6
 	-small fixes
-	
+
 	11/10/17
-	
+
 	10
 	-fixes
 	-weapons manufacturing
 	-balance
-	
+
 	11/11/17
-	
+
 	Pregmod v121
-	
+
 	10.2
 	-fixes
-	
+
 	Pregmod v122
-	
+
 	11
 	-fixes
 	-proclamations
 	-balance
-	
+
 	11.1
-	
+
 	11.2
 	-fixes
 	-extra options
-	
+
 	11/12/17
-	
+
 	Pregmod v124
-	
+
 	11.5
 	-fixes
 	-balance
-	
+
 	11.6
 	-fixed reported issues
 	-balance
-	
+
 	Pregmod v125
-	
+
 	12
 	-fixes
 	-transport hub and trade
 	-balance
-	
+
 	11/13/17
-	
+
 	12.3
 	-fixes
 	-SFanon additions
 	-balance
-	
+
 	Pregmod v126
-	
+
 	12.4
-	
+
 	11/14/17
-	
+
 	Pregmod v130
-	
+
 	12.5
 	-fixes
 	-SFanon stuff
 	-balance
-	
+
 	Pregmod v132
-	
+
 	12.6
 	-fixes
 	-anon's stuff
-	
+
 	12.8
 	-fixes
 	-balance
-	
+
 	12.9
 	-fixes
-	
+
 	11/15/17
-	
+
 	13
 	-fixes
 	-balance
-	
+
 	11/16/17
-	
+
 	13.1
 	-fixes
 	-balance
-		
+
 	13.3
 	-fixes
-	
+
 	13.4
 	-fixed >>142293 (Attack value NaN during major battle)
-	
+
 	11/17/17
-	
+
 	Pregmod v135
-	
+
 	13.4
 	-fixes
 	-balance
 	-difficulty settings
-	
-	Pregmod v136 
+
+	Pregmod v136
+
 	13.6
 	-fixes
-	
+
 	11/18/17
-	
+
 	13.7
 	-balance
 	-(maybe) fix for battle terrain not showing up.
-	
+
 	13.8
 	-(maybe) fixed >>142732
-	
-	Pregmod v137 
-	
+
+	Pregmod v137
+
 	v13.9
 	-fixes (couple of)
-	
-	Pregmod v139 
-	
+
+	Pregmod v139
+
 	14
 	-fixes
 	-spell checked attack report. My god was is bad.
-	
+
 	14.1
 	-fixes
-	
+
 	11/20/17
-	
+
 	14.2
 	-fixes
 	-balance
diff --git a/devNotes/Useful JS Function Documentation.txt b/devNotes/Useful JS Function Documentation.txt
index f3b4d7da46dec33a69d63ceb7e46b4ccd68f76fc..d98299ad7b09f99e8a9ea5604359c095b01ea248 100644
--- a/devNotes/Useful JS Function Documentation.txt	
+++ b/devNotes/Useful JS Function Documentation.txt	
@@ -125,9 +125,6 @@ isVegetable(slave) - Returns if the slave is mindbroken.
 overpowerCheck(slave, PC) - Returns an integer that represents the chance of a slave overpowering the player.
 
 
-
-
-
 Display Functions:
 
 properTitle() - Returns the player's proper title. (customTitle, Sir, Ma'am)
@@ -145,8 +142,8 @@ SlaveTitle(slave) - Returns the slave's descriptive title.
 relativeTerm(slave1, slave2) - Returns the term for slave2's relation to slave1. (daughter, mother, etc)
 
 relationshipChecks [script] All work as expected with <<if X.rivalryTarget == $slaves[$i].ID>> preceding them.
-	rivalryTerm(id) - Returns the rivalry term for the input . e.g. lines 99-100 of brothelReport. 
-		<<if $Madam.rivalryTarget == $slaves[$i].ID>> 
+	rivalryTerm(id) - Returns the rivalry term for the input . e.g. lines 99-100 of brothelReport.
+		<<if $Madam.rivalryTarget == $slaves[$i].ID>>
 			She forces her <<print rivalryTerm($Madam)>>, to service all the men in the brothel.
 		Would print 'She forces her growing rival, to service all the men in the brothel.'
 
@@ -228,7 +225,7 @@ assignJob(slave, assignment) - Assigns slave to assignment. Mandatory for assign
 
 removeJob(slave, assignment) - Removes slave from assignment to "rest". Mandatory for removing from facilities.
 
-GenerateNewSlave(sex) - Generates a new slave of sex. Replaces <<include "Generate __ Slave">> 
+GenerateNewSlave(sex) - Generates a new slave of sex. Replaces <<include "Generate __ Slave">>
 
 setPregType(actor) - Returns a random ovum count based off actor values and other factors to be set as .pregType.
 
@@ -264,7 +261,6 @@ UtilJS [script]
 
  getSlaveTrustClass(slave) - returns the trust of the target as text. e.g. if (slave.trust < -95) return 'extremely-terrified';
 
- 
 
 Sex Functions:
 
@@ -287,7 +283,7 @@ SimpleSlaveFucking(slave, count) - Runs a slave on slave sex act count times. (r
 SimpleSlaveSlaveFucking(slave1, slave2, count) - Runs a slave2 on slave1 sex act count times. (randomly chooses hole based off availability.)
 
 UtilJS [script]
-	
+
 	dickToInchString() - takes a dick value e.g. $activeSlave.dick, returns a string in the format 6 inches
 
 	dickToCM() - takes a dick value e.g. $activeSlave.dick, returns an int of the dick length in cm
@@ -308,7 +304,7 @@ WombImpregnate($slave, $fetus_count, $fatherID, $initial_age) - should be added
 
 WombProgress($slave, $time_to_add_to_fetuses) - after code that update $slave.preg, time to add should be the same.
 
-$isReady = WombBirthReady($slave, $birth_ready_age) - how many children ready to be birthed if their time to be ready is $birth_ready_age (40 is for normal length pregnancy). Return int - count of ready to birth children, or 0 if no ready exists. 
+$isReady = WombBirthReady($slave, $birth_ready_age) - how many children ready to be birthed if their time to be ready is $birth_ready_age (40 is for normal length pregnancy). Return int - count of ready to birth children, or 0 if no ready exists.
 
 $children = WombBirth($slave, $birth_ready_age) - for actual birth. Return array with fetuses objects that birthed (can be used in future) and remove them from womb array of $slave. Should be called at actual birth code in sugarcube. fetuses that not ready remained in womb (array).
 
@@ -319,7 +315,6 @@ $slave.bellyPreg = WombGetWolume($slave) - return double, with current womb volu
 findFather(ID) - searches for the ID given and returns an object or undefined
 
 
-
 Other Functions:
 
 isItemAccessible(itemName) - Returns if the string is available for use. Defaults to true.
@@ -344,5 +339,5 @@ UtilJS [script]
 
 	ordinalSuffix(i) - takes a value as an input and then appends the appropriate suffix. e.g.$Day === 1 "today is the <<print ordinalSuffix($Day)>> of the month"
 		would print "today is the 1st of the month"
-		
+
 	removeDuplicates() - Takes an array and returns a new array without duplicate entries
\ No newline at end of file
diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 116a20a0fa6784257b7e6625d8508dd54d750984..2b89b55fe4576add6fbf5906199390659a645e0f 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -1,4 +1,11 @@
-Pregmod 
+Pregmod
+
+0.10.7.1-1.3.x
+
+	-pregnancy size/progress tracking overhauled
+	-added new repop related trendsetting policies
+	-more art from deepmurk
+	-fixes
 
 0.10.7.1-1.2.x
 
@@ -27,7 +34,7 @@
 	-hormone balance now displayed in slave summary + other QoL changes
 	-fixes
 
-0.10.7.1-1.1.x	
+0.10.7.1-1.1.x
 
 12/01/2018
 
@@ -40,7 +47,7 @@
 
 	4
 	-added buttplug attachments to the RA
-	-fixes 
+	-fixes
 
 11/29/2018
 
@@ -217,7 +224,7 @@
 10/23/2018
 
 	30
-	-economy defficulty tweaks
+	-economy difficulty tweaks
 	-economy can now be set to fluctuate over time
 	-fixes
 
@@ -229,7 +236,7 @@
 	-fixes
 
 	28
-	-added surgical reductions for excess foreskins and scotums
+	-added surgical reductions for excess foreskins and scrotums
 	-fixes
 
 10/21/2018
@@ -466,7 +473,7 @@
 
 	35
 	-more vector work from Deepmurk
-	-tweaks to special slave prices and how the catalogue works
+	-tweaks to special slave prices and how the catalog works
 
 9/18/2018
 
@@ -505,7 +512,7 @@
 
 	28
 	-expanded canImpreg() to be able to handle the player
-	
+
 
 	27
 	-fixes
@@ -584,7 +591,7 @@
 	-implant manufacturer now gives access to advanced fillable implants
 	-raised the price of implant related research to compensate
 	-fixes
-	
+
 
 	12
 	-fixes
@@ -601,18 +608,18 @@
 	-fixes
 
 8/30/2018
-	
+
 	9
 	-nursing handjob interaction added
 	-fixes
 
 8/29/2018
-	
+
 	8
 	-fixes
 
 8/28/2018
-	
+
 	7
 	-fixes and code cleanup
 
@@ -674,7 +681,7 @@
 8/19/2018
 
 	6
-	-added pupil shape and schlera color
+	-added pupil shape and sclera color
 	-fixes
 
 8/18/2018
@@ -685,7 +692,7 @@
 	-fixes
 
 	4
-	-areolea shape split from size
+	-areolae shape split from size
 	-player b-cups
 	-fixes
 
@@ -705,7 +712,7 @@
 	-fixes
 	-added fox tail buttplug attachment (no desc yet)
 	-new justice event
-	
+
 8/12/2018
 
 	32
@@ -771,7 +778,7 @@
 	-added height comparison to the RA
 
 	20
-	-fixed an unlikely occurance where labor could be preepmpted causing oddities with birth
+	-fixed an unlikely occurrence where labor could be preempted causing oddities with birth
 	-fixes
 
 	19
@@ -916,7 +923,7 @@
 7/04/2018
 
 	17
-	-fixes, grammer and typo corrections
+	-fixes, grammar and typo corrections
 	-added anon's FCNN blurbs
 
 7/03/2018
@@ -1102,7 +1109,7 @@
 6/05/2018
 
 	10
-	-fixes to cheat edit player pregnancy 
+	-fixes to cheat edit player pregnancy
 	-fixes to various cheat edit datatype cleanups
 	-event fixes
 	-overhauled JFC to allow for more freedom in slave role purchases
@@ -1137,7 +1144,7 @@
 
 	5
 	-various minor text corrections
-	-catches to advertisements not getting cleared upon facility decommision
+	-catches to advertisements not getting cleared upon facility decommission
 	-corp fixed race setting should now apply to XY genned slaves
 
 5/31/2018
@@ -1160,7 +1167,6 @@
 	1
 	-prosthetic limb rework (mutually exclusive with cybermod - backwards compatibility will allow switching between them)
 	-various fixes
-	
 
 0.10.7.1-0.2.x
 
@@ -1222,7 +1228,7 @@
 
 	1
 	-added bodyswapping
-	-begining of pronoun rework
+	-beginning of pronoun rework
 	-fixes
 
 0.10.7.1-0.1.x
@@ -1506,7 +1512,7 @@
 	47
 	-fixes to reFullBed
 	-more code improvement
-	-Nox/Deepmurk areolea and pre-pube vectors
+	-Nox/Deepmurk areolae and pre-pube vectors
 
 	46
 	-fixes to walkPast
@@ -1526,8 +1532,8 @@
 
 	43
 	-readded fixed reverted content
-	-mulitple typos fixed
-	-better RA contols for diet and muscle
+	-multiple typos fixed
+	-better RA controls for diet and muscle
 
 4/11/2018
 
@@ -1556,7 +1562,7 @@
 	37
 	-added ability to give slaves your surname during marriage
 	-unbound slaveInteract impreg block from fuckdoll suit (it now checks .fuckdoll instead)
-	-more fixess and typo corrections
+	-more fixes and typo corrections
 	-Stuffedanon's tweaks now only apply to refreshed passages and not first visits
 	-fixed engineering start not giving secExp proper drone counts
 
@@ -1598,7 +1604,7 @@
 
 	30
 	-several typo corrections
-	-large vector art update from Deepmurk involving boobs and sleaves
+	-large vector art update from Deepmurk involving boobs and sleeves
 
 	29
 	-hopefully have finished fixing that rival hacking victory
@@ -1654,7 +1660,7 @@
 	21
 	-more nicknames
 	-more names then you'll ever want
-	-added neighber hacking options
+	-added neighbor hacking options
 	-fixes
 	-typo corrections
 	-code cleanup
@@ -1680,7 +1686,7 @@
 
 	17
 	-major update to original embedded vector art
-	-shifted loli growth hormone check into saHormoneEffects to not supress feedback
+	-shifted loli growth hormone check into saHormoneEffects to not suppress feedback
 	-various little fixes
 	-added surname order control to description options
 
@@ -1768,7 +1774,7 @@
 	-fixed boomerang slave relation null pointer exception
 
 	2
-	-fixed boomerang slaves null pointer excetions regarding rivalries and relationships
+	-fixed boomerang slaves null pointer exceptions regarding rivalries and relationships
 
 	1.1
 	-reverted change to traitor slave origin concatenation
@@ -1777,7 +1783,7 @@
 	-many spelling corrections
 	-fixes to decreasing custom nationality weighting
 	-fixes to bad versionID setting
-	-partial implementaion of setPregType()
+	-partial implementation of setPregType()
 
 	0.1
 	-minor fix to generateXYslave
@@ -1788,13 +1794,13 @@
 
 	v1022 (0.10.7.1-0.1.0)
 
-0.10.7.0/1	
+0.10.7.0/1
 
 3/22/2018
 
 	407
 	-spelling fixes
-	-decreased memory usage, apparently signifigantly
+	-decreased memory usage, apparently significantly
 	-added setPregType(), but not implemented it yet
 	*Severe issues with customized slave trade. If you are not using it, DO NOT USE THIS VERSION.
 
@@ -1890,7 +1896,7 @@
 
 	394
 	-more fixes to pregnancy clearing
-	
+
 3/11/2018
 
 	393
@@ -1921,7 +1927,7 @@
 3/08/2018
 
 	388
-	-fixed a very very unlikely case in sister indentification
+	-fixed a very very unlikely case in sister identification
 	-fixed some improper pregnancy sets in the dairy
 	-fixed more improper preg sets in saLongTermEffects
 	-barred random impreg in dairies with preg settings on
@@ -1944,11 +1950,11 @@
 
 	385
 	-fixed itt noted errors
-	-lowercasedonkey's tabed slave overview (find it in options)
+	-lowercasedonkey's tabbed slave overview (find it in options)
 	-tweaks for potential issues in scheduled events
 
 3/07/18
-	
+
 	384
 	-various git merges
 	-devoted virgin event
@@ -2058,14 +2064,14 @@
 	Still more to come with it.
 
 2/22/18
-	
+
 	364
 	-sidebar notification when you can start a new FS
 	-pregmodfan's new pregnancy tracking system
 	-fixes to players being unable to manage HG, BG, rec
 
 2/21/18
-	
+
 	363
 	-added labor suppressant feedback to BellyDescription
 	-tweaked Mercenary Romeo to avoid mastersuite slaves and your wives if given the option.
@@ -2094,7 +2100,7 @@
 	359
 	-neighbors can now have the same potential number of FS as you instead of a hardset 4
 	-this also caps the rival
-	
+
 	358
 	-attempted to plug braces exploit
 
@@ -2119,18 +2125,18 @@
 	354
 	-preg biometrics collar now reports new mother status
 	-preg biometrics collar reporting early pregnancy now pleases repopulationists
-	-submited text improvements
+	-submitted text improvements
 
 2/15/18
 
 	353
 	-slaves now experience a postpartum state post pregnancy
-	It takes four weeks normally to end and during which they suffer a percentage reduction to FResult that deminishes each week until their normal cycle begins anew.
+	It takes four weeks normally to end and during which they suffer a percentage reduction to FResult that diminishes each week until their normal cycle begins anew.
 
 2/14/18
 
 	352
-	-unbroken slaves' deovtion loss due to knocking you up now increases in severity the more times it happens
+	-unbroken slaves' devotion loss due to knocking you up now increases in severity the more times it happens
 	-fixed minor text issues
 	-spellchecked the patch notes this time
 
@@ -2154,7 +2160,7 @@
 	-some code condensing from fcanon
 
 	347
-	-untangled dispensery text
+	-untangled dispensary text
 	-fixed some spelling issues and duplicate words
 	-backend work for postpartum players
 	-isPlayerFertile($PC) JS
@@ -2233,20 +2239,20 @@
 	-minor sanityCheck fixes
 
 2/05/18
-	
+
 	331
 	-phase 6 work (all broodmother births completed)
 	-various little submitted fixes and tweaks
 	-FCanon's ra fixes
 
 2/04/18
-	
+
 	330
 	-fixed reappearing peacekeepers
 	-phase 6 work
 
 2/02/18
-	
+
 	329
 	-fixed degrading names
 
@@ -2292,7 +2298,7 @@
 	-added Faraen's vector art
 
 	320
-	-fix to assignWidgets not porperly handling facility head assignment
+	-fix to assignWidgets not properly handling facility head assignment
 
 	319
 	-anon's master slaver multislave personal training
@@ -2308,8 +2314,8 @@
 	-fixed non lethal pit bug
 
 	317
-	-fixed virginty ignoring in saRules
-	-fixed lack of virginty taking warning in RESS
+	-fixed virginity ignoring in saRules
+	-fixed lack of virginity taking warning in RESS
 	-fixed the barracks getting really confused about the number of mercs fucking slaves in it
 	-anon's corp tweaks
 	-re-initialized phase 6
@@ -2327,7 +2333,7 @@
 	-fixes to assayWidgets (beauty)
 
 	314
-	-fixed bad cashFormat() arguement in costReport
+	-fixed bad cashFormat() argument in costReport
 	-fixed missed ) in saRecruitGirls
 	-initialized phase 6
 
@@ -2415,7 +2421,7 @@
 1/26/18
 
 	296
-	-SFanon's job fullfilment center slave market
+	-SFanon's job fulfillment center slave market
 	-anon's various fixes and tweaks
 
 	295
@@ -2435,23 +2441,23 @@
 1/24/18
 
 	292
-	-conitnued implementation of $seePreg
+	-continued implementation of $seePreg
 
 	291
 	-partial implementation of $seePreg
 
 1/23/18
-	
+
 	290
 	-small tweaks to FResult
 	-fixed minor bugs
 	-initialized .nipplesAccessory and $seePreg
 
 1/22/18
-	
+
 	289
 	-anon's continued tweaking
-	
+
 	288
 	-SFanon's fixes to SFMBarracks
 	-phase 4 work
@@ -2625,33 +2631,33 @@
 	-SFanon's fixes
 
 01/04/18
-	
+
 	255
 	-fixed reBoomerang bad variables
-	
+
 	254
 	-minor typo corrections
-	
+
 	253
 	-more minor fixes
-	
+
 	252
 	-SFanon's cleaned up introSummary
 	-fixed numerous zero'd stats in export slave
 	-gave most ddDatabase slaves scrotums
-	
+
 	251
 	-tweaked milking arcades to delay slave rotations somewhat (they'll stay healthier longer, but still will eventually require a recovery period)
 	-minor fixes
 
 01/03/18
-	
+
 	250
 	-SFanon's stuff
 	-minor fixes
 
 01/02/18
-	
+
 	249
 	-Sugarcube updated to 2.22.0
 	-fixed lip implants vs natural lips TF check being wrong
@@ -2718,34 +2724,34 @@
 	236
 	-fixes
 	RA XXY diets, scalemail bikini errors, bad engineering training and straps/latex showing up inappropriately in the vector art.
-	
+
 	235
 	-saRules now applies to the HG's slave
 	-HG and BG no longer consume dormitory capacity if they have their own room
 	-SFanon's fixes
 
 12/26/17
-	
+
 	234
 	-SFanon's fixes and numbers commaing
-	
+
 	233
 	-fixes
-	
+
 	232
 	-saRules now applies to the master suite
 	-various little text fixes
 
 12/25/17
-	
+
 	231
 	-saRules now applies fully to the dairy
-	
+
 	230.2
 	-minor elseif if catch in saPleaseYou
 
 12/24/17
-	
+
 	230.1
 	-quick revert to lastEyeSurgery()
 
@@ -2803,29 +2809,29 @@
 
 	218
 	-SFanon's tweaks
-	
+
 	217
 	-fixed sex count NaN in saRules-schoolroom
 	-tweaked childgen to use current father name
 
 12/19/17
-	
+
 	216
 	-saRules now applies to the schoolroom
 	-fixes
 
-12/18/17 
+12/18/17
 
 	215
 	-fixed brothel devotion oddities
 	-adjusted arcology sector demand
 	-optional comma'd numbers
-	Every purchase and selling of an arcology sector will now make the nexst more expensive. Selling one increases it more than buying one, so while it may bring in quick money will make it more difficult to reaquire.
+	Every purchase and selling of an arcology sector will now make the next more expensive. Selling one increases it more than buying one, so while it may bring in quick money will make it more difficult to reacquire.
 
 	214
 	-saRules now applies to the spa
 	Also fixed luxury rules being retained when removed from certain facilities. Those will now default to "normal".
-		
+
 12/17/17
 
 	213
@@ -2835,7 +2841,7 @@
 	212
 	-fixes
 	-new outcome for reRebels
-	
+
 12/16/17
 
 	211
@@ -2870,10 +2876,10 @@
 
 	204
 	-saRules now applies to the clinic
-	
+
 	203
-	-fxied bad if in saRules
-	
+	-fixed bad if in saRules
+
 	202
 	-fixes
 
@@ -2887,11 +2893,11 @@
 
 	199
 	-fixes
-	
+
 	198
 	-fixes
 	-saRules now applies to the brothel
-	
+
 12/10/17
 
 	197
@@ -2901,45 +2907,45 @@
 	196
 	-fixes
 	-saRules tinkering
-	
+
 12/09/17
 
 	195.1
 	Should fix >>149556
-	
+
 	195
 	-fixes
 	-saRules tinkering
-	
+
 	194.1
-	-same fix as >>149491 (Broken pharmaceutical fabricuator purchase option)
-	
+	-same fix as >>149491 (Broken pharmaceutical fabricator purchase option)
+
 	194
 	-SFanon's passive PC skill gaining
 	-anon's various additions and corrections
 	-fixes
-	
+
 12/08/17
-	
+
 	193
 	-fixes
 
 	192
 	-anon's leadership slave skills
 	-fixes
-	
+
 12/06/17
 
 	191
 	-SFanon's fixes
 	-Crimeanon's fixes
-	
+
 	190
 	-SFanon's fixes
 
 	189
 	-fixes and tweaks
-	
+
 	188
 	-fixes
 	-SFanon's fixes
@@ -2950,45 +2956,45 @@
 	187
 	-fixes
 	-SFanon's fixes
-	
+
 	186
 	-fixes
 	-SFanon's stuff
-	
+
 	185
 	-fixed <<m>>
-	
+
 	184
 	-tweaks to pregnancy breast growth
 	-pregnancy overhaul phase 3 (belly implants) completed
-	
+
 	183
 	-sugarcube 2.21.0
 	-continued bellyImplant work
-	
+
 12/04/17
 
 	182
 	-fixes
-	
+
 	181
 	-fixes
 	-reduced value of milk and cum
 	-continued bellyImplant work
-	
+
 	180
 	-fixes
-	
+
 	179
 	-fixes
 	-FSanon's custom slave voice options
 	-continued bellyImplant work
-	
+
 12/03/17
 
 	178
 	-fixes
-	
+
 12/02/17
 
 	177
@@ -2996,268 +3002,268 @@
 
 	176
 	-fixed bugs
-	
+
 	175
 	-added anon's siren song part 2
 	-fixes
 	-added tracking to ng+ slaves to keep them from stealing the spotlight in certain current game events
-	
+
 	174
 	-added SFanon's eye and hair autosurgery settings
-	
+
 	173
-	-The Hippolyta Acedemy added
+	-The Hippolyta Academy added
 	-fixes
-	
+
 12/01/17
 
 	172
 	-SFanon's stuff
 	-anon's slave self impregnation
 	-fixes
-	
+
 	171
 	-fixed .pregSource not handling ng+
 	-tweaked childgen
-	
+
 11/30/17
 
 	170
 	-added vector art anon's bushy pits
 	-tweaked childgen
-	
+
 	169
 	-SFanon's fixes
 	-Doubled non size related bonuses in GR's big butt policy for slimness societies to offset the negative of big butts
-	
+
 11/29/17
 
 	168
 	-disabled broken vector
 	-escorts now have a slight edge when it comes to teaching slaves sex skills
-	
+
 	167
 	-SecEx battle prestige
-	
+
 	166
 	-fixes
 	-some minor tweaks
-	
+
 	165
 	-fixes
 	-dairy entry tweaks
 	-color tweaking
-	
+
 11/28/17
 
 	164
 	-fixes
 	-continued color wars
-	
+
 	163
 	-minor fixes
 	-color standardization/what the fuck does this color even mean?
-	
+
 	162
 	-fixes
 	-SFanon's fixes
 	-Crimeanon's fixes
-	
+
 11/27/17
 
 	161
 	-fixed custom slaves making all slaves their race
-	
+
 	160
 	-fixed reRecruit
-	
+
 	159
 	-fixed bugs
 	-added a policy for open slave dick use
-	
-11/26/17 
 
-	158 
+11/26/17
+
+	158
 	-fixed lactation implant dairy setting bug
 
-	157 
-	-added rumor reduction to reputation policies SecEx: 
-	-discounts for applicable PC experience 
-	-cyber upgrade for units 
-	
-11/25/17 
+	157
+	-added rumor reduction to reputation policies SecEx:
+	-discounts for applicable PC experience
+	-cyber upgrade for units
+
+11/25/17
 
-	156 
-	-SFanon's fixes and tweaks 
+	156
+	-SFanon's fixes and tweaks
 
-	155 
-	-fixed princes 
+	155
+	-fixed princes
 
-	154 
-	-fixed FCTV channels 12 and 13 not showing reruns should they run out of content 
+	154
+	-fixed FCTV channels 12 and 13 not showing reruns should they run out of content
 
-	153 
-	-Security Expansion mod officially added 
-	-finished phase 2 of the pregnancy overhaul (inflation overhaul) 
-	-added the option to not implant cattle for lactation implants to the dairy 
-	-fixes 
+	153
+	-Security Expansion mod officially added
+	-finished phase 2 of the pregnancy overhaul (inflation overhaul)
+	-added the option to not implant cattle for lactation implants to the dairy
+	-fixes
 
-11/23/17 
+11/23/17
 
-	152 
-	-fixes 
-	-changes to whoring/slutting/hole need 
-	-continued inflation work 
+	152
+	-fixes
+	-changes to whoring/slutting/hole need
+	-continued inflation work
 
-	151 
-	-fixes 
-	-tweaks to BP and TF in regards to extreme facial surgery and race alteration 
-	-continued inflation changes 
-	-SFanon's stuff 
+	151
+	-fixes
+	-tweaks to BP and TF in regards to extreme facial surgery and race alteration
+	-continued inflation changes
+	-SFanon's stuff
 
-11/21/17 
+11/21/17
 
-	150 
-	-tweaks 
+	150
+	-tweaks
 
-	149 
-	-custom slave overhaul 
+	149
+	-custom slave overhaul
 
-11/20/17 
+11/20/17
 
-	148 
-	-added settings to enable/disable lactation implants in flat slaves 
+	148
+	-added settings to enable/disable lactation implants in flat slaves
 
-	147 
-	-fix 
+	147
+	-fix
 
-	146 
-	-fixes 
-	-dairy now only increases breasts in lactating slaves and the stimulators increase cum output 
+	146
+	-fixes
+	-dairy now only increases breasts in lactating slaves and the stimulators increase cum output
 
 
-	145 
-	-fixes 
-	-new SJW recruit 
-	-dairy slaves will only receive lactation implants if they have no dick, have breasts larger than flat, or are already lactating naturally. 
+	145
+	-fixes
+	-new SJW recruit
+	-dairy slaves will only receive lactation implants if they have no dick, have breasts larger than flat, or are already lactating naturally.
 	-nationality reweighting
 
-11/19/17 
+11/19/17
 
-	144 
-	-The daughters of liberty now require combatants to pass a physical before deployment (the captures will be in a more reasonable fighting shape) 
+	144
+	-The daughters of liberty now require combatants to pass a physical before deployment (the captures will be in a more reasonable fighting shape)
 
-	143 
-	-SFanon's stuff 
+	143
+	-SFanon's stuff
 
-	142 
-	-fixes 
+	142
+	-fixes
 
-	141 
-	-completed new vanilla country additions 
-	-fixes 
+	141
+	-completed new vanilla country additions
+	-fixes
 
 11/18/17
 
-	140 
-	-fixes 
-	-SFanon's stuff 
+	140
+	-fixes
+	-SFanon's stuff
 
-	139 
-	-fixes 
+	139
+	-fixes
 
-	138 
-	-fixes 
+	138
+	-fixes
 	-SFanon's stuff
 
-11/17/17 
+11/17/17
 
-	137 
-	-fixes 
-	-began inflation rework stage of pregnancy overhaul (phase 2) 
+	137
+	-fixes
+	-began inflation rework stage of pregnancy overhaul (phase 2)
 
-11/16/17 
+11/16/17
 
-	136 
-	-fixes 
-	-RESSTR cleaning completed 
+	136
+	-fixes
+	-RESSTR cleaning completed
 
-	135 
-	-fix to RA drug reduction targets not subtracting implants 
+	135
+	-fix to RA drug reduction targets not subtracting implants
 
-	134 
-	-major revisions to how temporarily removed slaves are handled 
+	134
+	-major revisions to how temporarily removed slaves are handled
 
-11/15/17 
+11/15/17
 
-	133 
-	-major fixes to temporarily removed slaves 
-	-fixes 
-	-removed restrictions on hormone blockes 
-	-RESSTR event cleaning 
+	133
+	-major fixes to temporarily removed slaves
+	-fixes
+	-removed restrictions on hormone blockers
+	-RESSTR event cleaning
 
 
-11/14/17 
+11/14/17
 
-	132 
-	-fix 
+	132
+	-fix
 
-	131 
-	-fixes 
-	-Completed RESS cleanup 
+	131
+	-fixes
+	-Completed RESS cleanup
 
-	130 
-	-fixed the free range dairy assignment scene 
-	-SFanon's stuff 
+	130
+	-fixed the free range dairy assignment scene
+	-SFanon's stuff
 
-11/13/17 
+11/13/17
 
-	129.1 
-	-more fixes 
+	129.1
+	-more fixes
 
-	129 
-	-fixes 
+	129
+	-fixes
 
-	128 
-	-anon's scalemail bikini 
-	-fixes 
+	128
+	-anon's scalemail bikini
+	-fixes
 
-	127 
-	-fixed fFeet 
+	127
+	-fixed fFeet
 
-	126 
-	-fixes 
-	-major oversight corrections 
-	-added short stories to FCTV 
+	126
+	-fixes
+	-major oversight corrections
+	-added short stories to FCTV
 	-alterations to artWidgets.tw
 
-11/12/17 
+11/12/17
 
-	125 
-	-fixes 
-	-RESS work 
+	125
+	-fixes
+	-RESS work
 
-	124 
-	-fixes 
-	-dairy diet changes 
+	124
+	-fixes
+	-dairy diet changes
 
-	123 
-	-some fixes 
-	-more RESS work 
+	123
+	-some fixes
+	-more RESS work
 
-11/11/17 
+11/11/17
 
-	122 
-	-fixes 
-	-very bushy pubes 
+	122
+	-fixes
+	-very bushy pubes
 
-	121 
+	121
 	-fixed >>140790 (<> in the DefaultRules widget is missing a $)
 
-	120 
-	-fixed bugs 
-	-removed deprecated "be your recruiter" 
-	-more RESS stuff 
+	120
+	-fixed bugs
+	-removed deprecated "be your recruiter"
+	-more RESS stuff
 
 11/09/17
 
@@ -3268,70 +3274,70 @@
 	-fixes
 
 11/08/17
-	
+
 	117
 	-fixes
-	
+
 	116
 	-tweaked supremacist and subjugationist beauty and FResults
 	-fixes
 	-more RESS work
-	
+
 	115
 	-fixes
 	-more RESS work
 
 11/07/17
-	
+
 	114.1
 	-fixed >>139762
-	
+
 	114
 	-fixed bugs
-	-capped devotion gained from max trust to  prevent unruly slaves from suddenly loving you
+	-capped devotion gained from max trust to prevent unruly slaves from suddenly loving you
 	-more RESS work
-	
+
 11/06/17
-	
+
 	113
 	-fixes
 	-added isItemAccessible() to handle those obnoxious checks for FS and purchased items
-	
+
 11/05/17
-	
+
 	112
 	-fixed bugs
 	-tweaked choosing own clothes a little
-	
+
 11/04/17
-	
+
 	111
 	-fixes
-	
+
 11/03/17
-	
+
 	110
 	--fixes
 	-vanilla cleanings
 	-continued RESS work
-	
+
 11/01/17
-	
+
 	109
 	-fixed >>137381 (mutinery attempt - Cannot read property 'nationality of undefined)
-	
+
 	108
 	-fixed self pregnancy confusing childgen
-	
+
 	107
 	-fixed reported bugs and family quirks
-	
+
 10/31/17
-	
+
 	106
 	-RESS work
 	-hormone blockers now block erections
-	
+
 	105
 	-converted the applicable .hormone calls to use .hormoneBalance
 	-added hormone blockers to restrict hormone effects and speed normalization while used
@@ -3340,241 +3346,241 @@
 
 	104
 	-fixes
-	
+
 	103
 	-hormones rework
 	-fixes
 
 10/28/17
-	
+
 	102
 	-fixes
-	
+
 	101
 	-fixes
 	-Milkanon's channel is live in FCTV
-	
+
 	100
 	-fixes
 	-fFeet overhaul
 	-fFeet moved out of cheatmode
-	
+
 10/27/17
 	99
 	-fixed various bugs
-	
+
 	98
 	-fixes
-	
+
 10/26/17
-	
+
 	97
 	-fixes
-	
+
 	96
 	-stuffedanon's fixes
-	
+
 10/25/17
-	
+
 	95
 	-added masturbation only release rule
 	-fixes
-	
+
 10/24/17
-	
+
 	94
 	-fixes
 	-vanilla tweaks
 	-nationality presets now use weighted arrays (except the big one, haven't gotten it done yet)
 	-eugenics bad end rework
-	
+
 	93
 	-fixes
-	
+
 10/23/17
-	
+
 	92
 	-bunch of vanilla stuff since I raided the waiting vanilla pull requests
 	-fixes
-	
+
 	91
 	-fixes
 	-user submitted QoL improvements
-	
+
 10/22/17
-	
+
 	90
 	-added >>135219 (Economy widget/spreadsheet fix for case when variables are somehow not initialized but the sheet is being displayed anyway)
-	
+
 	89
 	-fixed reAWOL
-	
+
 	88
 	-SFanon's work
-	
+
 	87
 	-minor fixes
-	
+
 	86
 	-minor fixes
-	
+
 	85
 	-SFanon's stuff
-	
+
 10/21/17
-	
+
 	84
 	-number of bugfixes
 
-	
+
 10/20/17
-	
+
 	83
 	-fixed bugs
-	
+
 10/19/17
-	
+
 	82
 	-anon's economy reports
 	-continued RESS work
-	
+
 	81
 	-SFanon's fix
 	-minor fixes
-	
+
 10/17/17
-	
+
 	80
 	-fixed "desperate birth" more
-	
+
 	79.1
-	-more grammer fixes to reRecruit that failed to slip into v79
-	
+	-more grammar fixes to reRecruit that failed to slip into v79
+
 	79
 	-fixes (sans multi organ implant quirks)
 	-SFanon's stuff
 	-attempted to extend custom tattoos
-	
+
 	78
 	-fixes
 	-anon's multiple organ growth and implantation
-	
+
 10/16/17
-	
+
 	77
-	-fixed reported bugs	
-	
+	-fixed reported bugs
+
 10/15/17
-	
+
 	76
 	-fixed puberty setting with implanted organs
-	
+
 	75
 	-SFanon's stuff
 	-anon's organ farm support for the incubation facility
 	-more RESS work
-	-fixes	
-	
+	-fixes
+
 10/14/17
-	
+
 	74
 	-fixes
-	
+
 10/13/17
-	
+
 	73
 	-SFanon's stuff
-	
+
 	72
 	-fixes
-	
+
 10/10/17
-	
+
 	71
 	-fixes
 	-more RESS work
 	-added oversized sex toys to the list of accessories the RA can manage
-	
+
 	70
 	-fixed reported bugs
-	
+
 	69
 	-SFanon's fixes
-	
+
 	68
-	-fixed the giant robot upgrade prmpt occuring prematurely
-	
+	-fixed the giant robot upgrade prompt occurring prematurely
+
 	67
 	-fixed reported bugs
-	
+
 	66
 	-fixes
 	-dispensary prettying by SecurityExpansion anon
 	-Massively cleaned up SFMBarracks
-	
+
 10/09/17
-	
+
 	65
 	-fixed my passage fuckup
-	
+
 	64
 	-fixed bug?
-	
+
 	63
 	-fixed bugs?
-	
+
 	62
 	-fixed reported bugs
 	-SFanon's continued work
 	-more RESS work
-	
+
 10/08/17
-	
+
 	61
 	-added "anti-aging cream", "growth stimulants", "sag-B-gone", "male hormone injections", and "female hormone injections" to drugs the RA can manage
-	
+
 	60
 	-SFanon's SF stuff
-	
+
 10/07/17
-	
+
 	59
 	-fixes
-	
+
 10/06/17
-	
+
 	58
 	-fixed >>131078
-	
+
 10/05/17
 
 	57
 	-fixed >>130781 >>130783
-	
+
 	56
 	-tweaked childgen intelligence loss and facial beauty loss due to inbreeding (lessened chances for both, degree for beauty)
 	-SFanon's corporation fixes
-	
+
 	55
 	-SFanon's BC fixes
-	
+
 10/04/17
-	
+
 	54
 	-SFanon's stuff
-	
+
 10/02/17
-	
+
 	53
 	-assorted fixes
 	-continued RESS work
-	
+
 10/01/17
 
 	52
 	-fixed reported problems
 	-arcade will no longer convert slaves sentenced to it into fuckdolls
-	
+
 	51
 	-added SFanon's merge request
 
@@ -3586,45 +3592,45 @@
 	49
 	-fixed, Milf tourist event and decline politely.
 	-pregmodfan's continued RA tweaking
-	
+
 09/29/17
 
 	48
 	-fixed, SFMBarracks.tw has two extra closing ifs, Lines 328 and 374.
-	
+
 	47
 	-fixed bugs
 	-SFanon's continued SF work
-	
+
 09/28/17
 
 	46
 	-pregmodfan's RA tweaking
-	
+
 	45
 	-fixes
 	-RESS work
-	
+
 	44
 	-fixes
-	
+
 	43
 	-fixes
 	-pregmodfan's continued RA tweaking
-	
+
 09/27/17
 
 	42
 	-various fixes
-	
+
 09/26/17
 
 	41
 	-small fixes
-	
+
 	40
 	-fixes for everything but the RA quirks
-	
+
 	39
 	-fixed reported bugs
 
@@ -3636,67 +3642,67 @@
 	-Rules now can be selected randomly from list, not only chain go to for next/previous
 	-belly size condition (for .belly ).
 	-Groups of links controls for growth drugs now working without page reload after any click - so it's much more comfortable to use now.
-	
+
 	37
 	-catches for (a slave been born mindbroken if their mother is) and (anal virgin enjoying anal)
-	
+
 	36
-	-fixes the pussy option during the cellbock's sleep deprevation event.
-	
+	-fixes the pussy option during the cellbock's sleep deprivation event.
+
 09/24/17
 
 	35
-	-fixes	
+	-fixes
 	-all RESS intros cleaned up and added to
-	
+
 	34
 	-fixed bugs
 	-added spats to the RA
 	-enabled "frightening dick" event
-	
-09/23/17 
-	
+
+09/23/17
+
 	33
 	-fixes
 	-typos corrections
-	
+
 	32
 	-fixed bugs
-	
+
 	31
 	-fixes
-	
+
 	30
 	-fixes
 	-SFanon's stuff
-	
+
 	29
 	-fixes
 	-slaves can now lisp the word "access"
-	
-09/22/17 	
-	
+
+09/22/17
+
 	28
 	-SFanon's stuff
 	-fixes
-	
+
 	27
 	-minor fixes
 	-tweaks to bed reporting
-	
+
 	26
 	-fixed price not showing up in the airlift in slavery option
-	
-09/21/17	
-	
+
+09/21/17
+
 	25
 	-SFanon's stuff
 	-minor fixes
-	
+
 	24
 	-fixed bellyAdjective()
 	-fixed some typos
-	
+
 	22/23
 	-SFanon's stuff
 
@@ -3704,46 +3710,46 @@
 	-user submitted stuff
 
 09/20/17
-	
+
 	20
 	-fixes
-	
+
 	19
 	-fixed bugs
-	
-09/19/17 
 
-	18 
+09/19/17
+
+	18
 	-fixed >>125249
-	
-	17 
+
+	17
 	-fixed the slave shelter bug
-	
+
 	16
 	-fixes
 	-cleanup and added clit rape into fSlaveSlavedick
-	
+
 09/18/17
 	15
 	-added a catch to prevent >>124979
-	-added custom lenses to add custom description	
-	
-09/17/17	
-	
+	-added custom lenses to add custom description
+
+09/17/17
+
 	14
 	-fixed bugs
 
 	13
 	-fixed SFBarracks
 	-the second half of anon's spats
-	
+
 	12
 	-fixes
 	-SFanon's SFBarracks stuff
 	-vanilla title changes
-	
-09/16/17	
-	
+
+09/16/17
+
 	11
 	-fixes
 	-anon's spats and t-shirt clothing
@@ -3751,13 +3757,13 @@
 	10
 	-fixes
 
-09/15/17 
-	
+09/15/17
+
 	9
 	-fixed >>124399
 	-added anon's option to buy both the princess and queen
 
-09/14/17	
+09/14/17
 
 	8
 	-minor fixes
@@ -3770,13 +3776,13 @@
 
 	5
 	-RETS overhaul
-	
+
 	4
 	-vanilla fixes
 	-bug fixes
-	
+
 09/13/17
-	
+
 	3
 	-added details for some of the new vanilla nationalities
 	-tweaked .need generation
@@ -3788,30 +3794,30 @@
 	-vanilla stuff
 	-bugfixes
 
-09/12/17 
+09/12/17
 
 	118
 	-fixed reported bugs
-	
+
 	117
 	-fixed >>123580
-	
+
 	116
 	-backwards compatibility now properly sets .birthWeek
-	
+
 	115
 	-pregmodfan's RA fixes
-	
+
 	114
 	-vanilla update
 	To sum it up: You can now influence neighbors with your recruiter and your slaves now have sexual needs that must be handled or they'll get moody. Also changes to starting girls prices to smack those who try to stack good things by offsetting them with bad things.
-	
+
 	113
 	-fixes
 	-anon's height focused growth drugs and other related things
 
 09/11/17
-	
+
 	112
 	-various bug fixes
 
@@ -3823,122 +3829,122 @@
 	110
 	-possible backwards compat fix
 	-fixed weight stuff in artWidgets
-	
+
 	109
 	-heavy conversion of the flesh descriptions to the new pregnancy system
 	-bugfixes
 	-clean up of remnant "GenderRadicalistLaw"
-	
-09/07/17 
-	
+
+09/07/17
+
 	108
 	-fixed >>122211 (119980)
-	
+
 09/05/17
 
 	107
 	-fixed >>122158 again
-	
+
 	106
 	-fixed >>122158 ?
-	
+
 	105
 	-hopefully fixed the bodymod studio
-	
+
 	104
-	-hpefully fixed drgus not working in MS 
-	
+	-hopefully fixed drugs not working in MS
+
 	103
 	-vanilla content
 	Mostly stuff related to piercings, HGs getting to pierce slaves, some new rivalry causes and a nerf to attraction gain.Also FCdev failed to realize he had 'SlaveFullName' and didn't need to make 'FullName', so I set it up to yell at you to yell at me to remove it.
-	
+
 	102
 	-bug fixes
 	-now in .7z
-	
+
 09/04/17
 
 	101
 	-fixed bugs
-	
+
 	100
 	-fixed bugs
-	
+
 	99
 	-fixes
 	-anon's starting girl quirks
 	-continued overhauling
-	
+
 09/02/17
 
 	98
 	-fixed bugs
-	-added an override to 'KnockMeUp' to supress text
-	
+	-added an override to 'KnockMeUp' to suppress text
+
 	97
 	-fixes
-	
+
 	96
 	-bugfixes
-	
+
 	95
 	-fixes
-	
+
 09/01/17
 
 	94
 	-fixed >>120653
-	
+
 	93
 	-fixes
-	
+
 	92.1
 	$injectionUpgrade changed for testicles
-	
+
 	92
 	-tweaked intensive drugs more as directed
 	-added "mongolian" to the name flipper
-	
+
 	91
 	-fixed >>120436 maybe?
 	-tweaked breast based beauty to accommodate the size increase
 	-altered dairy breast growth
-	
+
 	90
 	-fixed bugs
 	-messed with rival-hostage events
-	
+
 08/31/17
 
 	89
 	-fixed reRoyalBlood
 	-fixed other bugs
-	
+
 	88
 	-fixed hedonism's shops
-	
+
 	87
 	-fixes
 	-anon's RA stuff
 	-anon's ability to buy the entire royal court
-	
+
 	86
 	-fixed >>120006
 	Turned out to be oversized breasts having one too many 'if's.
-	
+
 08/29/17
 
 	83
 	-more overhauling
 	All slavegen should be accounted for under the new system now.
-	
+
 	82/81
 	-bug fixes
 	It helps to run the sanityCheck before posting the patch.
-	
+
 	80
 	-tried to handle >>119556
-	
+
 08/30/17
 
 	85
@@ -3946,149 +3952,149 @@
 	-fixes
 	Biggest thing to report is definitely the breast size cap being raised to 50kcc. A slightly smaller thing to say; balls now go to 10.
 	Still working on getting the RA changes in.
-	
+
 	84
 	-fixed bugs
-	
+
 08/28/17
 
 	79
 	-maybe fixed >>119513
 	Keep in mind the slave must have arms and legs.
-	
+
 	78
 	-core pregnancy system swapped
 	-fixed some bugs
 	Run backwards compatibility. No exceptions.
 	I think everything is in place that needs to be in place. Very little beyond behind the scenes type code. If everything went right, there should be nothing really noticeable yet.
 	The most obvious change will be the alterations to menopause. It is no longer hard set at 47, instead it drifts slightly year by year. This means that over a slave's lifetime, you will see a variance of when they go through menopause.
-	
+
 08/27/17
 
 	77
 	-fixed >>119185
 	A prime example of a temp variable running rogue.
-	
+
 	76
 	-removeActiveSlave should now dump their growing organs
 	-typo fixes
 	Some other minor things here and there too.
-	
+
 08/26/17
 
 	75
 	-fixed >>119084
 	-a submitted addition of the cleansing diet to the RA
-	
+
 	74
 	-fixed bugs
-	
+
 	73
 	-fixes
-	
+
 	72
 	-fixed bugs
 	I may have broken slave facility assignment. Or maybe I fixed >>118907
 	I don't know.
 	Also if your rules are broken, run either backwards compatibility or the rules resetter under options. Both should fix it.
-	
+
 	71
 	-rest of the vanilla RA changes
 	It honestly looks like it didn't break anything. Do run backwards compatibility though.
-	
+
 	70
 	-vanilla stuff
 	Mostly intense growth drugs. Due to our RA changes, I couldn't hook them into it so it will remove them for now. Still have to handle the massive RA changes, which will likely break everything.
-	
+
 08/25/17
 
 	69
 	-fixed bugs, including a mislink to the slavegirl school
 	Beginning vanilla update merge now.
-	
+
 	68
 	-quick addition of something I overlooked
-	
+
 	67
 	-fixed bugs
-	
+
 	66
 	-fixed reAwol harder
-	
+
 	65
 	-fixed bugs
-	
+
 08/24/17
 
 	64
 	-fixed a bunch of bugs
 	-added a new slave school that seeks to breed the perfect cowgirl
 	It's slaves still need a little work, as they currently lack certain intended reactions to things like milking, etc.
-	
+
 	63
 	-bug fixes
 	-some of anon's submissions
-	
+
 08/22/17
 
 	62
 	-fixes
-	
+
 	61
 	-fixed bugs
 	Except for the PC breast feeding report, that is based off of a player choice at game start linked to advanced pregnancy and thus working as intended.
-	
+
 	60
 	-anon's expanded smuggling personal attention
-	
+
 	59
 	-fixed backwards compatibility
 	-bug fixes
-	Backwards compatibility should actualy work now. It was mispelled.
-	
+	Backwards compatibility should actually work now. It was misspelled.
+
 08/21/17
 
 	58
-	
+
 	57
 	-fixed a couple bugs
-	
+
 	56
 	-fixed the HG not properly handling flaws
 	-fixed other bugs
 	-fixed typos
-	
+
 	55
 	-fixed self-impreg
-	
+
 	54
 	-fixed >>117021
-	
+
 	53
 	-fixed >>117003
-	
+
 	52
 	-readded lost artWidgets code
 	-fixed your rude PA
-	
+
 	51
 	-fixed >>116926
 	-you can now seed a freshly implanted broodmother to have her bear your children. You need a penis to do this.
-	
+
 08/20/17
 
 	50
 	-fixed bugs
 	-hopefully fixed the hole in walk past
 	-added a clear condition for contraceptives if the slave lacks ovaries
-	
+
 	49.1
 	-added a fix to the gender FS laws contributed to the git
-	
+
 	49
 	-fixed bugs
-	-added hair length maitenance to the salon
-	
+	-added hair length maintenance to the salon
+
 	48
 	-vanilla part 2
 
@@ -4096,86 +4102,86 @@
 
 	47.1
 	Fixed [SetupVars] <<set>> bad evaluation Unexpected string
-	
+
 	47
 	-vanilla content part 1
-	
+
 	46
 	-anon's gang leader personal attention option
 	-bug fixes
-	
-08/18/17	
-	
+
+08/18/17
+
 	45
 	-fixes
 
 	44
 	-possible fix for slaves getting denied by every slave they seek a relationship with
-	
+
 	43
 	-fixes
 	-tweaks to $enduringRep and whoring/devastating rumors
-	
+
 08/17/17
 
 	42
 	-fixes
-	-age penalties off now applie to HG like it should
-	
+	-age penalties off now applies to HG like it should
+
 	41
 	-fixed bugs
-	-added some paraphillia vignettes
+	-added some paraphilia vignettes
 	-added in anon's mutiny attempt
-	
+
 	40
 	-fixed >>115783
-	
+
 	39
 	-minor fixes
-	
+
 	38
 	-anon's spelling corrections
-	
+
 	37
 	-fixed >>115701
-	
+
 08/16/17
 
 	36
 	-now with less broken newSlaveIntro
-	
+
 	35
 	-fixed reported bugs
 	-HG will now try to break her assigned girl if she is unbroken before dressing her up nicely
-	
+
 	34
 	-fixes
-	
+
 	33
 	-vanilla stuff
 	Mostly bugfixes, a new recruiter target and some changes to vector breasts.
-	
+
 08/15/17
 
 	32
 	-fixed bugs
 	Fixed the counter for the number of a slave's children you've had and hopefully added clears to the remote surgery to prevent chastity devices getting stuck on in the first place.
-	
+
 	31
 	-added catches to clear chastity devices from slaves that can't wear them.
-	
+
 	30
 	-fixed bugs.
-	
+
 	29
 	-fixed >>115265
-	
+
 	28
 	-fixes
-	
+
 	27
 	-fixes
-	
+
 	26
 	-fixed physical development
 
@@ -4184,7 +4190,7 @@
 	25
 	-small tweaks to saLiveWithHG
 	HG will fatten up her slave if hedonistic decadence is in play and will make use of hyper drugs if you have them researched. Also cumsluts will now expand their slave's balls to get more cum.
-	
+
 	24
 	-fixed a critical bug with the menopause reversal
 	It helps to actually link player age with it at game start, you know?
@@ -4192,58 +4198,58 @@
 	23
 	-added player surgeries to rid yourself of a postpartum belly without the wait and a second to temporarily restore your fertility post-menopause.
 	-fixed bugs
-	
+
 08/13/17
 
 	22
 	-player pregnancy overhauled
 	-some typos fixed
-	
+
 	21
 	-fixed butts getting too big for their descriptions
-	
+
 	20
 	-fixes and description corrections
-	
+
 	19
 	-little fixes
-	
+
 08/12/17
 
 	18
 	-fixed elective surgery bugs
-	
+
 	17
 	-I don't remember if I did anything.
-	
+
 	16
 	-fixed >>114360
-	
+
 	15
 	-fixed facial quirks
 	-maybe fixed vector art troubles?
-	
+
 	14
 	-fixed sePlayerBirth
-	
+
 	13
 	-fixed bugs
-	
+
 	12
 	-fixed bugs
 	-player abortion should be working right again
-	
+
 08/11/17
 
 	11
 	-fixed bugs
-	
+
 	10
 	Does backwards compatibility work now?
-	
+
 	9
 	-hopefully fixed backwards compatibility
-	
+
 	8
 	-ra fixes
 	-partial conversion to the new pregnancy system for the player
@@ -4253,17 +4259,17 @@
 	7
 	-unfucked sales descriptions, maybe
 	-fixed some bugs
-	
+
 	6
 	-added vasectomies
 	-anon's RA fixings
-	
+
 	5.1
 	Still poking at the RA.
-	
+
 	5
 	Trying something here. I commented out the offending drug removal code in the RA, tell me if anything changed. I expect you will have to manually unset the drugs once all growth targets are hit though, but we'll be on the right track.
-	
+
 	4
 	-anon's gender rad law has been added
 	-the vector art is now on the git
@@ -4271,27 +4277,27 @@
 	3
 	-vanilla updating
 	-bugfixes
-	
+
 	2
 	-fixed reported bugs
 
 	1
 	-now with passages in the right place
-	
+
 	0.10.6.0
-	
+
 08/7/17
 
 	84
 	-fixed bugs
 	-food stuffing is now available
-	
+
 	83
 	-fixed bugs
-	
+
 	82
 	-fixed a possible costs report bug
-	
+
 	81
 	-bugfixes
 	-some oversight corrections
@@ -4300,10 +4306,10 @@
 
 	80
 	-fixed a $$
-	
+
 	79
 	-fixed bugs
-	
+
 	78
 	-nobr'd a bunch of passages
 	-fixed some bugs
@@ -4313,7 +4319,7 @@
 
 	77
 	-fixed bugs
-	
+
 	76
 	-placeholders removed
 	-food stuffing now has effects
@@ -4323,13 +4329,13 @@
 	75
 	-fixed bugs
 	-corrected some oversights
-	
+
 	74
 	-lowercase-donkey fuckery
 
 	73
 	-Fixed some bugs
-	
+
 08/3/17
 
 	72
@@ -4337,75 +4343,75 @@
 
 	71
 	-fixed >>111042
-	
+
 	70
 	-minor fixes
 	-pointless changes to the encyclopedia
-	
+
 	69
 	-bug fixes
-	
+
 08/2/17
 
 	68
 	-fixed >>110899
-	
+
 	67
 	-added beauty policies for physical idealist and hedonistic decadence for strongfat slaves. These are mutually exclusive with the other beauty standard for them, but not with those outside of it.
 	-fixed bugs and oversights
 	-hit the sanityCheck more to remove false positives, though I still can not get rid of the ones it still shows
-	
+
 	66
 	-fixed bugs
-	
+
 	65
 	-vanilla changes
 	-bugfixes
-	
+
 08/1/17
 
 	64
 	-bugs fixed
-	
+
 	63
 	-fixed misplaced 'enunciate' in reRelativeRecruiter
-	
+
 	62
 	-various reported things fixed
-	
+
 	61
 	-surgically removing dicks and vaginas will now remove accessories that require them.
-	
+
 	60
 	-fixed bugs
-	
+
 	59
 	-fixed reported bugs, sans the mystery NaN
-	
+
 07/31/17
 
 	58
-	-fixed bad 'PoliteRudeTitle arguement
-	
+	-fixed bad 'PoliteRudeTitle argument
+
 	57
 	-fixed >>110176
 	-added a catch to prevent hostages from inheriting amputation or clipped heels from starting girls.
-	
+
 	56
-	-tossed in a catch to correct amps having clipped tendo
-	
+	-tossed in a catch to correct amps having clipped tendons
+
 	55
 	-vagina removal surgery no longer requires a penis
-	
+
 	54
 	-just a catcher for a potential ndef foreskin bug
-	
+
 	53
 	-fixes
-	
+
 	52
 	-cellblock will kick out mindbroken slaves
-	
+
 	51
 	-added fat grafting surgery
 
@@ -4413,36 +4419,36 @@
 
 	50
 	-fixed the rest of the bugs
-	-also fixed some quirks involving vanilla changes to slave naming overriding your chidlrens' surnames
-	
+	-also fixed some quirks involving vanilla changes to slave naming overriding your children's surnames
+
 	49
 	-fixed bugs and oversight
-	
+
 	48
 	-fixed bugs
-	
+
 07/29/17
-	
+
 	47
 	-fixed bugs
-	
+
 	46
 	-added universal rule to strip all slaves of their surnames and auto strip any future slaves while it is active. You can still give back particular slaves their surnames, should you so choose.
-	
+
 07/28/17
 
 	45
 	-added in the missing belly implant resetting passage
 	-minor tweaks
-	
+
 	44
 	-vanilla patches
-	
+
 	43
 	-fixed bugs
 	-altered that bonus for 18 year old slaves to apply to minimum slave age instead
 	-likely broke the RA more
-	
+
 	42
 	-fixed bugs
 
@@ -4451,49 +4457,49 @@
 	41
 	-altered core belly implant rules
 	-changed how weight affects assets in slavegen
-	
+
 	40
 	-FCGudder's span fixing and other cleaning
 	-altered how nipple color is set
-	
+
 	39
 	-fixed hg suite issues
-	
+
 	38
 	-fixed bugs.
-	
+
 07/26/17
 
 	37.1
 	-now with NaN checks that actually check for NaNs
-	
+
 	37
-	-fixed pregnancy inconsistancies
+	-fixed pregnancy inconsistencies
 	-added a NaN catch for the slave sex counts
-	
+
 	35
 	-fixed >>108923
-	
+
 	34
 	-fixed bad costs cases
-	
+
 	33
 	-fixed missed $policyCost
-	
+
 	32
 	-fixed some oversights in costs
 	-costs now runs entirely in JS
-	
+
 	31
 	-bugfixes
-	
+
 	30
 	-fixed >>108865
-	
+
 	29
 	-bugfixes
 	-vanilla stuff
-	
+
 07/25/17
 
 	28
@@ -4501,41 +4507,41 @@
 
 	27
 	-FCGudder's improved slaveSummary
-	
+
 	26
 	-anon's ra fixes
 	-minor tweaks
-	
+
 	25
 	-bug fixes
-	
+
 07/24/17
 
 	24
 	-vanilla stuff
-	
+
 	23
 	-fixes
 	-code improvements
-	
+
 	22
 	-added anon's tiered brothel aphrodisiacs
-	
+
 	21
 	-fixed >>108360
-	
+
 	20
 	-anon's facility filter functions
 	-couple fixes here and there
-	
+
 07/23/17
 
 	19
 	-fixed slave summary
-	
+
 	18
 	-anon's assignment filter stuff
-	
+
 	17
 	-various fixes and optimizations
 
@@ -4550,7 +4556,7 @@
 
 	14
 	-fixed many bugs
-	
+
 07/21/17
 
 	13
@@ -4559,21 +4565,21 @@
 	12
 	-fixes
 	-vanilla patches
-	
+
 07/20/17
 
 	11
 	-bugfixes
 	-added FCGudder's new shelter slaves
-	
+
 	10
 	-typo fixes
 	-minor bugfixes
 	-oversight corrections
-	
+
 	9
 	-vanilla fixes
-	
+
 	8
 	-fixed seBirth
 
@@ -4582,27 +4588,27 @@
 	7
 	-fixed phantom dicks in fVagina
 	-added FCGudder's vector stuff
-	
+
 	6
 	-fixed bugs and oversights
-	
+
 	5
 	-fixes
-	
+
 	4
 	-fixed >>107062
-	
+
 	3
 	-maybe fixed seRaiding
-	
+
 	2
 	-fixed bugs
-	
+
 	1
 	-vanilla bugfixes
-	
+
 	0.10.5.0/2
-	
+
 	41
 	-vanilla fixes
 	-RA fixes, thanks to anon
@@ -4612,7 +4618,7 @@
 	40
 	-initialized new variables
 	-further extended family mode optimizations
-	
+
 	39
 	-vanilla updates
 	-FCGudder's guddering
@@ -4621,7 +4627,7 @@
 
 	38
 	-fixed >>106706
-	
+
 	37
 	-FCGudder's image corrections to salon/remote surgery/etc
 	-fixed >>106562
@@ -4645,7 +4651,7 @@
 	32
 	-fixed bugs
 	-further extended family mode optimization
-	
+
 07/15/17
 
 	31
@@ -4654,131 +4660,131 @@
 	-FCGudder's better than vanilla slave summary caching
 	-bugfixes, including seRaiding
 	-extended family mode optimizations
-	
+
 07/14/17
-	
+
 	30
 	-fixed bugs
-	
+
 	29
 	-fixed bugs
-	
+
 07/13/17
 
 	28
 	-fixed "0 is not her original surname;"?
-	
+
 	27
 	-fixed bugs
 	-FCGudder's fix
-	
+
 	26
 	-fixed fake belly bugs
-	
+
 	25
 	-fixed the policy stuff
-	
+
 	24
 	-vanilla patches
 	-bug fixes
-	
+
 07/12/17
 
 	23
 	-vanilla content
 	-bugfixes
-	
+
 	22
 	-vanilla patching
 	-fixed some bugs
 	-you can now stop carrying children for the SE after you've carried at least one
-	
+
 07/11/17
 
 	21
 	-hopefully fixed seDeath
 	-finished vanilla's lisping wave
-	
+
 	20
 	-lots of little vanilla things
 	-anon's Physical Idealist beauty standard
 	-pregmodfan's ra additions
 	-bugfixes
-	
+
 	19
 	-fixed seBirth
 	-anon's physical idealist law is functional, but lacks the beauty component for the moment
-	
+
 	18
 	-fixed names correctly this time
 	-started adding anon's physical idealist law
-	
+
 	17
 	-fixed name nonsense
-	
+
 07/10/17
 
 	16
 	-this >>104926
 	-added another pair of height SMRs to limit heights
-	
+
 	15
 	-resynced matchmaking
 	-little bug fixes
-	
-07/09/17	
-	
+
+07/09/17
+
 	14
 	-altered policies into a single policy
 	-anon's better RA fixes
-	
+
 	13
 	-fixed RA applying drugs to slaves it shouldn't
-	-fixed DJs and Madams fixing paraphillias
+	-fixed DJs and Madams fixing paraphilias
 	-added a pair of basic height related SMRs
 	-fixed this >>104691
-	
+
 	12
 	-added player skin tone changing
 	-Societal Elite no longer accept children of the wrong race in sup and sub societies for marking
-	
+
 07/08/17
 
 	11
 	-changed dye naming scheme
-	
+
 	10
 	-fixed bugs
 	-added fairyanon's descriptions
-	
+
 	9
 	-fixed extra <</if>> in longSlaveDescrption.tw, line 726 and extra periods
-	
+
 	8
 	-finished vanilla update
-	
+
 	7
 	-vanilla patches
 	-new fathered variables now report their contents
 	-.origSkin added
-	
-07/07/17	
-	
+
+07/07/17
+
 	6
 	-fixed barracks? (It's showing up, at least)
 	-added FCGudder's anaphrodisiacs
 	-added a number of father tracking
 	-added some canWalk() and canTalk() checks to sePlayerBirth
-	
+
 	5
-	-now with proper functionaility
+	-now with proper functionality
 	-also you can now use strings in custom RA rules
 
 	4
 	-vanilla patches
 
 07/06/17
-	
+
 	3
 	-your headgirl now has a very low chance of accidentally knocking up her slave
 	-your headgirl can now abort her slave's early pregnancy if she is permitted to use drugs on her
@@ -4787,12 +4793,12 @@
 
 	2
 	-maybe fixed lips resetting to 35 in ng+
-	
+
 07/05/17
 
 	1
 	-seRaiding is now hooked up and good to go
-	
+
 	1018a?-0
 	-preventatives now combat some of the negatives of obesity
 	-added the ability to set .birthTotal in more customization options in starting girls
@@ -4808,111 +4814,111 @@
 	52
 	-fixed some stuff
 	-cleaned up saLiveWithHG to respect chastity and countless other things
-	
+
 	51
 	-fixed bugs
 	-slaves can now be too fat to wear an empathy belly
-	
+
 07/03/17
 
 	50
-	-neighbors will now not develop conflicitng FS
-	
+	-neighbors will now not develop conflicting FS
+
 	49
 	-fixed FCTV never airing my infomercial
-	
+
 	48
 	-added a weight control SMR
 	-restricted weights for generated coursing slaves
 	-more fat belly descriptions
-	
+
 	47
 	-fixed bugs
 	-split .bellySag into the current version and a pregnant version for descriptions to use
 	-liposuction on extremely fat slaves will result in a lot of excess skin
 	-added basic fatter belly descriptions
-	
+
 07/02/17
-	
+
 	46
 	-cleaned out the complaints with salon and body mod studio.
-	
+
 	45
 	-fixed bugged nationality setting in childgen
-	
+
 	44
 	-fixed >>103129
-	
+
 	43
 	-fixed reported bugs
-	
+
 	42
 	-fixed >>103082
-	
+
 	41
 	-added a missing "Shoes"
-	
+
 07/01/17
 
 	40
 	-more of new RA anon's RA tweaking
-	
+
 	39
 	-bug fixes and oversight corrections
 	-some new encyclopedia entries
 	-children that would be "Stateless" will now take up revivalist nationalities if you have one.
 	-redid the alpha version of bodyswapping. It should now not break your slaves
-	
+
 	38
 	-fixed conception widget.
-	
+
 	37
 	-finished respecting chastity in slave on slave force feeding
 	-more improvements to new conception widget
 
 06/30/17
-	
+
 	36
 	-enabled Hodenistic Decadence's research
 	-fixed some anal chastity oversights
-	-fixed some slave count related incosistancies (still lots to do with saRules)
-	-shifted conception to a widget for future pregnancy related content	
-	
-06/29/17	
-	
+	-fixed some slave count related inconsistencies (still lots to do with saRules)
+	-shifted conception to a widget for future pregnancy related content
+
+06/29/17
+
 	35
 	-FCGudder's gudder height gen
 	-removed innocence buff
-	
+
 	34
 	-added a totally legit antisag cream infomercial to FCTV
 	-more beauty tweaking (buffs to edo revivalist, chinese revivalist, body purist, youth/mature preferentialist)
 	-bugfixes
-	
+
 06/28/17
 
 	33
 	-added an RA rule resetter to game options
-	
+
 	32
-	-fixed pit decommision into "market" instead of "markets"
-	
+	-fixed pit decommission into "market" instead of "markets"
+
 	31
 	-anon's RA tweaks
 	-FCGudder's basic sacrifices
 	-hairlessness due to age now acts like shaved and the like for beauty calcs
-	
-06/27/17	
-	
+
+06/27/17
+
 	30
 	-fix for vanilla dairy bug
-	
+
 	29
 	-vanilla content
 	-player freckles
 	-inheritable freckles
 	-various little fixes
-	
+
 06/26/17
 
 	28
@@ -4920,78 +4926,78 @@
 	-bit of cleanup on the supportive mesh
 	-clothing should now affect slaves in facilities
 	-corrected some oversights involving sex counts in the slave intros
-	
+
 	27
 	-fixed >>101675
-	
+
 	26
-	-new breast shape preserving implant, comes from impant manufactury upgraded dispensary. See encyclopedia for more details
+	-new breast shape preserving implant, comes from implant manufactury upgraded dispensary. See encyclopedia for more details
 	-couple new slave intros involving $PC.pregMood
 	-bug fixes, hopefully including >>101672
-	
-06/25/17	
-	
+
+06/25/17
+
 	25
 	-fixed >>101533
-	
+
 	24
-	-hedonistic neighbors now always sell slaves with fetishes and occasionally paraphillias
+	-hedonistic neighbors now always sell slaves with fetishes and occasionally paraphilias
 	-nerfed broodmother's beauty in repop societies (a constant raw 100 is too high)
 	-fixed bugs and oversights
 	-added some more feedback if the societal elite are being asses
 	-added anon's head pat interact into cheat mode for testing
-	
+
 06/23/17
 
 	23
 	-bugfixes
 	-more beauty tampering. (more nerfs to physical idealist, rework of hedonism's weight based beauty, buffs to most beauty standards, buffs to body purist)
-	
+
 	22
 	-fixed reported bugs
-	
+
 	21
 	-bugfixes
 	Fixed the wardrobe bug and the sweatshop bug.
-	
+
 06/22/17
 
 	20
 	-fixed and added more age sorting options
-	
+
 	19
 	-completed hedonistic decadence's clothing
 	-added anon's cheatmode overhaul
 	-bugfixes
-	
+
 06/21/17
-	
+
 	18
 	-Activated Hedonistic Decadence FS
 	-fixed bugs
-	
+
 06/20/17
-	
+
 	17
 	-extended weight range from -100-100 to -100-200
 	-added some more mental effects on slaves to the non-lethal pit, thanks to anon
 	-added a new title set up for slaves to use when being rude to you but aren't being adamant.
-	-fixed bugs	
-	
+	-fixed bugs
+
 06/19/17
-	
+
 	16
-	-fixes matchmaking bug	
-	
+	-fixes matchmaking bug
+
 06/18/17
 
 	15
 	-fixes
-	
+
 	14
 	-fixes
-	-reduced costs for arcade and industrial dairy compnents
-	
+	-reduced costs for arcade and industrial dairy components
+
 	13
 	-pregmodfan's RA reworks
 	-fixes and tweaks
@@ -5000,20 +5006,20 @@
 
 	12
 	-bug fixes
-	
+
 	11
 	-vanilla fixes
-	
+
 	10
 	-fixes
 
 	9
 	-added liposuction to the remote surgery to make slaves not fat
 	-fixed bugs
-	-disabled nationality restricing in corporate slavegen due to an inability to fix it
-	
+	-disabled nationality restricting in corporate slavegen due to an inability to fix it
+
 06/16/17
-	
+
 	8
 	-fixes
 
@@ -5024,108 +5030,108 @@
 
 	6
 	-bugfixes
-	
+
 	5
 	-fixes
 	-moved FCTV options to manage personal affairs
 	-fixed issue with name flipping and your title
 	-cleaned up player surgery some
-	
+
 	4
 	-quick fix for the occasional error flash during end week events
-	
+
 	3
 	-fixed bugs
 	-cleaned up some of the FCTV intro code.
-	
+
 	2
 	-bugfixes
 	-FCTV can now slowly influence FS gain rates
-	
+
 	0.10.4.0.
 	-bugfixes
-	
+
 06/14/17
 
 	116
 	-fixes
 	-less scotts
-	
+
 	115
 	-fixed bugs
 	-spread new name flipper widget around some
 	-added more Scotts
-	
+
 	114
 	-first deployment of FCTV
 	-altered how name flipping is handled
-	
+
 	113
 	-fixes misplaced passages
-	
+
 	112
 	-more vanilla surname stuff
 	-bugfixes?
-	
+
 	111
 	-attempted to handle >>99083
-	
+
 	110
 	-fixes missing head girl,concubine and bodyguard
-	
+
 	109
 	-quick fix to keep the princess and prince sharing a surname
-	
+
 	108
 	-vanilla content (including surnames)
 	-bugfixes
 
 06/13/17
-	
+
 	107
 	-vanilla content (not surnames)
 	-fixes
-	
+
 06/12/17
-	
+
 	106
 	-fixed bugs
-	
+
 06/11/17
 
 	105
-	-more beauty tweaking (buffs to repop/eugenics, nerf to tranformation+bellyimplant)
+	-more beauty tweaking (buffs to repop/eugenics, nerf to transformation+bellyimplant)
 	-bugfixes (not clinic oversight)
 	-added frailty dependence
-	
+
 	104
 	-fixes
-	
+
 	103
 	-added a universal rule to keep immobile slaves from losing muscles
 	-fixed some bugs
-	
+
 	102
 	-tweaked with muscle/slimming diets
 	-added muscular atrophy if slaves can not move
-	
+
 06/10/17
 
 	101
 	-vanilla patches
-	
+
 	100
 	-more fixes
-	
+
 	99
 	-fixed bugged FS values
-	
+
 	98
 	-fixed bugs
-	
+
 	97
 	-fixed bugs
-	
+
 	96
 	-readded repeat hip and shoulder surgery.
 
@@ -5133,129 +5139,129 @@
 
 	95
 	-fixes
-	
+
 	94
 	-Beware the White Scare
 	-added Hedonistic Decadence's assay code, bugs might show up, you'll know if they do.
-	
+
 	93
 	-fixed a bug, not sure if it was the right one.
-	
+
 	92
 	-bugfixes
 	-neighbors may start using the new FS
-	
+
 06/08/17
 
 	91
 	-fixes
-	
+
 	90
 	-fixed bugs
 	-some prettying up by fcgudder
-	
+
 	89
 	-now with more schoolroomReport
-	
+
 	88
 	-fixes
 	-slaves with huge clits can now use them to rape in the pit
-	
+
 	87
 	-vanilla updates
 	-bugfixes
-	
+
 	86
 	-minor fixes
-	
+
 06/07/17
-	
+
 	85
 	-fcanon's fixes and safeguards
-	
+
 	84
 	-fixes that I forget I should be posting
-	
+
 	83
 	-you can no longer fuck a slave's ass pregnant through her fake vagina
-	
+
 	82
 	-fcanon's changes to arrays and bugfixes, optimizations and tweaks
-	-altered breeder paraphilia satisfication via vaginal/anal sex to only occur if she has a chance of getting pregnant from the action
-	
+	-altered breeder paraphilia satisfaction via vaginal/anal sex to only occur if she has a chance of getting pregnant from the action
+
 	81
 	-more vanilla patches
 	-new slave intro text unfuckery
-	
+
 06/05/17
 
 	80
 	-bug fixes
-	
+
 	79
 	-vanilla patches
 	-bug fixes
 	-possible new bugs
-	
+
 	78
-	-comments in comments break everything. 
-	
+	-comments in comments break everything.
+
 	77
 	-reverted seRetirement, it's better for the retired slave to leave than her lover
 	-fixed some bugs
-	
+
 	76
 	-sanityChecker fixes
-	
+
 	74
 	-might have fixed >>96580
-	
+
 	73
 	-fixed >>96563
-	
+
 	72
 	-fixed bugs
-	
+
 	71
 	-fixed some bugs
 	-likely added bugs
-	
+
 	0.10.3.4
 	-fixed reported bugs
 	-incubated slaves will no longer face devotion caps and trust caps
-	-updated backwards compatiblity
+	-updated backwards compatibility
 
 06/04/17
 
 	70
 	-fixed bugs
-	
+
 	69
 	Fixed >>96323 .
-	
+
 	68
 	-fixed bugs
 	-likely added bugs
-	
+
 06/03/17
 
 	67
 	-added a panic button under options to reset all extended family mode limiters
-	
+
 	66
 	-fixed reported bugs
-	
+
 	65
 	-you can now replace ocular implants with freshly cloned eyes
 	-clumped cheat edit skills together
-	
+
 	64
 	-resynced the incubator seBirth fork with the regular version
 	-finished tweaking RESS
-	
+
 	63
 	-bug fixes
-	
+
 	62
 	-vanilla patches
 	-tweaks, mostly to seBirth and frailty
@@ -5266,27 +5272,27 @@
 	-fixed bugs
 	-fixed typos and culled redundant text
 	-tweaked PC pregnancy to not stray so far past the average due date.
-	
+
 	60
 	-bugfixes
 	-salon and body modification got sorted, because
-	-FCdev nuked .gitattributes	
-	
+	-FCdev nuked .gitattributes
+
 06/01/17
 
 	59
 	-fixed bad canSee($eventSlave)
-	
+
 	58
 	-fixes and tweaks
-	
+
 	57
 	-bugfixes
 	-some tweaks to RESS
-	
+
 	56
 	-tweaked shops to allow you to change them
-	-added a bunch of important $PC vairables to backwards compatibility
+	-added a bunch of important $PC variables to backwards compatibility
 
 	55
 	-standardizations of .pregType
@@ -5294,10 +5300,10 @@
 	54
 	-fixes
 	-extended some of the new slave intros to work with extended family mode
-	
+
 	53
 	-vanilla fixes
-	
+
 	52
 	-pregmodfan's fixes
 
@@ -5306,85 +5312,85 @@
 	51
 	-anon's bigger player balls and self-impregnation mod
 	-bugfixes
-	
+
 	50
 	-added a new diet to combat genome damage
-	-fixed some inconsistancies
+	-fixed some inconsistencies
 	-fixed bugs
-	
+
 05/30/17
 
 	49
 	-fixes for reported problems
 	-vanilla updates
-	
+
 	48
 	-fixed custom slave race
-	
+
 	47
 	-fixes
 	-more chastity checks
-	
+
 	46
 	-fixes
-	
+
 	45.2
 	-readded saLongTermEffects (how did no one notice this?)
-	
+
 	45.1
 	-quick removal of lingering .lrgImg
-	
+
 	45
 	-lots of vanilla fixes
-	
+
 	44.1
 	-should fix >>94669
-	
+
 	44
 	-vanilla things
 	-bug fixes
-	
+
 	43
 	-fcanon's changes
-	
-05/29/17	
+
+05/29/17
 
 	42
 	-fixed lolimode slave gen
-	
+
 	41
 	-you may now force slaves to marry you
 	-couple bug fixes
-	
+
 	40
 	-fixed reFullBed
 	-gagged pointless error reports
-	
+
 	39
 	-fixes and tweaks
 	-attached milf tourist event
-	
+
 05/28/17
 
 	38
 	-tons of fixes and a few tweaks
-	
+
 	37
 	-added gags
 	-fixed bugs
-	
+
 05/27/17
 
 	36
 	-fixed bugs
-	
+
 	35
 	-fixes
 	-traitor might now not clear daughters and sons.
-	
+
 	34
 	-fixed bugs
-	
+
 05/26/17
 
 	33
@@ -5392,189 +5398,189 @@
 	-vanilla fixes
 	-vanilla AWOL merc event
 	-forced marriage is beginning to seep into active content, it may affect certain marriage related content now.
-	
+
 	32
 	-vanilla tweaks and fixes.
-	
+
 	31
 	-added some color to personal training
 	-fcanon's master suite fix.
-	
+
 	30
 	-fixed backwards compatibility
-	
+
 05/25/17
 
 	29
 	-spelling corrections
-	-fixed  >>93327
-	
+	-fixed >>93327
+
 	28
 	-lots of fixes from fcanon and pregmodfan
-	
+
 	27.1
 	-slight revisement to the bug fixed in >>93184
-	
+
 	27
 	-fixed >>93182
-	
+
 	26.2
 	-fixed >>93142
-	
+
 	26.1
 	-fixed >>93122
-	
+
 	26
 	-more fixes
-	
+
 	25
 	-vanilla bugfixes and tweaks.
-	
+
 05/24/17
 
 	24
 	-fixed some bugs
 	-optimized and corrected some errors in new child intro
-	
+
 	23
 	-added a new drug research to the dispensary to remove physical side effects from aphrodisiacs.
-	
+
 	22
 	-bug fixes
-	
+
 05/22/17
 
 	20/21
 	-tossed in a compatibility catch for >>92203
-	
+
 	19
 	-fixes
-	
+
 05/21/17
 
 	18
 	-maybe added/reactivated some more conditions for the RA?
-	
+
 	17
 	-heavily altered how physical development works when active. Now balances hormones over the year to decide which bonus to give.
 	-fixed bugs, maybe
-	
+
 05/20/17
 
 	16
 	-fixed bugs (mindbroken HG slaves and research lab BS)
-	
+
 	15
 	-fixed minor bugs
-	
+
 	14
-	-fixed, hopefully, slaves sneaking off into non-existant master suites
-	
+	-fixed, hopefully, slaves sneaking off into non-existent master suites
+
 	13
 	-fixed missing slaves in certain starting arcologies
-	
+
 	12
 	-readded lost dairy pipelines, milk and cum should flow through the pipeline properly again
-	
+
 	11
 	-fixed root issue with now shop system and my FS
 	-FSdevelopments shops setting should now function?
 	-fixed a bug involving slaves not ceasing calling you names when they are no longer fearful
-	
+
 05/19/17
 
 	10
 	-various bugfixes
 	-more rude names
-	-you can now successfully buy the prince and  princess and they will definatly be different people
-	
+	-you can now successfully buy the prince and  princess and they will definitely be different people
+
 	9
 	-several bugfixes
 	-hateful slaves may now voice their opinions of you more clearly
-	
+
 	8
 	-bugfixes
-	
+
 	7
 	-fixed lost incubator report, fcanon!
-	
+
 	6
 	-fixed bugs
 	-added anon's recruit event
 	-likely broke ng+ extended family mode harder
-	
+
 05/18/17
 
 	5
 	-fixed shops?
-	
+
 	3
 	-resynced with vanilla after missing a certain gingering related commit
-	
+
 05/17/17
 
 	2
-	-disabled FS related shop content until it gets completed. Seeting it from shops may still be safe, but won't have any notable effects.
+	-disabled FS related shop content until it gets completed. Setting it from shops may still be safe, but won't have any notable effects.
 	-fixed saChoosesOwnJob error
-	
+
 	1
 	-now working?
-	
+
 05/16/17
 
-	Pregmod 0.10.3.0 	
-	
+	Pregmod 0.10.3.0
+
 05/15/17
 
 	32
 	-fixed bugs
 	-added large and small chest sizes to PC set up
 	-added an option to buy both the prince and princess from the royalty event
-	
+
 	31
 	-bugfixes
-	
+
 	30
 	-added a new purchasable PA pack
 	-ra tweaks
-	
+
 05/14/17
-	
+
 	29
-	-fixes and spelling fixes	
-	
+	-fixes and spelling fixes
+
 05/13/17
 
 	28
 	-pregmodfan's pc renaming
 	-fixes
 	-backwards compatibility additions
-	
+
 	27
 	-bugfixes
 	-tweaks
-	
+
 	26
 	-fixed miscopied passages
-	
+
 	25
 	-vanilla bulk slave purchasing
 	-fixed bugs
-	
+
 	24
 	-partial vanilla update
-	
+
 05/12/17
 
 	23
 	-fixed bad breasts and bad curatives events
-	
+
 	22
 	-fix for >>87869
-	
+
 	21
 	-fixed bugs
-	
+
 	20
 	-vanilla fixes and tweaks
 
@@ -5582,41 +5588,41 @@
 
 	19
 	-vanilla bugfixes and tweaks
-	
+
 	18
 	-fixed JS
 	-added a new event from vanilla
-	
+
 	17
 	-all the RA work from the git
-	
+
 	16
-	-added some backwards compatiblity for pregmod variables
+	-added some backwards compatibility for pregmod variables
 	-fixed >>87285
-	
+
 	15
 	-more RA fixes from fcanon
-	
+
 	14
 	-fcanon and stuffedanon's fixes
-	
+
 	13
 	-fcanon's fixes and tweaks
 	-stuffedanon's fixes
 	-vanilla fixes
-	
+
 	12
 	-fixes
-	
+
 	11
 	-added more feedback for transformation fetishists and if implanted assets are suitably implanted
 	-lessened thresholds for % implant bonus and malus
-	
+
 	10
-	-fixded bugs
+	-fixed bugs
 	-added a percent implant report to longSlaveDescription for transformation fetishist societies
-	-added lips to lip impants beauty calcs for transformation fetishist
-	
+	-added lips to lip implants beauty calcs for transformation fetishist
+
 	9
 	-vanilla fixes
 
@@ -5624,18 +5630,18 @@
 
 	8
 	-lots of fixes and spell checking
-	
+
 	7
 	-spelling corrections
-	
+
 	6
 	-massive beauty overhaul
-	
+
 	5
 	-ra is likely more broken than ever
 	-fixed some bugs
 	-vanilla code cleanup
-	
+
 	4
 	-vanilla fixes
 
@@ -5643,14 +5649,14 @@
 
 	3
 	-bugfixes
-	
+
 	1
 	-now with more 0.10.2.0 content
-	
+
 	Pregmod 0.10.2.0a v0.
 
-05/08/17 
-	
+05/08/17
+
 	30
 	-fixed >>85316
 
@@ -5658,16 +5664,16 @@
 
 	29
 	-put a check on dick immobilization so that a slave must have a dick for it
-	
+
 	28
 	-fixed a number of bugs
-	
+
 	27
 	-possible JS fix
-	
+
 	26
 	-fixes bad puberty age setting on new reproductive organs
-	
+
 	25
 	-bugfixes
 
@@ -5675,17 +5681,17 @@
 
 	24
 	-bugfixes from stuffedanon
-	
+
 	23
 	-added custom titles for slaves to call you
-	-family members refering to you with a family title now optional
-	
+	-family members referring to you with a family title now optional
+
 	22
 	-fixed PA appearances not appearing
-	
+
 	21
 	-fixed pHackerSupport </nobr> error
-	
+
 	20
 	-lots of sanityCheck fixes
 
@@ -5693,17 +5699,17 @@
 
 	19
 	-fcanon's fixes
-	
+
 	18
 	-added fcanon's pending assignwidgets changes from vanilla
-	
+
 	17
 	-fcanon's fixes
-	
+
 	16
 	-cleaned up the new hood surgery to read a little better
 	-fixed a bug with setting hood size on a newly grafted hood
-	
+
 	15
 	-bugfixes
 	-vanilla fixes
@@ -5711,7 +5717,7 @@
 	-tweaked foreskin surgery to allow for the addition of said hoods since completeness doesn't seem to be a concern for cybermodder
 
 05/04/17
-	
+
 	14
 	-tons of bug fixes from everyone
 
@@ -5719,35 +5725,35 @@
 
 	13
 	-massive changes to sister and daughter setting
-	
+
 	12
 	-fixed bugs
 	-reverted changes to breeding proposal
 	-continuing without making a choice will likely result in your proposal being rejected, so make a choice
-	
+
 	11
 	-fixed apartments issue
-	
+
 	10
 	-fixed JS
-	
+
 	9
 	-vanilla changes to penthouse UI
 	-revised incubator pregnant slave listing
 	-added family trees to slave interact and manage personal affairs
-	
+
 	8
 	-fixed bugs
-	
+
 	7
 	-fixed new ui
-	
+
 	6
 	-fixed bugs
-	
+
 	5
 	-fixed up slave-slave dick and vag scenes
-	
+
 	4
 	-lots of vanilla changes, most notably to the ui
 	-4 new vanilla potential recruits
@@ -5755,20 +5761,20 @@
 05/02/17
 
 	3
-	-removed restriction on slave on slave scenes 
+	-removed restriction on slave on slave scenes
 	-removed lingering $cum and $milk from the forcefeeding workaround
-	
+
 	2
 	-tons of bugfixes, dairy inflation still under review
 	-forgot to remove the cheatmode restriction on anon's slave interact scenes, will get on next pass
-	
+
 	1
 	-actually outputted from twine this time
-	
+
 	1010a-1
 	-fixed bugs
 	-added anon's new refreshment types
-	
+
 	Pregmod updated to alpha 0.10.0.0.
 	-good luck
 
@@ -5776,16 +5782,16 @@
 
 	110
 	-fixed bugs that aren't related to the RA
-	
+
 	109
 	-the [$] that caused it all has been fixed
-	
+
 	108
 	-fixes from stuffedanon
-	
+
 	107
 	-lots of submitted changes and fixes
-	
+
 	106
 	-removed some leftover debug scripts
 	-fixed poorly reported custom slave balls
@@ -5793,35 +5799,35 @@
 04/30/17
 
 	105
-	-intergrated >>82360
+	-integrated >>82360
 	-fixed >>82371
-	
+
 	104
 	-fixes >>82338
-	
+
 	103
 	-minor bug fixes
-	
+
 	102
 	-added >>82004
 
 04/29/17
 
 	101
-	-fixed mispelled variable names.
-	
+	-fixed misspelled variable names.
+
 	100
 	-vanilla fixes
-	
+
 	99
 	-lots of bugfixes
 	-fcanon's content changes from last night
-	
+
 	98
 	-fcanon's changes
 	-bugfixes
 	-revised ascension to arcology owner career (1 year of owning the arcology or all player skills maxed)
-	
+
 	97
 	-vanilla stuff
 
@@ -5830,36 +5836,36 @@
 	96
 	-fixed bugs
 	-added an old footjob scene I found to cheatmode for some testing
-	
+
 	95
 	-tweaked slave passive impregnation
 	-fixed bugs
-	-that inculdes artWidgets
-	
+	-that includes artWidgets
+
 	94
 	-added >>81072
 	-added another bandaid to this version's CSS
-	
+
 	93
 	-more vanilla fixes
 	-family tree now works in this version
-	
+
 	92
 	-fcanon's changes
 	-vanilla changes
 
 04/27/17
-	
+
 	91
 	-vanilla fixes
-	
+
 	90
 	-even more fcanon fixes
 	-changes to slave on slave dickriding
-	
+
 	89
 	-random very minor vanilla stuff
-	
+
 	88
 	-lots of little fixes by fcanon
 	-git version will have the initial family tree system working when it gets accepted
@@ -5868,10 +5874,10 @@
 
 	87
 	fixed misc widgets .FSSSubjugationist bug
-	
+
 	86
 	-possibly fixed pUndergroundRailroad
-	
+
 	85
 	-lots of vanilla additions
 	-fcanon's additions
@@ -5881,19 +5887,19 @@
 
 	84
 	-fcanon's fixes
-	-tweaked family widgets to report accuratly
-	
+	-tweaked family widgets to report accurately
+
 	83
 	-fixed bugs
 	-tweaked relative reporting to not report a slave as both a twin and a sibling.
-	
+
 	82
 	-fixed bugs
 	-added ability to view pregnant slave descriptions in the incubator screen
-	
+
 	81
 	-bug fixes
-	
+
 	80
 	-vanilla content
 
@@ -5902,80 +5908,80 @@
 	79
 	-fixed bugs
 	-altered chooses own clothes for mindbroken slaves
-	
+
 	78
 	-fixed bugs
-	
+
 	77
 	-bugfixes
 	-got that code block working so now you know everything that is immobilizing a slave
-	
+
 	76
 	-massive vanilla color css changes
-	
+
 	75
 	-fixed starting girls applying things it shouldn't be.
-	
+
 	74
 	-fixed the aforementioned phantom dick bug
 	-slaves with ages of 0 now count age in weeks
 	-fixed bugs
-	
+
 04/23/17
 
 	73
 	-bug fixes
-	
+
 	72
 	-integrated extended-extended family mod widgets fixes and cleanup
-	
+
 	71
 	-whole lot of fixes
-	
+
 	70
 	-fixed >>79119
 	-fixed some wonky $possessives in saLongTermEffects
-	
-04/22/17	
+
+04/22/17
 
 	69.1
 	-Fixed version. Accidentally copied longSlaveDescription into descWidgets.
-	
+
 	69
 	-vanilla pulls
 	-bug fixes
-	
+
 	68
-	-altered accent deminishing (not reflected in slave summary)
+	-altered accent diminishing (not reflected in slave summary)
 	-fixed bugs
-	
+
 	67.1
 	-fixed the .html version only bug >>78902
-	
+
 	67
 	-fixed bugs
 	-sided with the old vanilla code and added canTalk() to the DJ assignment check.
-	
+
 	66
 	-fixed bellies sagging that shouldn't be sagging, hopefully once and for all
-	
+
 	65
 	-overhauled extended-extended family mode widgets
-	
+
 	64
 	-bugfixes
-	
+
 	63
 	-fixes HG alt formatting bug
-	
+
 	62
 	-fixed everything in >>78748
-	
+
 	61
 	-fixed RESS issues
 	-possibly fixed >>78736 (it looks vanilla)
 	-normal corsets no longer reduce waists on inflated slaves or slaves with large belly implants
-	
+
 04/21/17
 
 	60
@@ -5983,14 +5989,14 @@
 	-schoolroom can now raise anal and vaginal skill to 30 with the skills upgrade
 	-take classes can teach anal and vaginal skills to virgins
 	-fixed some revealed oversights
-	
+
 	59
 	-fixed wip fuck scene >>78525
 	-possibly fixed the slave is own niece thing
-	
+
 	58
 	-incestual relationships extended to player's mother, father and sisters
-	
+
 	57
 	-bugfixes
 
@@ -5998,18 +6004,18 @@
 
 	56
 	-altered hormone face change calcs to reflect .face changes
-	
+
 	55
 	-more vanilla fixes
-	
+
 	54
 	- Fixed >>78168
-	
+
 	53
 	-vanilla fixes
 	-nulls can now maybe be made in starting girls?
 	-bugfixes
-	
+
 	52
 	-vanilla fixes
 
@@ -6017,16 +6023,16 @@
 
 	51
 	-fixed bugs
-	
+
 	50
 	-very minor fixes
 	-changed how rival victory into initiation works
 
 04/18/17
-	
+
 	49
 	-possibly fixed undefined error in removeJob
-	
+
 	48
 	-tons of vanilla changes
 	-hopefully few vanilla bugs
@@ -6035,13 +6041,13 @@
 
 	47
 	-fixed bugged childgen for players carrying a slave's child
-	
+
 	46
 	-couple bug fixes, mostly the rival setting bug
-	
+
 	45
 	-fixed and limited madam and dj involvement in facility sex
-	
+
 	44
 	-seDeath should no longer get stuck on
 
@@ -6049,15 +6055,15 @@
 
 	43
 	-integrated pregmodfan's RA work
-	
+
 	42
 	-tweaked rate of arcade slave decay
-	
+
 	41
 	-altered slave death
 	-fixed bugs
 	-added vanilla bug fixes
-	
+
 	40
 	-fixed bugs
 	-altered beauty standard laws to better mesh with other FS
@@ -6075,71 +6081,71 @@
 	-completely forgot what I did last night, hope that I didn't break anything
 
 04/14/17
-	
+
 	37
 	-breaking raWidgets even more.
-	
+
 	36
 	-fixed first error reported in raWidgets.
-	
+
 	35
 	-fixes
-	
+
 	34
 	-fixed bugs
 	-added some extra nicknames
-	
+
 	33
 	-fixed longSlaveDescription (<div class="imageRef lrgImg"<div class="mask">&nbsp;</div>> to <div class="imageRef lrgImg"><div class="mask">&nbsp;</div>)
-	
+
 	32
 	-added a trio of medicinal enemas (curative, tightening, and aphrodisiac)
-	-contain's vanilla 0.10.0.0 alpha changes
-	
+	-contains vanilla 0.10.0.0 alpha changes
+
 	31
 	-vanilla changes, mostly to RA
 	-added anon's image css stuff
 	-bugfixes?
-	
+
 04/13/17
-	
+
 	30
 	-lots of little bug fixes, nothing major
 	-bodyswapping moved to testing but currently untested, suggesting not touching it
-	
+
 04/12/17
 
 	29
 	-fixed opening error (Absentmindedly closing widgets with <</if>> will do that.)
-	
+
 	28
 	-hammered FS unsetting, it should properly unset everything now when abandoned or failed out of
-	
+
 04/11/17
 
 	27
 	-fixed enemas and forcefeeding
 	-hairless is now an inheritable trait
-	
+
 	26
 	-unfucked walkpast
-	
+
 	25
 	Emergency fix. Accidentally deleted misc widgets.
-	
+
 	24
 	-completed citizen hookup event variant
 	-introduced baldness to males over 50 in slavegen
 	-hooked up hair removal surgery
 	-bugfixes (not slave cloning)
-	
+
 04/10/17
-	
+
 	23
 	-reworked saChoosesOwnJob to not be potentially broken
 	-limited saChoosesOwnJob to prevent slaves from locking themselves in industrial dairies and overfull facilities
 	-added a new universal rule to permit or deny slaves choosing their own jobs from joining facilities, off by default
-	-recalced underarm and pubih hair in slavegen, you should see things other than waxed consistantly now
+	-recalced underarm and pubic hair in slavegen, you should see things other than waxed consistantly now
 
 04/09/17
 
@@ -6151,16 +6157,16 @@
 	Gave smart piercings new settings to suppress XY and XX attraction, which will have minor secondary libido suppressing effects.
 	Heavily buffed smart piercing efficiency when improving XY and XX attraction and added minor secondary libido enhancing effects to these settings.
 	WIP descriptions for nulls.
-	
+
 	21
 	-fixes
-	
+
 	20
 	-now with less forgotten passage copies
-	
+
 	19
-	-fixed starting girls attraction cotrols
-	
+	-fixed starting girls attraction controls
+
 	18
 	-fixed bugs
 	-added prostates to starting girls
@@ -6169,23 +6175,23 @@
 
 	17
 	-hooked up body hair removal surgery
-	
+
 	16
 	-fixes?
 	-handled code duplication in salon
-	
+
 	15
 	-fixed superfluous <</if>> in L40 in researchLab.tw (likely)
-	
+
 	14
 	-fixed >>74516
-	
+
 	13
 	-fixes
-	
+
 	12
 	-applied fixes to lab report, hopefully it works now
-	
+
 	11
 	-minor descriptive tweaks
 	-bugfixes
@@ -6195,7 +6201,7 @@
 
 	10
 	-fixes
-	
+
 	9
 	-fixes
 	-neighboring slimness enthusiast arcologies now have access to its research
@@ -6215,83 +6221,83 @@
 	-possibly enabled selfcest twins
 	-fixed cybermod bugs
 	-having no prostate devastates cum volume.
-	
+
 04/06/17
 
 	4
 	-fixed player surgery widget
-	
+
 	3
 	-enabled prosthetics
-	
+
 	2
 	-fixed age reduction surgery for the pc
-	
+
 	0.10.0.0a v1.
 	-fixes
-	
+
 03/31/17
 
 	42
 	-fixed bugs
-	
+
 03/30/17
 
 	Pregmod updated to proto-0.9.10.4.
 	-spa bug fixed
-	
+
 	40
 	-updated to array based facilities
-	
+
 03/29/17
 
 	38.1
 	-compatibility catch for the new law (Slimness Enthusiast (Flat is beauty)) to work.
-	
+
 	38
 	-added Slimness Enthusiast Research (asset shrinking drugs)
 	-added Slimness Enthusiast Law (Flat is beauty)
 	-fixed custom slave skin nonsense
 	-fixed bugs
-	
+
 	37
 	-fixed bugs
-	
+
 	36
 	-fixed bugs
 	-tweaked descWidgets to flow a little better
-	
+
 03/28/17
 
 	35
 	-updated corp overhaul mod
-	-tracked down missing accordian mod pulls and added them
+	-tracked down missing accordion mod pulls and added them
 	-fixed bugs and other issues
 	-added slave on slave wips to cheatmode
-	
+
 03/27/17
 
 	34
 	-tweaked personal training
 	-tweaked concubine rules; she may now be blind or immobile, but must have limbs. Events involving her had their conditions adjusted in accordance.
 	-fixed bugs
-	
+
 03/26/17
 
 	33
 	-integrated filter by assignment fixes
 	-added more flat
 	-bugfixes
-	
+
 	32
 	-disabled sort by assignment until it can be fixed
 	-fixed a couple bugs
-	
+
 	31
 	-fixed servants' quarters
 	-fixed bugs and typos
 	-added preg biometrics collar to RA
-	
+
 03/25/17
 
 	30
@@ -6305,22 +6311,22 @@
 
 	29
 	-applied economy mod fixes
-	
+
 	28
 	-fixed? saChoosesOwnJob
 	-assigned a default eyeWear to custom slaves
-	
+
 	27
-	-applies incubtor bugfix
-	
+	-applies incubator bugfix
+
 	26
 	-added economic report mod
-	
+
 03/23/17
 
 	25
 	-fixed starting fs issues, hopefully
-	
+
 	24
 	-bugfixes
 	-added smaller breast sizes to PC surgery
@@ -6331,16 +6337,16 @@
 	-bugfixes
 	-some tweaks to things changed from single instance to week long isntances
 	-minor FS reactions to certain player appearances
-	
+
 	22
 	-fixed bugs
-	-added nurmerous vanilla optimizations
+	-added numerous vanilla optimizations
 
 03/21/17
 
 	21
 	-various bugfixes accumulated today
-	
+
 	20
 	-couple fixes and tweaks
 
@@ -6348,10 +6354,10 @@
 
 	19
 	-fixed surgery cooldown
-	
+
 	18
 	-fixed player surgery trapping you in manage personal affairs
-	
+
 	17
 	-added player surgeries (incomplete)
 	-updated anon's nationality weighting mod
@@ -6362,38 +6368,38 @@
 	16
 	-fixed bugs
 	-added a catch to arcology acquisition that will hopefully prevent the extra FS bug
-	
+
 	15
 	-fixed clinic issues
-	
+
 03/18/17
-		
+
 	14
 	-bugfixes
-	
+
 	13
 	-added anon's corp overhaul
 	-upped max incubator age to 42
-	-updated accordian mod
-	
+	-updated accordion mod
+
 03/17/17
-	
+
 	Pregmod updated to 0.9.10.2.
 	-Restricted nationalities got fixed, nationality percentage anon, please look into the changes, though most of them where just indenting.
-	
+
 03/16/17
 
 	7
 	-bugfixes
-	-initalization of player surgery variables
-	
+	-initialization of player surgery variables
+
 	6
 	-added metallic makeup options
 	-fixed bugs
 
 	4
 	-fixed RESS, "<if" got me again
-	
+
 	Tweaked 4 with some fixes
 	1. Tweak:  can change slave drugs and other settings while they are on assignment
 	2. Tweak:  when devotion/trust are maxed for a slave, some of the weekly report summary text showing devotion/trust gains will be hidden.
@@ -6403,44 +6409,44 @@
 	6. Bug fix:  Several $pronounCap tokens changed to $possessiveCap where appropriate.
 	7. Bug fix (?):  When buying arcology ownership with reputation, increase value of ownership share same as when buying with cash
 	8. Misc. smaller fixes (typos, missing $'s)
-	
+
 	Pregmod updated to 0.9.10.1.
 	-fixed reported bugs and typos
-	
+
 03/15/17
 
 	4
 	-many more vanilla updates
 	-possibly broke clinic report
-	
+
 	3
 	-fixed bugs
 	-merged anon's brazil mod
 	-lowered min player age to 14
-	
+
 	2
-	-fixed .html version's accordian mod, thanks twine
-	
+	-fixed .html version's accordion mod, thanks twine
+
 	Updated to 0.9.10.0
-	
+
 03/14/17
 
 	3
 	-some new event tweaks pushed out for testing
-	
+
 	2
 	- >>67338, >>67339 Fixed, though two of the policy bugs are more of just a guess at how they might be handled. Unfinished content and all that.
-	
-	1 
+
+	1
 	- >>67334 This should fix it.
-	
-	0.9.10.0a 
-	
+
+	0.9.10.0a
+
 03/13/17
-	
+
 	38
 	-merged pregmodfan's pregnancy speed mod
-	-merged anon's swapable prosthetics and face mod	
+	-merged anon's swappable prosthetics and face mod
 
 03/12/17
 
@@ -6448,18 +6454,18 @@
 	-added descriptive elements reflecting player age
 	-fixed $PC.birthWeek
 	-bugfixes
-	
+
 	36
 	-tweaked $PC variable compatibility
-	
+
 	35
 	-revamped player age and aging
 	-fixed some bugs
-	
+
 	34
 	-fixed bugs and typos
 	-added an upgrade to the clinic to quickly cleanse slaves of genome damage at the cost of health for the duration
-	
+
 	33
 	-some little tweaks to incubator content
 	-hopefully fixed frailty rendering some slaves immobilized by their imaginary penises
@@ -6469,40 +6475,40 @@
 	32
 	-fixed starting girls bug
 	-tossed in some vanilla bugfixes
-	
+
 	31
 	-fixed bugs
 	-added a, hopefully functional, override to handle starting girls custom origins
-	-added gender settings constrants to enteded family mode family recruiting
-	
+	-added gender settings constraints to extended family mode family recruiting
+
 	30
 	-fixed bugs
 	-incubator slaves now start with lower language skills
-	
+
 	29
 	-touched genetics more and possibly rebroke everything
 	-added more naming options, though the PA will still select FS names if available with that naming option
 	-fixed custom starting slave descriptions and the add custom descriptions
 	-added a toggle for inbreeding
-	
+
 	28
 	-fixed >>66378
-	
+
 	27
 	-fixed saRelationships
 	-lost temper at saRelationships
-	
+
 	26
 	-bugfixes
 	-more vanilla changes to saRelationships, hope family mode takes it well
-	
+
 03/10/17
-	
+
 	25
 	-fixed childgen
 	-vanilla bug fixes
 	-repop law can now apply to player
-	
+
 	24
 	-completed new child intro
 	-spread frailty around
@@ -6512,54 +6518,54 @@
 03/09/17
 
 	22
-	-fixed a number of bugs and oversights	
-	
+	-fixed a number of bugs and oversights
+
 	20
 	-child naming looks fully functional
 	-small tweaks from vanilla
-	
+
 03/08/17
-		
+
 	0.9.9.5.
-	
+
 	18
 	-incubator bug fixes
 	-naming closer to finalization
-	
+
 	17
 	-fixed saRelationships harder
-	
+
 	16
 	-unrolled back saRelationships
 
 	15
 	-rolled back saRelationships
-	
+
 	13
 	-quick fix for slave careers, will only affect children generated after this patch. Mostly just effects and descriptions, nothing huge.
-	
+
 03/07/17
-	
+
 	12
 	-incubator moved to beta, no longer restricted by cheatmode
-	
+
 03/06/17
-		
+
 	11
 	-many bug fixes and tweaks
-	-added ability to buy additional transfer slots for ng+	
-	
+	-added ability to buy additional transfer slots for ng+
+
 03/05/17
-	
+
 	10
 	-slight improvements to assistant events, nothing major and fully compatible with saves
-	
+
 03/04/17
-	
+
 	9
 	-fixed bugs
-	-tweaked some RESS events	
-	
+	-tweaked some RESS events
+
 03/03/17
 
 	0.9.9.4
@@ -6570,45 +6576,45 @@
 	-fixed >>64439
 
 	0.9.9.3
-	
+
 	7
 
 	0.9.9.2
 
 	6
 	-fixed >>64194
-	
+
 	5
-	-small improvements	
-	
+	-small improvements
+
 03/02/17
 
 	4
 	-fixed, extended families
-	
+
 	3
 	-fixed >>63968
-	
+
 	0.9.9.1
-	
+
 	0.9.9.0
 	-many changes to ng+ and how the pc is handled
-	-adjusted 6 & 7 FS unlock values	
-	
+	-adjusted 6 & 7 FS unlock values
+
 02/26/17
-	
-	27	
+
+	27
 	-fixed many bugs
-	-however >>63027 and >>63096 are still at large	
-	
+	-however >>63027 and >>63096 are still at large
+
 02/25/17
 
 	26
 	-fixed, "DairyRestraintsSetting(2)" should not be visible in front of the description of my dairy.
-	
+
 	25
 	-experimental fix for >>62727
-	
+
 02/24/17
 
 	24
@@ -6621,317 +6627,315 @@
 		</span>
 		<<if $propOutcome == 1>>
 	-fixed, all my slaves. it says "She is not fertile with Error: cannot find a closing tag for macro <<if>> in <<if $incubator > 0 >>
-		
+
 	23
 	-fixed reported bugs except for >>62509
 
 02/20/17
 
 	19
-	-commenting is hard	
-		
+	-commenting is hard
+
 	18
 	-temporarily disabled brother checks to prevent duplication
-	
+
 	17
 	-fixed introduced extended-extended family mode bugs
 	-moved said descriptions from long slave description to pregmod widgets to prevent issues with vanilla updates.
-	
+
 02/19/17
-	
+
 	16
-	-fixes parental id's 
-	
+	-fixes parental id's
+
 	15
 	-added some compatibility hooks
 	-fixed some bugs
 	-added extended-extended family mod
 	-added vanilla bug fixes
-	
+
 	14
 	-fixed bugs, but need to look at relative recruiters still
-	
+
 	13
 	-fixed, can't impregnate a slave with another. Just a wall of Red text "Error: <<if>>: bad conditional expression in <<if>> clause: slave is not defined"
-	
+
 	12
 	-fixed erroneous $familyTest fixing slave interact issues and enabling two dSlaveDatabase additions
 	-felt stupid
 	-fixed new bug in fRelation
-	
+
 	11
 	-bugfixes
-	-implemented new javascript to hopefully fix existing issues	
-	
+	-implemented new javascript to hopefully fix existing issues
+
 02/18/17
-	
+
 	10
 	-tweaked saRecruitGirls more
-	
+
 02/17/17
-	
+
 	9
 	-fixed recruiting harder
-	
+
 	8
 	-fixed bugs
 	-implemented genetics tracking system
-	
+
 	7
 	-fixed contraceptive bug
-	
+
 	6
-	-various bugfixes	
-	
+	-various bugfixes
+
 02/16/17
-	
+
 	5
 	-fixed some bugs
-	-more compatability for vanilla to pregmod ng+	
-	
+	-more compatibility for vanilla to pregmod ng+
+
 02/15/17
-	
+
 	4
 	-possibly fixed $rep bug
-	
+
 	3
 	-fixed >>60110
-	
-	 0.9.8.1	
-	-preliminary integration of anon's animal pregnancy mod, not funcitonal yet
-			
+
+	 0.9.8.1
+	-preliminary integration of anon's animal pregnancy mod, not functional yet
+
 02/14/17
-	
-	0.9.8.0	
-	
+
+	0.9.8.0
+
 02/13/14
-	
+
 	9
 	-added incubation facility
 	-integrated anon's HG impregnation exclusion toggle
-	-fixed bugs inclding >>59683 and >>59598	
-	
+	-fixed bugs including >>59683 and >>59598
+
 02/12/17
-	
+
 	8
 	-fixed many reported bugs, save for the walkpast bug that is still eluding me
 	-added several vanilla bugfixes
-	-added >>59368	
-	
+	-added >>59368
+
 02/11/17
-	
+
 	7
 	-fixed relative recruits cloning over their recruiter
 	-fixed that futa starting girls bug again, and this time it's synced I swear
- 
+
 	4
 	-added >>59138
 
 	6
 	-Fixed >>59174 ( missing a $ when setting headgirl to soften).
-	
+
 	0.9.7.2
 	0.9.7.1
-	
+
 02/10/17
-	
+
 	6
 	-updated to vanilla github
 	-fixed more bugs
-	
+
 	2
 	-fixed bugs
 	-fuckdolls can now use pregmod added diets
-	
+
 	1
 	-fixed >>58858
-	
+
 	0.9.7.0
 	-vanilla content only
 
 02/09/17
-	
+
 	5
 	-updated with vanilla bugfixes
-	
+
 	4
 	-fixed bugs
 	-did extra fixing to fAbuse
-	
+
 	3
 	-added new two slave recruitment events
 	-fixed bugs
-	
+
 	2
 	-fixed randomize attraction widget bug
-	
+
 	1
 	-updated to vanilla github
 	-fixed bugs
-	
+
 02/07/17
-	
+
 	13
 	-completed and enabled relative recruiter events for extended family mode
 	-made extended family mode ng+ compatible
 	-bugfixes
 
 02/06/17
-	
+
 	12
 	-fixed bugs
 	-included starting herm fertility fix
-	
-02/05/17	
+
+02/05/17
 
 	11
 	-added organ farm upgrades to decrease time it takes to grow organs
-	
+
 	10
 	-tweaked butt beauty values
 	-hopefully fixed egyptian revivalist issues
 
 02/04/17
-	
+
 	9
 	0.9.6.5
-	
+
 02/03/17
-	
+
 	8
 	-couple bugfixes
-	-added the new pube style to the RA	
-	
+	-added the new pube style to the RA
+
 02/02/17
-	
+
 	7
-	-fixed bugs	
-	
+	-fixed bugs
+
 	6
 	-fixed typos and bugs
-	-reenabled self impregnation	
-		
+	-reenabled self impregnation
+
 02/01/17
-	
+
 	5
 	-waged war against starting girls and managed to make a button to resync height with age
 	-added origins for all careers if the slave is your child
 	-and had to bar players from being both their father and mother
 	-added lolimode toggle to game start summary
 	-fixed a bunch of improper slave name calls in the recruiter content
-	
+
 	0.9.6.2
 	-added a pair of hero slaves under extended family mode that I found tucked away in a passage. Odds are they were never implemented due to an inability to make sibling hero slaves.
-	-completey forgot to make lolimode a start menu toggle
-	
+	-completely forgot to make lolimode a start menu toggle
+
 01/31/17
-	
+
 	9
 	-extended family mode now allows for full control of starting slaves mother ID and father ID.
 	-bug fixes
-	
+
 	3
 	-added a bushy in the front, clean in the back pubic hair style
-	-fixed bugs	
+	-fixed bugs
 
 	0.9.6.1
 	-updated matchmaking to pregmod's content
-	
+
 	0.9.6.0
-	
+
 01/30/17
-	
+
 	8 - family test
-	-beta version of the new family system	
-	
+	-beta version of the new family system
+
 01/28/17
-	
+
 	7
 	-bugfixes, including anon's fixes
-	
+
 	0.9.5.4
 	-integrated >>56001
 	-more work on relations, not ready for play yet
 
-	
-	
 01/27/17
-	
+
 	0.9.5.3
-	-fixes $rep issues, 
-	-added,  able to play matchmaker and take two emotionally bonded slaves to you and put them in a relationship with each other.	
-	
+	-fixes $rep issues,
+	-added,  able to play matchmaker and take two emotionally bonded slaves to you and put them in a relationship with each other.
+
 01/26/17
 
 	4
 	-updated milk quantity calcs
 	-nerfed flesh heap
 	-kidnappers market now requires 500 rep to access
-	
+
 	3
 	-fixed reported bugs
-	
+
 01/25/17
-	
+
 	2
 	-most new 0.9.5.0 changes are now accounted for
 	-20% chance of white girls coming out of zimbabwe
-	
+
 	0.9.5.2
-	-integrated anon's japan start mod	
-	
+	-integrated anon's japan start mod
+
 01/23/17
 
 	17
 	-fixed bugs
-	
+
 	16
 	-fixed missing RA defaults
-	
+
 	15
 	-fixed bugs
-	-applied youth pref research to neighbor youth pref societies	
-	
+	-applied youth pref research to neighbor youth pref societies
+
 01/19/17
 
 	14
 	-fixed age related issues in some hero slaves
 	-autosurgery now correctly lowers visual age when applying an age lift
-	-reduced visual on event slaves that have age lifts, all two of them.	
-	
+	-reduced visual on event slaves that have age lifts, all two of them.
+
 01/18/17
-	
+
 	13
-	-restricted minimum reitrement age at game start to 25
-	
+	-restricted minimum retirement age at game start to 25
+
 01/17/17
 
 	12
 	-quick bugfixes
-	
+
 	11
-	-implanted reproductive organs now work immediatly if precocious puberty is off, otherwise the slave will go through the appropriate puberty within a year if relevant.
-	
+	-implanted reproductive organs now work immediately if precocious puberty is off, otherwise the slave will go through the appropriate puberty within a year if relevant.
+
 	10
-	-tweaked libidos and nymphomania	
-	
+	-tweaked libidos and nymphomania
+
 01/16/17
-	
+
 	9
 	-added starting option to set initial retirement age
-	
+
 01/15/17
-	
+
 	8
 	-added a new slave market
 	-removed age limiters on other slave markets
-	-added a new partially subterranean arcology location	
-	
+	-added a new partially subterranean arcology location
+
 01/14/17
-	
+
 	7
 	-more event/desc tweaks
-	
+
 	0.9.4.3
 	-various little tweaks and fixes
 
@@ -6939,133 +6943,133 @@
 
 	4
 	-fixed SE Birth and slavemarkets
-	
-	0.9.4.2 
+
+	0.9.4.2
 	-fixed $cash bug
-	
+
 01/12/17
 
 	0.9.4.1
 	0.9.4.0
 	-integrated >>53201
-	-added first half of the youth pref research (anti-aging cream)	
-	
+	-added first half of the youth pref research (anti-aging cream)
+
 01/09/17
-	
+
 	14
-	-bugfixes	
-	
+	-bugfixes
+
 01/07/17
-	
+
 	13
 	-finished new age descriptions
 	-added a new physical age retirement
 	-increased upper bounds on age/birth retirements
-	-age surgery now lowers .visualAge	
+	-age surgery now lowers .visualAge
 
 01/06/17
-	
+
 	12
-	-various age bugfixes	
-	
+	-various age bugfixes
+
 01/05/17
-	
+
 	Pregmod beta 2
-	-fixed hero slaves	
-	
+	-fixed hero slaves
+
 01/02/17
-	
+
 	10
-	-fixed bad condtinal expression in <<if>> clause Unpexted token with a slave who has P-Limbs/	
-	
+	-fixed bad conditional expression in <<if>> clause Unexpected token with a slave who has P-Limbs/
+
 01/01/17
-	
+
 	9
-	-fixed bugs, oversights and typos	
-	
+	-fixed bugs, oversights and typos
+
 12/31/16
 
 	8
 	-fixed, which anal addicts wont be satisfied with long, huge butt plugs, only huge plugs.
 	-fixed, Error: <<CorsetPiercingDescription>>: errors within widget contents (Error: cannot find a closing tag for macro <<if>>; Error: child tag <<else>> was found outside of a call to its parent macro <<if>>)
-	
+
 	7
-	-some event tweaks	
+	-some event tweaks
 
 12/30/16
 
 	6
 	-fixed bugs
 	-more efforts to wrangle "Long Slave Description"
-	
+
 12/29/16
-	
+
 	0.9.3.1
 	-added prostate implant to increase load size
-	-implemented phase one of cleaning "Long Slave Description"	
-	
+	-implemented phase one of cleaning "Long Slave Description"
+
 12/28/16
 
 	4
 	-tweaks to some slave intro scenes to accommodate amp slaves
 	-bugfixes
-	
+
 	3
-	-fixed bugs	
-	
+	-fixed bugs
+
 12/27/16
 
 	2
 	-connected new corp changes with Repop and Eugenics neighbors
-	
-	0.9.3.0	
-	
+
+	0.9.3.0
+
 12/26/16
-	
+
 	17
 	-added more player customization for future additions
 	-fixed bugs and typos
 	-corrected amp armpit hair descriptions
-	
+
 	16
 	-fixed eugenics bugs and oversights
-	-added underarm hair	
-	
+	-added underarm hair
+
 12/25/16
 
 	15
 	-bugfixes
-	
+
 	14
 	-added a couple more slave acquisition event loli variants
 	-fixed bugs
-	
+
 	13
 	-small tweaks
 	-fixed the RA diets that got lost between updates
-	
+
 12/24/16
-	
+
 	12
 	-added puberty controls to starting girls
 	-expanded refreshments
 	-fixed oversights, bugs, etc
-	
+
 12/23/16
 
 	11
 	-fixed, >>49934
-	
+
 	10
 	-fixed reported bugs
-	
+
 	9
 	-completed Eugenics Breeding Proposal
 	-added femPC involvement in eugenics
 	-fixed some bugs and typos
-	
+
 12/22/16
-	
+
 	8
 	-fixed >>49650
 
@@ -7074,70 +7078,70 @@
 	7
 	-integrated bugfix patch into main branch
 	-fixed some more bugs
-	
+
 	5
 	-added basic scar framework
 	-added some of Qotsafan's improvements
-	
+
 	4
 	-fixed bugs
-	
+
 	0.9.2.1
-	-added anon's gang leader start	
+	-added anon's gang leader start
 
 12/20/16
 
 	2
 	-finished adding missing content
-	
-	0.9.2.0 
-	
+
+	0.9.2.0
+
 12/18/16
 
 	11
-	-fixed market assisntant event
-	
+	-fixed market assistant event
+
 	10
 	-integrated supplied changes
 	-tweaked hips surgery
-	
+
 12/19/16
 
 	13
 	-fixed, increased the costs when the policy is implemented, but kept the original costs in the reductions. That means that in the event that someone cancels one of these policies, they'll end up with a permanent increase in prices.
-	e.g. Activating Quality Beaty increases costs by 10,000, but cancelling it drops the cost by only 2,000.
-	
+	e.g. Activating Quality Beauty increases costs by 10,000, but canceling it drops the cost by only 2,000.
+
 	12
 	-integrated new policies
 	-added seven new accessories of rather long sizes
-	-tweaked several things	
-		
-12/16/16	
+	-tweaked several things
+
+12/16/16
 
 	8
 	-fixed some bugs, including twins purchasing bug
-	
+
 	0.9.1.3
 	-completed player birth
-	
+
 	0.9.1.4
-	
+
 12/15/16
-	
+
 	6
-	-intergrated >>48519
+	-integrated >>48519
 	-tweaked pregmod related $seeDicks calls to be in line with new system
-	
+
 	5
 	-added additional security to prevent $traitor.slaveName from getting you (fixed the bug)
 	-fixed >>48449
-	
+
 	4
-	-fxied, >>48436 and >>48438 - Both should be fixed now. Though snatch and grab needs to be updated a bit.
-	
+	-fixed, >>48436 and >>48438 - Both should be fixed now. Though snatch and grab needs to be updated a bit.
+
 	3
 	-bugfixes
-	
+
 	0.9.1.2
 
 12/14/16
@@ -7145,22 +7149,22 @@
 	0.9.1.1
 	-added player pregnancy
 	-merged >>48171
-	-merged the FAbuse bodygaurd changes provided earlier
+	-merged the FAbuse bodyguard changes provided earlier
 	-bunch of typos fixed
 
 12/11/16
-	
+
 	20
 	-possibly fixed >>47447
 	-added >>47416 >>47417 's flavor text with some tweaking.
-	
+
 12/10/16
 
 	19
 	-fixed the horribly broken glossary
 	-fixed a bug with transformation fetishist FS that has been around since the teeth changes
-	-fixed a few grammer things and missing descriptions.
-	
+	-fixed a few grammar things and missing descriptions.
+
 	18
 	-added abdominal implants
 	-refactored belly sag gain/loss
@@ -7168,96 +7172,95 @@
 	-added in more calls in scenes for inflated slaves
 	-tossed in my old custom title lisp input that works
 	-fixed bugs and things
-		
+
 12/07/16
-	
+
 	17
 	-added breast lifts for fixing saggy tits
-	-added breast reconstructiion for making them more attractive
-	
+	-added breast reconstruction for making them more attractive
+
 	16
 	-added new belly descriptions for fatties
 	-added XX, XY, and XXY diets to RA
 	-fixed bugs
-	
-	
+
 12/01/16
 
 	4
 	-fixed >>45601
-	
+
 	3
 	-fixed bugs
 	-finished recruiter FS things
-	
+
 	0.9.0.0
 	-added slave puberty
 	-added several new rival types
-	
+
 11/25/16
-	
+
 	33
 	-integrated >>44195
 	-fixed bugs
-	
+
 11/24/16
 
 	32
 	-fixed some bugs
-	-fxied >>44069
-	
+	-fixed >>44069
+
 	31
 	-fixed a potentially dire bug with baby number generation
-	
+
 	30
 	-fixed advertisements
-	
+
 	29
-	-added conception condition for your concubine, she will only randomly cenceive your children, if appropriate
+	-added conception condition for your concubine, she will only randomly conceive your children, if appropriate
 	-fixed bugs
-	
+
 11/23/16
 
 	28
 	-hopefully fixed overaged slaves once and for all
-	-forgot to mention that several patches ago added hyper drug compatability to dairy growth if they are available
-	
+	-forgot to mention that several patches ago added hyper drug compatibility to dairy growth if they are available
+
 	27
-	-added compatabilty for saves from versions below v24, should default the your FS max to 4.
-	
+	-added compatibility for saves from versions below v24, should default the your FS max to 4.
+
 	26
 	-fixed reported bugs
 	-fixed multiple issues with dairy cum inflation
-	
+
 	24
-	-added dairy resrictions for slaves with pregnancy blocking/causing implants
+	-added dairy restrictions for slaves with pregnancy blocking/causing implants
 	-added starting option to choose between a final count of 4-7 future societies
-	
+
 11/22/16
 
 	23
 	-added hyper drug support to industrial dairy
 	-fixed bugs
-	
+
 	22
 	-added hyperpreg settings for industrial dairy
 	-added to the options menu the ability to change your custom title
 	-fixed many little bugs
-	
+
 11/20/16
 
 	21
 	-added spa options to forbid an Attendant from trying to fix mindbroken and/or flaws
 	-fixed bugs
-	
+
 	20
 	-fixed more reported bugs and oddities
 	-fixed some of the "hero slaves"
 	-found more places to implement new birth counting variable
-	
+
 	19
 	-fixed reported bugs
-	
+
 	18
 	-reworked slave births tracking, though it might not work with starting slaves.
 	-fixed some minor bugs
@@ -7267,46 +7270,46 @@
 	17
 	-slaves no longer give birth to the end of days
 	-also fixed male lactation bugs that have been a thing for who knows how long
-	
+
 	16
 	-fixes
 	-now doesn't require a new save
-	
+
 	15
 	-more inflation catches
 	-fixed loli advertising bug
 	-added pregnancy advertisement options to the club/brothel, I think they work
 	-re-readded SE coursing blind calls because they disappeared again
-	
+
 11/16/16
-	
+
 	14
-	-tweaked some breast descriptions and belly descriptions for consistancy
+	-tweaked some breast descriptions and belly descriptions for consistency
 	-patched oversights and other things with the inflation framework
-	
+
 11/15/16
 
 	13
 	-fixed more bugs
-	
+
 	12
 	-fixed inflation oversights
 	-expanded age ranges for club/brothel advertisements
 	-added player aging
-	
+
 11/14/16
-	
+
 	11
-	-fixed inconsitant recruitment events >>42249
+	-fixed inconsistent recruitment events >>42249
 	-replaced all overlooked calls for the removed "Clothing Birth"
 	-several other small fixes
-	
+
 11/13/16
-	
+
 	10
 	-fixed bugs
 	-forcefeeding scene is half done, only works for milk right now
-	
+
 11/12/16
 
 	9
@@ -7317,11 +7320,11 @@
 	-overhauled fertility checks (major change)
 	-added more variety to slave careers, especially younger
 	-changed how $agePenalty works, instead of just removing the age check from headgirls, it now allows educated careers to generate at slightly lower ages as opposed to 24+ only.
-	-more clothing descriptions for larger busts, also fixed inconsistancies with some pregnancy descriptions
+	-more clothing descriptions for larger busts, also fixed inconsistencies with some pregnancy descriptions
 	-slaves can now become recognized for starring in porn while pregnant
-	
+
 	0.8.12.5
-	
+
 11/11/16
 
 	0.8.12.4
@@ -7330,142 +7333,142 @@
 	-breeders now get pissy about wearing fake bellies
 
 11/10/16
-	
+
 	0.8.12.3
 	-fixed bugs and more typos
 	-made sure to cover slave graves in cement to prevent slaves that died in chldbirth from roaming your penthouse
-	
+
 	0.8.12.2
 	-just bugfixes
 
 11/09/16
-	
+
 	3
 	-recalculated cum quantities needed for slave on slave inflation
 	-fixed more bugs and typos
-	
+
 	2
 	-paraphilias hooked up to pregmod content
 	-servant background's upkeep reduction now functional
 	-fixed some bugs and typos
-	
+
 	0.8.12.1
 	-framework for using another slave as the inflation source implemented, scene is still WIP
-	
+
 11/07/16
-	
+
 	7
 	-added some flavor text to concubines in the end week report if they won a legendary slave event.
-	-attached the recently added custom title lisping feature to the starting options because what is the point of having it scattered throughout the entire game without hooking it up?	
-	
+	-attached the recently added custom title lisping feature to the starting options because what is the point of having it scattered throughout the entire game without hooking it up?
+
 11/06/16
-	
+
 	6
 	-added forcefeeding scene in place of WIP
 	-began laying foundation for using another slave as inflation source
-	-made induce clear that is doing something.	
-	
+	-made induce clear that is doing something.
+
 10/28/16
 
 	6
 	-Integrated anon's new nationalities and nicknames
 	-repop law now does something other than cost you money
 	-eugenics now increases prosperity gains
-	-implented a brothel assignment scene that I found in the code
+	-implemented a brothel assignment scene that I found in the code
 	-fixed bugs
-	
-	0.8.10.3	
-	
+
+	0.8.10.3
+
 10/27/16
 
 	4
 	-fixed aging bug, also fixed a short blurb about it being her birthday that never procs.
 	-fixed rogue slave interact $slaves[$i] that were causing trouble.
-	
+
 	0.8.10.2
-	-fixed bugs and got annoyed by the sheer lack of custom title support.	
-	
+	-fixed bugs and got annoyed by the sheer lack of custom title support.
+
 10/26/16
 
 	2
 	-fixed prosthetics and hostage event.
-	
+
 	0.8.10.1
-	-extended FS research to neighboring arcologies, they can now develop said reearch and begin selling slaves using it.
+	-extended FS research to neighboring arcologies, they can now develop said research and begin selling slaves using it.
 	-added another new PC career choice
-	-added other things that I completely forgot about after losing roughly 15 passages in the update and having to sort out the desync that caused.	
-	
+	-added other things that I completely forgot about after losing roughly 15 passages in the update and having to sort out the desync that caused.
+
 10/23/16
 
 	12
 	-fixed >>37626 .
-	
+
 	11
 	-fixed overlooked slave interact conditions for testicle enhancement and impregnation
-	
+
 	10
 	-you should now be able to preemptively craft artificial limbs
 	-your nurse can now prevent pregnancy generator removal from breaking pregnancy fetishists
-	-testicle and hyper testicle enhancement can now be left on to enhance cum production	
-	
+	-testicle and hyper testicle enhancement can now be left on to enhance cum production
+
 10/22/16
 
 	9
 	-integrated anon's clit surgeries
 	-completed and allowed gender radicalist research (implantable anal womb)
-	
+
 	8
 	-fixes >>37147 .
-	
+
 	0.8.9.3
-	-added anon's fairy assistant	
-	
+	-added anon's fairy assistant
+
 10/20/16
 
 	5
 	-readded semi-aging option from old options mod; if your slaves experience multiple birthdays in a row, it's a vanilla bug I think.
-	
+
 	0.8.9.2
-	-seperated male and female fertility
+	-separated male and female fertility
 	-SE birth is broken in vanilla so expect 0.8.9.3 tomorrow.
-	-may have added some femdom scenes for femPCs	
-	
+	-may have added some femdom scenes for femPCs
+
 10/19/16
-	
+
 	3.1
 	-less testing labels.
-	
+
 	3
 	-SE birth doesn't need to loop back into scheduled events anymore since it is now combining all the births into a single event, thus I can just attach AS Dump to $nextLink and pretend SE birth hasn't become something beyond understanding.
 	-Though that still doesn't explain how $activeSlave can hold more than one slave, but hey, at least random events shouldn't possibly be able to interfere with its changes maybe.
-	
-	0.8.9.1	
-	
+
+	0.8.9.1
+
 10/18/16
-	
+
 	0.8.9.0
-	-biggest change will be a rough draft of the loli aging code	
-	
+	-biggest change will be a rough draft of the loli aging code
+
 10/16/16
 
 	11
 	-fixed reported bugs
-	
+
 	10
 	-Fixed broodmother bug and removed impregnation devotion exploit.
 	-Fixing the limbs is going to be a peice of work, for what ever their weeks to completion won't move so I'm going to have to track what isn't updating right.
-	
+
 	9
 	-fixed >>35509 (bowties and Egyptian necklaces too).
-	
+
 	8
 	-SE Birth v4
 
 10/15/16
-	
+
 	7
 	-yet more bug fixes including >>35400 and >>35291
-	
+
 	0.8.8.2
 	-A lot of rollbacks in 0.8.8.2 and as such some of the content added with 0.8.8.0 got lost.  Also tons of conditional expressions changed back that I have a feeling are going to get swapped right back.
 	-Almost feels like all the content modders aren't on the same page.
@@ -7475,28 +7478,28 @@
 	5
 	-mostly just bug fixes again, though good work finding them
 	-also updated the documentation I use for slaves
-	
+
 	4
 	-more bug fixes
-	
+
 	3
 	-added some more birth scenes
 	-spellchecked things, boy they needed it
 	-added physical/mental birth/pregnancy effects
 	-bug fixes
-	
+
 	2
 	-Mostly just bug fixes.
 
 10/13/16
-	
+
 	0.8.8.1
 	-added new nicknames
 	-cleaned up SE birth some more
 	-changed around 20000 conditional expressions when I could have just left them as is.
 
 10/10/16
-	
+
 	Pregmod WIP.
 	-reenabled immobilization after getting it working right
 	-SE birth v2, note there are now birth complications
@@ -7510,7 +7513,7 @@
 	-fixed retirement collars
 	-fixed dispensary bugs
 	-fixed spa, clinic, and cellblock not swapping to bought in manage arcology
-	
+
 	4
 	-Hopefully this one fixes things, though it can not undo the age issue.
 	-Also learned that I should never use variables in random(), ever.
@@ -7519,7 +7522,7 @@
 
 	3
 	-Hostage corruption should now work correctly.
-	
+
 	2
 	-Fixed forgotten age description code.
 
@@ -7527,7 +7530,7 @@
 	-You know it's a slow week when your biggest patch note is XY slaves now have scrotum generation.
 
 10/03/16
-	
+
 	Pregmod WIP
 	-Reworked rival-hostage event to center around corruption, the hostage will become more degenerate/broken as the war drags on.
 	-fixed eugenics ball bug
@@ -7549,7 +7552,7 @@
 
 	9
 	-Fixed dairy and an infinite loop in slave impregnation.
-	
+
 	7
 	-fixed "new slave intro", removed accidentally added canSee(), and added summary exceptions for slaves younger than fertility age.
 
@@ -7557,24 +7560,24 @@
 
 	6
 	-fixed, selling a slave causes every event to trigger.
-	
+
 	5
 	-birth should now, hopefully, work right.
-	
+
 	0.8.6.3
 	-Biggest change is most likely just birth tinkering so immobile slaves don't pop the amp birth scenes.
-	
+
 09/23/16
-	
+
 	0.8.6.2
 	-added a new FS focused on eugenics and society's top citizens.
-	-added the random father impregnation code, your slaves will now randomly impregnate each other when appropriate.	
-	
+	-added the random father impregnation code, your slaves will now randomly impregnate each other when appropriate.
+
 09/19/16
-	
+
 	Pregmod + lolimod 0.8.5.3 WIP
 	-support for blind slaves
-	-support for larger tits in fondle boobs and fuck boobs	
+	-support for larger tits in fondle boobs and fuck boobs
 
 09/17/16
 
@@ -7582,108 +7585,108 @@
 	-fixed more bugs
 
 09/15/16
-	
+
 	3
-	-fixed shit	
-	
+	-fixed shit
+
 	0.8.5.3
-	
+
 09/14/16
-	
+
 	0.8.5.2
 	-added full broodmother support to the new birth system, complete with their own variants
 	-added missing PA appearances in some events
 	-other things I forgot after the update failed last weel
 
 09/03/16
-	
+
 	0.8.3.4
-	
+
 	2
 	-fixed missing <</nobr>> in new birth code
-	-fixed potential conflicts with dairy births	
-	
+	-fixed potential conflicts with dairy births
+
 08/28/16
 
 	6
 	-All forms of impregnation now adhere to fertility effects.
-	
+
 08/27/16
 
 	5
-	-Birth count tattoo and FS recuitement event fixed.
-	
+	-Birth count tattoo and FS recruitment event fixed.
+
 	4
 	-now with less PA appearance being replaced with events.
-	
+
 08/25/16
 
 	0.8.2.2
 	-a new type of breast implant.
 	-disabled the penitent nun's habit in the walk past code as it refused to not throw errors,  traced it to <<case>> not tolerating '.
-	
+
 08/21/16
-	
+
 	0.8.1.4
 	-rules assistant should be able to handle any degree of fertility
-	-layed framework for pregnancy accessability
+	-laid framework for pregnancy accessibility
 
 	2
 	-fixed pregnancy libido spam
 	-added pregnancy accessibility improvement akin to the huge breast accessibility
-	
-	
+
+
 08/11/16
 
 	0.8.0.2
-	-Personal assistant will now take after a supremacist FS's choosen race.
+	-Personal assistant will now take after a supremacist FS's chosen race.
 	-Added libido gain/loss during pregnancy.
-	
+
 	3
 	-fixed pregnancy libido.
-	
+
 08/04/16
 
 	0.7.11.2
 	-FS assistant appearances now selectable via assistant appearance options
 	-implemented provided rules assistant fix
-	-fixed concubine not receiveing master suite drug settings
-	-made sure everything adheres to indenture restrictions	
-		
+	-fixed concubine not receiving master suite drug settings
+	-made sure everything adheres to indenture restrictions
+
 07/30/16
-	
+
 Experimental build
 	-Fixed penis enhancement bug
 	-Fixed slaves wearing fake bellies and then bitching about said belly.
 	-Deployed experimental "choose which FS your assistant takes after" feature.
 
 07/28/16
-	
+
 	0.7.10.3
-	
+
 07/21/16
-	
+
 	0.7.9.4
 	-Added interactions between facility heads and relatives/relations/rivals/legendary slaves
 	-fixed several bugs and more typos
-	
+
 07/20/16
-	
+
 	0.7.9.3
 	-fixed some bugs and typos while updating
 	Slave Documentation:
 	-added new hair and eye colors from 0.7.9.0
 
-	
+
 07/18/16
-	
+
 	Pregmod first release!
 	-pregnancy clothing descriptions
 	-hyperpregnancy (avoidable)(extreme content)
 	-future society focused on pregnancy
 	-2 new clothing options
 	-1 new accessory
-	-3 new assistant appearences
+	-3 new assistant appearances
 	-2 new brothel upgrades for expansionist societies
 	-new slave descriptions (optional)
 	-reworked master suite to report on your harem (optional)
@@ -7692,42 +7695,42 @@ Experimental build
 	-added my own bugs
 	-Fixed master suite
 	-Fixed a bug where a vaginaless slave would wear a fake belly leaving you with no way to remove it.
-	
-	
-Security Expansion	(Officaly intergated into Pregmod since 0.10.7.1 v153, 11/25/17 )
 
-PregmodBase v139 
+
+Security Expansion	(Officially integrated into Pregmod since 0.10.7.1 v153, 11/25/17 )
+
+PregmodBase v139
 11/20/17
-	
+
 	14.2
 	-fixes
 	-balance
 	-very satisfying version number.
 
 11/18/17
-	
+
 	14.1
 	-fixes
-	
+
 	14
 	-fixes
 	-spell checked attack report. My god was is bad.
-	
-PregmodBase v137 
-	
+
+PregmodBase v137
+
 	13.9
 	-fixes (couple of)
-	
+
 	13.8
 	-(maybe) fixed >>142732
-	
+
 	13.7
 	-balance
 	-(maybe) fix for battle terrain not showing up.
-	
+
 11/17/17
 
-PregmodBase v136 
+PregmodBase v136
 	13.6
 	-fixes
 
@@ -7736,111 +7739,111 @@ PregmodBase v135
 	-fixes
 	-balance
 	-difficulty settings
-	
+
 11/16/17
 
 	13.4
 	-fixed >>142293 (Attack value NaN during major battle)
-	
+
 	13.3
 	-fixes
-	
+
 	13.1
 	-fixes
 	-balance
-	
+
 11/15/17
 
 	13
 	-fixes
 	-balance
-	
+
 11/14/17
 
 PregmodBase  v132
-	
+
 	12.9
 	-fixes
-	
+
 	12.8
 	-fixes
 	-balance
-	
+
 	12.6
 	-fixes
 	-anon's stuff
-	
+
 PregmodBase v130
 
 	12.5
 	-fixes
 	-SFanon stuff
 	-balance
-	
+
 11/13/17
 
 PregmodBase v126
-	
+
 	12.4
-	
+
 PregmodBase v125
 
 	12.3
 	-fixes
 	-SFanon additions
 	-balance
-	
+
 11/12/17
 
 	12
 	-fixes
 	-transport hub and trade
 	-balance
-	
+
 PregmodBase v124
 
 	11.6
 	-fixed reported issues
 	-balance
-	
+
 	11.5
 	-fixes
 	-balance
-	
+
 11/11/17
-	
+
 PregmodBase v122
 
 	11.2
 	-fixes
 	-extra options
-	
+
 	11.1
-	
+
 	11
 	-fixes
 	-proclamations
 	-balance
-	
+
 PregmodBase v121
 
 	10.2
 	-fixes
-	
+
 11/10/17
 
 	10
 	-fixes
 	-weapons manufacturing
 	-balance
-	
+
 11/09/17
 
 PregmodBase v119
 
 	9.6
 	-small fixes
-	
+
 11/07/17
 
 PregmodBase v115
@@ -7856,56 +7859,56 @@ PregmodBase v114/Pregmod v114.1
 	-new edicts
 	-new units upgrade
 	-new barracks upgrade
-	
+
 	8.8
 	-fixes
-	
+
 11/06/17
 
 PregmodBase v113
 
 	8.7
 	-fixed reported issue maybe pretty please?
-	
+
 	8.6
 	-fixes
-	
+
 11/05/17
-	
+
 	8.5
 	-fixes
 	-rebellions
-	
+
 11/03/17
 
 	8
 	-various fixes
 	-balance
 	-rebellions
-	
+
 11/01/17
 
 	7.7
-	
+
 	7.6
 	-fixed reported issue
 	-balance adjustments (run backward compatibility to apply them)
-	
+
 	7.5
-	
+
 10/29/17
 
 	7.1
 	-fixes
 	-couple of balance adjustments.
-	
+
 10/28/17
 
 	7
 	-SFanon additions
 	-fixes
 	-balance
-	
+
 10/24/17
 
 	6
@@ -7915,11 +7918,11 @@ PregmodBase v113
 	-reworked casualties logic
 	-added statistics to arcology management screen
 	-various other fixes
-	
+
 10/22/17
 
 	5
-	
+
 10/18/17
 
 	3
@@ -7927,36 +7930,36 @@ PregmodBase v113
 
 
 Lolimod (may have some pregmod and optionsmod stuff mixed with it)
-	
+
 New Lolimod - not incorporated
 
 10/06/16
 	0.8.7.1
-	
+
 10/03/16
 	0.8.6.7
 	In this update, loli nicknames are back, retirement age can be set lower in policies, and you can now pursue up to 6 FS directions!
-	
+
 09/21/16
-	
+
 	2
 	With the 2 bugfixes applied
-	
+
 	0.8.6.1
-		
+
 09/18/16
 	0.8.5.3
-	
+
 last known lolimod merge - 08/30/16
 	0.8.3.1
-	
+
 08/23/16
 	0.8.2.1
 	0.8.2.0
-	
+
 08/19/16
 	0.8.1.4
-	
+
 08/16/16
 	0.8.1.3
 	- The "disable age penalties for jobs" submod now has a mechanical effect rather than just changing messages.
@@ -7964,112 +7967,112 @@ last known lolimod merge - 08/30/16
 	- Fixed the "flaws her mouth" silliness that somehow snuck back in from the base game.  (It should be "quirks her mouth" so it was probably the victim of Replace All.)
 	- Incorporates a fix posted on halfchan for the "force her to rape herself" option for new slaves not appearing.
 	- Fixed one place in the game where a slave could refer to young slave as a "teenager" although she might be preteen.
-	
+
 	0.8.1.3.1
 	-Fix for a variable name in "ask her about her feelings."
-	
+
 08/09/16
 	0.8.0.2
 	-with correct high adjustments.
-	
+
 08/03/16
 	0.7.11.2
-	
+
 07/28/16
 	0.7.10.2
 	-Also includes a temporary fix for a bug that I expect will be corrected in the next hot fix
-	
+
 07/27/16
 	0.7.10.1
-	-Redisigned buying other FS clothing, it is now found under a new subsection of Manage Arcology.
+	-Redesigned buying other FS clothing, it is now found under a new subsection of Manage Arcology.
 	-fixed bugs and typos
-		
+
 		- >>20506, >>20508 Okay, this bug should finally be fixed.  Also tweaked loli nicknames a bit.
 
 	0.7.10.0
-	-making the new recruitment events use the age settings.	
+	-making the new recruitment events use the age settings.
 
 07/21/16
 	0.7.9.4
-	
+
 07/19/16
 	0.7.9.3
 	0.7.9.2
 	0.7.9.1
-	
+
 07/13/16
 	0.7.8.1
-	
+
 07/12/16
 	0.7.8.0
-	
+
 07/07/16
 	0.7.7.3
 	0.7.7.2
 
 07/05/16
 	0.7.7.0
-	
+
 07/04/16
 	0.7.6.2
-	
+
 06/28/16
 	0.7.5.1
 	0.7.5.0
-	
-	
+
+
 06/22/16
 	0.7.4.1
-	
+
 06/14/16
 	0.7.3.1
-	
+
 06/09/16
 	0.7.2.3
-	
+
 06/07/16
 	0.7.2.2
-	
+
 05/24/16
 	0.7.1.1
 	0.7.1.0
-	
-05/11/16 
+
+05/11/16
 	0.6.12.2
-	
+
 05/18/16
 	0.7.0.2
-	
+
 04/28/16
 	0.6.10.1
-	
+
 04/19/16
 	0.6.9.4
 	0.6.9.0
-	
+
 04/17/16
 	0.6.8.1
-	
-04/12/16 
+
+04/12/16
 	0.6.7.0
-	
+
 	0.6.7.2
-	
+
 03/31/16
 	0.6.5.1
 	0.6.5.2
-	
+
 03/30/16
 	0.6.5.0
-	
-03/18/16 
-	0.6.3.2 
-	
-03/17/16 
+
+03/18/16
+	0.6.3.2
+
+03/17/16
 	0.6.3.0
-	
-03/12/16 
+
+03/12/16
 	0.6.2.3
-	
+
 02/20/16
 	0.6.1.0
diff --git a/devNotes/clothing hair and accessory passages.txt b/devNotes/clothing hair and accessory passages.txt
index 769ea074b78bdee16eb39f2bbaf3aa452f0bd750..1855d58e5ae1a97b4f571ad534e95518e5a66604 100644
--- a/devNotes/clothing hair and accessory passages.txt	
+++ b/devNotes/clothing hair and accessory passages.txt	
@@ -6,7 +6,7 @@ Hair:
 		descriptionWidgetsStyle.tw
 		salon.tw
 		cosmeticRulesAssistant.tw
-	
+
 	Possible:
 		generateXXSlave.tw
 		generateXYSlave.tw
@@ -25,7 +25,7 @@ Hair:
 		newSlaveIntro.tw
 		newChildIntro.tw
 		RESS.tw
-		
+
 Clothes:
 
 	Definite:
@@ -64,7 +64,7 @@ Shoes:
 		wardrobeUse.tw
 		slaveSummaryWidgets.tw
 		rulesAssistant.tw
-	
+
 	Possible:
 		saLongTermEffects.tw
 		saClothes.tw
@@ -104,7 +104,7 @@ Collars:
 		saChoosesOwnClothes.tw
 		eventSelectionJS.tw
 		assayWidgets.tw
-		
+
 --------------------------------------------------------------------------------------
 OUTFITS BY TYPE - FOR REFERENCE ONLY
 
@@ -185,4 +185,3 @@ MILITARY/LAW ENFORCEMENT
 	Battlearmor
 	Cybersuit
 	Police outfit [Not in-game yet]
-
diff --git a/devNotes/twine CSS b/devNotes/twine CSS
index c064756c4f23a76f38c35f165bbf1eb212205982..ce419a59b869bb63d616aebe7f453cbfb925590f 100644
--- a/devNotes/twine CSS	
+++ b/devNotes/twine CSS	
@@ -291,18 +291,18 @@ white-space: normal;
 /* Accordion 000-250-006 */
 
 button.accordion {
-    cursor: pointer;
-    padding: 5px;
-    width: 100%;
-    margin-bottom: 10px;
-    border-bottom: 3px double;
-    border-right: 3px double;
-    border-left: none;
-    border-top: none;
-    text-align: left;
-    outline: none;
-    transition: 0.2s;
-    background-color: transparent;
+	cursor: pointer;
+	padding: 5px;
+	width: 100%;
+	margin-bottom: 10px;
+	border-bottom: 3px double;
+	border-right: 3px double;
+	border-left: none;
+	border-top: none;
+	text-align: left;
+	outline: none;
+	transition: 0.2s;
+	background-color: transparent;
 }
 
 button.accordion.active, button.accordion:hover {
@@ -310,11 +310,11 @@ button.accordion.active, button.accordion:hover {
 }
 
 button.accordion:before {
-    content: '\002B';
-    color: #777;
-    font-weight: bold;
-    float: left;
-    margin-right: 5px;
+	content: '\002B';
+	color: #777;
+	font-weight: bold;
+	float: left;
+	margin-right: 5px;
 }
 
 .unStaffed {
@@ -325,112 +325,112 @@ button.accordion:before {
 }
 
 .unStaffed:before {
-    content: '\00D7';
-    color: #777;
-    font-weight: bold;
-    color: red;
-    float: left;
-    margin-right: 5px;
+	content: '\00D7';
+	color: #777;
+	font-weight: bold;
+	color: red;
+	float: left;
+	margin-right: 5px;
 }
 
 .unStaffed:after {
-    content: attr(data-after);
-    float: right;
-    margin-left: 2em;
-    font-weight: strong;
-    color: green;
+	content: attr(data-after);
+	float: right;
+	margin-left: 2em;
+	font-weight: strong;
+	color: green;
 }
 
 button.accordion:after {
-    content: attr(data-after);
-    float: right;
-    margin-left: 2em;
-    font-weight: normal;
-    color: green;
+	content: attr(data-after);
+	float: right;
+	margin-left: 2em;
+	font-weight: normal;
+	color: green;
 }
 
 button.accordion.active:before {
-    content: "\2212";
+	content: "\2212";
 }
 
 .accHidden {
-    padding: 0 18px;
+	padding: 0 18px;
 	margin-top: 5px;
 	margin-bottom: 5px;
-    max-height: 0;
-    overflow: hidden;
+	max-height: 0;
+	overflow: hidden;
 }
 
 /* begin efmCSS */
 
 #graph .linage {
-    fill: none;
-    stroke: white;
+	fill: none;
+	stroke: white;
 }
 #graph .marriage {
-    fill: none;
-    stroke: white;
+	fill: none;
+	stroke: white;
 }
 #graph .node {
-    background-color: lightblue;
-    border-style: solid;
-    border-width: 1px;
+	background-color: lightblue;
+	border-style: solid;
+	border-width: 1px;
 }
 #graph .nodeText{
-    font: 10px sans-serif;
-    margin: 0;
-    padding: 0;
-    color: black;
+	font: 10px sans-serif;
+	margin: 0;
+	padding: 0;
+	color: black;
 }
 #graph {
-    font: 10px sans-serif;
-    margin: -20px 0;
-    padding: 0;
-    color: black;
+	font: 10px sans-serif;
+	margin: -20px 0;
+	padding: 0;
+	color: black;
 }
 
 #graph div {
-    border-style: solid;
-    border-width: 1px;
+	border-style: solid;
+	border-width: 1px;
 }
 
 #graph .XY {
-    background-color: lightblue;
+	background-color: lightblue;
 }
 
 #graph div.XX {
-    background-color: pink;
+	background-color: pink;
 }
 
 #graph div.unknown {
-    background-color: gray;
+	background-color: gray;
 }
 
 #graph div.unknownXY {
-    background-color: #808080;
+	background-color: #808080;
 }
 
 #graph div.unknownXX {
-    background-color: #808080;
+	background-color: #808080;
 }
 
 #graph .you {
-    background-color: red;
+	background-color: red;
 }
 
 #graph .emphasis {
-    font-style: italic;
-    font-weight: bold;
-    margin: 0;
-    background: #ffffff88;
-    border: 2px solid Gold; 
+	font-style: italic;
+	font-weight: bold;
+	margin: 0;
+	background: #ffffff88;
+	border: 2px solid Gold; 
 	white-space: nowrap;
 }
 
 #editFamily {
-    display: flex;
-    flex-wrap: wrap;
-    align-items: center;
+	display: flex;
+	flex-wrap: wrap;
+	align-items: center;
 }
 
 #editFamily #familyTable {
@@ -444,103 +444,102 @@ config.history.tracking = false;
 
 .hidden
 {
-    display:none;
+	display:none;
 }
 
 div.quicklist.devotion button.mindbroken
 {
-    background-color:red;
+	background-color:red;
 }
 div.quicklist.devotion button.very-hateful
 {
-    background-color:darkviolet;
+	background-color:darkviolet;
 }
 div.quicklist.devotion button.hateful
 {
-    background-color:darkviolet;
+	background-color:darkviolet;
 }
 div.quicklist.devotion button.resistant
 {
-    background-color:mediumorchid;
+	background-color:mediumorchid;
 }
 div.quicklist.devotion button.ambivalent
 {
-    background-color: yellow;
-    color: #444444;
+	background-color: yellow;
+	color: #444444;
 }
 div.quicklist.devotion button.accepting
 {
-    background-color: hotpink;
+	background-color: hotpink;
 }
 div.quicklist.devotion button.devoted
 {
-    background-color: deeppink;
+	background-color: deeppink;
 }
 div.quicklist.devotion button.worshipful
 {
-    background-color: magenta;
+	background-color: magenta;
 }
 div.quicklist.trust button.mindbroken
 {
-    background-color:red;
+	background-color:red;
 }
 div.quicklist.trust button.extremely-terrified
 {
-    background-color: darkgoldenrod;
+	background-color: darkgoldenrod;
 }
 div.quicklist.trust button.terrified
 {
-    background-color: goldenrod;
+	background-color: goldenrod;
 }
 div.quicklist.trust button.frightened
 {
-    background-color: gold;
-    color: coral;
+	background-color: gold;
+	color: coral;
 }
 div.quicklist.trust button.fearful
 {
-    background-color: yellow;
-    color: green;
+	background-color: yellow;
+	color: green;
 }
 div.quicklist.trust button.hate-careful
 {
-    background-color: orange;
+	background-color: orange;
 }
 div.quicklist.trust button.careful
 {
-    background-color: mediumaquamarine;
-    color: forestgreen;
+	background-color: mediumaquamarine;
+	color: forestgreen;
 }
 div.quicklist.trust button.bold
 {
-    background-color: orangered;
+	background-color: orangered;
 }
 div.quicklist.trust button.trusting
 {
-    background-color: mediumseagreen;
+	background-color: mediumseagreen;
 }
 div.quicklist.trust button.defiant
 {
-    background-color: darkred;
+	background-color: darkred;
 }
 div.quicklist.trust button.profoundly-trusting
 {
-    background-color: seagreen;
+	background-color: seagreen;
 }
 div.quicklist
 {
-    table-layout: fixed;
-    text-align: center;
-    border-collapse: separate;
-    border-spacing: 2px;
-    border-style: hidden;
-    empty-cells: hide;
-    width: 70%;
+	table-layout: fixed;
+	text-align: center;
+	border-collapse: separate;
+	border-spacing: 2px;
+	border-style: hidden;
+	empty-cells: hide;
+	width: 70%;
 }
 div.quicklist button
 {
-    margin-top: 15px;
-    margin-right: 20px;
-    white-space: nowrap;
+	margin-top: 15px;
+	margin-right: 20px;
+	white-space: nowrap;
 }
-
diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index c537efdbcebb48466cfb76a6a8d2e741df65935a..9ce36331928f9a9257eea8d7ffc53de7039ec677 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -401,7 +401,7 @@ window.canSee = function(slave) {
 window.canHear = function(slave) {
 	if (!slave) {
 		return null;
-	} else if ((slave.hears > -2) || (slave.earwear == "deafening ear plugs")) {
+	} else if ((slave.hears > -2) && (slave.earwear != "deafening ear plugs")) {
 		return true;
 	} else {
 		return false;
@@ -833,7 +833,7 @@ window.ngUpdateMissingTable = function(missingTable) {
 	(State.variables.slaves || [])
 	.forEach(s => ([s.pregSource+1200000,s.mother+1200000,s.father+1200000]
 	.filter(i => (i in missingTable))
-	.forEach(i => { 
+	.forEach(i => {
 	newTable[i-1200000] = missingTable[i];
 	newTable[i-1200000].ID -= 1200000;
 	})));
@@ -1234,7 +1234,7 @@ window.isItemAccessible = function(string) {
 				return false;
 			}
 			break;
-			
+
 		case 'a klan robe':
 		case 'a slutty klan robe':
 		case 'a schutzstaffel uniform':
@@ -1341,7 +1341,7 @@ window.isItemAccessible = function(string) {
 				return false;
 			}
 			break;
-			
+
 		case 'sport shorts and a t-shirt':
 			if (V.clothesBoughtSports === 1 && V.clothesBoughtCasual === 1) {
 				return true;
@@ -1537,7 +1537,7 @@ window.areSisters = function(c1, c2) {
 	var sib = 4;
 	if(sameMom(c1, c2)) {
 		sib -= 1;
-	} 
+	}
 	if(sameDad(c1, c2)) {
 		sib -=1;
 	}
@@ -1573,8 +1573,8 @@ window.totalRelatives = function(slave) {
 	return relatives
 };
 
-window.mutualChildren = function(slave1, slave2, slaves) { 
-	return slaves.filter(function(s) { return s.ID != slave1.ID && s.ID != slave2.ID && s.mother > 0 && s.father > 0 && ((s.mother == slave1.ID && s.father == slave2.ID) || (s.mother == slave2.ID && s.father == slave1.ID)); }).length; 
+window.mutualChildren = function(slave1, slave2, slaves) {
+	return slaves.filter(function(s) { return s.ID != slave1.ID && s.ID != slave2.ID && s.mother > 0 && s.father > 0 && ((s.mother == slave1.ID && s.father == slave2.ID) || (s.mother == slave2.ID && s.father == slave1.ID)); }).length;
 }
 
 window.isSlaveAvailable = function(slave) {
@@ -1771,7 +1771,7 @@ window.setPregType = function(actor) {
 
 	if(actor.broodmother < 1) { // Broodmothers should be not processed here. Necessary now.
 		if(typeof actor.readyOva == "number" && actor.readyOva != 0) {
-			ovum = actor.readyOva; //just single override; for delayed impregnation cases 
+			ovum = actor.readyOva; //just single override; for delayed impregnation cases
 		} else if(actor.ID == -1) {
 			if(actor.geneticQuirks.fertility == 2 && actor.geneticQuirks.hyperFertility == 2) { // Do not mix with sperm
 				if(actor.fertDrugs == 1) {
@@ -1932,7 +1932,7 @@ window.knockMeUp = function(target, chance, hole, fatherID, displayOverride) {
 }
 
 window.getIncubatorReserved = function(slaves) {
-	
+
 	return FetusGlobalReserveCount("incubator");
 }
 
@@ -1944,7 +1944,7 @@ window.getNurseryReserved = function (slaves) {
 window.findFather = function(fatherID) {
 	let father;
 	let V = State.variables;
-	
+
 	father = V.slaves[V.slaveIndices[fatherID]];
 	if (father === undefined) {
 		if (V.incubator > 0) {
@@ -1956,7 +1956,7 @@ window.findFather = function(fatherID) {
 			father = V.cribs.find(function(s) { return s.ID == fatherID; });
 		}
 	}
-	
+
 	return father;
 }
 
@@ -1970,7 +1970,7 @@ window.adjustFatherProperty = function(actor, property, newValue) {
 window.adjustFatherProperty = function(actor, property, newValue) {
 	let V = State.variables;
 	let fatherIndex;
-	
+
 	fatherIndex = V.slaves.findIndex(function(s) { return s.ID == actor.ID; });
 	if (fatherIndex > 0) {
 		V.slaves[fatherIndex][property] = newValue;
@@ -2000,7 +2000,7 @@ window.getBaseBoobs = function(slave) {
 
 window.SetBellySize = function SetBellySize(slave) {
 	let _implantSize;
-	WombNormalizePreg(slave); /*now with support for legacy code that advance pregnancy by setting .preg++ */ 
+	WombNormalizePreg(slave); /*now with support for legacy code that advance pregnancy by setting .preg++ */
 
 	if (slave.bellyImplant > 0)
 		_implantSize = slave.bellyImplant;
@@ -2021,11 +2021,11 @@ window.SetBellySize = function SetBellySize(slave) {
 
 /*:: rbuttonJS [script]*/
 /* This is modified radiobutton macro, for automatic checked state setup*/
-/* Usage (be sure to use quotes around parameters): 
+/* Usage (be sure to use quotes around parameters):
 
 	<<rbutton "$variable" "value">>
 Or:
-	<<rbutton "$variable" "value" "HTML_element_ID" "Text to replace with, inside html element with ID from previous parameter. <br> HTML tags allowed.">> 
+	<<rbutton "$variable" "value" "HTML_element_ID" "Text to replace with, inside html element with ID from previous parameter. <br> HTML tags allowed.">>
 
 Group of radiobutton will be created based on variable name. Checked state will be set up if variable contain value matched with second parameter. Full form of macro call can be used to display extended description of selected value.
 */
@@ -2165,13 +2165,13 @@ window.setTextboxMaxLength = function (storyVarName, maxLength) {
  * with other scripts, since anything poking the DOM here will be done last
  *
  * Dev Note: The accordion mod should be able to turn *anything* into an accordion. This iteration
- * is configured tightly for the end of week report runs, but it shouldn't be that hard to adapt for 
+ * is configured tightly for the end of week report runs, but it shouldn't be that hard to adapt for
  * other uses, like character bios. For now, I'll see what other extra-long passages of cosmetic text
  * might benefit.
  *
  * 000-250-006 03092017
 */
- 
+
 postdisplay["doAccordionSet"] = function (content) {
 	if (variables().useAccordion == 1) {
 		Array.prototype.slice.call(document.querySelectorAll('.macro-include'))
@@ -3002,7 +3002,7 @@ window.RAFacilityRemove = function RAFacilityRemove(slave, rule) {
 			assignJob(slave, rule.removalAssignment);
 		}
 		break;
-		
+
 	case "get treatment in the clinic":
 		if (slave.assignment === rule.setAssignment) {
 			r += `<br>{slave.slaveName} has been removed from ${V.clinicName} and has been assigned to ${rule.removalAssignment}.`;
@@ -3263,7 +3263,7 @@ Macro.add("textinput", {
 			.attr({
 				rows: 4,
 				// cols: 68, // instead of setting "cols" we set the `min-width` in CSS
-				tabindex: 0 // for accessiblity
+				tabindex: 0 // for accessibility
 			})
 			.addClass("macro-textarea") // "hijack" the .macro-textarea class
 			.on("input", function() {
@@ -3359,7 +3359,7 @@ Macro.add('foreach', {
  * Height.mean(nationality, race, genes) - returns the mean adult height for the given combination
  * Height.mean(slave) - returns the mean (expected) height for the given slave
  *
- * Height.random(nationality, race, genes, age) - returns a random height using the skew-normal distribution 
+ * Height.random(nationality, race, genes, age) - returns a random height using the skew-normal distribution
  *													around the mean height for the given arguments
  * Height.random(nationality, race, genes) - returns a random height for the given combination of an adult, as above
  * Height.random(slave[, options]) - returns a random height for the given slave, as above.
@@ -3440,55 +3440,55 @@ window.Height = (function(){
 
 	/* if you can find an average for an undefined, add it in! */
 	const xxMeanHeight = {
-		"Afghan": 155.08, "Albanian": 161.77, "Algerian": 159.09, "American.asian": 158.4, "American.black": 163.6, "American.latina": 158.9, "American.white": 165, "American": 163.54, 
-		"Andorran": 162.90, "Angolan": 157.31, "Antiguan": 160.65, "Argentinian": 159.18, "Armenian": 158.09, "Aruban": 158, "Australian": 165.86, "Austrian": 164.62, "Azerbaijani": 158.25, 
-		"Bahamian": 160.68, "Bahraini": 156.69, "Bangladeshi": 150.79, "Barbadian": 165.28, "Belarusian": 166.35, "Belgian": 165.49, "Belizean": 156.88, "Beninese": 156.16, "Bermudian": 160.69, 
+		"Afghan": 155.08, "Albanian": 161.77, "Algerian": 159.09, "American.asian": 158.4, "American.black": 163.6, "American.latina": 158.9, "American.white": 165, "American": 163.54,
+		"Andorran": 162.90, "Angolan": 157.31, "Antiguan": 160.65, "Argentinian": 159.18, "Armenian": 158.09, "Aruban": 158, "Australian": 165.86, "Austrian": 164.62, "Azerbaijani": 158.25,
+		"Bahamian": 160.68, "Bahraini": 156.69, "Bangladeshi": 150.79, "Barbadian": 165.28, "Belarusian": 166.35, "Belgian": 165.49, "Belizean": 156.88, "Beninese": 156.16, "Bermudian": 160.69,
 		"Bhutanese": 153.63, "Bissau-Guinean": 158.24, "Bolivian": 153.89, "Bosnian": 165.85, "Brazilian": 160.86, "British": 164.40, "Bruneian": 153.98, "Bulgarian": 164.80,
-		"Burkinabé": 160.19, "Burmese": 154.37, "Burundian": 154.02, "Cambodian": 152.91, "Cameroonian": 158.82, "Canadian": 163.91, "Cape Verdean": 161.65, "Catalan": 163.4, 
-		"Central African": 158.04, "Chadian": 160.17, "Chilean": 159.36, "Chinese": 159.71, "Colombian": 156.85, "Comorian": 155.58, "Congolese": 157.57, "a Cook Islander": 163.19, "Costa Rican": 156.37, 
-		"Croatian": 165.63, "Cuban": 157.98, "Cypriot": 162.27, "Czech": 168.46, "Danish": 167.21, "Djiboutian": 156.11, "Dominican": 159.03, "Dominiquais": 164.34, "Dutch": 168.72, "East Timorese": 151.15, 
-		"Ecuadorian": 154.23, "Egyptian": 157.33, "Emirati": 158.68, "Equatoguinean": 157.33, "Eritrean": 156.39, "Estonian": 168.67, "Ethiopian": 155.71, "Fijian": 161.69, "Filipina": 149.60, 
-		"Finnish": 165.90, "French Guianan": 157, "French Polynesian": 164.52, "French": 164.88, "Gabonese": 158.84, "Gambian": 160.93, "Georgian": 162.98, "German": 165.86, "Ghanan": 157.91, 
-		"Greek": 164.87, "Greenlandic": 161.55, "Grenadian": 164.51, "Guamanian": 153.7, "Guatemalan": 149.39, "Guinean": 157.80, "Guyanese": 157.92, "Haitian": 158.72, "Honduran": 153.84, "Hungarian": 163.66, 
-		"I-Kiribati": 157.00, "Icelandic": 165.95, "Indian": 152.59, "Indonesian": 152.80, "Iranian": 159.67, "Iraqi": 158.67, "Irish": 165.11, "Israeli": 161.80, "Italian": 164.61, "Ivorian": 158.07, 
-		"Jamaican": 163.12, "Japanese": 158.31, "Jordanian": 158.83, "Kazakh": 158.58, "Kenyan": 158.16, "Kittitian": 159.20, "Korean": 160.65, "Kosovan": 165.7, "Kurdish": 165, "Kuwaiti": 159.43, 
-		"Kyrgyz": 159.35, "Laotian": 151.28, "Latvian": 169.80, "Lebanese": 162.43, "Liberian": 157.3, "Libyan": 162.08, "a Liechtensteiner": 164.3, "Lithuanian": 166.61, "Luxembourgian": 164.43, 
-		"Macedonian": 159.75, "Malagasy": 151.18, "Malawian": 154.40, "Malaysian": 156.30, "Maldivian": 155.02, "Malian": 160.47, "Maltese": 160.85, "Marshallese": 151.31, "Mauritanian": 157.72, 
-		"Mauritian": 157.24, "Mexican": 156.85, "Micronesian": 156.09, "Moldovan": 163.24, "Monégasque": 164.61, "Mongolian": 158.22, "Montenegrin": 164.86, "Moroccan": 157.82, "Mosotho": 155.71, 
-		"Motswana": 161.38, "Mozambican": 153.96, "Namibian": 158.78, "Nauruan": 153.98, "Nepalese": 150.86, "New Caledonian": 158.0, "a New Zealander": 164.94, "Ni-Vanuatu": 158.17, "Nicaraguan": 154.39, "Nigerian": 156.32, 
-		"Nigerien": 158.25, "Niuean": 164.80, "Norwegian": 165.56, "Omani": 157.19, "Pakistani": 153.84, "Palauan": 156.22, "Palestinian": 158.75, "Panamanian": 155.47, "Papua New Guinean": 154.87, 
-		"Paraguayan": 159.86, "Peruvian": 152.93, "Polish": 164.59, "Portuguese": 163.04, "Puerto Rican": 159.20, "Qatari": 159.38, "Romanian": 162.73, "Russian": 165.27, "Rwandan": 154.79, "Sahrawi": 157.82, 
-		"Saint Lucian": 162.31, "Salvadoran": 154.55, "Sammarinese": 164.61, "Samoan": 161.97, "São Toméan": 158.91, "Saudi": 155.88, "Scottish": 163, "Senegalese": 162.52, "Serbian": 167.69, 
-		"Seychellois": 162.08, "Sierra Leonean": 156.60, "Singaporean": 160.32, "Slovak": 167.47, "Slovene": 166.05, "a Solomon Islander": 154.42, "Somali": 156.06, "South African": 158.03, 
-		"South Sudanese": 169.0, "Spanish": 163.40, "Sri Lankan": 154.56, "Sudanese": 156.04, "Surinamese": 160.66, "Swazi": 158.64, "Swedish": 165.70, "Swiss": 163.45, "Syrian": 158.65, "Taiwanese": 161.45, 
-		"Tajik": 157.33, "Tanzanian": 156.6, "Thai": 157.87, "Tibetan": 158.75, "Togolese": 158.30, "Tongan": 165.52, "Trinidadian": 160.64, "Tunisian": 160.35, "Turkish": 160.50, "Turkmen": 161.73, 
-		"Tuvaluan": 158.10, "Ugandan": 156.72, "Ukrainian": 166.34, "Uruguayan": 162.13, "Uzbek": 157.82, "Vatican": 162.5, "Venezuelan": 157.44, "Vietnamese": 153.59, "Vincentian": 160.70, "Yemeni": 153.97, 
+		"Burkinabé": 160.19, "Burmese": 154.37, "Burundian": 154.02, "Cambodian": 152.91, "Cameroonian": 158.82, "Canadian": 163.91, "Cape Verdean": 161.65, "Catalan": 163.4,
+		"Central African": 158.04, "Chadian": 160.17, "Chilean": 159.36, "Chinese": 159.71, "Colombian": 156.85, "Comorian": 155.58, "Congolese": 157.57, "a Cook Islander": 163.19, "Costa Rican": 156.37,
+		"Croatian": 165.63, "Cuban": 157.98, "Curaçaoan": 158, "Cypriot": 162.27, "Czech": 168.46, "Danish": 167.21, "Djiboutian": 156.11, "Dominican": 159.03, "Dominiquais": 164.34, "Dutch": 168.72, "East Timorese": 151.15,
+		"Ecuadorian": 154.23, "Egyptian": 157.33, "Emirati": 158.68, "Equatoguinean": 157.33, "Eritrean": 156.39, "Estonian": 168.67, "Ethiopian": 155.71, "Fijian": 161.69, "Filipina": 149.60,
+		"Finnish": 165.90, "French Guianan": 157, "French Polynesian": 164.52, "French": 164.88, "Gabonese": 158.84, "Gambian": 160.93, "Georgian": 162.98, "German": 165.86, "Ghanan": 157.91,
+		"Greek": 164.87, "Greenlandic": 161.55, "Grenadian": 164.51, "Guamanian": 153.7, "Guatemalan": 149.39, "Guinean": 157.80, "Guyanese": 157.92, "Haitian": 158.72, "Honduran": 153.84, "Hungarian": 163.66,
+		"I-Kiribati": 157.00, "Icelandic": 165.95, "Indian": 152.59, "Indonesian": 152.80, "Iranian": 159.67, "Iraqi": 158.67, "Irish": 165.11, "Israeli": 161.80, "Italian": 164.61, "Ivorian": 158.07,
+		"Jamaican": 163.12, "Japanese": 158.31, "Jordanian": 158.83, "Kazakh": 158.58, "Kenyan": 158.16, "Kittitian": 159.20, "Korean": 160.65, "Kosovan": 165.72, "Kurdish": 165, "Kuwaiti": 159.43,
+		"Kyrgyz": 159.35, "Laotian": 151.28, "Latvian": 169.80, "Lebanese": 162.43, "Liberian": 157.3, "Libyan": 162.08, "a Liechtensteiner": 164.3, "Lithuanian": 166.61, "Luxembourgian": 164.43,
+		"Macedonian": 159.75, "Malagasy": 151.18, "Malawian": 154.40, "Malaysian": 156.30, "Maldivian": 155.02, "Malian": 160.47, "Maltese": 160.85, "Marshallese": 151.31, "Mauritanian": 157.72,
+		"Mauritian": 157.24, "Mexican": 156.85, "Micronesian": 156.09, "Moldovan": 163.24, "Monégasque": 164.61, "Mongolian": 158.22, "Montenegrin": 164.86, "Moroccan": 157.82, "Mosotho": 155.71,
+		"Motswana": 161.38, "Mozambican": 153.96, "Namibian": 158.78, "Nauruan": 153.98, "Nepalese": 150.86, "New Caledonian": 158.0, "a New Zealander": 164.94, "Ni-Vanuatu": 158.17, "Nicaraguan": 154.39, "Nigerian": 156.32,
+		"Nigerien": 158.25, "Niuean": 164.80, "Norwegian": 165.56, "Omani": 157.19, "Pakistani": 153.84, "Palauan": 156.22, "Palestinian": 158.75, "Panamanian": 155.47, "Papua New Guinean": 154.87,
+		"Paraguayan": 159.86, "Peruvian": 152.93, "Polish": 164.59, "Portuguese": 163.04, "Puerto Rican": 159.20, "Qatari": 159.38, "Romanian": 162.73, "Russian": 165.27, "Rwandan": 154.79, "Sahrawi": 157.82,
+		"Saint Lucian": 162.31, "Salvadoran": 154.55, "Sammarinese": 164.61, "Samoan": 161.97, "São Toméan": 158.91, "Saudi": 155.88, "Scottish": 163, "Senegalese": 162.52, "Serbian": 167.69,
+		"Seychellois": 162.08, "Sierra Leonean": 156.60, "Singaporean": 160.32, "Slovak": 167.47, "Slovene": 166.05, "a Solomon Islander": 154.42, "Somali": 156.06, "South African": 158.03,
+		"South Sudanese": 169.0, "Spanish": 163.40, "Sri Lankan": 154.56, "Sudanese": 156.04, "Surinamese": 160.66, "Swazi": 158.64, "Swedish": 165.70, "Swiss": 163.45, "Syrian": 158.65, "Taiwanese": 161.45,
+		"Tajik": 157.33, "Tanzanian": 156.6, "Thai": 157.87, "Tibetan": 158.75, "Togolese": 158.30, "Tongan": 165.52, "Trinidadian": 160.64, "Tunisian": 160.35, "Turkish": 160.50, "Turkmen": 161.73,
+		"Tuvaluan": 158.10, "Ugandan": 156.72, "Ukrainian": 166.34, "Uruguayan": 162.13, "Uzbek": 157.82, "Vatican": 162.5, "Venezuelan": 157.44, "Vietnamese": 153.59, "Vincentian": 160.70, "Yemeni": 153.97,
 		"Zairian": 155.25, "Zambian": 155.82, "Zimbabwean": 158.22,
 		"": 159.65 // default
 	};
 	const xyMeanHeight = {
-		"Afghan": 165.26, "Albanian": 173.39, "Algerian": 170.07, "American.asian": 172.5, "American.black": 177.4, "American.latina": 172.5, "American.white": 178.2, "American": 177.13, 
-		"Andorran": 176.06, "Angolan": 167.31, "Antiguan": 164.8, "Argentinian": 174.62, "Armenian": 172.00, "Aruban": 165.1, "Australian": 179.20, "Austrian": 177.41, "Azerbaijani": 169.75, 
-		"Bahamian": 172.75, "Bahraini": 167.74, "Bangladeshi": 163.81, "Barbadian": 175.92, "Belarusian": 178.44, "Belgian": 181.70, "Belizean": 168.73, "Beninese": 167.06, "Bermudian": 172.69, 
-		"Bhutanese": 165.31, "Bissau-Guinean": 167.90, "Bolivian": 166.85, "Bosnian": 180.87, "Brazilian": 173.55, "British": 177.49, "Bruneian": 165.01, "Bulgarian": 178.24, "Burkinabé": 169.33, 
-		"Burmese": 164.67, "Burundian": 166.64, "Cambodian": 163.33, "Cameroonian": 167.82, "Canadian": 178.09, "Cape Verdean": 173.22, "Catalan": 175.8, "Central African": 166.67, 
-		"Chadian": 170.44, "Chilean": 171.81, "Chinese": 171.83, "Colombian": 169.50, "Comorian": 166.19, "Congolese": 167.45, "a Cook Islander": 174.77, "Costa Rican": 168.93, "Croatian": 180.78, 
-		"Cuban": 172.00, "Cypriot": 174.99, "Czech": 180.10, "Danish": 181.39, "Djiboutian": 166.57, "Dominican": 172.75, "Dominiquais": 176.31, "Dutch": 182.54, "East Timorese": 159.79, "Ecuadorian": 167.08, 
-		"Egyptian": 166.68, "Emirati": 170.46, "Equatoguinean": 167.36, "Eritrean": 168.36, "Estonian": 181.59, "Ethiopian": 166.23, "Fijian": 173.90, "Filipina": 163.23, "Finnish": 179.59, 
-		"French Guianan": 168, "French Polynesian": 177.41, "French": 179.74, "Gabonese": 167.94, "Gambian": 165.40, "Georgian": 174.34, "German": 179.88, "Ghanan": 168.85, "Greek": 177.32, "Greenlandic": 174.87, 
-		"Grenadian": 176.97, "Guamanian": 169.8, "Guatemalan": 163.41, "Guinean": 167.54, "Guyanese": 170.21, "Haitian": 172.64, "Honduran": 166.39, "Hungarian": 177.26, "I-Kiribati": 169.20, "Icelandic": 180.49, 
-		"Indian": 164.95, "Indonesian": 163.55, "Iranian": 170.3, "Iraqi": 170.43, "Irish": 178.93, "Israeli": 176.86, "Italian": 177.77, "Ivorian": 166.53, "Jamaican": 174.53, "Japanese": 170.82, "Jordanian": 171.03, 
-		"Kazakh": 171.14, "Kenyan": 169.64, "Kittitian": 169.62, "Korean": 173.46, "Kosovan": 179.5, "Kurdish": 175, "Kuwaiti": 172.07, "Kyrgyz": 171.24, "Laotian": 160.52, "Latvian": 181.42, "Lebanese": 174.39, 
-		"Liberian": 163.66, "Libyan": 173.53, "a Liechtensteiner": 175.4, "Lithuanian": 179.03, "Luxembourgian": 177.86, "Macedonian": 178.33, "Malagasy": 161.55, "Malawian": 166, "Malaysian": 167.89, 
-		"Maldivian": 167.68, "Malian": 171.3, "Maltese": 173.32, "Marshallese": 162.81, "Mauritanian": 163.28, "Mauritian": 170.50, "Mexican": 169.01, "Micronesian": 168.51, "Moldovan": 175.49, 
-		"Monégasque": 177.77, "Mongolian": 169.07, "Montenegrin": 178.28, "Moroccan": 170.40, "Mosotho": 165.59, "Motswana": 171.63, "Mozambican": 164.80, "Namibian": 166.96, "Nauruan": 167.83, 
-		"Nepalese": 162.32, "New Caledonian": 171.0, "a New Zealander": 177.74, "Ni-Vanuatu": 168.09, "Nicaraguan": 166.71, "Nigerian": 165.91, "Nigerien": 167.68, "Niuean": 175.83, "Norwegian": 179.75, "Omani": 169.16, "Pakistani": 166.95, 
-		"Palauan": 167.69, "Palestinian": 172.09, "Panamanian": 168.49, "Papua New Guinean": 163.57, "Paraguayan": 172.83, "Peruvian": 165.23, "Polish": 177.33, "Portuguese": 172.93, "Puerto Rican": 172.08, "Qatari": 170.48, 
-		"Romanian": 174.74, "Russian": 176.46, "Rwandan": 162.68, "Sahrawi": 170.40, "Saint Lucian": 171.95, "Salvadoran": 169.77, "Sammarinese": 177.77, "Samoan": 174.38, "São Toméan": 167.38, 
-		"Saudi": 167.67, "Scottish": 177.6, "Senegalese": 173.14, "Serbian": 180.57, "Seychellois": 174.21, "Sierra Leonean": 164.41, "Singaporean": 172.57, "Slovak": 179.50, "Slovene": 179.80, 
-		"a Solomon Islander": 164.14, "Somali": 166.60, "South African": 166.68, "South Sudanese": 175.9, "Spanish": 176.59, "Sri Lankan": 165.69, "Sudanese": 166.63, "Surinamese": 172.72, "Swazi": 168.13, 
-		"Swedish": 179.74, "Swiss": 178.42, "Syrian": 170.43, "Taiwanese": 174.52, "Tajik": 171.26, "Tanzanian": 164.80, "Thai": 169.16, "Tibetan": 168.91, "Togolese": 168.33, "Tongan": 176.76, 
-		"Trinidadian": 173.74, "Tunisian": 173.95, "Turkish": 174.21, "Turkmen": 171.97, "Tuvaluan": 169.64, "Ugandan": 165.62, "Ukrainian": 178.46, "Uruguayan": 173.43, "Uzbek": 169.38, "Vatican": 176.5, 
+		"Afghan": 165.26, "Albanian": 173.39, "Algerian": 170.07, "American.asian": 172.5, "American.black": 177.4, "American.latina": 172.5, "American.white": 178.2, "American": 177.13,
+		"Andorran": 176.06, "Angolan": 167.31, "Antiguan": 164.8, "Argentinian": 174.62, "Armenian": 172.00, "Aruban": 165.1, "Australian": 179.20, "Austrian": 177.41, "Azerbaijani": 169.75,
+		"Bahamian": 172.75, "Bahraini": 167.74, "Bangladeshi": 163.81, "Barbadian": 175.92, "Belarusian": 178.44, "Belgian": 181.70, "Belizean": 168.73, "Beninese": 167.06, "Bermudian": 172.69,
+		"Bhutanese": 165.31, "Bissau-Guinean": 167.90, "Bolivian": 166.85, "Bosnian": 180.87, "Brazilian": 173.55, "British": 177.49, "Bruneian": 165.01, "Bulgarian": 178.24, "Burkinabé": 169.33,
+		"Burmese": 164.67, "Burundian": 166.64, "Cambodian": 163.33, "Cameroonian": 167.82, "Canadian": 178.09, "Cape Verdean": 173.22, "Catalan": 175.8, "Central African": 166.67,
+		"Chadian": 170.44, "Chilean": 171.81, "Chinese": 171.83, "Colombian": 169.50, "Comorian": 166.19, "Congolese": 167.45, "a Cook Islander": 174.77, "Costa Rican": 168.93, "Croatian": 180.78,
+		"Cuban": 172.00, "Curaçaoan": 165.1, "Cypriot": 174.99, "Czech": 180.10, "Danish": 181.39, "Djiboutian": 166.57, "Dominican": 172.75, "Dominiquais": 176.31, "Dutch": 182.54, "East Timorese": 159.79, "Ecuadorian": 167.08,
+		"Egyptian": 166.68, "Emirati": 170.46, "Equatoguinean": 167.36, "Eritrean": 168.36, "Estonian": 181.59, "Ethiopian": 166.23, "Fijian": 173.90, "Filipina": 163.23, "Finnish": 179.59,
+		"French Guianan": 168, "French Polynesian": 177.41, "French": 179.74, "Gabonese": 167.94, "Gambian": 165.40, "Georgian": 174.34, "German": 179.88, "Ghanan": 168.85, "Greek": 177.32, "Greenlandic": 174.87,
+		"Grenadian": 176.97, "Guamanian": 169.8, "Guatemalan": 163.41, "Guinean": 167.54, "Guyanese": 170.21, "Haitian": 172.64, "Honduran": 166.39, "Hungarian": 177.26, "I-Kiribati": 169.20, "Icelandic": 180.49,
+		"Indian": 164.95, "Indonesian": 163.55, "Iranian": 170.3, "Iraqi": 170.43, "Irish": 178.93, "Israeli": 176.86, "Italian": 177.77, "Ivorian": 166.53, "Jamaican": 174.53, "Japanese": 170.82, "Jordanian": 171.03,
+		"Kazakh": 171.14, "Kenyan": 169.64, "Kittitian": 169.62, "Korean": 173.46, "Kosovan": 179.52, "Kurdish": 175, "Kuwaiti": 172.07, "Kyrgyz": 171.24, "Laotian": 160.52, "Latvian": 181.42, "Lebanese": 174.39,
+		"Liberian": 163.66, "Libyan": 173.53, "a Liechtensteiner": 175.4, "Lithuanian": 179.03, "Luxembourgian": 177.86, "Macedonian": 178.33, "Malagasy": 161.55, "Malawian": 166, "Malaysian": 167.89,
+		"Maldivian": 167.68, "Malian": 171.3, "Maltese": 173.32, "Marshallese": 162.81, "Mauritanian": 163.28, "Mauritian": 170.50, "Mexican": 169.01, "Micronesian": 168.51, "Moldovan": 175.49,
+		"Monégasque": 177.77, "Mongolian": 169.07, "Montenegrin": 178.28, "Moroccan": 170.40, "Mosotho": 165.59, "Motswana": 171.63, "Mozambican": 164.80, "Namibian": 166.96, "Nauruan": 167.83,
+		"Nepalese": 162.32, "New Caledonian": 171.0, "a New Zealander": 177.74, "Ni-Vanuatu": 168.09, "Nicaraguan": 166.71, "Nigerian": 165.91, "Nigerien": 167.68, "Niuean": 175.83, "Norwegian": 179.75, "Omani": 169.16, "Pakistani": 166.95,
+		"Palauan": 167.69, "Palestinian": 172.09, "Panamanian": 168.49, "Papua New Guinean": 163.57, "Paraguayan": 172.83, "Peruvian": 165.23, "Polish": 177.33, "Portuguese": 172.93, "Puerto Rican": 172.08, "Qatari": 170.48,
+		"Romanian": 174.74, "Russian": 176.46, "Rwandan": 162.68, "Sahrawi": 170.40, "Saint Lucian": 171.95, "Salvadoran": 169.77, "Sammarinese": 177.77, "Samoan": 174.38, "São Toméan": 167.38,
+		"Saudi": 167.67, "Scottish": 177.6, "Senegalese": 173.14, "Serbian": 180.57, "Seychellois": 174.21, "Sierra Leonean": 164.41, "Singaporean": 172.57, "Slovak": 179.50, "Slovene": 179.80,
+		"a Solomon Islander": 164.14, "Somali": 166.60, "South African": 166.68, "South Sudanese": 175.9, "Spanish": 176.59, "Sri Lankan": 165.69, "Sudanese": 166.63, "Surinamese": 172.72, "Swazi": 168.13,
+		"Swedish": 179.74, "Swiss": 178.42, "Syrian": 170.43, "Taiwanese": 174.52, "Tajik": 171.26, "Tanzanian": 164.80, "Thai": 169.16, "Tibetan": 168.91, "Togolese": 168.33, "Tongan": 176.76,
+		"Trinidadian": 173.74, "Tunisian": 173.95, "Turkish": 174.21, "Turkmen": 171.97, "Tuvaluan": 169.64, "Ugandan": 165.62, "Ukrainian": 178.46, "Uruguayan": 173.43, "Uzbek": 169.38, "Vatican": 176.5,
 		"Venezuelan": 171.59, "Vietnamese": 164.45, "Vincentian": 172.78, "Yemeni": 159.89, "Zairian": 166.80, "Zambian": 166.52, "Zimbabwean": 168.59,
 		"": 171.42 // defaults
 	};
@@ -5972,7 +5972,7 @@ if(eventSlave.fetish != "mindbroken") {
 			}
 		}
 	}
-	
+
 	if(eventSlave.vagina == 0) {
 		if(eventSlave.devotion > 50) {
 			if(eventSlave.trust > 20) {
@@ -7208,7 +7208,7 @@ if(eventSlave.fetish != "mindbroken") {
 			}
 		}
 	}
-	
+
 	if(eventSlave.vagina == 0) {
 		if(eventSlave.devotion > 50) {
 			if(eventSlave.trust > 20) {
@@ -7444,11 +7444,11 @@ window.isSlim = function(slave) {
 		if ((slave.muscles <= 30) && (ArcologyZero.FSPhysicalIdealist === "unset") && (slave.weight <= 10) && (ArcologyZero.FSHedonisticDecadence === "unset")) {
 			slim = true;
 		} else if (ArcologyZero.FSPhysicalIdealist !== "unset") {
-			if ((ArcologyZero.FSPhysicalIdealistStrongFat === 1) && (slave.weight <= 30)) { 
+			if ((ArcologyZero.FSPhysicalIdealistStrongFat === 1) && (slave.weight <= 30)) {
 				slim = true;
-			} 
-		} else if ((ArcologyZero.FSHedonisticDecadence !== "unset") && (slave.weight <= 30)) { 
-			if (ArcologyZero.FSHedonisticDecadenceStrongFat === 1) { 
+			}
+		} else if ((ArcologyZero.FSHedonisticDecadence !== "unset") && (slave.weight <= 30)) {
+			if (ArcologyZero.FSHedonisticDecadenceStrongFat === 1) {
 				slim = true;
 			} else if (slave.muscles <= 30) {
 				slim = true;
@@ -8071,6 +8071,14 @@ window.SlaveFullName = function SlaveFullName(slave) {
 	return pair.join(" ");
 };
 
+window.SlaveFullBirthName = function SlaveFullBirthName(slave) {
+	const V = State.variables;
+	const pair = slave.birthSurname ? [slave.birthName, slave.birthSurname] : [slave.birthName];
+	if (V.surnameOrder !== 1 && ["Cambodian", "Chinese", "Hungarian", "Japanese", "Korean", "Mongolian", "Taiwanese", "Vietnamese"].includes(slave.nationality))
+		pair.reverse();
+	return pair.join(" ");
+};
+
 window.PlayerName = function PlayerName() {
 	const V = State.variables;
 	const surnamesFirstCountries = [
@@ -9081,7 +9089,7 @@ window.DegradingName = function DegradingName(slave) {
 		if (slave.fetishKnown === 1) {
 			if (slave.fetish === "buttslut") {
 				names.push("Anal", "Sodomy");
-			} 
+			}
 			if (slave.fetish === "cumslut") {
 				names.push("Cum", "Dicksuck", "Sucker");
 			}
@@ -9606,7 +9614,7 @@ window.Deadliness = function Deadliness(slave) {
 			deadliness -= 1;
 		}
 	}
-	
+
 	if (slave.labor === 1) {
 		deadliness -= 15;
 	} else if (slave.preg >= 40 && slave.pregControl !== "labor supressors") {
@@ -9876,7 +9884,7 @@ window.assignJob = function assignJob(slave, job) {
 					break;
 			}
 			break;
-			
+
 		case "work as a farmhand":
 		case "farmyard":
 			slave.assignment = "work as a farmhand";
@@ -10060,7 +10068,7 @@ window.assignJob = function assignJob(slave, job) {
 		if (awi != -1) {
 			V.personalAttention.deleteAt(awi);
 			if (V.personalAttention.length === 0) {
-				if (V.PC.career === "escort") 
+				if (V.PC.career === "escort")
 					V.personalAttention = "whoring";
 				else if (V.PC.career === "servant")
 					V.personalAttention = "upkeep";
@@ -10081,7 +10089,7 @@ window.removeJob = function removeJob(slave, assignment) {
 	"use strict";
 	const V = State.variables;
 	let r = "";
-	
+
 	const idx = V.slaveIndices[slave.ID];
 
 	if (assignment === "Pit")
@@ -10343,7 +10351,7 @@ window.generateGenetics = (function() {
 		genes.sexualFlaw = setSexualFlaw(father, mother);
 		genes.behavioralFlaw = setBehavioralFlaw(father, mother);
 		genes.fetish = setFetish(father, mother);
-		
+
 		return genes;
 	}
 
@@ -10599,7 +10607,7 @@ window.generateGenetics = (function() {
 		}
 		return hair;
 	}
-	
+
 	// pubicHairStyle
 	function setPubicHStyle(father, mother) {
 		let hair;
@@ -10636,7 +10644,7 @@ window.generateGenetics = (function() {
 		}
 		return markings;
 	}
-	
+
 	// sexualFlaw
 	function setSexualFlaw(father, mother) {
 		let flaw;
@@ -10658,7 +10666,7 @@ window.generateGenetics = (function() {
 		}
 		return flaw;
 	}
-	
+
 	// fetish
 	function setFetish(father, mother) {
 		let fetish;
@@ -11144,7 +11152,7 @@ window.generateChild = function(mother, ova, destination) {
 /*:: wombJS [script]*/
 
 /*
-This is womb processor/simulator script. It's take care about calculation of belly sizes based on individual fetus sizes, 
+This is womb processor/simulator script. It's take care about calculation of belly sizes based on individual fetus sizes,
 with full support of broodmothers implant random turning on and off possibility. Also this can be expanded to store more parents data in each individual fetus in future.
 Design limitations:
 - Mother can't gestate children with different speeds at same time. All speed changes apply to all fetuses.
@@ -11159,7 +11167,7 @@ WombImpregnate($slave, $fetus_count, $fatherID, $initial_age) - should be added
 
 WombProgress($slave, $time_to_add_to_fetuses) - after code that update $slave.preg, time to add should be the same.
 
-$isReady = WombBirthReady($slave, $birth_ready_age) - how many children ready to be birthed if their time to be ready is $birth_ready_age (40 is for normal length pregnancy). Return int - count of ready to birth children, or 0 if no ready exists. 
+$isReady = WombBirthReady($slave, $birth_ready_age) - how many children ready to be birthed if their time to be ready is $birth_ready_age (40 is for normal length pregnancy). Return int - count of ready to birth children, or 0 if no ready exists.
 
 $children = WombBirth($slave, $birth_ready_age) - for actual birth. Return array with fetuses objects that birthed (can be used in future) and remove them from womb array of $slave. Should be called at actual birth code in sugarcube. fetuses that not ready remained in womb (array).
 
@@ -11198,7 +11206,7 @@ window.WombInit = function(actor) {
 	} else if (actor.womb.length == 0 && actor.pregType != 0 && actor.broodmother == 0) {
 		WombImpregnate(actor, actor.pregType, actor.pregSource, actor.preg);
 	} else if (actor.womb.length == 0 && actor.pregType != 0 && actor.broodmother > 0 && actor.broodmotherOnHold < 1) {
-		//sorry but for already present broodmothers it's impossible to calculate fully, aproximation used.
+		//sorry but for already present broodmothers it's impossible to calculate fully, approximation used.
 		var i, pw = actor.preg, bCount, bLeft;
 		if (pw > 40) pw = 40; //to avoid disaster.
 		bCount = Math.floor(actor.pregType/pw);
@@ -11212,7 +11220,7 @@ window.WombInit = function(actor) {
 		}
 
 		if (bLeft > 0) {
-			WombImpregnate(actor, bLeft, actor.pregSource, i+1); // setting up leftower of fetuses.
+			WombImpregnate(actor, bLeft, actor.pregSource, i+1); // setting up leftover of fetuses.
 		}
 	}
 };
@@ -11376,7 +11384,7 @@ window.WombUpdatePregVars = function(actor) {
 
 window.WombMinPreg = function(actor) {
 	WombSort(actor);
-	if (actor.womb.length > 0) 
+	if (actor.womb.length > 0)
 		return actor.womb[actor.womb.length-1].age;
 	else
 		return 0;
@@ -11384,7 +11392,7 @@ window.WombMinPreg = function(actor) {
 
 window.WombMaxPreg = function(actor) {
 	WombSort(actor);
-	if (actor.womb.length > 0) 
+	if (actor.womb.length > 0)
 		return actor.womb[0].age;
 	else
 		return 0;
@@ -11396,20 +11404,20 @@ window.WombNormalizePreg = function(actor)
 	WombInit(actor);
 
 	// this is broodmother on hold.
-	if (actor.womb.length == 0 && actor.broodmother >= 1) { 
-		actor.pregType = 0; 
+	if (actor.womb.length == 0 && actor.broodmother >= 1) {
+		actor.pregType = 0;
 		actor.pregKnown = 0;
 
 		// to avoid legacy code conflicts - broodmother on hold
 		// can't be impregnated, but she not on normal contraceptives.
 		// So we set this for special case.
 		if (actor.preg >= 0)
-			actor.preg = 0.1; 
+			actor.preg = 0.1;
 
 		if (actor.pregSource > 0)
 			actor.pregSource = 0;
 
-		if (actor.pregWeek > 0) 
+		if (actor.pregWeek > 0)
 			actor.pregWeek = 0;
 
 		actor.broodmotherCountDown = 0;
@@ -11447,7 +11455,7 @@ window.WombNormalizePreg = function(actor)
 
 		// We can't properly set postpartum here,
 		// but can normalize obvious error with forgotten property.
-		if (actor.pregWeek > 0) 
+		if (actor.pregWeek > 0)
 			actor.pregWeek = 0;
 	}
 	actor.bellyPreg = WombGetVolume(actor);
@@ -11523,13 +11531,13 @@ window.WombFetusCount = function(actor)
 	return actor.womb.length;
 }
 
-//give reference to fetus object, but not remove fetus, use for manupulation in the womb.
+//give reference to fetus object, but not remove fetus, use for manipulation in the womb.
 window.WombGetFetus = function(actor, fetusNum)
 {
 	WombInit(actor);
 	if (actor.womb.length >= fetusNum)
 		return actor.womb[fetusNum];
-	else 
+	else
 		return null;
 }
 
@@ -11569,7 +11577,7 @@ window.WombChangeGene = function(actor, geneName, newValue)
 	actor.womb.forEach(ft => ft.genetics[geneName] = newValue);
 }
 
-// replaces untraceable fatherIDs with missingParentID. Required for concurrent pregancy to differentiate between siblings.
+// replaces untraceable fatherIDs with missingParentID. Required for concurrent pregnancy to differentiate between siblings.
 window.MissingParentIDCorrection = function(actor) {
 	WombInit(actor);
 	actor.womb
@@ -11601,7 +11609,7 @@ window.WombCleanYYFetuses = function(actor)
 	return reserved;
 }
 
-window.FetusGlobalReserveCount = function(reserveType) 
+window.FetusGlobalReserveCount = function(reserveType)
 {
 	var cnt = 0;
 	var SV = State.variables;
@@ -11641,7 +11649,7 @@ window.WombSetGenericReserve = function(actor, type, count)
 
 window.WombAddToGenericReserve = function(actor, type, count)
 {
-	
+
 	WombSetGenericReserve(actor, type, (WombReserveCount(actor, type)+count));
 
 }
@@ -11752,7 +11760,7 @@ window.BCReserveInit = function()
 			if (typeof ft.reserve != 'string')
 				ft.reserve = "";
 				if (typeof ft.motherID != 'number') //setting missing biological mother ID for fetus.
-					ft.motherID = slave.ID; 
+					ft.motherID = slave.ID;
 
 				if (ft.ID == undefined)
 					ft.ID = genUUID();
@@ -11760,7 +11768,7 @@ window.BCReserveInit = function()
 			try {
 					if (slave.reservedChildren > 0)
 						WombSetGenericReserve(slave, "incubator", reservedChildren);
-					
+
 					if (slave.reservedChildrenNursery > 0)
 						WombSetGenericReserve(slave, "nursery", reservedChildren);
 					} catch (err) {
@@ -11774,7 +11782,7 @@ window.BCReserveInit = function()
 	SV.PC.womb.forEach(function(ft){
 		if (typeof ft.reserve != 'string')
 			ft.reserve = "";
-			ft.motherID = SV.PC.ID; 
+			ft.motherID = SV.PC.ID;
 		});
 
 }
@@ -13262,7 +13270,7 @@ window.assistantArt = function assistantArt(sizePlacement) {
 
 	if (V.imageChoice === 0 || V.imageChoice === 1) {
 		if (V.seeAvatar !== 1) {return}
-		
+
 		if (V.imageChoice === 1) {
 			fileName += "'resources/vector/avatar/";
 		} else /* V.imageChoice === 0*/ {
@@ -14133,7 +14141,7 @@ window.HSM = function() {
 	else if (State.variables.PC.hacking >= 100)
 		return .75;
 	}
-	
+
 	window.TierTwoUnlockCalc = function() {
 		const V = State.variables;
 		if (V.securityForceInfantryPower > 5) V.securityForceInfantryPower = 5;
@@ -14143,7 +14151,7 @@ window.HSM = function() {
 		if (V.securityForceStimulantPower > 5) V.securityForceStimulantPower = 5;
 		if (V.securityForceAircraftPower > 5) V.securityForceAircraftPower = 5;
 	}
-	
+
 /*:: colorModeJS [script]*/
 
 window.flipColors = function (lightColorMap){
@@ -14201,9 +14209,9 @@ window.restoreColors = function(styleMap){
 /*
  * <<htag>> macro
  * A simple macro which allows to create wrapping html elements with dynamic IDs.
- *	idea blatantly robbed from the spanMacroJS.tw but expanded to a more generic 
+ *	idea blatantly robbed from the spanMacroJS.tw but expanded to a more generic
  *	case, allowing <div>, <button> or whatever you want. elements, default is for
- *	the div though. In addition, you can pass an object in as the first argument 
+ *	the div though. In addition, you can pass an object in as the first argument
  *	instead of an id, and each of the object's attributes will become attributes
  *	of the generate tag.
  *
@@ -14386,7 +14394,7 @@ window.DefaultRules = (function() {
 
 	function DefaultRules(slave) {
 		if (slave.useRulesAssistant === 0) return r; //exempted
-		
+
 		V = State.variables;
 		r = "";
 		let rule = MergeRules(slave);
@@ -14449,24 +14457,24 @@ window.DefaultRules = (function() {
 	}
 
 	function ProcessAssignments(slave, rule) {
-		// Before merging rules, we process assignments for each rule separately so we can remove slaves from facilities when they no longer qualify, even if the final "winning" rule assigns them elsewhere 
-		// We also ignore inapplicable assignments for the current slave, so we only merge assignments that are valid 
+		// Before merging rules, we process assignments for each rule separately so we can remove slaves from facilities when they no longer qualify, even if the final "winning" rule assigns them elsewhere
+		// We also ignore inapplicable assignments for the current slave, so we only merge assignments that are valid
 		switch (rule.setAssignment) {
 			case "no default setting":
 				delete rule.setAssignment;
 				break;
-			
+
 			case "rest":
 			case "please you":
 			case "choose her own job":
-				// slaves always qualify for this assignment 
+				// slaves always qualify for this assignment
 				break;
 
 			case "live with your Head Girl":
 				if ((V.HGSuiteSlaves < 1 && slave.indentureRestrictions <= 0))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -14475,7 +14483,7 @@ window.DefaultRules = (function() {
 				if ((V.arcadeSlaves < V.arcade && slave.indentureRestrictions <= 0 && (slave.breedingMark != 1 || V.propOutcome === 0)))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -14484,7 +14492,7 @@ window.DefaultRules = (function() {
 				if ((V.masterSuiteSlaves < V.masterSuite && (slave.devotion > 20 || slave.trust < -50 || (slave.devotion >= -50 && slave.trust < -20))))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -14493,7 +14501,7 @@ window.DefaultRules = (function() {
 				if ((V.clinicSlaves < V.clinic && (slave.health < 20 || (slave.chem > 15 && V.Nurse !== 0 && V.clinicUpgradeFilters == 1)) || ((slave.bellyImplant > -1) && (V.bellyImplants == 1)) || slave.preg > 1))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -14502,16 +14510,16 @@ window.DefaultRules = (function() {
 				if ((V.spaSlaves < V.spa) && (slave.health < 20) || (slave.trust < 60) || (slave.devotion <= 60) || (slave.fetish == "mindbroken") && (slave.devotion >= -20))
 					break;
 				else {
-					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
-				
+
 			case "work as a nanny":
 				if ((V.nurserySlaves < V.nursery) && !slave.fuckdoll && (slave.devotion > 20 || slave.trust > 20))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -14520,7 +14528,7 @@ window.DefaultRules = (function() {
 				if ((V.brothelSlaves < V.brothel && (slave.devotion > 50 || slave.trust > 50 || slave.trust < -50 || (slave.devotion >= -50 && slave.trust < -20)) && (slave.breedingMark != 1 || V.propOutcome === 0)))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -14529,7 +14537,7 @@ window.DefaultRules = (function() {
 				if ((V.clubSlaves < V.club && (slave.devotion > 50 || slave.trust > 50 || slave.trust < -50 || (slave.devotion >= -50 && slave.trust < -20)) && (slave.breedingMark != 1 || V.propOutcome === 0)))
 					break;
 				else {
-					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave, rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -14547,25 +14555,25 @@ window.DefaultRules = (function() {
 									if ((V.dairyPregSetting < 2) || (slave.vagina > 2) || (slave.ovaries === 0) || (V.dairyPrepUpgrade == 1))
 										break;
 									else {
-										RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+										RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 										delete rule.setAssignment;
 									}
 								} else {
-									RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+									RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 									delete rule.setAssignment;
 								}
 							} else {
-								RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+								RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 								delete rule.setAssignment;
 							}
 						} else {
-							RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+							RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 							delete rule.setAssignment;
 						}
 					}
 				}
 				break;
-				
+
 			case "work as a farmhand":
 				if ((V.farmyardSlaves < V.farmyard && canWalk(slave))) //TODO: rework these requirements
 					break;
@@ -14579,7 +14587,7 @@ window.DefaultRules = (function() {
 				if ((V.servantsQuartersSlaves < V.servantsQuarters && canSee(slave) && canWalk(slave) && (slave.devotion >= -20 || slave.trust < -20 || (slave.devotion >= -50 && slave.trust <= 20))))
 					break;
 				else {
-					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -14589,11 +14597,11 @@ window.DefaultRules = (function() {
 					if ((slave.intelligenceImplant < 30) || (slave.voice !== 0 && slave.accent+V.schoolroomUpgradeLanguage > 2) || (slave.oralSkill <= 10+V.schoolroomUpgradeSkills*20) || (slave.whoreSkill <= 10+V.schoolroomUpgradeSkills*20) || (slave.entertainSkill <= 10+V.schoolroomUpgradeSkills*20) || (slave.analSkill < 10+V.schoolroomUpgradeSkills*20) || ((slave.vagina >= 0) && (slave.vaginalSkill < 10+V.schoolroomUpgradeSkills*20)))
 						break;
 					else {
-						RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+						RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 						delete rule.setAssignment;
 					}
 				else {
-					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -14602,7 +14610,7 @@ window.DefaultRules = (function() {
 				if ((V.cellblockSlaves < V.cellblock && ((slave.devotion < -20 && slave.trust >= -20) || (slave.devotion < -50 && slave.trust >= -50))))
 					break;
 				else {
-					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment 
+					RAFacilityRemove(slave,rule); // before deleting rule.setAssignment
 					delete rule.setAssignment;
 				}
 				break;
@@ -15235,7 +15243,7 @@ window.DefaultRules = (function() {
 							slave.buttplug = "plug";
 						}
 						break;
-						
+
 					case "long, large plug":
 						if (slave.breedingMark == 1 && V.propOutcome == 1) {
 							r += `<br>Breeding regulations forbid the use of anal plugs that can damage a growing fetus on marked slaves, so ${slave.slaveName} has been given a standard length large plug for her anus.`;
@@ -15377,7 +15385,7 @@ window.DefaultRules = (function() {
 	}
 
 	function ProcessAssetGrowthDrugs(slave, rule) {
-		// Asset Growth 
+		// Asset Growth
 		const growth_drugs = new Set(["breast injections", "intensive breast injections", "breast redistributors", "butt injections", "intensive butt injections", "butt redistributors", "lip injections", "lip atrophiers", "penis enhancement", "intensive penis enhancement", "penis atrophiers", "testicle enhancement", "intensive testicle enhancement", "testicle atrophiers", "hyper breast injections", "hyper butt injections", "hyper penis enhancement", "hyper testicle enhancement"]);
 		if ((slave.drugs == "super fertility drugs" || slave.drugs == "fertility drugs") && isFertile(slave)) {
 			r += `<br>${slave.slaveName} is on ${slave.drugs} and will not be considered for drug enhancement until that regime is complete.`;
@@ -15583,7 +15591,7 @@ window.DefaultRules = (function() {
 	}
 
 	function ProcessOtherDrugs(slave, rule) {
-		// Other Drugs 
+		// Other Drugs
 		if (slave.indentureRestrictions < 2 && rule.drug !== "no default setting" && slave.drugs !== rule.drug) {
 			let flag = true;
 			switch (rule.drug) {
@@ -15611,117 +15619,117 @@ window.DefaultRules = (function() {
 				if (!((slave.breedingMark != 1 || V.propOutcome == 0) && slave.balls > 0 && slave.pubertyXY === 0))
 					flag = false;
 				break;
-				
+
 			case "psychosuppressants":
 				if (!(slave.intelligence > -100 && slave.indentureRestrictions < 1))
 					flag = false;
 				break;
-			
+
 			case "breast injections":
 				if (!(slave.boobs < 48000))
 					flag = false;
 				break;
-			
+
 			case "hyper breast injections":
 				if (!(slave.boobs < 25000))
 					flag = false;
 				break;
-			
+
 			case "breast redistributors":
 				if (!(slave.boobs - slave.boobsImplant > 100))
 					flag = false;
 				break;
-			
+
 			case "butt injections":
 				if (!(slave.butt < 9))
 					flag = false;
 				break;
-			
+
 			case "hyper butt injections":
 				if (!(slave.butt < 20))
 					flag = false;
 				break;
-			
+
 			case "nipple atrophiers":
 				if (!(["huge", "puffy", "cute"].includes(slave.nipples)))
 					flag = false;
 				break;
-				
+
 			case "butt redistributors":
 				if (!(slave.buttImplant > 0))
 					flag = false;
 				break;
-			
+
 			case "lip injections":
 				if (!(slave.lips <= 95 || (slave.lips <= 85 && V.seeExtreme !== 1)))
 					flag = false;
 				break;
-			
+
 			case "lip atrophiers":
 				if (!(slave.lips - slave.lipsImplant > 0))
 					flag = false;
 				break;
-			
+
 			case "super fertility drugs":
 				if (!(slave.indentureRestrictions < 1 && (slave.breedingMark !== 1 || V.propOutcome == 0)))
 					flag = false;
 				break;
-			
+
 			case "penis enhancement":
 				if (!((slave.dick > 0 && slave.dick < 10) || slave.clit < 5))
 					flag = false;
 				break;
-			
+
 			case "hyper penis enhancement":
 				if (!((slave.dick > 0 && slave.dick < 31) || slave.clit < 5))
 					flag = false;
 				break;
-				
+
 			case "penis atrophiers":
 				if (!(slave.dick > 1))
 					flag = false;
 				break;
-			
+
 			case "testicle enhancement":
 				if (!(slave.balls > 0))
 					flag = false;
 				break;
-			
+
 			case "hyper testicle enhancement":
 				if (!(slave.balls > 0))
 					flag = false;
 				break;
-			
+
 			case "testicle atrophiers":
 				if (!(slave.balls > 1))
 					flag = false;
 				break;
-			
+
 			case "clitoris atrophiers":
 				if (!(slave.clit > 0))
 					flag = false;
 				break;
-			
+
 			case "labia atrophiers":
 				if (!(slave.labia > 0))
 					flag = false;
 				break;
-			
+
 			case "appetite suppressors":
 				if (!(slave.weight <= -95))
 					flag = false;
 				break;
-				
+
 			case "female hormone injections":
 				if (!((slave.breedingMark !== 1 || V.propOutcome == 0) && (slave.ovaries === 1 || slave.mpreg === 1) && slave.pubertyXX === 0))
 					flag = false;
 				break;
-			
+
 			case "male hormone injections":
 				if (!(slave.balls > 0 && slave.pubertyXY === 0))
 					flag = false;
 				break;
-				
+
 			default:
 				break;
 			}
@@ -15776,7 +15784,7 @@ window.DefaultRules = (function() {
 	}
 
 	function ProcessDiet(slave, rule) {
-		// Diet Setting 
+		// Diet Setting
 		if (rule.diet !== undefined && rule.diet !== "no default setting") {
 			/*
 			if ((slave.boobs >= 1600) && (slave.muscles <= 5) && (slave.amp != 1) && ((rule.muscles == "no default setting") || (rule.muscles === 0))) {
@@ -15804,7 +15812,7 @@ window.DefaultRules = (function() {
 							slave.diet = "restricted";
 							r += `<br>${slave.slaveName} is too fat so her diet has been set to restricted.`;
 						}
-						
+
 					} else if ((slave.weight - rule.diet) < -5) {
 						if ((slave.diet !== "fattening")) {
 							slave.diet = "fattening";
@@ -15925,7 +15933,7 @@ window.DefaultRules = (function() {
 					}
 				}
 			}
-		} else if ((rule.muscles !== undefined) && (rule.muscles !== "no default setting") && (slave.amp != 1)) { // no diet rule, muscles only 
+		} else if ((rule.muscles !== undefined) && (rule.muscles !== "no default setting") && (slave.amp != 1)) { // no diet rule, muscles only
 			if ((slave.muscles >= rule.muscles+8)) {
 				if ((slave.diet !== "slimming")) {
 					slave.diet = "slimming";
@@ -16835,12 +16843,12 @@ window.DefaultRules = (function() {
 			}
 		}
 	}
-	
+
 	function ProcessLabel(slave, rule) {
 		if (rule.label !== "no default setting" && !slave.customLabel.includes("["+rule.label+"]")) {
 			slave.customLabel = slave.customLabel + "[" + rule.label + "]";
 			r += `<br>${slave.slaveName} has been tagged as ${rule.label}`;
-		} 
+		}
 
 		if (rule.removeLabel !== "no default setting" && slave.customLabel.includes("["+rule.removeLabel+"]")) {
 			slave.customLabel = slave.customLabel.replace("["+rule.removeLabel+"]", "");
@@ -16976,14 +16984,14 @@ window.rulesAssistantOptions = (function() {
 			this.element.remove();
 		}
 	}
-	
+
 	class Section extends Element {
 		constructor(header, hidden=false) {
 			super(header);
 			this.hidey = this.element.querySelector("div");
 			if (hidden) this.toggle_hidey();
 		}
-		
+
 		render(header) {
 			const section = document.createElement("section");
 			section.classList.add("rajs-section");
@@ -17033,7 +17041,7 @@ window.rulesAssistantOptions = (function() {
 			if (textinput) {
 				value = document.createElement("input");
 				value.setAttribute("type", "text");
-				value.classList.add("rajs-value"); // 
+				value.classList.add("rajs-value"); //
 				// call the variable binding when the input field is no longer being edited, and when the enter key is pressed
 				value.onblur = () => {this.inputEdited(); };
 				value.onkeypress = (e) => { if (returnP(e)) this.inputEdited(); };
@@ -17117,7 +17125,7 @@ window.rulesAssistantOptions = (function() {
 			this.parent = parent;
 			pairs.forEach(item => this.appendChild(new ListItem(...item)));
 		}
-		
+
 		render(label) {
 			const elem = document.createElement("div");
 			const lelem = document.createElement("em");
@@ -17615,7 +17623,7 @@ window.rulesAssistantOptions = (function() {
 				"genes": "XX, XY",
 			}[attribute];
 		}
-		
+
 		setValue(input) {
 			try {
 				const arr = JSON.parse(input.value);
@@ -17834,7 +17842,7 @@ window.rulesAssistantOptions = (function() {
 			}
 		}
 	}
-	
+
 	class OtherSection extends Section {
 		constructor() {
 			super("Other Settings");
@@ -18704,7 +18712,7 @@ window.rulesAssistantOptions = (function() {
 				this.setValue(this.value2string(current_rule.set.dietCum, current_rule.set.dietMilk));
 			};
 		}
-		
+
 		value2string(cum, milk) {
 			return `cum: ${cum}, milk: ${milk}`;
 		}
@@ -19061,7 +19069,7 @@ window.rulesAssistantOptions = (function() {
 			super(items);
 		}
 	}
-	
+
 	class EarwearList extends List {
 		constructor() {
 			const pairs = [
@@ -19170,6 +19178,11 @@ window.rulesAssistantOptions = (function() {
 				["silver"],
 				["white"],
 				["blue-violet"],
+				["purple"],
+				["dark orchid"],
+				["sea green"],
+				["green-yellow"],
+				["dark blue"],
 				["blazing red"],
 				["neon green"],
 				["neon blue"],
@@ -19238,6 +19251,11 @@ window.rulesAssistantOptions = (function() {
 				["silver"],
 				["white"],
 				["blue-violet"],
+				["purple"],
+				["dark orchid"],
+				["sea green"],
+				["green-yellow"],
+				["dark blue"],
 				["blazing red"],
 				["neon green"],
 				["neon blue"],
@@ -19315,6 +19333,11 @@ window.rulesAssistantOptions = (function() {
 				["silver"],
 				["white"],
 				["blue-violet"],
+				["purple"],
+				["dark orchid"],
+				["sea green"],
+				["green-yellow"],
+				["dark blue"],
 				["blazing red"],
 				["neon green"],
 				["neon blue"],
@@ -19370,6 +19393,11 @@ window.rulesAssistantOptions = (function() {
 				["silver"],
 				["white"],
 				["blue-violet"],
+				["purple"],
+				["dark orchid"],
+				["sea green"],
+				["green-yellow"],
+				["dark blue"],
 				["blazing red"],
 				["neon green"],
 				["neon blue"],
@@ -19792,7 +19820,7 @@ window.rulesAssistantOptions = (function() {
 
 			if (V.arcologies[0].FSChineseRevivalist !== "unset")
 				items.push(["(FS) Imperial Seal", "a small image of your Imperial Seal"]);
-			
+
 			super("Your brand design is", items, true);
 		}
 	}
@@ -20598,7 +20626,7 @@ window.rulesAutosurgery = (function() {
 			V.cash -= V.surgeryCost;
 			if (V.PC.medicine >= 100) slave.health -= 5;
 			else slave.health -= 10;
-			
+
 		} else if (((slave.boobShape == "normal") || (slave.boobShape == "wide-set")) && (thisSurgery.surgery_cosmetic > 0) && (slave.breastMesh != 1)) {
 			if (slave.boobs > 800)
 				slave.boobShape = "torpedo-shaped";
@@ -21184,7 +21212,7 @@ window.SimpleVCheck = function SimpleVCheck(times) {
 window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) {
 	const V = State.variables;
 	const partner = V.slaves[V.partner];
-	let pronouns = getPronouns(slave);
+	let pronouns = getPronouns(partner);
 	let he = pronouns.pronoun,
 		him = pronouns.object,
 		his = pronouns.possessive,
@@ -22734,6 +22762,9 @@ window.SlaveSummaryUncached = (function(){
 			case "Cuban":
 				r += `Cub`;
 				break;
+			case "Curaçaoan":
+				r += `Cur`;
+				break;
 			case "Cypriot":
 				r += `Cyp`;
 				break;
@@ -23782,7 +23813,7 @@ window.SlaveSummaryUncached = (function(){
 		}
 		r += " ";
 		/*
-		** No NCS, then do the standard, However because of the wrinkes of Incubators, as long as visual age is greater 
+		** No NCS, then do the standard, However because of the wrinkes of Incubators, as long as visual age is greater
 		** than or equal to physical age, we do the old physical body/Looks for fresh out of the can NCS slaves.
 		*/
 		if (((slave.geneMods.NCS === 0) || (slave.visualAge >= slave.physicalAge))) {
@@ -23796,9 +23827,9 @@ window.SlaveSummaryUncached = (function(){
 			/*
 			** Now the rub. The use of physical Age for the year old body above, basically conflicts with the changes
 			** that NCS introduces, so here to *distinguish* the changes, we use visual age with the 'year old body'
-			** and appears, for example: Slave release from incubator at age 10, Her summary would show, 'Age 0. 10 
-			** year old body.' But if she's given NCS a few weeks after release, while she's still before her first 
-			** birthday, it'll appear the same. But once her birthday fires, if we ran with the above code it would 
+			** and appears, for example: Slave release from incubator at age 10, Her summary would show, 'Age 0. 10
+			** year old body.' But if she's given NCS a few weeks after release, while she's still before her first
+			** birthday, it'll appear the same. But once her birthday fires, if we ran with the above code it would
 			** say: 'Age 1. 11 year old body.' -- this conflicts with the way NCS works though, because she hasn't
 			** visually aged, so our change here makes it say 'Age 1. Appears to have a 10 year old body.'
 			*/
@@ -26118,7 +26149,7 @@ window.removeActiveSlave = function removeActiveSlave() {
 	if (V.PC.pregSource === V.missingParentID) {
 		missing = true;
 	}
-		
+
 	if (V.PC.mother === AS_ID) {
 		V.PC.mother = V.missingParentID;
 		missing = true;
@@ -26164,7 +26195,7 @@ window.removeActiveSlave = function removeActiveSlave() {
 			});
 		}
 		V.slaves.forEach(slave => {
-			WombChangeID(slave, AS_ID, V.missingParentID); /* This check is complex, should be done in JS now, all needed will be done here. */ 
+			WombChangeID(slave, AS_ID, V.missingParentID); /* This check is complex, should be done in JS now, all needed will be done here. */
 			WombChangeGeneID(slave, AS_ID, V.missingParentID);
 			if (slave.pregSource === V.missingParentID) {
 				missing = true;
@@ -26338,9 +26369,9 @@ window.removeActiveSlave = function removeActiveSlave() {
 				ID : V.missingParentID
 			};
 			if (V.traitor.ID == V.activeSlave.ID) { /* To link developing fetuses to their parent */
-				V.traitor.missingParentTag = V.missingParentID; 
+				V.traitor.missingParentTag = V.missingParentID;
 			} else if (V.boomerangSlave.ID == V.activeSlave.ID) {
-				V.boomerangSlave.missingParentTag = V.missingParentID; 
+				V.boomerangSlave.missingParentTag = V.missingParentID;
 			}
 			V.missingParentID--;
 		}
@@ -26619,7 +26650,7 @@ window.ArtControlRendered = function ArtControlRendered(slave, sizePlacement) {
 	return r;
 };
 
-/* 
+/*
 This takes a textual hair color description and tries to guess the appropriate HTML compliant color code.
 
 hColor should be a color name, but can also be a string describing hair color.
@@ -26627,8 +26658,8 @@ hColor should be a color name, but can also be a string describing hair color.
 This code's working is described to the user in the Encyclopedia, chapter "Lore", section "Dyes".
 */
 window.extractHairColor = function (hColor) {
-	/* 
-	these are color names known and used in FreeCities 
+	/*
+	these are color names known and used in FreeCities
 	attributed color names are at the front of the array
 	*/
 	var FCname2HTMLarray = [
@@ -26674,7 +26705,7 @@ window.extractHairColor = function (hColor) {
 		if (HTMLstandardColors.includes(hColor) || hColor.match(/^#([0-9a-f]{3}){1,2}$/) !== null) {
 			colorCode = hColor; /* is a HTML color name or value, use it directly */
 		} else {
-			/* 
+			/*
 			is not even a HTML color name. hColor probably is a description.
 			look for anything resembling a valid color name within the description.
 			*/
@@ -31941,6 +31972,17 @@ window.nationalityToAccent = function nationalityToAccent(slave) {
 		case "Cuban":
 			slave.accent = (V.language === "Spanish") ? jsEither([0, 1, 1, 1, 1, 2]) : naturalAccent;
 			break;
+		case "Curaçaoan":
+			if (V.language === "Dutch") {
+				slave.accent = jsEither([0, 1, 1, 1, 2]);
+			} else if (V.language === "English") {
+				slave.accent = jsEither([0, 1, 2, 2, 2, 3, 3]);
+			} else if (V.language === "Portuguese") {
+				slave.accent = jsEither([0, 1, 2, 2, 2, 3, 3]);
+			} else {
+				slave.accent = naturalAccent;
+			}
+			break;
 		case "Cypriot":
 			if (V.language === "Greek") {
 				slave.accent = jsEither([0, 1, 1, 1, 1, 2]);
@@ -33379,7 +33421,7 @@ window.GenerateNewSlave = (function(){
 		slave.trust = jsRandom(-45,-25);
 		slave.weight = jsRandom(-100,180);
 		slave.health = jsRandom(-50,50);
-		
+
 		WombInit(slave);
 		generateAge();
 		generateIntelligence();
@@ -33405,7 +33447,7 @@ window.GenerateNewSlave = (function(){
 		slave.ovaries = 1;
 		slave.pubertyXY = 0;
 		slave.energy = jsRandom(1,85);
-		
+
 		generateXXBodyProportions();
 		generateVagina();
 		generateXXPreferences();
@@ -33426,7 +33468,7 @@ window.GenerateNewSlave = (function(){
 		slave.prostate = 1;
 		slave.pubertyXX = 0;
 		slave.energy = jsRandom(15,90);
-		
+
 		generateXYBodyProportions();
 		generateDick();
 		generateCircumcision();
@@ -33515,7 +33557,7 @@ window.GenerateNewSlave = (function(){
 		} else {
 			slave.vagina = jsEither([0, 0, 1, 1, 1]);
 		}
-		
+
 		if (slave.physicalAge <= 11) {
 			slave.clit = jsEither([0, 0, 0, 0, 0, 0, 0, 0, 1]);
 		} else if (slave.physicalAge <= 13) {
@@ -33525,7 +33567,7 @@ window.GenerateNewSlave = (function(){
 		} else {
 			slave.clit = jsEither([0, 0, 0, 0, 0, 0, 1, 1, 2]);
 		}
-		
+
 		if (slave.physicalAge <= 11) {
 			slave.labia = jsEither([0, 0, 0, 0, 0, 0, 0, 1, 1]);
 		} else if (slave.physicalAge <= 12) {
@@ -33539,7 +33581,7 @@ window.GenerateNewSlave = (function(){
 		} else {
 			slave.labia = jsEither([0, 0, 0, 1, 1, 1, 1, 2, 2, 3]);
 		}
-		
+
 		if (slave.energy < random(1,80)) {
 			slave.vaginaLube = 0;
 		} else if ( slave.physicalAge > random(35,60)) {
@@ -33554,7 +33596,7 @@ window.GenerateNewSlave = (function(){
 		slave.vagina = -1;
 		slave.clit = 0;
 		slave.preg = 0;
-		
+
 		if (slave.physicalAge <= 13) {
 			slave.dick = jsEither([1, 1, 1, 1, 2, 2, 2, 3]);
 			if (V.seeExtreme == 1) {
@@ -33921,6 +33963,7 @@ window.GenerateNewSlave = (function(){
 				case "Colombian":
 				case "Costa Rican":
 				case "Cuban":
+				case "Curaçaoan":
 				case "Czech":
 				case "Dominiquais":
 				case "Ecuadorian":
@@ -33975,38 +34018,38 @@ window.GenerateNewSlave = (function(){
 	function generateXXPreferences() {
 		randomizeAttraction(slave);
 		slave.fetishStrength = jsRandom(0,90);
-		slave.fetish = jsEither(["none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "submissive", "submissive", "cumslut", "humiliation", "humiliation", "buttslut", "boobs", "pregnancy", "dom", "sadist", "masochist"]);
-		slave.behavioralFlaw = jsEither(["none", "none", "none", "arrogant", "bitchy", "odd", "hates men", "hates women", "hates women", "anorexic", "gluttonous", "devout", "liberated"]);
-		
+		slave.fetish = jsEither(["boobs", "buttslut", "cumslut", "dom", "humiliation", "humiliation", "masochist", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "pregnancy", "sadist", "submissive", "submissive"]);
+		slave.behavioralFlaw = jsEither(["anorexic", "arrogant", "bitchy", "devout", "gluttonous", "hates men", "hates women", "hates women", "liberated", "none", "none", "none", "odd"]);
+
 		if (slave.behavioralFlaw == "devout") {
-			slave.sexualFlaw = jsEither(["none", "repressed", "shamefast", "apathetic", "crude", "judgemental"]);
+			slave.sexualFlaw = jsEither(["apathetic", "crude", "judgemental", "none", "repressed", "shamefast"]);
 		} else {
-			slave.sexualFlaw = jsEither(["none", "none", "none", "none", "hates oral", "hates anal", "hates penetration", "repressed", "idealistic", "shamefast", "apathetic", "crude", "judgemental"]);
+			slave.sexualFlaw = jsEither(["apathetic", "crude", "hates anal", "hates oral", "hates penetration", "idealistic", "judgemental", "none", "none", "none", "none", "repressed", "shamefast"]);
 		}
 		if (slave.behavioralFlaw == "none" && jsRandom(1,10) == 1) {
-			slave.behavioralQuirk = jsEither(["confident", "cutting", "funny", "adores women", "adores men", "fitness", "insecure", "sinful", "advocate"]);
+			slave.behavioralQuirk = jsEither(["adores men", "adores women", "advocate", "confident", "cutting", "fitness", "funny", "insecure", "sinful"]);
 		}
 		if (slave.sexualFlaw == "none" && jsRandom(1,10) == 1) {
-			slave.sexualQuirk = jsEither(["gagfuck queen", "painal queen", "strugglefuck queen", "tease", "romantic", "perverted", "caring", "unflinching", "size queen"]);
+			slave.sexualQuirk = jsEither(["caring", "gagfuck queen", "painal queen", "perverted", "romantic", "size queen", "strugglefuck queen", "tease", "unflinching"]);
 		}
 	};
 
 	function generateXYPreferences() {
 		randomizeAttraction(slave);
 		slave.fetishStrength = jsRandom(0,90);
-		slave.fetish = jsEither(["none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "submissive", "cumslut", "humiliation", "buttslut", "buttslut", "boobs", "dom", "sadist", "masochist"]);
-		slave.behavioralFlaw = jsEither(["none", "none", "none", "arrogant", "bitchy", "odd", "hates men", "hates men", "hates men", "hates women", "anorexic", "gluttonous", "devout", "liberated"]);
-		
+		slave.fetish = jsEither(["boobs", "buttslut", "buttslut", "cumslut", "dom", "humiliation", "masochist", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "sadist", "submissive"]);
+		slave.behavioralFlaw = jsEither(["anorexic", "arrogant", "bitchy", "devout", "gluttonous", "hates men", "hates men", "hates men", "hates women", "liberated", "none", "none", "none", "odd"]);
+
 		if (slave.behavioralFlaw == "devout") {
-			slave.sexualFlaw = jsEither(["none", "repressed", "shamefast", "apathetic", "crude", "judgemental"]);
+			slave.sexualFlaw = jsEither(["apathetic", "crude", "judgemental", "none", "repressed", "shamefast"]);
 		} else {
-			slave.sexualFlaw = jsEither(["none", "none", "none", "none", "hates oral", "hates anal", "hates anal", "repressed", "idealistic", "shamefast", "apathetic", "crude", "judgemental"]);
+			slave.sexualFlaw = jsEither(["apathetic", "crude", "hates anal", "hates anal", "hates oral", "idealistic", "judgemental", "none", "none", "none", "none", "repressed", "shamefast"]);
 		}
 		if (slave.behavioralFlaw == "none" && jsRandom(1,10) == 1) {
-			slave.behavioralQuirk = jsEither(["confident", "cutting", "funny", "adores women", "adores men", "fitness", "insecure", "sinful", "advocate"]);
+			slave.behavioralQuirk = jsEither(["adores men", "adores women", "advocate", "confident", "cutting", "fitness", "funny", "insecure", "sinful"]);
 		}
 		if (slave.sexualFlaw == "none" && jsRandom(1,10) == 1) {
-			slave.sexualQuirk = jsEither(["gagfuck queen", "painal queen", "strugglefuck queen", "tease", "romantic", "perverted", "caring", "unflinching", "size queen"]);
+			slave.sexualQuirk = jsEither(["caring", "gagfuck queen", "painal queen", "perverted", "romantic", "size queen", "strugglefuck queen", "tease", "unflinching"]);
 		}
 	};
 
@@ -34031,7 +34074,7 @@ window.GenerateNewSlave = (function(){
 				case "pacific islander":
 				case "amerindian":
 				case "asian":
-				case "middle eastern": 
+				case "middle eastern":
 				case "semitic":
 				case "southern european":
 					slave.butt = jsEither([1, 2, 2, 3, 3]);
@@ -34133,9 +34176,9 @@ window.GenerateNewSlave = (function(){
 			slave.face += jsRandom(0,10);
 		}
 		if (slave.physicalAge > 10) {
-			slave.faceShape = jsEither(["androgynous", "cute", "sensual", "exotic", "normal", "normal"]);
+			slave.faceShape = jsEither(["androgynous", "cute", "exotic", "normal", "normal", "sensual"]);
 		} else {
-			slave.faceShape = jsEither(["androgynous", "androgynous", "cute", "cute", "sensual", "exotic", "normal", "normal"]);
+			slave.faceShape = jsEither(["androgynous", "androgynous", "cute", "cute", "exotic", "normal", "normal", "sensual"]);
 		}
 		switch (slave.faceShape) {
 			case "sensual":
@@ -34166,15 +34209,15 @@ window.GenerateNewSlave = (function(){
 			slave.face += jsRandom(0,10);
 		}
 		if (slave.physicalAge >= 17) {
-			slave.faceShape = jsEither(["masculine", "masculine", "masculine", "androgynous"]);
+			slave.faceShape = jsEither(["androgynous", "masculine", "masculine", "masculine"]);
 		} else if (slave.physicalAge >= 15) {
-			slave.faceShape = jsEither(["masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "androgynous", "sensual", "exotic", "normal"]);
+			slave.faceShape = jsEither(["androgynous", "exotic", "masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "normal", "sensual"]);
 		} else if (slave.physicalAge >= 13) {
-			slave.faceShape = jsEither(["masculine", "masculine", "masculine", "androgynous", "cute", "sensual", "exotic", "normal"]);
+			slave.faceShape = jsEither(["androgynous", "cute", "exotic", "masculine", "masculine", "masculine", "normal", "sensual"]);
 		} else if (slave.physicalAge >= 11) {
-			slave.faceShape = jsEither(["masculine", "androgynous", "cute", "sensual", "exotic", "normal", "normal"]);
+			slave.faceShape = jsEither(["androgynous", "cute", "exotic", "masculine", "normal", "normal", "sensual"]);
 		} else {
-			slave.faceShape = jsEither(["androgynous", "androgynous", "cute", "cute", "sensual", "exotic", "normal", "normal"]);
+			slave.faceShape = jsEither(["androgynous", "androgynous", "cute", "cute", "exotic", "normal", "normal", "sensual"]);
 		}
 		switch (slave.faceShape) {
 			case "sensual":
@@ -34252,16 +34295,16 @@ window.GenerateNewSlave = (function(){
 		var femaleCrookedTeethGen = slave.intelligence+slave.intelligenceImplant;
 		if ("American" == slave.nationality) {
 			femaleCrookedTeethGen += 20;
-		} else if (["Andorran", "Antiguan", "Argentinian", "Aruban", "Australian", "Austrian", "Bahamian", "Bahraini", "Barbadian", "Belarusian", "Belgian", "Bermudian", "Brazilian", "British", "Bruneian", "Bulgarian", "Canadian", "Catalan", "Chilean", "a Cook Islander", "Croatian", "Czech", "Cypriot", "Danish", "Dutch", "Emirati", "Estonian", "Finnish", "French", "German", "Greek", "Greenlandic", "Guamanian", "Hungarian", "Icelandic", "Irish", "Israeli", "Italian", "Japanese", "Kazakh", "Korean", "Kuwaiti", "Latvian", "a Liechtensteiner", "Lithuanian", "Luxembourgian", "Malaysian", "Maltese", "Mauritian", "Monégasque", "Montenegrin", "New Caledonian", "a New Zealander", "Niuean", "Norwegian", "Omani", "Palauan", "Panamanian", "Polish", "Portuguese", "Puerto Rican", "Qatari", "Romanian", "Russian", "Sammarinese", "Saudi", "Seychellois", "Singaporean", "Slovak", "Slovene", "Spanish", "Swedish", "Swiss", "Taiwanese", "Trinidadian", "Uruguayan", "Vatican"].includes(slave.nationality)) {
+		} else if (["Andorran", "Antiguan", "Argentinian", "Aruban", "Australian", "Austrian", "Bahamian", "Bahraini", "Barbadian", "Belarusian", "Belgian", "Bermudian", "Brazilian", "British", "Bruneian", "Bulgarian", "Canadian", "Catalan", "Chilean", "a Cook Islander", "Croatian", "Curaçaoan", "Cypriot", "Czech", "Danish", "Dutch", "Emirati", "Estonian", "Finnish", "French", "German", "Greek", "Greenlandic", "Guamanian", "Hungarian", "Icelandic", "Irish", "Israeli", "Italian", "Japanese", "Kazakh", "Korean", "Kuwaiti", "Latvian", "a Liechtensteiner", "Lithuanian", "Luxembourgian", "Malaysian", "Maltese", "Mauritian", "Monégasque", "Montenegrin", "New Caledonian", "a New Zealander", "Niuean", "Norwegian", "Omani", "Palauan", "Panamanian", "Polish", "Portuguese", "Puerto Rican", "Qatari", "Romanian", "Russian", "Sammarinese", "Saudi", "Seychellois", "Singaporean", "Slovak", "Slovene", "Spanish", "Swedish", "Swiss", "Taiwanese", "Trinidadian", "Uruguayan", "Vatican"].includes(slave.nationality)) {
 			/* do nothing */
 		} else {
 			femaleCrookedTeethGen -= 20;
 		}
-		
+
 		if (jsRandom(0, femaleCrookedTeethGen) <= 15 && slave.physicalAge >= 12) {
 			slave.teeth = jsEither(["crooked", "crooked", "crooked", "crooked", "crooked", "crooked", "crooked", "gapped"]);
 		}
-		
+
 		if (slave.physicalAge < 6) {
 			slave.teeth = "baby";
 		} else if (slave.physicalAge < 12) {
@@ -34273,16 +34316,16 @@ window.GenerateNewSlave = (function(){
 		var maleCrookedTeethGen = slave.intelligence+slave.intelligenceImplant;
 		if ("American" == slave.nationality) {
 			maleCrookedTeethGen += 22;
-		} else if (["Andorran", "Antiguan", "Argentinian", "Aruban", "Australian", "Austrian", "Bahamian", "Bahraini", "Barbadian", "Belarusian", "Belgian", "Bermudian", "Brazilian", "British", "Bruneian", "Bulgarian", "Canadian", "Catalan", "Chilean", "a Cook Islander", "Croatian", "Czech", "Cypriot", "Danish", "Dutch", "Emirati", "Estonian", "Finnish", "French", "German", "Greek", "Greenlandic", "Guamanian", "Hungarian", "Icelandic", "Irish", "Israeli", "Italian", "Japanese", "Kazakh", "Korean", "Kuwaiti", "Latvian", "a Liechtensteiner", "Lithuanian", "Luxembourgian", "Malaysian", "Maltese", "Mauritian", "Monégasque", "Montenegrin", "New Caledonian", "a New Zealander", "Niuean", "Norwegian", "Omani", "Palauan", "Panamanian", "Polish", "Portuguese", "Puerto Rican", "Qatari", "Romanian", "Russian", "Sammarinese", "Saudi", "Seychellois", "Singaporean", "Slovak", "Slovene", "Spanish", "Swedish", "Swiss", "Taiwanese", "Trinidadian", "Uruguayan", "Vatican"].includes(slave.nationality)) {
+		} else if (["Andorran", "Antiguan", "Argentinian", "Aruban", "Australian", "Austrian", "Bahamian", "Bahraini", "Barbadian", "Belarusian", "Belgian", "Bermudian", "Brazilian", "British", "Bruneian", "Bulgarian", "Canadian", "Catalan", "Chilean", "a Cook Islander", "Croatian", "Curaçaoan", "Cypriot", "Czech", "Danish", "Dutch", "Emirati", "Estonian", "Finnish", "French", "German", "Greek", "Greenlandic", "Guamanian", "Hungarian", "Icelandic", "Irish", "Israeli", "Italian", "Japanese", "Kazakh", "Korean", "Kuwaiti", "Latvian", "a Liechtensteiner", "Lithuanian", "Luxembourgian", "Malaysian", "Maltese", "Mauritian", "Monégasque", "Montenegrin", "New Caledonian", "a New Zealander", "Niuean", "Norwegian", "Omani", "Palauan", "Panamanian", "Polish", "Portuguese", "Puerto Rican", "Qatari", "Romanian", "Russian", "Sammarinese", "Saudi", "Seychellois", "Singaporean", "Slovak", "Slovene", "Spanish", "Swedish", "Swiss", "Taiwanese", "Trinidadian", "Uruguayan", "Vatican"].includes(slave.nationality)) {
 			/* do nothing */
 		} else {
 			maleCrookedTeethGen -= 20;
 		}
-		
+
 		if (jsRandom(0, maleCrookedTeethGen) <= 15 && slave.physicalAge >= 12) {
 			slave.teeth = jsEither(["crooked", "crooked", "crooked", "crooked", "crooked", "crooked", "crooked", "gapped"]);
 		}
-		
+
 		if (slave.physicalAge < 6) {
 			slave.teeth = "baby";
 		} else if (slave.physicalAge < 12) {
@@ -34323,39 +34366,39 @@ window.GenerateNewSlave = (function(){
 	function generateXXBodyHair() {
 		slave.pubicHColor = slave.hColor;
 		slave.underArmHColor = slave.hColor;
-		slave.pubicHStyle = jsEither(["hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed", "in a strip", "in a strip", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "very bushy", "very bushy"]);
-		slave.underArmHStyle = jsEither(["hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "shaved", "shaved", "shaved", "shaved", "shaved", "neat", "neat", "neat", "neat", "neat", "bushy", "bushy", "bushy"]);
+		slave.pubicHStyle = jsEither(["bald", "bald", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "hairless", "in a strip", "in a strip", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "very bushy", "very bushy", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed"]);
+		slave.underArmHStyle = jsEither(["bald", "bald", "bushy", "bushy", "bushy", "hairless", "neat", "neat", "neat", "neat", "neat", "shaved", "shaved", "shaved", "shaved", "shaved", "waxed", "waxed", "waxed", "waxed"]);
 		if ((slave.pubicHStyle == "hairless" || slave.underArmHStyle == "hairless") && Math.random() > 0.4) {
 			slave.pubicHStyle = "hairless";
 			slave.underArmHStyle = "hairless";
 		}
 		if (slave.hColor == "blonde" && Math.random() > 0.85) {
-			slave.eyebrowHColor = jsEither(["brown", "brown", "brown", "brown", "black"]);
+			slave.eyebrowHColor = jsEither(["black", "brown", "brown", "brown", "brown"]);
 			slave.override_Brow_H_Color = 1;
 		} else {
 			slave.eyebrowHColor = slave.hColor;
 		}
-		slave.eyebrowHStyle = jsEither(["bald", "shaved", "shaved", "straight", "straight", "straight", "straight", "straight", "straight", "rounded", "rounded", "rounded", "rounded", "rounded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "slanted inwards", "slanted inwards", "slanted outwards", "slanted outwards", "high-arched", "high-arched", "high-arched", "elongated", "elongated", "elongated", "shortened", "shortened", "shortened", "curved", "curved", "curved", "curved", "curved", "curved", "curved"]);
-		slave.eyebrowFullness = jsEither(["pencil-thin", "pencil-thin", "thin", "thin", "thin", "threaded", "threaded", "threaded", "threaded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "tapered", "tapered", "tapered", "tapered", "thick", "thick", "thick", "bushy", "bushy"]);
+		slave.eyebrowHStyle = jsEither(["bald", "curved", "curved", "curved", "curved", "curved", "curved", "curved", "elongated", "elongated", "elongated", "high-arched", "high-arched", "high-arched", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "rounded", "rounded", "rounded", "rounded", "rounded", "shaved", "shaved", "shortened", "shortened", "shortened", "slanted inwards", "slanted inwards", "slanted outwards", "slanted outwards", "straight", "straight", "straight", "straight", "straight", "straight"]);
+		slave.eyebrowFullness = jsEither(["bushy", "bushy", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "pencil-thin", "pencil-thin", "tapered", "tapered", "tapered", "tapered", "thick", "thick", "thick", "thin", "thin", "thin", "threaded", "threaded", "threaded", "threaded"]);
 	};
 
 	function generateXYBodyHair() {
 		slave.pubicHColor = slave.hColor;
 		slave.underArmHColor = slave.hColor;
-		slave.pubicHStyle = jsEither(["hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "neat", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "very bushy", "very bushy"]);
-		slave.underArmHStyle = jsEither(["hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "shaved", "shaved", "shaved", "shaved", "shaved", "neat", "neat", "neat", "neat", "neat", "neat", "neat", "bushy", "bushy", "bushy", "bushy", "bushy"]);
+		slave.pubicHStyle = jsEither(["bald", "bald", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "hairless", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "neat", "very bushy", "very bushy", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed"]);
+		slave.underArmHStyle = jsEither(["bald", "bald", "bushy", "bushy", "bushy", "bushy", "bushy", "hairless", "neat", "neat", "neat", "neat", "neat", "neat", "neat", "shaved", "shaved", "shaved", "shaved", "shaved", "waxed", "waxed", "waxed", "waxed"]);
 		if ((slave.pubicHStyle == "hairless" || slave.underArmHStyle == "hairless") && Math.random() > 0.4) {
 			slave.pubicHStyle = "hairless";
 			slave.underArmHStyle = "hairless";
 		}
 		if (slave.hColor == "blonde" && Math.random() > 0.85) {
-			slave.eyebrowHColor = jsEither(["brown", "brown", "brown", "brown", "black"]);
+			slave.eyebrowHColor = jsEither(["black", "brown", "brown", "brown", "brown"]);
 			slave.override_Brow_H_Color = 1;
 		} else {
 			slave.eyebrowHColor = slave.hColor;
 		}
-		slave.eyebrowHStyle = jsEither(["bald", "shaved", "shaved", "straight", "straight", "straight", "straight", "straight", "straight", "rounded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "slanted inwards", "slanted outwards", "high-arched", "elongated", "shortened", "curved", "curved", "curved", "curved", "curved"]);
-		slave.eyebrowFullness = jsEither(["pencil-thin", "thin", "thin", "threaded", "threaded", "threaded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "tapered", "tapered", "tapered", "thick", "thick", "bushy"]);
+		slave.eyebrowHStyle = jsEither(["bald", "curved", "curved", "curved", "curved", "curved", "elongated", "high-arched", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "rounded", "shaved", "shaved", "shortened", "slanted inwards", "slanted outwards", "straight", "straight", "straight", "straight", "straight", "straight"]);
+		slave.eyebrowFullness = jsEither(["bushy", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "pencil-thin", "tapered", "tapered", "tapered", "thick", "thick", "thin", "thin", "threaded", "threaded", "threaded"]);
 	};
 
 	function generateXXPuberty() {
@@ -34549,38 +34592,38 @@ window.GenerateNewSlave = (function(){
 		switch (slave.race) {
 			case "black":
 				slave.lips = jsRandom(5,30);
-				slave.skin = jsEither(["black", "dark brown", "brown"]);
+				slave.skin = jsEither(["black", "brown", "dark brown"]);
 				slave.hColor = jsEither(["black", "black", "black", "brown"]);
-				slave.hStyle = jsEither(["neat", "crinkled"]);
+				slave.hStyle = jsEither(["crinkled", "neat"]);
 				break;
 			case "white":
 				slave.lips = jsRandom(5,25);
 				if (slave.nationality == "German") {
-					slave.skin = jsEither(["pale", "light", "fair"]);
+					slave.skin = jsEither(["fair", "light", "pale"]);
 					slave.eyeColor = jsEither(["blue", "blue", "blue", "brown", "green"]);
-					slave.hColor = jsEither(["black", "blonde", "blonde", "blonde", "red", "brown"]);
+					slave.hColor = jsEither(["black", "blonde", "blonde", "blonde", "brown", "red"]);
 				} else if (slave.nationality == "Icelandic") {
-					slave.skin = jsEither(["pale", "pale", "light", "fair"]);
+					slave.skin = jsEither(["fair", "light", "pale", "pale"]);
 					slave.eyeColor = jsEither(["blue", "blue", "blue", "brown", "green"]);
-					slave.hColor = jsEither(["black", "blonde", "blonde", "blonde", "red", "brown"]);
+					slave.hColor = jsEither(["black", "blonde", "blonde", "blonde", "brown", "red"]);
 				} else if (slave.nationality == "Irish") {
-					slave.skin = jsEither(["pale", "pale", "light", "fair"]);
+					slave.skin = jsEither(["fair", "light", "pale", "pale"]);
 					slave.eyeColor = jsEither(["blue", "brown", "green", "green", "green"]);
-					slave.hColor = jsEither(["black", "blonde", "red", "red", "red", "brown"]);
+					slave.hColor = jsEither(["black", "blonde", "brown", "red", "red", "red"]);
 				} else if (slave.nationality == "Scottish") {
-					slave.skin = jsEither(["pale", "fair", "light", "fair"]);
+					slave.skin = jsEither(["fair", "fair", "light", "pale"]);
 					slave.eyeColor = jsEither(["blue", "brown", "brown", "green", "green", "green"]);
 					slave.hColor = jsEither(["black", "black", "blonde", "red", "red", "red", "brown"]);
 				} else {
-					slave.skin = jsEither(["pale", "light", "fair"]);
+					slave.skin = jsEither(["fair", "light", "pale"]);
 					slave.eyeColor = jsEither(["blue", "brown", "green"]);
-					slave.hColor = jsEither(["black", "blonde", "red", "brown"]);
+					slave.hColor = jsEither(["black", "blonde", "brown", "red"]);
 				}
 				slave.hStyle = "neat";
 				break;
 			case "latina":
 				slave.lips = jsRandom(5,25);
-				slave.skin = jsEither(["light olive", "brown", "dark brown", "tanned", "dark olive"]);
+				slave.skin = jsEither(["brown", "dark brown", "dark olive", "light olive", "tanned"]);
 				slave.hColor = jsEither(["black", "brown"]);
 				slave.hStyle = "neat";
 				break;
@@ -34595,27 +34638,27 @@ window.GenerateNewSlave = (function(){
 				break;
 			case "asian":
 				slave.lips = jsRandom(5,25);
-				slave.skin = jsEither(["light olive", "dark olive", "light"]);
+				slave.skin = jsEither(["dark olive", "light olive", "light"]);
 				slave.hColor = "black";
 				slave.hStyle = "neat";
 				break;
-			case "middle eastern": 
+			case "middle eastern":
 			case "semitic":
 			case "southern european":
 				slave.lips = jsRandom(5,25);
-				slave.skin = jsEither(["fair", "light olive", "tanned", "light"]);
+				slave.skin = jsEither(["fair", "light olive", "light", "tanned"]);
 				slave.hColor = "black";
 				slave.hStyle = "neat";
 				break;
 			default:
 				slave.lips = jsRandom(5,25);
-				slave.skin = jsEither(["pale", "dark", "light"]);
-				slave.hColor = jsEither(["black", "black", "black", "black", "brown", "brown", "blonde", "red"]);
+				slave.skin = jsEither(["dark", "light", "pale"]);
+				slave.hColor = jsEither(["black", "black", "black", "black", "blonde", "brown", "brown", "red"]);
 				slave.hStyle = "neat";
 		}
 		if (slave.skin == "pale" || slave.skin == "fair") {
 			if (jsRandom(1,4) == 1) {
-				slave.markings = jsEither(["freckles", "freckles", "freckles", "heavily freckled", "beauty mark", "beauty mark", "birthmark", "birthmark"]);
+				slave.markings = jsEither(["beauty mark", "beauty mark", "birthmark", "birthmark", "freckles", "freckles", "freckles", "heavily freckled"]);
 			}
 		} else if (jsRandom(1,8) == 1) {
 			slave.markings = jsEither(["beauty mark", "birthmark"]);
@@ -34660,15 +34703,15 @@ window.GenerateNewSlave = (function(){
 				slave.boobShape = jsEither(BoobShapeGen);
 			}
 		}
-		
+
 		if (slave.boobs < 250) {
-			slave.nipples = jsEither(["tiny", "tiny", "tiny", "tiny", "cute", "cute", "puffy", "partially inverted"]);
+			slave.nipples = jsEither(["cute", "cute", "partially inverted", "puffy", "tiny", "tiny", "tiny", "tiny"]);
 		} else if (slave.boobs < 500) {
-			slave.nipples = jsEither(["tiny", "cute", "cute", "cute", "puffy", "partially inverted"]);
+			slave.nipples = jsEither(["cute", "cute", "cute", "partially inverted", "puffy", "tiny"]);
 		} else if (slave.boobs < 1000) {
-			slave.nipples = jsEither(["tiny", "cute", "cute", "cute", "puffy", "puffy", "partially inverted", "inverted"]);
+			slave.nipples = jsEither(["cute", "cute", "cute", "inverted", "partially inverted", "puffy", "puffy", "tiny"]);
 		} else {
-			slave.nipples = jsEither(["cute", "puffy", "partially inverted", "inverted", "huge"]);
+			slave.nipples = jsEither(["cute", "huge", "inverted", "partially inverted", "puffy"]);
 		}
 	};
 
@@ -34683,7 +34726,7 @@ window.GenerateNewSlave = (function(){
 	function generateDisabilities() {
 		if (slave.physicalAge >= jsRandom(0,100)) {
 			slave.eyes = -1;
-		} 
+		}
 		if (slave.physicalAge >= jsRandom(30,100)) {
 			slave.hears = -1;
 		}
@@ -34731,7 +34774,7 @@ window.GenerateNewSlave = (function(){
 /*SecForceEX JS*/
 window.SFC = function() {
 	const V = State.variables;
-	if (V.SFTradeShow.CanAttend === -1) {return `The Colonel`;} 
+	if (V.SFTradeShow.CanAttend === -1) {return `The Colonel`;}
 	else {
 		if (V.SF.Facility.LCActive > 0) {return `Lieutenant Colonel <<= SlaveFullName(V.SF.Facility.LC)>>`;}
 		else {return `a designated soldier`;}}
@@ -34796,9 +34839,9 @@ window.Count = function() {
 	if (V.SF.Facility.Toggle > 0) {
 		T.Base += T.SFF, T.max += T.SFFU;
 	}
-	
+
 	if (V.terrain !== "oceanic") { T.LBU += T.GRU, T.LB += S.GiantRobot, T.Base += T.G, T.max += T.GU;
-	T.max += T.LBU, T.Base += T.LB;} 
+	T.max += T.LBU, T.Base += T.LB;}
 	if (V.terrain === "oceanic" || V.terrain === "marine") {
 		T.NY = S.AircraftCarrier + S.Sub + S.HAT, T.Base += T.NY;
 		T.NYU = T.ACU + T.SubU + T.HATU, T.max += T.NYU;}
@@ -34855,7 +34898,7 @@ window.Armoury = function() {
 window.Drugs = function() {
 	const V = State.variables, S = V.SFUnit;
 	var amphet = ``, phen = ``, steroid = ``, downer = ``, concen = ``, stimpack = ``, stabilizer = ``;
-	
+
 	if (S.Drugs >= 1) amphet = `Amphetamines have been added to the cocktail at a low dosage to act as a stimulant, physical performance enhancer, cognition control enhancer. Some side-effects exist.`;
 	if (S.Drugs >= 2) phen = `Phencyclidine has been added to the cocktail at a low dosage as a dissociative psychotropic for soldiers in battle to introduce feelings of detachment, strength and invincibility, and aggression. Some side-effects reduce the tolerable dosage before soldiers go on uncontrollable violent outbreaks.`;
 	if (S.Drugs >= 3) steroid = `Testosterone is being produced for soldiers in training as a natural muscle growth stimulant and to invoke aggression.`;
@@ -35114,32 +35157,32 @@ window.HAT = function() {
 window.Interactions = function() {
 	const V = State.variables, C = V.SFColonel, T = State.temporary;
 	var choice = ``, time = ``;
-	
+
 	if (V.SF.WG > 0){
 		if (V.choice == 1){
 			choice = `$SF.Caps is turning over spare capital in tribute this week. `;
 			if (V.SFTradeShow.CanAttend === -1 && (C.Talk + C.Fun !== 1)) {
 			choice += `"I think I can find @@.yellowgreen;<<print cashFormat(Math.ceil($CashGift))>>@@ for you, boss."`;}
-			else { 
+			else {
 			choice += `"We can spare@@.yellowgreen;<<print cashFormat(Math.ceil($CashGift))>>@@ in tribute this week, `;
 			if (V.PC.title != 1){choice += `sir."`;}else{choice += `ma'am."`;}}}
 		else if (V.choice == 2){
 			choice = `$SF.Caps will be throwing a military parade this week. `;
 			if (V.SFTradeShow.CanAttend === -1 && (C.Talk + C.Fun !== 1)) {
 			choice += `"I expect the @@.green;public to enjoy@@ the parade, boss."`;}
-			else { 
+			else {
 			choice += `"I'll have plans for an @@.green;popular parade@@ on your desk, `;
 			if (V.PC.title != 1){choice += `sir."`;}else{choice += `ma'am."`;}}}
 		else if (V.choice == 3){
 			choice = `$SF.Caps will be conducting corporate sabotage on rival arcologies' businesses. `;
 			if (V.SFTradeShow.CanAttend === -1 && (C.Talk + C.Fun !== 1)) {
 			choice += `"Our interests should see a @@.yellowgreen;big boost,@@ boss."`;}
-			else { 
+			else {
 			choice += `"Your @@.yellowgreen;arcology's business prospects should see an improvement@@ this week, <<= properTitle()>>.`;
 			}}}
 
 	if (C.Talk + C.Fun > 0) time = `The Colonel is busy for the rest of the week, so the Lieutenant Colonel will assist you.`;
-	
+
 	return `${time} <br>${choice}`;
 };
 
@@ -35202,7 +35245,7 @@ window.generateDiffArray = function generateDiffArray(obj) {
 	return diffArray;
 };
 
-/* 
+/*
 Shamelessly copied from https://codereview.stackexchange.com/a/11580
 Finds and returns the difference between two objects. Potentially will have arbitrary nestings of objects.
 */
@@ -35231,9 +35274,9 @@ window.difference = function difference(o1, o2) {
 	return false;
 };
 
-/* 
+/*
 Shamelessly copied from https://stackoverflow.com/a/19101235
-Flattens an object while concatenating property names. 
+Flattens an object while concatenating property names.
 For example {id: {number: 4, name: "A"}} --> {id.number: 4, id.name: "A"}
 */
 window.diffFlatten = function diffFlatten(data) {
@@ -35286,7 +35329,7 @@ window.primeSlave = function(activeSlave, seed) {
 	var V = State.variables
 	var race
 	if (V.seeRace == 1) { race = activeSlave.race } else { race = "" }
-	
+
 	var pronouns = getPronouns(activeSlave)
 	var he = pronouns.pronoun, him = pronouns.object, his = pronouns.possessive, hers = pronouns.possessivePronoun, himself = pronouns.objectReflexive, boy = pronouns.noun
 	var He = capFirstChar(he), His = capFirstChar(his)
@@ -35307,16 +35350,16 @@ window.rivalSlave = function(activeSlave, seed) {
 	var _target = ""
 	var t = ""
 	var V = State.variables
-	
+
 	var pronouns = getPronouns(activeSlave)
 	var he = pronouns.pronoun, him = pronouns.object, his = pronouns.possessive, hers = pronouns.possessivePronoun, himself = pronouns.objectReflexive, boy = pronouns.noun
 	var He = capFirstChar(he), His = capFirstChar(his)
-	
+
 	if (_partnerSlave != undefined) { /* potential problem point */
 
 		var race2
 		if (V.seeRace == 1) { race2 = _partnerSlave.race } else { race2 = "" }
-			
+
 		t += " Meanwhile, "
 		if (activeSlave.rivalry >= 3) {
 			t += `${_partnerSlave.slaveName}, whom ${he} hates, `
@@ -35330,7 +35373,7 @@ window.rivalSlave = function(activeSlave, seed) {
 		_target = "FRival", _partnerSlave = null
 		V.target = "FRival" /*potentially removed later*/
 	}
-	
+
 	return t;
 }
 
@@ -35342,7 +35385,7 @@ window.walkPasts = function(slave, _seed) {
 	var V = State.variables
 	var race
 	if (V.seeRace == 1) { race = slave.race } else { race = "" }
-	
+
 	var pronouns = getPronouns(slave)
 	var he = pronouns.pronoun, him = pronouns.object, his = pronouns.possessive, hers = pronouns.possessivePronoun, himself = pronouns.objectReflexive, boy = pronouns.noun
 	var He = capFirstChar(he), His = capFirstChar(his)
@@ -35930,17 +35973,17 @@ window.walkPasts = function(slave, _seed) {
 	This function does not ensure values make sense. For example, it does not fix weird relations/relationships/rivalries/pregnancies/prosthetics.
 	It only makes sure most datatypes are correct, and sets to default if not. Number values are clamped to the correct bounds.
 	Any values that are supposed to be objects or arrays are not handled (yet).
-	
+
 	A tutorial on how to add to this passage:
-		The || operator can be very useful for setting default values. To be precise, 
+		The || operator can be very useful for setting default values. To be precise,
 			x = y || z
-		is the same thing as 
+		is the same thing as
 			if (y) {x = y}
 			else {x = z}
 		This means that if z is the default value, in the ideal case you could write x = x || z. If x is already in use, this won't change it, and if x is not defined it will set it to z.
 		However, for example, if x is 0 but the default is -1 this will actually set x to -1! So care must be taken.
-		
-		Let's say you want to add slave.value to this function, and you want it to be a number. 
+
+		Let's say you want to add slave.value to this function, and you want it to be a number.
 		First, you need to take whatever slave.value currently is, and turn it into a number. You can use either +slave.value or Number(slave.value) to do this.
 		Second, you need to determine what range to restrict slave.value to. You'll either use Math.max, Math.min, Math.clamp, or none of them.
 		Finally, you need to consider the default value if the .max/.min/.clamp returned 0 (or NaN). To make a long story short,
@@ -35949,7 +35992,7 @@ window.walkPasts = function(slave, _seed) {
 			Use slave.value = Math.clamp(+slave.value, a, b) || default; if you need a <= slave.value <= b.
 			Use slave.value = +slave.value || default; if slave.value can be any number.
 		The exception to this is if the default != 0. In this case, it's usually good enough to just check if slave.value !== 0 first. The strict equality is important!
-		
+
 		If you want slave.value to be a string, there's no easy tricks to make sure it's already an accepted value. The simplest way is the following
 			if (typeof slave.value !== "string") slave.value = default;
 */
@@ -35981,7 +36024,7 @@ window.SlaveDatatypeCleanup = function SlaveDatatypeCleanup (slave) {
 
 window.slaveAgeDatatypeCleanup = function slaveAgeDatatypeCleanup(slave) {
 	const V = State.variables;
-	
+
 	slave.birthWeek = Math.clamp(+slave.birthWeek, 0, 51) || 0;
 	if (slave.age > 0) {
 		slave.actualAge = Math.clamp(+slave.actualAge, V.minimumSlaveAge, Infinity) || slave.age; /* if undefined, this sets to slave.age */
@@ -36135,7 +36178,7 @@ window.slavePregnancyDatatypeCleanup = function slavePregnancyDatatypeCleanup(sl
 	if (typeof slave.pregControl !== "string") {
 		slave.pregControl = "none";
 	}
-	WombNormalizePreg(slave); 
+	WombNormalizePreg(slave);
 };
 
 window.slaveBellyDatatypeCleanup = function slaveBellyDatatypeCleanup(slave) {
@@ -37097,7 +37140,7 @@ window.PCDatatypeCleanup = function PCDatatypeCleanup() {
 	PC.staminaPills = Math.clamp(+PC.staminaPills, 0, 1) || 0;
 	PC.storedCum = Math.max(+PC.storedCum, 0) || 0;
 	PC.mpreg = 0; /* So knockMeUp() may be used with the PC */
-	
+
 	if (PC.age !== undefined) {
 		delete PC.age;
 	}
@@ -37107,7 +37150,7 @@ window.PCDatatypeCleanup = function PCDatatypeCleanup() {
 	if (PC.indentureRestrictions !== undefined) {
 		delete PC.indentureRestrictions;
 	}
-	
+
 	/* None of these are in use */
 	PC.bellyPreg = PC.belly;
 	PC.ageImplant = 0;
@@ -37119,16 +37162,16 @@ window.PCDatatypeCleanup = function PCDatatypeCleanup() {
 
 window.ArcologyDatatypeCleanup = function ArcologyDatatypeCleanup() {
 	const V = State.variables;
-	
+
 	V.ACitizens = Math.max(+V.ACitizens, 0) || 0;
 	V.ASlaves = Math.max(+V.ASlaves, 0) || 0;
 	V.shelterAbuse = Math.max(+V.shelterAbuse, 0) || 0;
-	
+
 	V.arcologies[0].prosperity = Math.clamp(+V.arcologies[0].prosperity, 1, 300) || 1;
 	V.AProsperityCap = Math.max(+V.AProsperityCap, 0) || 0;
 	V.arcologies[0].ownership = Math.clamp(+V.arcologies[0].ownership, 0, 100) || 0;
 	V.arcologies[0].minority = Math.clamp(+V.arcologies[0].minority, 0, 100) || 0;
-	
+
 	V.economy = Math.max(+V.economy, 20) || 100;
 	V.difficultySwitch = Math.clamp(+V.difficultySwitch, 0, 1) || 0;
 	V.localEcon = Math.max(+V.localEcon, 20) || V.economy;
@@ -37149,7 +37192,7 @@ window.ArcologyDatatypeCleanup = function ArcologyDatatypeCleanup() {
 	V.deltaDemand = Math.clamp(+V.deltaDemand, -3000, 3000) || 0;
 	V.econWeatherDamage = Math.max(+V.econWeatherDamage, 0) || 0;
 	V.disasterResponse = Math.clamp(V.disasterResponse, 0, 2) || 0;
-	
+
 	V.foodCost = Math.trunc(2500/V.economy);
 	V.drugsCost = Math.trunc(10000/V.economy);
 	V.rulesCost = Math.trunc(10000/V.economy);
@@ -38776,7 +38819,7 @@ window.slaveCost = (function() {
 		calcCareersCost(slave);
 		calcMiscCost(slave);
 		calcIndentureCost(slave); /* multipliers */
-		
+
 		calcCost(slave);
 		if (isStartingSlave) {
 			calcStartingSlaveCost(slave);
diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index e94742e74b2900a4957ab92d3070293dfab7db86..0f87ab4928e216490ead718ad3601977f1189b2a 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -895,6 +895,7 @@ accepts string
 "Costa Rican"
 "Croatian"
 "Cuban"
+"Curaçaoan"
 "Cypriot"
 "Czech"
 "Danish"
@@ -2714,7 +2715,7 @@ sexualQuirk:
 "unflinching"		- willing to do anything
 "size queen"		 - prefers big cocks
 
-geneticQuirks: 
+geneticQuirks:
 
 0 - does not have
 1 - carrier
@@ -3162,19 +3163,19 @@ What species of ovum she produces.
 reservedChildren:
 
 How many of her children are tagged to be incubated. Carefully balanced, do not manually touch.
-! Secondary|legacy. Can be used for caching only, use JS: 
+! Secondary|legacy. Can be used for caching only, use JS:
   WombSetGenericReserve(slave, "incubator", reservedChildren) to setup primary data. Not add count, but set it to reservedChildren
-  WombCleanGenericReserve(slave, "incubator", reservedChildren) to remove reserve. To clean all incubator reserve use 9999 for reservedChildren. 
+  WombCleanGenericReserve(slave, "incubator", reservedChildren) to remove reserve. To clean all incubator reserve use 9999 for reservedChildren.
 
 reservedChildrenNursery:
 
 How many of her children are tagged to be put in the Nursery. Highly likely to break.
-! Secondary|legacy. Can be used for caching only, use JS: 
+! Secondary|legacy. Can be used for caching only, use JS:
   WombSetGenericReserve(slave, "nursery", reservedChildren) to setup primary data. Not add count, but set it to reservedChildren
-  WombCleanGenericReserve(slave, "nursery", reservedChildren) to remove reserve. To clean all nursery reserve use 9999 for reservedChildren. 
+  WombCleanGenericReserve(slave, "nursery", reservedChildren) to remove reserve. To clean all nursery reserve use 9999 for reservedChildren.
 
 
-  Reserve type ("incubator", "nursery", etc) do not affect each other types, and can be safely used without any checks. 
+  Reserve type ("incubator", "nursery", etc) do not affect each other types, and can be safely used without any checks.
   Also if you try to reserve more then available and not already reserved fetuses in slave womb, will be reserved only actually existing free fetuses. If you try to clean reserve more then present - wil be cleaned only actually existing reserve.
   These reserve functions always use first available fetus(es) - this will be most ready to birth fetuses (older).
 
@@ -3448,8 +3449,6 @@ Once finished, add it into "customSlavesDatabase".
 To test if your slave is functioning, start up a normal game, swap to cheat mode, max your rep, and view other slaveowner's stock in the slave market. If you cannot find your slave in the list, and you didn't start the game with your slave, you should double check your slave for errors. If a slave named "Blank" is present, then you likely messed up. Once you find your slave, check their description to make sure it is correct. If it is not, you messed up somewhere in setting them up.
 
 
-
-
 @@.green; 			- something good or health/libido/attraction gain
 @@.red; 			- something bad or health/libido/attraction loss
 @@.hotpink;			- devotion gain
@@ -3533,3 +3532,35 @@ WombZeroID($activeSlave, _SlaveID) - automatically scan all fetuses and if their
 
 All this womb system can be much more automated (.preg .pregType .pregSource .pregWeek may have to be done in a way, that they will have no need to be controlled manually anywhere at all. Just will be set fully automatically). But in this case many changes in present game code needed, to REMOVE legacy code.
 Right now they are set correctly, based on state of .womb object through pregnancy, but not outside. Also old style pregnancy initiation (setting only .preg to >0 and .pregType to >=1 ) working too - WombImpregnation function for proper setup of .womb will be called on next SetBellySize call. Also old style pregnancy progression through using .preg++ is supported too, but can have minor issues with character descriptions in some cases, if SetBellySize widget not called before descriptions widgets.
+
+
+
+Advanced pregnancy control structure:
+
+Now, with support of human-animal pregnancy, there is need for ability to change values that been constant before. New structure designed for it.
+
+.pregData property for slave should now contain object with describle pregnancy process. By default it will be set to human data. Templates stored in setup.pregData.x where "x" - name of species.
+
+<<set slave.pregData = setup.pregData.human>>
+
+In code at any time properties that contain data can be acessed now. Properties is RW, so slaves can be changed individually later. Example:
+
+<<if slave.pregData.type == "human">>
+or
+<<set slave.pregData.normalOvaMin = 2, slave.pregData.normalOvaMax = 4>> (setting normal ova count 2-4 on every ovulation).
+
+	Proprty list:
+
+	type 			- name of species. Should math slave.ovaType
+	normalOvaMin 	- normal/base ova count on ovulation (minimal)
+	normalOvaMax	- normal/base ova count on ovulation (maximal)
+	normalBirth		- typical normal pregnancy length in weeks
+	minLiveBirth	- typical weeks that guarantee at least 90% chance to fetus survival if normal birth occur.
+	fetusWeek		- array with weeks control points.
+	fetusSize		- array with size control points.
+	fetusCTR		- array with CTR control points.
+
+	These three array is linked, and values in second and third should be in the same order as in first. (Week of .fetusWeek[i] is correspond to .fetusSize[i] and fetusCTR[i])
+	Control points - it's points of graph as if it builded on paper (one axis - fetusWeek, other - fetusSize/fetusCTR). This graph data used to get actual size of fetus, so no need for manual setting of every week data in array. 
+
+	What is CTR? In most medical data, human fetus size (length) measured as "crown to rump" from 1 to 20 weeks, and "crown to heel" later. Formula that calculate volume of womb should get data in single format. So there is need CTR rate - value that describe difference between full "crown to heel" and "crown to rump" length of fetus (also it's can be used to control aproximation of legs, hands and tails volume). For most animal fetus data it's always 1 as they are not bipedal and "crown to rump" is natural measurements for them. But CTR rate changes might be needed to get more accurate results for volume calculations, as fetus is not sphere and length - not always have the same relation to it's volume.
diff --git a/src/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw
index dc1da5927c5476b4978273053aded5bb02479794..b156399914b852cd13ef69e61f28148b2452a412 100644
--- a/src/Mods/DinnerParty/dinnerPartyExecution.tw
+++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw
@@ -21,7 +21,7 @@
 	/* 000-250-006 */
 
 	<<setLocalPronouns $activeSlave>>
-	
+
 	/%Event description%/
 	$activeSlave.slaveName is carried out by four slaves on a huge platter and placed on the dining table.
 	<<if $activeSlave.fetish == "mindbroken">>
@@ -52,7 +52,7 @@
 	<</if>>
 	Your slaves carry the carcass to the kitchen for cooking preparations. With all the ingredients for the special dishes harvested, the carcass is placed on a spit slowly rotating over an open fire. You mingle with your guests while $activeSlave.slaveName is slowly being cooked.
 	<br><br>
-	
+
 	Your slaves begin to serve the appetizer...
 	<br>
 	/% Dicky Roll %/
@@ -172,7 +172,7 @@
 			$His small labia leave you and your guests wanting more.
 			<<set _dishRating -= 2>>
 		<</if>>
-		
+
 		/% Dish rating, could be made into a separate function/passage. The following will be called for every dish %/
 		<<set _dinnerRating += _dishRating>>
 		<<if _dishRating > 5>>
@@ -198,18 +198,18 @@
 	/*<br style="clear:both" />*/
 	<br>
 	/% Bonus dish Baby Veal Ragout %/
-	<<if $activeSlave.preg >= 10>>
+	<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth/4>>
 		<<set _dishRating = 5>>
 		/*<img src='resources/veal ragout.jpg' style="float:left" />*/
 		The next course is a bonus dish ''//Baby Veal Ragout//'':
 		<br>
 		$activeSlave.slaveName was pregnant so $he has a special bonus dish to offer your guests. $His fetus is boiled in a vinegar stock and stewed in butter.
-		<<if $activeSlave.preg >= 25>>
+		<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth/1.6>>
 			Your guests are pleased with the huge size of the dish.
-		<<elseif $activeSlave.preg >= 20>>
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth/2>>
 			Your guests are pleased with the large size of the dish.
 			<<set _dishRating -= 1>>
-		<<elseif $activeSlave.preg >= 15>>
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth/2.66>>
 			Your guests are satisfied with the decent size of the dish.
 			<<set _dishRating -= 2>>
 		<<else>>
@@ -387,7 +387,7 @@
 		As the evening draw to a close, there isn't a single morsel of $activeSlave.slaveName left to be found. Some of your slaves show signs of teeth mark on their skin. Perhaps some guests got confused about what's for eating and what's for fucking?
 		The evening was a @@.green;success@@.
 		<<set $rep += (_dinnerRating * 100)>>
-		
+
 		<<if _dinnerRating >= 20>>
 			<br><br>
 			You have earned the 20 stars required for the title of
@@ -414,7 +414,7 @@
 			<<set $slaves[_dpe].devotion -= 5>>
 			<<set $slaves[_dpe].trust -= 5>>
 		<</for>>
-		
+
 		/% Head girl abuse %/
 		<<if ($HeadGirl != 0) && ($activeSlave.assignment != "be your Head Girl")>>
 			<<setLocalPronouns $HeadGirl 2>>
@@ -459,9 +459,9 @@
 			<<set _generateEnemies = 1>>
 		<</if>>
 	<</if>>
-	
+
 	<br><br>
-	/% Clean up and slaves reactions %/ 
+	/% Clean up and slaves reactions %/
 	When the last of your guests has stumbled drunkenly out your door, your slaves begin the daunting task of cleanup.
 	<<if $familyTesting == 1>>
 		<<for _dpe = 0; _dpe < $slaves.length; _dpe++>>
diff --git a/src/SecExp/attackHandler.tw b/src/SecExp/attackHandler.tw
index cf0e6fcd8bbd1cc06940a4d890b80b63368baf12..281cdf4c1915602a013f2d368875327efa5f66ae 100644
--- a/src/SecExp/attackHandler.tw
+++ b/src/SecExp/attackHandler.tw
@@ -312,7 +312,7 @@
 	<<if $Bodyguard.butt >= 6>>
 		<<set _woundChance += 1>>
 	<</if>>
-	<<if $Bodyguard.preg >= 30>>
+	<<if $Bodyguard.belly >= 10000>>
 		<<set _woundChance += 1>>
 	<</if>>
 	<<if $Bodyguard.dick >= 8>>
@@ -440,7 +440,7 @@
 	<<if $HeadGirl.butt >= 6>>
 		<<set _woundChance += 1>>
 	<</if>>
-	<<if $HeadGirl.preg >= 30>>
+	<<if $HeadGirl.belly >= 10000>>
 		<<set _woundChance += 1>>
 	<</if>>
 	<<if $HeadGirl.dick >= 8>>
diff --git a/src/SecExp/rebellionReport.tw b/src/SecExp/rebellionReport.tw
index a581e681d80b25d6e06f2b23f823430f1bddd1af..60da4c3b81557d20c516e45bea2e8ac9b31436f2 100644
--- a/src/SecExp/rebellionReport.tw
+++ b/src/SecExp/rebellionReport.tw
@@ -640,7 +640,7 @@
 			<<if $Concubine.butt >= 6>>
 				<<set _woundChance += 1>>
 			<</if>>
-			<<if $Concubine.preg >= 30>>
+			<<if $Concubine.belly >= 10000>> 
 				<<set _woundChance += 1>>
 			<</if>>
 			<<if $Concubine.dick >= 8>>
@@ -703,7 +703,7 @@
 		<<if $Bodyguard.butt >= 6>>
 			<<set _woundChance += 1>>
 		<</if>>
-		<<if $Bodyguard.preg >= 30>>
+		<<if $Bodyguard.belly >= 10000>>
 			<<set _woundChance += 1>>
 		<</if>>
 		<<if $Bodyguard.dick >= 8>>
@@ -810,7 +810,7 @@
 			<<if $Concubine.butt >= 6>>
 				<<set _woundChance += 1>>
 			<</if>>
-			<<if $Concubine.preg >= 30>>
+			<<if $Concubine.belly >= 10000>>
 				<<set _woundChance += 1>>
 			<</if>>
 			<<if $Concubine.dick >= 8>>
@@ -918,7 +918,7 @@
 			<<if $Concubine.butt >= 6>>
 				<<set _woundChance += 1>>
 			<</if>>
-			<<if $Concubine.preg >= 30>>
+			<<if $Concubine.belly >= 10000>>
 				<<set _woundChance += 1>>
 			<</if>>
 			<<if $Concubine.dick >= 8>>
diff --git a/src/SecExp/secBarracks.tw b/src/SecExp/secBarracks.tw
index eb1900244cbe215e001e7882a01f3ef228dc9bc4..909102cca41c8171f003db4e7d04ec9dadfb4b33 100644
--- a/src/SecExp/secBarracks.tw
+++ b/src/SecExp/secBarracks.tw
@@ -191,15 +191,7 @@ You are free to organize your menial slaves into fighting units. Currently you h
 <<if $helots > 0 && $activeUnits < $maxUnits>>
 	<br>
 	<<link "Form a new unit" "secBarracks">>
-		<<if $createdSlavesUnits == 0>>
-			<<set _name = (1+$createdSlavesUnits) + "st slave platoon">>
-		<<elseif $createdSlavesUnits == 1>>
-			<<set _name = (1+$createdSlavesUnits) + "nd slave platoon">>
-		<<elseif $createdSlavesUnits == 2>>
-			<<set _name = (1+$createdSlavesUnits) + "rd slave platoon">>
-		<<else>>
-			<<set _name = (1+$createdSlavesUnits) + "th slave platoon">>
-		<</if>>
+		<<set _name = "<<= ordinalSuffix($createdMercUnits+1)>> slave platoon">>
 		<<if $helots >= $maxTroops>>
 			<<set _newUnit = {
 			ID: 0,
@@ -264,7 +256,7 @@ You are free to organize your menial slaves into fighting units. Currently you h
 			<<set $targetUnit = "slaveUnits">>
 			<<set $targetIndex = _i>>
 		<</link>>
-		
+
 		<<if $slaveUnits[_i].troops < $slaveUnits[_i].maxTroops && $helots > 0>>
 		|
 			<<link "Replenish unit" "secBarracks">>
@@ -300,7 +292,7 @@ You are free to organize your menial slaves into fighting units. Currently you h
 			<<set $slaveUnits = _newSlaveUnits>>
 			<<set $activeUnits-->>
 		<</link>>
-		
+
 		<<if $helots > 0>>
 		|
 			<<link "Reform the unit" "secBarracks">>
@@ -341,15 +333,7 @@ __Militia__
 	<<if $militiaFreeManpower > 0 && $activeUnits < $maxUnits>>
 		<br>
 		<<link "Form a new unit" "secBarracks">>
-			<<if $createdMilitiaUnits == 0>>
-				<<set _name = (1+$createdMilitiaUnits) + "st citizens' platoon">>
-			<<elseif $createdMilitiaUnits == 1>>
-				<<set _name = (1+$createdMilitiaUnits) + "nd citizens' platoon">>
-			<<elseif $createdMilitiaUnits == 2>>
-				<<set _name = (1+$createdMilitiaUnits) + "rd citizens' platoon">>
-			<<else>>
-				<<set _name = (1+$createdMilitiaUnits) + "th citizens' platoon">>
-			<</if>>
+			<<set _name = "<<= ordinalSuffix($createdMercUnits+1)>> citizens' platoon">>
 			<<if $militiaFreeManpower >= $maxTroops>>
 				<<set _newUnit = {
 				ID: 0,
@@ -451,7 +435,7 @@ __Militia__
 				<<set $militiaUnits = _newMilitiaUnits>>
 				<<set $activeUnits-->>
 			<</link>>
-			
+
 			<<if $militiaFreeManpower > 0>>
 			|
 				<<link "Reform the unit" "secBarracks">>
@@ -491,15 +475,7 @@ __Mercenaries__
 	<<if $mercFreeManpower > 0 && $activeUnits < $maxUnits>>
 		<br>
 		<<link "Form a new unit" "secBarracks">>
-			<<if $createdMercUnits == 0>>
-				<<set _name = (1+$createdMercUnits) + "st mercenary platoon">>
-			<<elseif $createdMercUnits == 1>>
-				<<set _name = (1+$createdMercUnits) + "nd mercenary platoon">>
-			<<elseif $createdMercUnits == 2>>
-				<<set _name = (1+$createdMercUnits) + "rd mercenary platoon">>
-			<<else>>
-				<<set _name = (1+$createdMercUnits) + "th mercenary platoon">>
-			<</if>>
+			<<set _name = "<<= ordinalSuffix($createdMercUnits+1)>> mercenary platoon">>
 			<<if $mercFreeManpower >= $maxTroops>>
 				<<set _newUnit = {
 				ID: 0,
@@ -564,7 +540,7 @@ __Mercenaries__
 				<<set $targetUnit = "mercUnits">>
 				<<set $targetIndex = _i>>
 			<</link>>
-			
+
 			<<if $mercUnits[_i].troops < $mercUnits[_i].maxTroops && $mercFreeManpower > 0>>
 			|
 				<<link "Replenish unit" "secBarracks">>
@@ -600,7 +576,7 @@ __Mercenaries__
 				<<set $mercUnits = _newMercUnits>>
 				<<set $activeUnits-->>
 			<</link>>
-			
+
 			<<if $mercFreeManpower > 0>>
 			|
 				<<link "Reform the unit" "secBarracks">>
diff --git a/src/SpecialForce/Firebase.tw b/src/SpecialForce/Firebase.tw
index 06ef4777afcce5fcece72e5d2d00b6a0f4af0d86..b65689b9be87aabb83caf6f92264d805768da92a 100644
--- a/src/SpecialForce/Firebase.tw
+++ b/src/SpecialForce/Firebase.tw
@@ -32,13 +32,13 @@
 
 		<<elseif random(1,100) > 5>>
 
-			You make your way to the operations center. The Colonel is 
+			You make your way to the operations center. The Colonel is
 
 				<<if random(1,100) > 50>>glancing between her tablet and the large wallscreen, occasionally taking notes or barking orders.
 
-				<<else>>examining a table with a map of the surrounding area, planning manuevers in the event of an attack.<</if>>
+				<<else>>examining a table with a map of the surrounding area, planning maneuvers in the event of an attack.<</if>>
 
-			 She notices your entrance and turns her attention to you. 
+			 She notices your entrance and turns her attention to you.
 
 			<<if $SFColonel.Core == "brazen">>
 
@@ -125,12 +125,12 @@
 		<</if>>
 
 		<br> <<if $SF.Bonus < 1>>
-			<<link "Provide @@.yellowgreen;<<print cashFormat(Math.ceil(_SFCashBonus))>>@@ in bonuses for basic FS acceptance amoungst $SF.Lower.""Firebase">> <<set $SF.Bonus = 1>> <</link>>
+			<<link "Provide @@.yellowgreen;<<print cashFormat(Math.ceil(_SFCashBonus))>>@@ in bonuses for basic FS acceptance amongst $SF.Lower.""Firebase">> <<set $SF.Bonus = 1>> <</link>>
 		<<else>>
-			You are providing @@.yellowgreen;<<print cashFormat(Math.ceil(_SFCashBonus))>>@@ in bonuses for basic FS acceptance amoungst $SF.Lower. [[Withdraw the bonuses.|Firebase][$SF.Bonus = 0]]
+			You are providing @@.yellowgreen;<<print cashFormat(Math.ceil(_SFCashBonus))>>@@ in bonuses for basic FS acceptance amongst $SF.Lower. [[Withdraw the bonuses.|Firebase][$SF.Bonus = 0]]
 		<</if>>
 
-		<<include "Upgrades">> 
+		<<include "Upgrades">>
 
 		<br><<link "Tour the firebase" "Firebase">><<set $Tour = 1>><</link>>
 
diff --git a/src/SpecialForce/Upgrades.tw b/src/SpecialForce/Upgrades.tw
index 7e63b8de148d1fb486824f0d38c349ee6fb0bd8b..5b7bf5cb7d214f4c51ef92f4379b70c84395f680 100644
--- a/src/SpecialForce/Upgrades.tw
+++ b/src/SpecialForce/Upgrades.tw
@@ -13,7 +13,6 @@
 		<br>Which facility or equipment do you wish to upgrade this week? <br><br>
 
 
-
 		<<if $SFUnit.Firebase < 5||_T1 && $SFUnit.Firebase < _FU>>
 	
 			<<set _cF = Math.ceil(100000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Firebase/100)))>>
@@ -33,7 +32,6 @@
 		<</if>>	<span style="float:right;"> <<print progress($SFUnit.Firebase)>> </span><br>
 
 
-
 		<<if $SFUnit.Armoury < 5||_T1 && $SFUnit.Armoury < _AU>>
 
 			<<set _cA = Math.ceil(40000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Armoury/100)))>>
@@ -53,7 +51,6 @@
 		<</if>> <span style="float:right;"> <<print progress($SFUnit.Armoury)>> </span><br>
 
 
-
 		<<if $SFUnit.Drugs < 5||_T1 && $SFUnit.Drugs < _DrugsU>>
 
 			<<set _cDrugs = Math.ceil(40000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drugs/100)))>>
@@ -73,7 +70,6 @@
 		<</if>> <span style="float:right;"> <<print progress($SFUnit.Drugs)>> </span><br>
 
 
-
 		<<if $SFUnit.Firebase >= 2 && ($SFUnit.Drones < 5 ||_T1 && $SFUnit.Drones < _DU)>>
 
 			<<set _cDrones = Math.ceil(45000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drones/100))*HSM())>>
@@ -91,7 +87,6 @@
 		<<elseif _T1 && $SFUnit.Drones == 5>>//More upgrades are required to unlock the next tier.//<span style="float:right;"> <<print progress($SFUnit.Drones)>> </span><</if>> 
 
 
-
 		<<if $SFUnit.Firebase >= 1 && $terrain !== "oceanic">><br>''Garage''
 
 			<div style="margin-left:2em"><<if ($SFUnit.AV < 5||_T1 && $SFUnit.AV < _AVU)>>
@@ -113,7 +108,6 @@
 			<</if>></div>
 
 
-
 			<div style="margin-left:2em"><<if ($SFUnit.TV < 5||_T1 && $SFUnit.TV < _TVU)>>
 
 				<<set _cTV = Math.ceil(60000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.TV/100)))>>
@@ -131,7 +125,6 @@
 			<<else>>//More upgrades are required to unlock the next tier.//<span style="float:right;"> <<print progress($SFUnit.TV)>> </span><</if>></div>
 
 
-
 			<div style="margin-left:2em"><<if _T1 && $SFUnit.PGT < _PGTU>>
 
 				<<set _cPGT = Math.ceil(735000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.PGT/100)))>>
@@ -149,7 +142,6 @@
 			<<elseif $SFUnit.PGT == _PGTU>>//The Prototype Goliath Tank has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.PGT)>> </span><</if>></div><</if>>
 
 
-
 		<<if $SFUnit.Firebase >= 4>>''Hangar''
 
 			<div style="margin-left:2em"><<if $SFUnit.AA < 5||_T1 && $SFUnit.AA < _AAU>>
@@ -169,7 +161,6 @@
 			<<else>>//More upgrades are required to unlock the next tier.//<span style="float:right;"> <<print progress($SFUnit.AA)>> </span><</if>></div>
 
 
-
 			<div style="margin-left:2em"><<if $SFUnit.TA < 5||_T1 && $SFUnit.TA < _TAU>>
 
 				<<set _cTA = Math.ceil(70000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.TA/100)))>>
@@ -187,7 +178,6 @@
 			<<else>>//More upgrades are required to unlock the next tier.//<span style="float:right;"> <<print progress($SFUnit.TA)>> </span><</if>></div>
 
 
-
 			<div style="margin-left:2em"><<if _T1 && $SFUnit.SpacePlane < _SPU>>
 
 				<<set _cSP = Math.ceil(250000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.SpacePlane/100))*HSM())>>
@@ -205,7 +195,6 @@
 			<<elseif $SFUnit.SpacePlane == _SPU>>//The Spaceplane has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.SpacePlane)>> </span><</if>></div>
 
 
-
 			<div style="margin-left:2em"><<if _T1 && $SFUnit.GunS < _GunSU>>
 
 				<<set _cGunS = Math.ceil(350000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.GunS/100))*HSM())>>
@@ -223,7 +212,6 @@
 			<<elseif $SFUnit.GunS == _GunSU>>//The Gunship has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.GunS)>> </span><</if>></div><</if>>
 
 
-
 		<<if _T1>>''Launch Bay''
 
 			<div style="margin-left:2em"><<if $SFUnit.Satellite < _SatU && $SatLaunched < 1>>
@@ -243,7 +231,6 @@
 			<<else>>//The Satellite has been fully upgraded.//<span style="float:right;"><<print progress($SFUnit.Satellite)>></span><</if>></div>
 
 
-
 			<<if $terrain !== "oceanic">>
 
 			<div style="margin-left:2em"><<if $SFUnit.GiantRobot < _GRU>>
@@ -263,7 +250,6 @@
 			<<else>>//The Giant Robot has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.GiantRobot)>> </span><</if>></div><</if>>
 
 
-
 			<div style="margin-left:2em"><<if $SFUnit.MissileSilo < _MSU>>
 
 				<<set _cMS = Math.ceil(565000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.MissileSilo/100))*HSM())>>
@@ -281,7 +267,6 @@
 			<<else>>//The Cruise Missile has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.MissileSilo)>> </span><</if>></div><</if>>
 
 
-
 		<<if _T1 && ($terrain == "oceanic" || $terrain == "marine")>>''Naval Yard''
 
 			<div style="margin-left:2em"><<if $SFUnit.AircraftCarrier < _ACU>>
@@ -301,7 +286,6 @@
 			<<else>>//The Aircraft Carrier has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.AircraftCarrier)>> </span><</if>></div>
 
 
-
 			<div style="margin-left:2em"><<if $SFUnit.Sub < _SubU>>
 
 				<<set _cSub = Math.ceil(700000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Sub/100))*HSM())>>
@@ -319,7 +303,6 @@
 			<<else>>//The Submarine has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.Sub)>> </span><</if>></div>
 
 
-
 			<div style="margin-left:2em"><<if $SFUnit.HAT < _HATU>>
 
 				<<set _cHAT = Math.ceil(665000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.HAT/100)))>>
diff --git a/src/art/artJS.tw b/src/art/artJS.tw
index 53742b2377f7089744e51297d20a1e6d4eac6c25..7d9a6067b93dc58f260b28c40cbf5421b0b6756f 100644
--- a/src/art/artJS.tw
+++ b/src/art/artJS.tw
@@ -176,7 +176,7 @@ window.clothing2artSuffix = function (v) {
 	} /* universal "special case": latex art is actually "restrictive latex" TODO: align name in vector source */
 	return v.replace(/^a[n]? /, "") /* remove "a" and "an" from the beginning*/
 		.replace(/ ?(outfit|clothing) ?/, "") /* remove "outfit" and "clothing" (redundant) */
-		.replace("-", "") /* remove minus character */													  
+		.replace("-", "") /* remove minus character */
 		.replace(/\w\S*/g,
 			function (txt) {
 				return txt.charAt(0).toUpperCase() +
diff --git a/src/art/assistantArt.tw b/src/art/assistantArt.tw
index 9cf48c515a66be3361f92a3e59068d1060b53e63..c965f727bc201d383b76091e2b276b0e2fd95c38 100644
--- a/src/art/assistantArt.tw
+++ b/src/art/assistantArt.tw
@@ -10,11 +10,11 @@ window.assistantArt = function assistantArt(sizePlacement) {
 	const V = State.variables;
 	let fileName = "";
 
-    if (V.seeAvatar !== 1) {return}
+	if (V.seeAvatar !== 1) {return}
 
 	if (V.imageChoice === 0 || V.imageChoice === 1) {
 		if (V.imageChoice === 1) {
-        switch (V.assistantAppearance) {
+		switch (V.assistantAppearance) {
 			case "monstergirl":
 				fileName = "'data:image/png;base64,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'";
 				break;
@@ -31,7 +31,7 @@ window.assistantArt = function assistantArt(sizePlacement) {
 				fileName = "'data:image/png;base64,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'";
 				break;
             case "hypergoddess":
-				fileName = "";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			case "schoolgirl":
 				fileName = "'data:image/png;base64,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'";
@@ -49,7 +49,7 @@ window.assistantArt = function assistantArt(sizePlacement) {
 				fileName = "'data:image/png;base64,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'";
 				break;
 			case "imp":
-				fileName = "";
+				fileName = "'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARoAAAJaCAIAAAB/YR8cAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMS41ZEdYUgAASftJREFUeF7tvXeT29a6p3u+wqmaOVWz68yevR323raVSII5AQwA2EGhpZbUymqlVreSlZNtyQpWTlaWbQVbWbJy9J17b838MV9rfiQomgKbIMJi6O7fU2+pWgwgAa4H610LC2v9278TQgTxb9MIIYKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOrUEfh8vkAgIAWDkiThD1B+gowpqFM7gTaRaDSRTCZTKUQqnUYYf+PBaCwWCoX8fn/51aTjoU7tAZJAJMiTlmXrwGviiQS8Qg1WfjPpVKhTq4EV4UjEjkimQJUFA5EN0quOhTq1FGR38XjchUuVMCqrYDBIqToQ6tQ6QuEwahiTHu4CUqFlxR6LToM6tYhIJGJSwnugomMd1VFQp1aAeslkgqhAa4pGdQ7UqemEm1AvVQJZXzgcLn8SaTfUqbm468RzFNj+vkzmcjb7bSq1IhrtCQZDrK/aBHVqIpIkiep7sI6V2ez/Uyi8LxTe6vprXf8tn18ZiwUpVcuhTs3C7/cnEglTuW9SaIryUNdhVHXcyOU2JRJKICDRq1ZBnZqCz+eLxeOmQt+8yMryiXzepBPij0LhTj6/O5nsC4WoVAugTk2hGd3iFgF25HImlyqBDPCRqh5Op3uDwfL3I82BOoknIEnN7n6ojZFsFnWRSaTqQMvqbj6/MBIJMPdrGtRJMMU0LxYzlfUWxIps9mWNQrXxQtP2JJPpQIDD1JsBdRJMMBhsfdWEWJjJPKrpjagX13O5XcnkvHA4yWFKQqFOIon6/YVW9eaZYnYmc1vTTNpYxLtC4XdN+zWf/yaVmsmOCkFQJzEgfdoYj/+MxkkmYyroiCWZzGAmU1AU0+MCo0dRfnGiUyXQpnqqaftTqbwklXeGuIU6eSLs86mShMTpd1VF0byv67mqIg7wryrLdz8U9Fe6flPTjuXzW3O5ZdlsfyYzR1FmK0qfosxUlOmK0q0ouqLkqzZiMzRFuepKp0q81PXDqOVCoZjfz8rKHdTJJcjrFkYiR2X5QUkkI77P5yvlW5HlrlJ1tDuXq9fnhprhDcpxofBM13/XdVh3XdMuq+ppVd2eyw1kMthIZYPWkZXli1XfxHW80LRzijIUi+VYWTmHOrlhbjh8WlGeaJrJk7XZbKV8o5paUPLBUZOmEm8LhYe6fk5VR6q2aRHgRxE6GfGy1KxaHYtF2KvuBOrkjN5g8Id0+rWuj1rhwJ9K+Ub2BbuQyz233eFWG/iUp7o+f7T2mClg7yVLnVATnlGUVdHo3dHGT4wab3T9BJJVVlO2oU62CPh8SH6+TaWeW1Y1aPlUyjf+3pvLbcxmX9e8zFHAqPOqiryxoCiZKn9MgY/7+cN3g+2oOe+rKmqYI7I8EovNDAara5ndyeRT23UmXonXK4EAr/82hDo1ACWoKxjclUz+1uik/qpQMPoejJitKHc0DVGv4WQ/IOS2XG5XLrcnlzPaY7UB2b5Op3cmk1sSicFodFYoBAHqXavFTiFfvZDJvLNXc2IXbufzWxMJXZKolAXUyYqgz7c+Hr+Vy721UexgTrVOm7LZ9x7SPFM80/X12ewrXd9f1dtRHSAWifhtVyB4XToQ2J5M2rcdlR4Sxa/j8QSn/qsDdapLTzCIxoYdkYzY+XH5PlB/TKq7eFoo3NW0U6pa/SnV4WLqCORvCyKRO7ZbUwgckCvZLKqp8iZIFdTJDMpjXpL2JJP2RUKDCllW/OMJIQ45KaOjxh81X+A3XT9ZX6dkKuVuylhVki7ZTvyMeKSq2xMJmXMpfQx1+gikMWtisZu53PuaAlQvrudySyIRpIWm+VXOeddptEcO10n2jHBdvNHQwhnEuBhtP5AGb04kUnTqA9TpT+aEQpey2RdOLhOdU5ScJBk1QjAUqi7ZN0o3nIuNd4XCbkudJA93NIV9vnnh8K8Oc1Q0qC5kMosiEXZRAOpUxOhyeKyqjnrhjqG5UpVcBYPBSrHOyvJLV1dvreNtobAxl6t8Sm2EQqHyt3EFlECL8bbDehUH7Y2uH0ynMxO+mproOkEktBxOyLKpiFgHSs/hdNrUwYVEq1KsRzIZR2bajNeFwqDlJV0hk4R1B4NoSmEfTZ/eMO7l86imIhO4329C65QOBL5JpR46bDCgEtuSSFTXSwZ+v79SrK+I7tYz4qWu9zdfJ5D0+9Eo+t15Bftc004pSn84PDFzv4mrU8rvR6Vkv/vOiFv5PBoY9ebcqhTrXz33Q4waz3Xd+i4PJJzlr+IZ7ONgNOq0c8IInKG2JRIT8PLUBNVJl6Qr2az97jsj0ExH08LivGvMqpdKpy/Lcm03t/d4puvVV4prQ2zHNWxYHYs56pupxDtdP60o+ELlbU0MJpxOxkkXCZvp57cONIR+y+dnNGroGxPrQao9koS3vK8zUtZ1QKdqeUwBjZuxVOEy54erEmhNDcdiE+cGqomlU8Tn25VMOj3dosVyVJY1G+MAjLn18O93oZBpI0ICyV69MXsIfG6Tpv+fHgq5qMyNwAnlTKk1NRFmz5xAOqFe+j6Veu0wB8OJeV0sZrMZYEyvFw6Ht5dqJ9OmvMfrQmFV/dufPPaSWwAPkB6fVZR3NV/JTsDDR6q6KR4f922piaIT6iXUME5Lw0tNWxKJ2E//jYERUjC4eurUZuiEcvlN/etO+PTy92gCMCoTCKCecb1fb3X9CDLhcd0/Mf51QjlQAoETsuwoV0GCdymTQYpS3oo9jFnBJEnq/+qrZuiEOKWq9XojWrAyTdjn+y6VeuW2lwXH5Fo2iyboeFVq/OuEdvApJwPD3+n6xUxmMBp1cTmyOM1/MhkIBOR//rNJOp3N5zN15vFrzUJPOCjr4/EnHsZ83M3n15b6J8pbHEeMf53mhsP2Xbqeza6Lx11PkmpMAesPBCZ/8cX9TMa0ce/xXtf31e+KaF7byQRaoUNuO9CNwHuRN3aNuznTx79Oe1Mp0285ajxQVaNL18uFEuiEBozRW73D5zN9RHW4uyr1Cm25+jM2C7yG2xAcpWXRqJc6CrX3b/l89/gyavzrZGeI9A+lCUa8Jx/QCQ0no7e6b9IkgXfjGvFIVfU669wYbTbja7SMQjB4PpNxOrKkOtCUKoyjOxHHv05oOJl+wtp4X1pcbFU06n0ZzMqVH1mSfk2nTR/kMXZHoyaLKoE2WzOu4TYEn/pNoxlprONWLrcgEilvbowz/nXqCQZt/tjPNA3VlC4i/YBUciKxV5JMH+ExZtXXKdK+Ehn1+5dEIlc93N/1WFWXR6PlzY1lxr9O+LHR6jX9fvUC1dR9VfW+rBgqimQqNc/vfyJuaPn+aFSp06eHz4LB5c9uB6gWcZwPpdOO7pCvjoeq2teqrpTmMf51Amg0O8pG0NyaFQp5mVYOtRNKuR6JXBOU7/2aycysv84NMr3yB7cVpMrDsdjtfN7dhSm80c5Irk5mQuiE/N7pZdwHqrrR2y0GqXQ6mUxuikReNzK54RWq56q6LpWymK+8WDt1DEogMBiNnlUUFw0qNMPG9BD0CaETUCXplsN7kHCKPakoWbe3GBhrEKaCwVOxmGnLjgLp075kMptMVvtjio7SyQBnooWRyHFZdnQ5GwamxvLl3YmiE/K2xZGI6cdrGKjQcJZNuzIqVJqJBXVU96RJXkZI3MpkQn5/3HIVtg5J9ipAiKFYDDmzizvktyQS5a2MQSaKTga7k0kXY6LPZjIu6iif3w+XUNZTqdQGv/+tpjm9dPtKVX9SFKMBZ9z6US/i8XjpVe0n7PMtiUR+cdsBczWbHdP3cUwsneJ+/wVXk6LczOUGwmGnnROhcNgwKh0OH4pGHfV6PcnlNgYCgSlTjE2FK5saLVozWs8aHJrpodDh0vIipn2xGXfz+V7Lm507n4mlE36q/nC4eoEz+/FQVdfEYvVmiRgVX2nMUVEDpHySdMPefEnP8/n9fv/5aHRp1ZK1Rs+7yaJKtH48hImQz7cuHr+nqu5uiEKgpYr8cKwv0jGxdAJI69fGYi5yesQTTXP6k6MFZdQqyWSyb9IkqGLaZnU8yma3Tp68+p//vByPoypbHo1Wf1L1PH7YZqWySrS7sVEoTebu7pBW4td8fhxMLDHhdDLY4WQK8upAKd+eSNhfk6+6zROJRhfDqKq68b2uv1RVOHY9ldo8efKGr766kUpVRvqhEVLeygeqjTLCuB+k/HTLwXFYHInc8zZtE3Lv+6U0r7zRscwE1QlsTyYdXYmqjuOynLNXiE1dCPFEYnkkcjwWQ3wXiWwMhzeHQudisSuJxKuaFBQ1oanPuDbli8ZilVGCrUTy+fpCIRwHL7dpIHB6Qs021q/eVpi4OqEVdMDtkAV4eC6TsbMYczgSMXUhIDeLTpmC8E+ePGXKFFRB9cYQbE0kTN1cpmnQEfCz9TrF/X5U7x4rJQRc+mF8TcU8cXUCMOqa24GbMOpqNtvwdp2AJJl0gmDl50qsikbrVZLfpVKmEe7GtazqQLLXYp2UQMDR3c0WcSGTwdbK2x0XTGidDFxfJEE81rRl0ah1dx/ysWoB/FUFCG/bFI+btlmJk4piaqRVT4NuhIsl0tyBz4j6/cg/3fWLmuJNaQaBceYSoE5FDnoYqIpUbVsiYTHzARo8qEOM0m8avoBcbn/9j/5dVU35JMwxDY9ozRUnuDQvHBZVKRmThI3LKZepUxFUL16Meqnr31u2AaQPKZ/p/nNIaD2ScG0sZqp6Kj3viGQq1YIrTrok7U0m4YDrnpvqeKyqiyORMT30wQLqVAZGXfYwWQpa1bfzeRSU8uY+BrVKNBqt7TZYEA5bl1G0LkzlrrquK26wmed4HJOV0ehDVcXemb6Yu7iXz/eHw+OwVvoAdfoI5DNeLkfivbuSSTQJas+90MB0gQjZziUbHSH7azokjNn8oBMULT8kGoiEvfhBlj1enK0EtoNja6cvdExDncwgrfcyQc+70nQig9Fovn7RgR6zQyGbnYportReODaG8DXjAm7U758fDiN39d4PXonnmrY1kQiP0wSvGupkJuDzrYnFnnq7OokCdCuX+zaV6q4Z05ny+/E4Mij7I3FfaNqBdLr6WieSRuGdEBDJuO3vd03zckeJKW7mctisqYIdr1CnUYBR6+Jx73kOmhww4bSiYGsrotFlkcg3qRSaWC6aInjLA1VFS6YZ53hUfatjsRu53GvRK+j8kE7HkeaWP2f8Q53qMhSLubg9u6mBsv5YVQ+m0wORiBwIoKTCrlF7yfAQHkcTCIE/cIJAmUYYL8WDaLmhukM9jAbSfXF5XSWQKzodgD8OoE5WoBVxPZcT0kEsPJCS/ZTNnpBlpI5o76HiWhCJZAIBpFV9oRDqw32pFJpAiO9Sqb2p1K5kEm2wzYnExngcQv6Szbq+Mck60PLEt+oZF0NanUKdrMCpFcUCzQkvRj32MAGd/Xil62jvoaFyKZMR2LXtNH7OZueGw+NyOn87UKcGwCjkVIft3fk3arzX9WuJxMlw+JFnr5Ds3ZHlA4HAIUn6KZG4Z3v+wBYEvtsxWc5L0sRK7z6GOtllezJZb+i3nXijaafC4X1+/21ZfqWqduaNeKtprzXtpariLTumTNk6efL2KVNOh8O1t3K0N97qOurDkVisfKQmMNTJLmjQr43F7uTzHvu+7soyKitUMvWsgHjP8vkHmcxvsnwrncaLf0omX3eYQpV4rKpolakTu1KqQJ0cAKNmBoM/ek6xUDU9z+fv12wHzhguwTT8i9rJ9IJOi/OZzLxweIJcU7IDdXIGCk7E23jZStQuV4N6zwjT4x0Yv2va5kQi6vfTpGqokxtwPt6dTHbaVanWxBtd/zmXmzl+17f1AnVyA07JUZ9vMBpFwTKVtnEc73T9ei43Eo+PgymHmgR1agzkQasJiU3K788GAl2ShBbUQDi8JBxeG4sdSKdFDbvu5HiqadsSCY1dDpZQp7qg3ASnTcOZeHowuDQS2Z1IHE2nT8ryWUX5UVEulgJ//JBOF+dqHtdGXc5k5oRCOKeUDw2pA3X6CKMiSvj9qIIGQqENsdihVOq8olzNZH7OZqvjp1LcKP17xMNF3k6O94XCnXx+fTzOZpJNqFMZadq0jN8/LxRaE43uSiaPy/LFTObaB23gzy8leW6W/sXfeBD/3s/ldiYSj5swhLTtcV9Vv0uleEHJERNdJyOjQ1toUzx+uFQRIbExLKoo9GsudzeXe5jP/57PP8jn8V88jmdv53KvNO1g/amIxmg817RD6XRPMDgRbvgTy8TVCQlM1OfrlaQ9yeSVTMaohYyALTdzOeQ5D1X1iaq+1LQ3uv5W056q6p1cDhUUXgCpXmjaEr9/nPVD/JrPzw+HZ4VCSmlwunFPB62yycTSCcUCTaN46VafBeHwrkTigqIYVY1RHV0veQKLcIaGJ+90/Y9SvC+N14ZgePZWNot4lM8jx9snem32dgX29JmmHUmnh2KxHxXlmCzjLDMciy0Mh/uCwR5JygQCkZJdxIKJohNEQmnokqTlkciWePxgKoVCg6QOChlJHaqju0jnVBX5W8Uio6i91XU8fjufR3Z3v/Qv4rmqrpw69UFLbr5oavxRWgj4Ri53OJ3G3iG5LZ5cMpmrmcxFRTkjy2hGIvf7pmTXrGAwMZHurnXKhNAJP78cCCyLRPanUmcV5dIHkQyL4AZaREZ1VBngU+3SI1X9LZdDQKrH8Kok3tFEYmcg8GaMD4zALp+UZVS52K93pQHsSG4hFXYWguH4oNJGJnypFDgBoXm5IRbDWYmd5qMy/nXCz54NBNbF46dkGSXjWqnLG+dglJiH+fwzVEcfkjpTUUPgcZQzvNIocKi4IB7+iy1kJ026mkqZXj+2AnsxPRiENsYJAiK9RlqraTiD4Jgg90M2e+/D/uLQIS6XpNqdSMwwTcBJSoxznVAv5SVpczx+DjWSIVIpYYNFOBOjRVSd1JkCpcpwCVE8eev6y1LzCYXvZjZb+PLLu5109579eF+6//xgOo0KB7XTU1WFM9gp7ObdXA7/xY5Xjgz+xl7jcOE8gsoKGSACDc7vkkk0PpH4sZKqZjzrhMbS7FBobzKJn9/oaUAlg3Mwikg9hYzAs6iIUHfh9XdKbzGqL5QqFLtiLpTJzP7iixedeg9SvUAq+1upwkEz6c8Hdd2QCsJgZ7GDRuqLXa68BnYZeSB8w2GEUVARbaqNsVih7QuJdhLjUyecMpN+//JI5Gg6bXSCX89mURRelGqkSikZNfAC5DlIfuASyhYUMgoWHodgeAQtqMFsdqGWO9g/61Tf9Es9Xdd0/Xp31/0ZvU9m9D7t7npS0C3mlliVza60EYebcGkYDUVUStg1nFBMT8E0PAiLjL4WePWwlPtVn3dwBIyzzK1c7qdS7ofEb08iMSsYDJUP/ERnfOoU9/uHotEzsmxckEVLCYWg2NNg6RKeRZFCXofyBJdQ7FC8KvqhbOERJHt6KLhi/szj20dO7lx3esfI2W1rz21Zc37L0IWtay9uGbr89eoLG1d+v3Rg9/zZhxb0n5/X91vfjMfTe5/1dj/r6Z6Xycj22JDLvkXjrRTvC2Kmv7uQyRxMpbB32K/KocAf2Edj+/j3jaY9Kh0B5H6ox56rauUIGIH/oiozGlRG79++VGp+KBRl58T40wk/KVxaFY3ixAmREGjnoD6pTl1qwzg3o5QYlRLKCvTDmbi6zOFZFLIHqjpPz53es+Hs3o2NY8+Gc7vXn9+57sKOkQvbhy9uGy6oOagy2D/rwrbhH7euPbNlzamvVy+ZM6Og5SuhlBiZM/PWmqW3Vyy6t2zBvaUD95bMv7d4/v2B/gdzZj2Y2fuwt+dJb8/L3p43vT1vET3db7uKjaLKHo0a5zOZQ+k09g7pnOmAYAcrO4unioeidBxw+oBdr0rKVV6Mv1HP41ihNYUW6eVM5kg6PRiNsik1rnTCb5kJBDbEYuerGksoGRYuQSQ8i+zOSHKMU3LtW1Cz4XGkQHjl0fUrzNrYi90jy/O5LHRaPn+26anqgFG6mi+qWLKxOn5E7Fr/485153eUFN0GRdde3Lzm/PDghaUD1xf0P5g3G7I96ep6/WfN9udenFMUlHujgVSsoKqeMgXUwtkEFTV0wjGBOTglGZ035RcY9VjpOhWMQuJ3SpbXxmLyxDZqXOmEegmN44ulxhJOnCgK1dlabaBMvCw1BgyRYBREKuaEppfpOlrhxaqplDGe3z5sEsBmzO+bDpfUfO7A12tMT1VieOn8bCZT1KnmKesou7d95OzXqy+NDP68ZumN1Uturlx8Z9G8J7NmPOwq7uxpRTmWTmN/sbPQw+LIGIEXFI8P9r10iCCV6USDv3FkblUbFY3ijDZhr/OOH53wEw6EQmc/1EtwCUXByqUPGYvR5YAzca1IRuBxo+5C0RmMxY5t86QTKh/T49UxMHsGXuNCJ1MU7SoJhiTz2voV19YuO7x0oC+rHJflyqmhtkNi1DBqb1TOOFCo2eBh9RvxLByDn2imGkZtjMcLkjQx79cdPzohzTicThvtpVulZKahS1DOKCLP6p+qIRieNRIk5D+rMvIxb7UTUJQ/Y3H/rCPbhs98aIx9pBMerETVdpxFZQu71u9YOu9saS+w4ziPIHkz7Wy9wOHCOcXooiieej5ueuHQ4WjDKBz5q5kMMu29yeTMYHCiTVAOxolOUZ9vSzxuuHQ9mzWuulZ+b1MUT7elXgeUAJykq7scagNnYrwGZQjtBJSb/fP7Tu5aby6yNuLg5jXTu3Wokstm0HYyxYmd64yX2a2dKpIYYXq2TuwdWX6pq9ipgMoWJwjU3thB7LvF7ldHubemZBTUQtupUpnjD2wNNZjROXGp1N03c+LdwDsedIr5/ZvhUqnJhDSveN61dAnpCgoEXCr2nlu2yBHFSqzUwfWiNHXrhaGllZrEUWxasahYMcnynpFB01PVYei02/I1ruObdYOXu4v+QAajTrYpUiWgIg4ItMEBNM5EladwGFHd4UGczpD4XSyNRULWN6F8GvM6haZNG45GkWNAJCPNQ6Jfr5Q4dQmlx3g9Ssm7UtG5us5lQa/odGaP+anqMHRyZ2zD2DG05Jyax8FB8wk62emNqI1KRWTU7UgCq5/Cf8tGlS7yro/HkxNpAPrY1gk/VH8odE5RDJdulorIqGkefmnkKkgCUQgMl/Bfa5cQ2BQKB3R6ipZYSaczKxed3l2V7JVa/GctDUFAj5FlA/AEWZyFTptXLS4Z1yydtg4uOJvJQCejDwbp66jHqmFgC2gsQUi0PItHsrqOQisLspVGo+Mcd0KWF0UiE2ew7BjWCVkEcokDqZQx9KHiUm3VhHMwfn40GCCScVYuumSjJOFlKHaIYqdf6fXDanbzykUHNq0+OjJ4btWSaysX/7JqyU9rll4cHjyzcdXJzWtOblt7ZufIuV3rqi8WHd0yZHhybMtQ8cLRh6fO7S71vxWFLMbXK4s12OL+WWdqTPAexUvPSwdwBsGOIEnDThWrXFc6IbAdox1lnJtQX1XOTdj+yw/DJi5nMvuTyZ5gcILUUGNVJ7ikBALbEgljSN6NUuMYpb/ye1cCLiH9MzrxkKLAK5tlCMXC6P0zip2h0y+53NTPP7s1o/deb8+TQuEV0puurtfdXc97e36f0ftw1oxHs2f+3t/3ZO7sC/2zzvfPuji376f5cy7P7TN0mj+9e8HM3mLMKsdAMaYP9BVjRncBrzm2ec2Pu9YVrdtVUu6DbCY9nMbJXet29hbrW+wFDhQOBWLUI2YzKu0omAM5cZArqSOOFWQrDu0rNaK+jsfTE+Py7ljVKerzrYxGjdEPyNQfGFeNagoHigvqIiMtwQ9v3YlnCrzSeC/+RUEpGlV6/NP/+I+GWSLi7Yd4Vyg80ot9eja5NXvWo4H+B4vn31s6cGdw0a+rl1wfGbzy9ZpL29Ze2DFyfsfIj4idiHV/BirDknsW4h3fMTIkp4xvjt1BXY0D4nEBQmwHh7RS7aNJVjlV4cij1kLKhx/oFKrcSGQirAwwJnUK+HxzQqGjsoz2Ln4wo1iYPMEvjQzE+KURqGGsi06tZnjEaDihQkMpfP2hWvvqv/03OzqZAm+pxClV7VWUevGk9Cl4GT6uaGNX4V1315ue7leoD6f33Onpft5V+KOr8KZQuFAoXJvec6Nvxu25fXcWzr29fOH1tcsvf70aypXVqtLp6PbhlYmE8WVwcFDWUaWgerF/fhk18D1xZLA1HCgEjDJqPDyO449HkPKhEbU/leqtWcR+/DEmdUKatz2RQF6Onwo/mKlM4IdEa7hSKSFbM35jp+UGb4GoKHPG5U4UQWwZf0h//avxR0cFvhL0g2PPe7sfzJ19c/nCq2uXX92w6sqm1Re3Df+4be26Rf2HPkyviX15XGr5ICUzulg8Bo4VDjKOFX4OZN04Yvg++JRnqoqfwEj5tsTj435E39jTKVBaAfqkLBebTNksfkX8bJXfFX/DLlRK+BVRKRmt5OoX1MaomuFBo72OTUHO6qdSf/97B+pUHfh68OpVT/fLmdMfzJx+dtb0ddO7lXDozxeU2jY40UAqp2eZeoGDjGocR8zIBYwOdDyIH+hmyagzsrx8vKd8Y0+nsM+3MR43qibUP0bVUflFi6XEuFup6s6/eoGSVB2mp4xNVfdwoJjCsfxnn3W4TtXxvqTWOp8v6fdXP46ij5oE5d604+6ifAwLhWKvT+lEhuNmHHyjksePdS2bPZxKje8Lu2NPp7Tf/12pcxytpuqTK36830vJBn5Lp70OtYH3Il3E1vARRuWGYgE/ca7V/vGPMaQTAt9/1hdf6B9PCYjjg3KPA2V9xnEalTMaDl0xkyxp9hwVVKlP4komsz4WS4zfC7tjT6cZwaCR6eEXMlpNOAEjozO6DYz6BGUFPyQeR1mBBkbgb+O/+Bc+VKL4k5f+qC4W2CxEMspE8SNKOST+i48Oj6naCfFzMhn78kuTNsWLraWWIY5V9ePeAx9kGIWNow7Er4Bjjl/H6OU7LcsLx+/6n2NMJ/wISyORi0amV0rQjR/PSNnvlUo/yv2LUmsYgbIC04zA35X/ojC9/fAvtlB0r8o3/I1/0WoydMK7UA52JZN9oRDqxn98+ileYCpDnRzbp037IZEwnQKMIm6UeJwvqp+yE8YpBocLf9S+HY8bdTt+o6elI4xjjv8We/my2X2pVI8kjcsaaozphLPauljM6B8vtmpK84bjdypeVsrlYBF+OZR+FJQbOBGWJgc24kg6fTCV2ptM7i7FnlLgv3j8UklOBIQ0bCwqV+r4wpbv53K7EolcacJu44z6+eef/z6mFh1c/NVX92tmq4VOOIDQyTQQtuJJJapPNMYZCgbiCKP2xh94BE/VSoUXPyyNjcAxxCtx5sKxvVUy6qKibI7HM4HA+KuhxphOst//bTKJugK24LQHf5BUGC49zud/zWaRjG2Mx5FO9ASDcb8/4vNVQipVbqbAOTJYGkcb8/unB4Mw7UbpnPqoVDXdymbxw5sWkvjiiy9+GTsTVt5TlMw//nEnmzXVTnDA0AmlvKIQanu0c9A+RN0CGa6XrsDipINDOhyLLY9EUD+rkpQPBHqDwcWRyJpo9Ot4fHsigVMVjhs2BW0qH4S/K9ejsEGIB6+Mm+HPyTI2OP4aUWNJJxx7/JxIvnGGw3nuaem6Pv6ATmdkeVU0it/Y43w6AZ+vOxjckUjgtIo4nk7XDoieNGnSkWCwUi47PM5EIrO+/BI1LUpzdY5arRMqnGJuls+fKdUbyyKRBeHwnFBIlySUeDtFPujz5SWpv7TAHJIC/CLYJiw10gd8CozCGQp1vtGIulq6bxd+4jRX3sS4YCzphFpiZTSKVKE4EqJ0TelmqWmLc6TY+QlQjI7LMra8OByu/bWnTp266l//qpTLTg44s3bSpEVTp55SlCuZTKWXElFMxko3EeKscTSdNqbzlwMBiOGlgONXQFLQJUmotVARvUalV5pEFhU+PghGIT/E38VGVGmWMmQEAn+4tjOWdEqVbhNEsYBOKAf490SpxAvvJkJaqAcC3ZJU79yp//3vlSLbyYHaQPnb36Z+9RVS2WwggAociRZEwlPIxFBRoBoZicVQpUveLKoFWhp9sPAHdRQSyErWh7+RRSNjP68oaAlDv/J7xj5jSScUiD2JhNEPgR8D59RN8TgcKz/dQnwdOc6oNm7L8mf/+Z/lL12qOgqSdFZR4BJyv/v5/GVFwVmj/LRo4CdSZfxGSCOR+6FqQgWF8yDSP1SMaJihgjqcTqOCEnw6bB9jSSclEECrxri7Cae9LfE4srK2/BJTPvkETXxT2e3AWP3FF59//nn5S5fA4UJifCydRgJ2P5dD/YBjWH6uOcBhVFNH0mnoBItgFBpyxjU9/I4/KsraWGzctKDGkk7ISRaGw0i4URqQJKhtnM/tX/86HYmYym6nBeqfaX/5y5QpU8rfuYp8IIDzEWqnC5kM6qvyo00DrqT9/uFoFG1dI8O8W7qLDBXU5Uzm22QyP15GHo0lnXDEkWfjbIqGTUx0ru8I/+TJO6ZONRXfToujweCnf/tb+Rt/DA5ddzD4TTI5FI0mWnUg0ZqCuqdkGbUTjDKucCB1P5FOzw2FqNPEZcqkSSu+/NJUfDsq0LSb+/nnU6dOLX/jGlB8Ub6DpT9aCVLN07KMlM+4wvFTaYaWNdHo+Bh2RJ3cMGnSpL5//vNVB6/vdCOV8n/ySfnrdhKQZmYweEaWjY4+6HS21HyKjYv+Perkhs7XaWTy5KlffVX+uh0GjOqRpP3JJJpSh1KpzfF4Xyg0PlaIok5uQLK3vIOTvbuKIn/22ZTJk8tft/OAUWj9dkuSJklKIMCevQmNb/LkLVOmmApx58SxcHiqZcOJNAnq5IbAV18d7dRhe280bcG/ipS/K2kh1MkNvn/842bVas0dFc/yef//+B+smtoCdXLFJ58YI986MPYHAp/+/e/l70laC3VyQ+6zz0yFuEPij0Ih99e/Tpo0qfxFSWuhTm7o/+c/TeW4Q+JaIvG3v/yl/C1Jy6FOblj2xRemctwhsfDzz7/68svytyQthzq5YeSrr0zluBPitaZJ//2/T2MnRPugTo6ZMmXKzo4c/3o5Hp/y6aflb0naAXVyzL/+9a/OnCtix7Rp0mi3Y5CWQZ0c8+mnn16Kx01Fue3xXtfnT5o0lTq1FerkmL/+9a+3PyxF0TnxMJvtmVqk/C1JO6BOjvnLX/7yIp83lea2x9VkMt3BY14nCNTJMX/9y186cN6Vo7HYtE69I2PiQJ0c8+V//men6YTvsy8Wm8zaqd1QJ8eEOm9WsPe6vhu1E2k31MkxmU8+6TSd3un6lkik/P1I+6BOjpnx+eedptNbXV9HnToA6uSYxV9+2Wk6vdH11dSpA6BOjhnuvNvaodNy6tQBUCfH7Ph4zeZOiNe6voQ6dQDUyTFHO286ZdROK6LR8vcj7YM6OWPKlCl3ahbGbHu81fUhdpR3ANTJGZEpU5523myVxZ69eLz8FUn7oE7O0KZOfa5pptJsFV1d5keaEO90fVMiUf6KpH1QJ2cs9Ptf2dbp/5s5838vWvQ/u7tNjwuPd4XCNurUAVAnZ3wTj6MqMJXmevH/z5nzf9as+Z89PabHhcf7QmF3Mln+iqR9UCcHRP3+K5mMqShbxP87Y8b/GhhoQe0Enb5NpcrfkrQP6uSA7mDwTufd6YT4o1D4Pp0uf0vSPqiTA5ZGIs76IVoYP8hy+VuS9kGd7BLw+fYkk502Wq8SpxRFGi/LuoxdqJNd0HC64KTh1OK4nM0mx8UCfmMa6mQXORB41MHLDd7K5dTmr8FOrKFOdlkWjZpKcEfFY1WdNU5WxBzDUCe7HO28ycCq462uL+Kg8nZDnWwR8vl+7+BMz4h18TgbT+2FOtlifjjcsX16lTicTo+bNZvHKNTJFiipprLbgfFQVbOBQPkbk3ZAnRqjSxIa+qay25mxKhZj9dRGqFNjvo7H33TqSrimOCvLbD61EerUAJzsL3bw1VtToIHXzatP7YM6NWBmMHi/I4e91ov9qSSHR7QL6mQFqqbhZOJtTZHtwPijq+vF7FkPlsy/tHLRQTndFQyyEdV6qJMVsaD0w+CCR4vmobCaim/nBL7bk/lzbowMXt6w8saS+a9mTkdL704+P5ODJFoOdbIiEwhc6ymc3bTqwdKBTjMK3+fNjN77SwcubRm6um7F44Vz3/d0/9H15wve6XpfOFzeE9ISqJMV35cuNz3p77uyeejnlYtfT++tFNZ2BZx5NWsGKsxfVyz6ZfWSe0sGXvbNNL2mEq90vScYLO8MaT7UqS5Bn+/1h/5xFNmf16+8tm7F65nTK4W1xQGLHi6ef3NoGSy6M7joyZxZ73obz0JxLZvNsa+vVVCnugx+PIT89cwZ1zauvrh9+G1r6ygkdU/nzbk1tPzStuGLQ0vvzZ+DSvJ9t93M812hcIiDj1oFdarLlZrZXp/N7bu0ffjcng1vWmJUUaS5c66PrDi3e/2ZTauO9fW87+pyMXQQb9mZTAZoVPOhTqMj+XxPRpsW4sGSgR93rT+/c93z/r4mdU5gs0gpHy+c+/OGVVD3+KZVRwb6LmXkt95GZmxOJGhUs6FOo7MsGq00nExxf+nA2b0bkXo9md8v1iikcKgAb69ccnXzmh93rz+1ec3KnvyuROx2JuN9PDvODv3s6Gsy1Gl0jsry+5oSaQQU+nX1Uhh1Yee6JwP9pmddB6q7m8PLL+wYQY2EjR8YWZ6d9MU237SnuZzple4CQv6YyXDARFOhTqOAlMh6nN7rnu5zI8tR6FH0HyyZ76WOwnufQaS1yw2LirFnw8EVC5TPP/k+EHgjdB6y55q2KBJhwtc8qNMo2Jme8vaMnmPrBs/s2XBu94afBhfen9HjKB971d39cGbv+d7CL+tWIK8ri7R347HNq1ep8uT/8l9OhMOmtwiJn7PZPPvNmwZ1GoXBaPRlo2rhra4f0vMntgzBgb3DS/evXnR6Xt/d3sbzJ7/o7bk8r+/80DKYk49JFZEQ348sm+6f2v/pJ9dTKdO7BMb3qRQTviZBncwEfb7v02k7Vc0LTRtSFWjw3brlhzavPrFj5Pj6waNzpj8f7aLQ65nTr86ddXDh7PNbhk7tGEG1hjcWUpGKS0e3DmX/9flev+9Zkwewv9b1GRzO1xyok5m43/+T7fUFz0aj6/t796xd8sPWYjWFgCcH1g9uWzBr19wZB/p69/VP3zkwa+uSOXjwzO71hkWV6FNTxh+ndq2b/B//9aAUeN+S+xQPpdNsQTUD6mRGkyRUO6byZxGbg4H1AzOP7xipSGIzjm8fXjargD/2r1+e/8dnP7ZwHr9Xut7LsXxNgDqZGYnFTIXPOh7msmu7cqc/rnbsBFpc6xfP+X7d8u+y6buKYtpsU+N9obCdy6s1Aepk5qTD6SlfaOp3c3pNqtiJjUv7tw7OO1jI1bte3NS4kMnEeA1KNNTpI9CiGHVskUU817S982aaVLETK/q79/Xq9S4WNzvu5PNdzPdEQ50+Yq7zqz3PdG3nwCyTKnaiv6C8FnqV1lGg+bSAkzCLhjp9xD7nF3ye6fq2RbNNqtiJQirifSSel0ArkdmeWKjTn0g+30Pn01M+K+jbls41qWIn9Ii/vTp9l0qFOMZcKNTpT3qDQUdd5EY86yrsWLnApIqd6JamtVenc4rC3gixUKc/2ehqttfn3V171i4xqWInZvmmtFenm7lcijoJhTqVQaaHs7WL8g2d9g4X79dwGgunTW6vTs80TeESAUKhTmVykvSrqzuLXOu0amqbayd8OlfcEAt1KtMfCrlb+tadTsd3DH8d8LVXJ0SOOgmFOpVZHo266IdAuNNp34bB78Ih6jTOoE5lNsbj7gYouNNp+6oFJxJx06ZaH9RJLNSpSMDn+8btHXvudFq/ePYVuf0rGlInsVCnImGf75jbhdnd6bRqbu+dnN27qpoX1Eks1KlI3O+/4nZNNHc6LZmhPdHbNmDPCLQVM9RJKNSpSDoQcL0mmjudFnVln2htXm/3t3w+RZ2EQp2KZAMB16vfutNpsSY/affy1RczGVTL5UNARECdiswKhUxFzX64TPZyqaft1umoLEeok1CoU5G1Dm9orw53Oi3LQqc2L7m7lyPKRUOdiqBgmYqa/XCn0/JMsu06bYjH2XISC3UqcqC0yqC7cKfTYCbxtK0Lwj/XtAGuACAa6lTkUMt1Wqm0WacbuVyWsyuLhjoVOeL2Gi4COrm432m1HG/2bK8W8U7XkemVd56IgzoVOe5Bp2ddhZ2rFppsaRhDbdXpp2yWK9M0A+pU5JQ3nbYPzjfZ0jBG0vHn7dNpEecwag7UqcgZD5Owupt6ZX37dPpBlrmqZ5OgTkV+9KDT04K+dfEcky0Noy06/VEoXM5mE0zzmgZ1KmK91qB1PNO1bQv7TLY0jLbodF9V54TDlKl5UKciV2yvQFMb0Gm781lgW6/TG10fjEaZ5jUV6lTkmhedNG2n8znKW68TamDWS82GOhWxvz5abTzXtN1zZ5hsaRit1+lIOl3eW9I0qFMRLz170Onb/ukmWxpG63XCPpb3ljQN6lTEyyCjF5q2f84Y0OlSJlPeW9I0qFORPcmkqfDZj5eadti5ThvkVuv0Uy5X3lvSNKhTkU2JhKnw2Y/XmnbcuU5rMokWDzK6RZ2aD3UqssrDMs9vNO3M7Omnd683CWMdgy2/G/dePl/eW9I0qFORBc4XHazEW10/N3v6yZ3rTMJYx1JNabFOj1W1vLekaVCnIjODQVPhsx/vdf1CX++x7cMmYaxjSXfuaWtnMnquabyC22yoUxFVklxPF14cCDer98jWIZMw1rF0pt7iefagU5BDIpoMdSqSCQReuZ0YDHF5Zs/hzatNwljH6vnT77V2rogXmsZ5i5oNdSoiBwJPPCyifqm36+CmVSZhrGPjsv6rHm6ychHQKclJKpsMdSqSCgTueui2vtCtH9i4wiSMdexcs+hka1fQeKnrOGuUd5g0B+pUpDhHuYdhexcK6oENgyZhrOP7jSv2RcKtXN8JOuWpU5OhTkW8rKCBOK/lDqxbbhLGOo7vGNnkb+nqg9BJ49RFTYY6FQn4fF5mrryQyxwYXmYSpmGs9E1tsU5cfqbZUKcyXsYZXc4oh9c6nmpvkX9ai3XiwtLNhjqVWRmNuu4r/1mRjw45nmqvP+hvsU7simg21KnM/HD4d7ejfn5T5BNrFptsaRh9sWCLdeJqTs2GOpXpCQZd95U/zmaPLh84s2eDSRjrmJWOtlKnF5rGOYyaDXUqowQCN3M5UxG0Ga9U9eCC2accDiqfnU+3WKcYdWoy1KlMyOe76uHS07eze5wOKl88Q2vlLU/FQUYcs9dkqNOfnFAU19XF7m71xI4RkzDWsW5R33UPvfNOAzpxcbRmQ53+ZEcy+dZt597OvHJih7N7NHatWXQqEjFtp3nxXNMk6tRkqNOfLItEXrvVaZeSOuHwlqfDm1d/6/ebttO8gE5+6tRkqNOfqJKEjMhUCm3Gt6n4ye1rTcI0jA2TJpm207x4xtsHmw91+hP/tGmu+8oPx2OntjnWaXBK63S6z5vbmw91+oijbgfCno3FTjvXaaFvqmk7zYubnMmo+VCnjxiJxUyl0Gb8nEweWe/sHg3EvFDr2k5XstnyTpKmQZ0+osftHCwPMpk9gwMmWxrGvIT7GZScxllOqtx8qNNHBKZNe+6qN+Ktpm2c63jyykX59B8e5qhwFJzyvwVQJzOX3C6dNtSjmmxpGGtm6i2bWnlfKlXeQ9I0qJMZ1/OVr1Jlky0N4+uBmXc8LN7hKHYmk+U9JE2DOplZ7Hakwho5YbKlYexdueCqh9sWHcWmeLy8h6RpUCczOUl66ao9MxKPnN1jFsY6jmxcedLDfM6OYk0sVt5D0jSok5m43+9uMcKtkZBTnU5sWXMgKJm206RYEomU95A0DepkJujzHXC1etq3oaBTnY5tGdobcj89uqOYFw6X95A0Deo0CsOx2Dvn+R7StmPbnI2CPbZ1aEckZNpOk6IQDJZ3jzQN6jQKfaHQQ+fzRtxIpfasdTYBy9GtQ9sTLsdhOIp3hUKYw8mbD3UahZTff935je7P8vkNS+aYhLGOo9vW7lDcryNqP3B24H3tLYA6jQJO40dl+X1NobSOPwqFNXN7TMJYx7Htw3s093fU248r2Sx1agHUaXTWxGIubiVcpMnHndyTe2LnyDc92msPi3fYjB9kmTq1AOo0OpqrWwm3+XzrVHnHioHjlvNGHNm2dufqRSv7e4a6cwez8qvmr+q5NZFgy6kFUKfRCfh8l51ffXqv6/ez2aOp5PpYeEkmsXi6umpu78YlczYPzlszf8aiGersTHwgKq2PhvbGoysnT7qeSj3N5VowPdjyaJQ6tQDqVBec0U2F0ma803Xkby817bmm3clmLqdSJ2LRn9Lpx2oeNd5LVcWzb3W9729/a9lw8pmhUHmvSDOhTnWZHgy6uPpkP2b//e+tmbbybaGQ4XTKLYE61QXZ0c8eJrJsGDunTm3NtJUPVDVNnVoCdbJiSzOHez/P54+4vfnXUfyUy3F28tZAnazoliTXM+/ZiS2TJ5seaUacVhTOTt4aqJMVOKn/4nYdADuxc9o00yPNiL3JJKdTbg3UyYqgz7c/3cR1LnZI0u1m6mrEUCzGuqk1UKcGDEajrqeGbRin0+nNTb598JWuL+CdTq2COjXAyzJqDeNiJrNCau7tg49UlRedWgZ1akDE73c9t1HD+DmbXRYMvqt5XGDcyuVUSSrvDGky1KkxG+PxN83p3/stn+8KBO408+rTpWw2zm69VkGdGoN8r0nNJ2RiSiDQ1M7DExxL3kKoU2NQHNHIMRVTIXFPVcM+X/OSyfeFwh5Or9dCqJMthtwuBWAdN0qrWuz2sOqhdWCz+ObGLpAWQJ1skfD7HzfhriTUS9j4/HC4Scnka12fw269FkKd7PK9q9nCrON0aVUL5Hu3mtN8gqUyB7+2EOpkF9QhpsLqPSqrWnybSjVj7MWDfJ6Di1oJdbIL8j3hdUhlVYu54bDTmV7sxCEuQtNaqJNdjNlhxdYhlVUtsPHfmnD1aRGHF7UW6mQXZE3Lo1F3i6nViw1Vq1rsdrsQTr14retRXsBtLdTJAYVg8LbQOmRZVe3RFwqJzfcuZzKUqcVQJwcgJTulKALzverBqahJ3K3cUS84GVjroU7OWBGNCrw/t3oKh4DPtyOZFFVBvdP1WZzjv+VQJ2egDvlVUP/eG103XRKaGw7/LqhthqQ0xYZTy6FOjtkhaD6W+6pqSsYEDoc9oSjsh2g91MkxqiQJuV/jSjZb27bZm0oJmdwPDSeJ80O0HOrkhiOybCq+LgIbqS3v/aGQ9774l7q+gGsNtgPq5IbpwaD3CmrLaD1vQZ/P+80gd/L5LvZDtAPq5Ia4q/XUTDFQpwIZjsU89sVfzWZTHPnaDqiTGwI+365k0kuhf18oKHVKfNrvf+Gh6sOWv0ul2GxqC9TJJf3hsJc7oG7n8xYTHe9LpUyvtx/IQpdwqF6boE4uCfvcLABVidOKEqnf84a2meuLxU81jZleu6BO7tnkYYajPclksL5OUb//mltXISozvXZBndyzIBJ56Van1ZYTHUs+H3wzvcVmrOHkEO2DOrlneijkbo4HJHJzG10XWhqJvHLu6jNNS3IwRPugTu7JBgIovqYCbSfuqWpPo+tCvcHgPec3gxznrHpthTq5J+L3o91vKtB2Au2iTKPeglQg4KL5hDqNDac2Qp088dBVX/kpRQnbGFB3KJ12dL/GYy7a2W6okydc3PD3R6Gw98OMK9asicUcNZ+OyrJF5ztpAdTJE6hnTGW6YbzRdZudb6ok2U8mUY+tikYpU3uhTp7Y53wuyxeaNtvezKxww/7IQK7j1AlQJ09sdn4r4RNNs9nCgU72k0mOIu8EqJMnVkSjTgfC3ipN82+HhN//u+2ujoeqOoO1U7uhTp7oD4ed6vS97ZlZ54TD9m8lRCsLry+/k7QJ6uQJTZKc6mR/waXheNz+QNhXuj6fOrUb6uSJqN/vVKeLpUVo7LDfyXWnd4XCYt6X0W6ok1ecjqx7rGl2ruGGfL7zDu9yXxmLsaO8vVAnr9x1OLIOzaFuG11w2UDghsP75zfE4wFexm0r1MkrVx0OjEBtttRGVjYzFHrgcATTDst7qEgLoE5eOelwYMQ7Xd+cSJTfXJ9Fzm+m2pdOI0Usv5+0A+rkle+cz+twOJ22zsrw3Pp43PSuhnFMliO82amtUCevbHJe7i9kMtY3+Uk+3zfOLf0xk4lRp7ZCnbyyIho1FeuGcSuX0ySp/P7RQBPosPOJZn/O5SxmRyItgDp5Za7zJaifaNosywFBaAK5GKt+O5/nne3thTp5RZckU7FuGO8LhQWWnXsRn++S8zupqFPboU5eUQIBR/fMGrHM8t6kqN/v9KITgjq1HerkFTkQcDHl0CrLicHifr+LeVeoU9uhTl5Ju5rPaK2lTglXk7pQp7ZDnbyS8vsfOZ+AZaPlgCBs08WiadSp7VAnr6AEOx22h7BeHVB13r2BoE5thzp5BYmZi8Wnd1qOr+sLhUyvtxPUqe1QJ6+4Wzrtm1TKQqdFkYjp9XaCOrUd6uSVmN/vdFA54nvL4aouLg0jqFPboU5eifr9Llaz/UGWLW4inBEMml5vJ6hT26FOXon4fGedDwg6YqlTF7sixibUySuw4qTz4arfWradsoGA6fV24kYuR53aC3XyCppAqGpMJbthfJ1IWF93cjqjC+KnbJYjytsLdfIKKpkDzqdWXhmNWhR8VDIulgm9lM3GqVNboU5ekXw+pzfkouZZYDknHioZF+sa8vbBtkOdvIKcbY9DnV7pen8jnZ44H7h0WlGi1KmtUCevoPxud7gs9ONG84kjZ3M6jRGiOFdE/fYYaQHUySsov5sdThfRcLUL5Gy/OR9pcSidtjMhJmke1EkATmcdup7L5SznikAl42Kkxf5UihODtRfqJIDhWMzRDbmXMxnrJZ5QyZxxfmn4G+rUbqiTAFbHYm+d9Gs37DMI+nzI3EzvahicBbbtUCcBDEaj9leO+QNZWTptXeoDPt9uh90bCOSc1rNhkmZDnQSwNBq1PwEy6rGN8Xj5nXVAzbXR+TKhsLr8ftImqJMAFkUi9pcJfKXrdhZiWuVwNsw3ur6Q6zu1G+okAJRj+7Ov4JW6ZbeewZJIxH4CiSgu5sm1cdsNdRLAgnDY/sRDj1TVTofBPCfbRDxQ1elcub3dUCcBzA+Hn9gu+pfsLeY5KxR66GRgxK+5nJ1KjzQV6iQA1CS/2y76Npea7goGbzuZIOnnXC5jeS2LtADqJIC54fBj2zrZXBBaCQRgiOm9FnExk+HNTm2HOglgTjhsf+ZK6/EQFcI+3wUnU1CcURRew2071EkAs0Mhmzrdy+dt1iAw47ii2L8n94gsl99J2gd1EkCf7W6DQ43GQ1SzN5WyObXy+0Jhr70mGWkq1EkAs2yvsr7EyZXWkXjc5qWnt7q+odFIC9ICqJMAZoRC923o9FzTFCedbwsiEZu3uL/R9aUcEtEBUCcBTA8G7SzHdDmbdXTzeZck2byS+0rXkXCW30baB3USQG8waGcRDbSFHHW+xfx+m/3vqMTyvIbbAVAnAXQHg3ca6fS+0QKeo3LL3qWnZ5rG29o7AeokADsjGB65GlN3wt6EmJC5/AbSVqiTAAqS9Fsjna5lsy4GAe1IJu1cerpgbxwgaTbUSQCaJP3aSKfjsuxiIocVsZgdnQ6k0+U3kLZCnQSgQifLRs67QmFbIlF+tRN6g0E7OjW8vZe0BuokgJwkWfcZvNT1Ba6uC4V9PjtzJPE+3A6BOgkgGwjctNTpqaa5vnvCzvAl3unUIVAnAUCVG5Y6oWVVfqlzLjUaV45skL3kHQJ1EoAcCFivNv1NKlV+qXP2N5pw75Gq8j6nDoE6CSAdCPxiqdM8y/UyrBmOxUxbM8WVbJY6dQjUSQBJv//n+lOKv9d1Lzf29YdCpg2a4gdZZqrXIVAnAcT8/mv1dbqSyXgp7miYmTZoim3JJHXqEKiTAMI+HzIuUymvxOZEwktxT/j91nNirnA+FJA0CeokAMnns+h/6/E2/R2qPuvh6pytsnOgTgLwT5tWb5qUx5qGllX5da6I+P0/WfZzaLzo1DFQJzH8WEcnaOZxvVpkkufqr/X0Rtcd3eFLmgp1EsOpOrMO7fa85hLe/kP92zRQ+9mcaYy0AOokhqOyXDu4DoItjUQ89hNYrwz/ay7nMZkkAqFOYjiYTtfq9FTTZnruJ4ArX9df6+lKNhunTh0DdRLDvlTqXU1Zv5nLqSL6CVbXHxhxptG6oKSVUCcx7Ekma6eYPKsoQqoOZIxv6ky4dyid5vjXzoE6iWFHImFabRoNJ1RZQiqO+eFwveXYoDGnJu8cqJMYNicSpgoEdq0XdJPsnFCo3oI3WxMJiTp1DNRJDDDHpNNrXRe19vPM+nOgb4zH2U3eOVAnMQzXzCf+QtPmergvo5qe+tNiDsdi7IjoHKiTGFbFYiad0NrpErRYrV5/4rHVsRhTvc6BOolhWTT66mOdnjic4N+CnCTVu3ke+SR16hyokxgWRSIvP9bpsapGBF0Rgpaj3u373vbSoKQ1UCcxzA+HTTrdzOXKz3kmFQiMenviW7fzjZEmQZ3EMCcUMq3FdFpRys95Jub3Xx5txDrSS2hcfhHpAKiTGGbU6LTfw+xFJsJ1lp1+o+sD1KmToE5iqG07HRY3b7jk850bTScme50GdRIAag+kdqb7ne7l86IGp2I7o948/1zT+lk7dRLUSQCjrtyOsu797gwDtc4c6E80bTYniugkqJNXfNOmbYjHa292eqlpovoJ4Myoq3pSp06DOnkFmd7x0W4+f6Xroi4KLatzgwZ16jSok1dSfv+D0aqO17q+WsQQ2OLN7cmkaeNGUKdOgzp5pT8UGnXSFaR/u0TMz4ra73ydaZKoU6dBnbzyTZ2qA3FaUWKeO/fkQOBpnXsHqVOnQZ288lv9OSWR73mfychiogjq1GlQJ0+g6hg106vE3Xze9bqDBmfrZHoI6tRpUCdPrLKxsvpWDy2ogiSZBltUB3XqNKiTJ07Un5+1EqigXOu0N5Wy0JU6dRrUyT1Bn++x5VIxlYi6mh1FCQRGvXpbCerUaVAn9wzU3ONUL/KuJq9cWXOHrymoU6dBnVyC6mbUmV9rA4U+5Kp22pVMmubuM8UzTePiTh0FdXJJvRvOa2OL29UHT9Zfh8YIgZMlESFQJ5csCIfrXV2tjp88TMl/ppFOr3n7YIdBndwg+Xx76y8SU4k7+fz0YNB1t15Dnd7p+kLePthJUCc3JPz+Xxtlei90fWk06mWI0Q/ptPVFLTy7TNBEs0QI1MkN3cFg7Q1OptieTHqcPfzrmomaa2M9J1XuJKiTG7bWX7/MiEuZTMDzTPxonpmmc6kN5Jzuug1JM6BObrhumek9VFV3F5pMJP3+ejP9V+Ikl0vrJKiTY+RA4G1Nsa4E0rM1sZioBOx0o94IiI2GXPnVpN1QJ8esi8dNZbo6kOYJXEp9qNEQ26dcub2ToE7OQEOl3mIWiHe6/nUiUX6pCLKS1LDPQxeRWBIhUCcHoBaoXWWwOn5XVeGF28JeI1ZzEY2OgTo5oD8ctu4bOJxOCy/Zu+vfPG/ED034UOIO6mQX5F03cjmLlgyeakbeNTccNn2QKW7n8+yL6BCoU2NQWGeHw481zdqlZlRNIOX3mz7LFPhoUeuyEY9QJyuCPt+iSOR8JmPdH4DWlJBJi0YFmx11Hr/qWMqhRp0BdbKiNxi0vkHwsapezmY3xuPJpl38Cft8F+vPvmLEUVkuv5q0FepkBWqGA+m0aQ3p57p+LZv9JpUaCIfzkoRkzOPYPGugU8Oh5U80TWV3eQdAnRoQ8PmQ8pkC/qAyak1/mh2d3ur6UCxWfgNpH9Sp07Gj0x+lGWdFrWxNXEOdOh1UhkfSaZM/tfFIVfvDYV6Aai/UqdNBtrmz0ZVcBCqoExxd3m6oU6eDCmfYctBtJd4XCmtjMVZQbYQ6jQG6g8E7jUbuGfFK15dxCF/7oE5jAMnn+yaVsp5zrxIPVVXUmrzEKdRpbBDz+/ckkxajnCqBlA+vLL+NtBbqNGYIlBpR1pP7wbfXur6KY47aBHUaS6BRNCMYPJBKXc/l7ubzyOseqOq9fB4tq1u53FlF2ZlMilounriAOo1Jon5/XpK6g8GuYFCVpEwgEPf72QPRdqgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAiDOhEiDOpEiDCoEyHCoE6ECIM6ESIM6kSIMKgTIcKgToQIgzoRIgzqRIgwqBMhwqBOhAjj3/6dECKEf//3/wvL2DY50T/QBQAAAABJRU5ErkJggg=='";
 				break;
 			case "incubus":
 				fileName = "'data:image/png;base64,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'";
@@ -61,7 +61,7 @@ window.assistantArt = function assistantArt(sizePlacement) {
 				fileName = "'data:image/png;base64,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'";
 				break;
 			case "witch":
-				fileName = "";
+				fileName = "'data:image/png;base64,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'";
 				break;
 			default:
 				fileName = "'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARoAAAJaCAIAAAB/YR8cAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwAAADsABataJCQAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4yMfEgaZUAACe5SURBVHja7d13eBR1wsBx/3tPDyF9S7Yn2U0vhISSntBCqCkkkIBIE4JAkI5yIqAgxYIUBURFxVPPhqe+3omeiNjOBhYsCFhAsb3SD/R4Jy4um93Z2dndWUiy388zz/u8F3Y3m9n5OmVnfnNJJgCFXMIsAMgJICeAnACQE0BOADkB5ASAnAByAsgJADkB5ASQE0BOAMgJICeAnACQE0BOADkB5ASAnAByAsgJADkB5ASQE0BOAMgJICeAnACQE0BOADkB5ASAnAByAsgJADkB5ASQE0BOAMgJICeAnACQE0BOADkB5ASAnAByAsgJICcA5ASQE0BOAMgJICeAnAByAkBOADkB5ASAnAByAsgJICcA5ASQE0BOAMgJICeAnAByAkBOADkB5ASAnAByAsgJICcA5ASQE0BOAMgJICeAnAByAkBOADkB5ASAnAByAsgJICcA5ASQE0BOAMgJICeAnAByAkBOADkB5ASQEwByAsgJICcA5ASQE0BOADkBICeAnAByAkBOADkB5ASQEwByAsgJICcA5ASQE0BOADkBICeAnAByAkBOADkB5ASQEwByAsgJICcA5ASQE0BOADkBICeAnAByAkBOADkB5ASQEwByAsgJICcA5ASQE0BOADkBICeAnAByAsgJADkB5ASQEy6iXmkLmQnkBCXEDxqXdjTbVsmcICcEql/CI30vOTsw6XFmBTkhUEJL9olZQU4ISK6twZFTr+iXmCHkBD+lWvOGW7515DQi4fs0Wz6zhZzgjy76yY6W7FMXwxRmCzkhoL0m54nZQk4gJ3LCRWxJvV00p37aHcwccoIPkg3lQ8KPieZUGXFc+FdmETlBrgzNRNGW7FNO2BpmETlBrkGqvRI5sQdFTpArPbFAuiVhykgqZEaRE7wrTprrNafSlGuZUeQE77y2xPYeOUHelp6xWmZOWZZaZhc5QcpQ63sycxqe/AGzi5zgUYZ+hMyW7FNn3dXMNHKCuELbbJ9yKg//mJlGTgjoIAQHJMgJXvTQLvcjp3zdSmYdOaGFVGtete5LP3IaavhaeC4zkJxwXlpsvR8t2ad0XQMzkJxwXpnhfr9z6mPewgwkJ/yxpaev9Lsl+yS8ArORnPD7qilyW4A5McgROV0IhqQsa+fWvqfu30GItnXEPMeal2LIIqe2TVO7SLNin6puaWt+k4G31MpzGhez5H7NvvG6m8ipbdOVNFyy+qx9Mg+eZupe0dreYUXsq4rkNNDwemv70wpNFXWmpq2XnLVP5foR5NS2CVt6+lu/chQVdedJ3fU7W9FBCFPF0Jj/KJJTrep0mrl/6/nTVul2bo066WjpYcPXOe39+7GQOBShGb7MkZPzZBrYFKTfmJyUIXO41i6W0Yq01Px9bsx/MuMHyfmlXRML0pMygvS31xqnOhJynhpjV3Aoor38nWI5CVPW6s8iZr6g/DpHO3yw+gs5jxSqq4j8RJGc5F/+9DfzoX5B2O5aGv7PhzI/FW1pa2icWxgqOSXVzvVUlH1KuOaR+IJBCubUvPVl/CbNWizn8f07/BxgS4WGW+X8ou62kkfNh4SFW8GcSuMH3RD/sKeK7NPGiD3k1H7oS0dI5yRM6o1nkpbvNhcPVSonYaozHZT1+MC+xu0edZfMN/Z4/GH78q1ITr3NQzfZ3n9OfUa6JWGqCo3rskLoa1zr0ve8FmWfwtcc01z3SkTVosBzEqbBnY7I2uqzFgvbh3601C1ppMx39UT4McfyHUhOo8IX3qre7vxq0tO9SbtDZZ8iM5TIzKnFKqvPBEPX8kByar4K3fKt3K2+qE/dg6mKPNGn04fuP69Tn+maKKuKbtbiv1m+dV7E/cgp31A+WD1BZkKhttdETnKnsNVHo2a9GEhO9ssoZK6jBsZ87v6FUlp0YyDrpS26L10WcV9zWha57fFOR/xoiZzaLWETzr+i7JNu4n26kgb/cmouSvaRCZetvuyoG4Uf1iS86/zDHimjZK6XtsQecF/EZeZUrmuYE3uvfxXZp1W6neTUPhkLqwPJyT4J+2CWklo/cvJpHeV+9lBx2D/Oj1mp3yzzT35Qu190Ka8weFmz9bHUbkh4N5CQ7FMvUw05sb3nfVKN3ejpt6RohklcPCtnHZWqrxzY8ReX2w3aX6G3dZ2cv7RrQtH9mn2elvL+xis8PXGWZlPgFYXgll4o5hQ2Yo2CRfmRU/MtbnNekbWOMlT16fSh89kVefolPa23yfxLb0l5XmIpl8hJwZamhK8lp3a9vdetX8Ta4xc3p+ZveLOeDeqfeVPyE9IL+gXI6anIEwXGfuTUzqnnbb/oOQlTfcqHwvonGH/gnKT1Xpf1C5DT7aF3l8QQvRq3NeRknxQvakHcX+Us6xcgp1BcrkIzp6gln7aSnAaHHU3rNFeRP6prQtEi0+Myl/Vg53Sfai85hQrDgCmtJCcF11Ebwj+Wv7hXez6JTpGc6kxN5BRCslZ/1npyCryoa40PKLUxFnhLj2TvDc2FKnRzipj5QqvKqXmrz9+ipsWtVnDfJvCclke9SE4ckLiYOUmvowqM/TxdP+v3t67Byyl0l6hQzilx5mNByilZXedfToM6HREtao3h9UFxY9x/frX+FsUX+gBbWpLyJDmFImvRkNaWk+gQX10TC55NPbIk+QmXn0+P2RCMdUiAOYlmT05s712cnPJVrqcCjrTNFg0gSJtkAb5sTgjfziPUc7r0undbW05p2uGelu9bVC87/3xT5CetLac1f34/pP/rHOI5xfQaL/f88b5XR9y4J9g5DdHsc79Z0/mh6jp/7vzzIdrGC5BTtWbKfaq9crf0VFeRU0gzLXxTTk5Rs5sP/iZ2KUgcOsdw+9dBysl9cK/1cW87L6+1xqmOf8q15T9iOhiknK7KXGA/c6JCfaXMF7zL8u9Q33cgp8iaxXJyMq8+5HzrAGNhtXnxW8rmVKP/yuV1hmgmSmcwxXib4jm5jC/ZFHmnzBccF7OEnCD3gIS2b6PMF/Qvpx7xM1xeZ93lu92X2isjFimyqyPzb+HrJnLycXtvUFOAxx78yGmY+ZDLkMjuI4zLGX1hY8Se4OW0qMOzMl9teNx0FiRyambLztff9pWCOaVa81xqcZ8ybGV1To8ZZHzD5UWuUt8sfllexHHny/Jq9JNdHjAj/B6lcrqp0/NyXmpD+Me58sZkJyf4w2XgIU/f1Tqqc3l6jjXvAQ+jpgjT5LA1zg9+IO1jlx0YL0t/wrs9jdV8RuTUZqSaKnKNUyu1+6VzSreVNMQfds+pt2aY/HVL37g6+w+n/TG6sqdn3dnxgyHaRj4dcmqrsiy1g1R7pc8kyra53ih6pvpu6Zy6JhW67GWNVy31tNP1eNjRmyNe4LMgp3axprLmpWqH58dskH/vTe9HpdPmOz++l7pO9OmbIj8ZopmYbyjnUyCnNmOg4fXa7vd3t45P9XbGWnHYP+xbgBKPGRw3JsBjCQ9d+sOt6u1lMi6g6m/OnptU8Y1x5k7deD5HcmoVCk3L7OucK2w/5huWJqtqJboS/kl4gMSrLU19Sk5OY6M93rnZ6+qo3JA1Pqb7a/qrTqvmnr1kijDdGNWTz5GcWoV0XYPrlUuqvV1Vft4uXu7wJskf+Pf62yIbjnSaZq/IMfEhklMrUmt7X/QIXvGf3vH1qnXHTc2kp8ny7jjoMEGd55KQY5piKOETJKdWpHOcxzMhqiJPVMS+Kv+leiSWem3pOuMDPqRu6f523GRPLf1gvTbfxgdITq2MnBPzsnVXp8q4wK7MULU16qTHc7c7fSjn/VSYOm+IGeypIsf0uqHFVRVXGPNGWwrt05i4wrHxxRLTPdpqr68fOhuTIZRT0qT1poVv2qeEpe+KTtal7yWv/EB0Sln5YcaqTzJXfeqY3G/53sv4gJyihpkPlcr4FqiPpdbTGT1dE4qcH7kitr97SDt1409GzZKzoFcZchxPXBheKjMPn6YNMYPIqV2JHbFCwXtniJ7Cl2EZUKs67ceAEGMvX/ak9QdhG8+9qKejT0nfAv2vcQ3u/+1/PGm0zAV9v3aq8xN3aMco3tLN6lD51iu0NvY6/GWXsjkJibr8iur4d/zLSUjliYTv3d9zb/NQ55Zc1kt3JdaJbkrJX9anx/VyPKvckHU8YrqyLe3qMJp9p3brsvnvKZnTLQecrylsPiARscjvnITpsbjvuttcD7KVxw97KvLEpqhPXX6+xTzc056JzGX9VPRsYbPQ8az5kSXKtrT78tAa1SjkckroUqRsUdE9x/lxQMJTTs3XX9h+HB252OU1C4z9XEYIWmWulNjRl7m4b1e3WHW8mzBV2ZaKEjiyFwr7URPuVWwFNflh15WJ5pVAcrJP7kU5u804SPq4mR9H2wZYcs6o5ynV0gPGOg6UhxDN8GWK5JS08Wdbdr4fKyjpnIRpUsc7RN/53epKr4eh5Szxv3RsarnpWK9US2sThobmQhXS3ztpr7pHkaLihkwPMKfZl24RPSbuMiyE4FbDIDnf6shZ6F+IaPDv6IX09EjCyJBdohi28t1gHDHP0jb6lJOQjadvbPs4jWI50tBD5pekvm7p1Vq6K9LSp1ETQ3lxCvWcEroUXb5gt+I5pdnyvY4V4fIUj7cJNI1yPGaUKU+pnDbrW2yPfZCswPHxz6IbQ+3YAzmJiJy1TbXhdCA5qedtd3nNEvMqBXJqefPzfsbOJyJnysnpk8iJEsv98YgZ/c3ZjgfXx3YNvKUv1JyTTk5/sPas9+34+NLPYssn6ctG2CdL3gD310zXNXia0mLr5eTkfvPz7eor5eSUb8scrs31NDl/1yTISEpx/tcJ6rx3/jTSp5b2a5uKrVksRaGS0wh9N68nTSf1GenTOkrfuFnBdyg6btH5JT4jQ2JD7rPoSQq+k7XhFT61dCC2SfoFhbXfCH13cmoPqo2571mbv508ZJ7t/Vhf7WKf1lHm0auUep851rw+2uFzdfe555SUlPTaa68J/9c9J2EXSFif5FkzlHobN0b19KmlL3XXSK+XakzntiTftzUJ/z85tUnCumi2rfwrfYs97H/mTvX6RMvYO3wqyjRimeJvfnnUi843Py8oKDh79qzwf+3/c6qx+aTvl6KVPx7t60lGRzpNq9R3kf5vmeg3vAWJWeTUBtiHQHjM2PB/ydeLLgE7u830upWvrVssf6svf9PB5Nwi0ddJtwwoi9zmPvWKfqmfdod9yvEw3kNPVW3aHzfDXbdunZDTXXfd5djVqVVli7/zhuUZqz6xT7l37Xef8m55IymnUPS5wiLuaaaJTt9a5ki3JMzn7+LmiH+DnLLgCfNI4ZMSPi9yaqX+GT78l45NXpeDrw3eR9NO6jtSTku2mtnup0Q4pNnyq2IPeLmhU/ix5N+HSUlOTi4uLhZ9nVOnTgk5nT59OitLZOErKjoXs6Fredjqo9JvOKFsuMRfPTwhf69qspyWDplnldg6S89Dl00DT2dmvBBRT06tyAR1j/cuG+XTVso3xhle11FJfUaqN54RuW/ahtMJS9/1YedN96V0UZ0vb94Bs1qthw8f3r9/f0NDQ0LCua9vhMZWrVp19g/r168XfmL/J+ExNTU1n3/++U8//WSzNR9mUfee4CX+3g0y3/PquKofbddJrJekny7MW2EO+3gdx5XC50hOF5Owa/umqdG/70mE/3b6sY4KX/yxpbjWpzeZbiuRc4ZESkrK7bffbs/mwIEDCxYsEFZWwg+Fxhw5/fjjj8JPCgsL58+fv2/fPvsPhU1B4YfCK7jfHNF50ozf5OvO5/S4Xu7zTdh+K03MDny9JDq9ZZ401NyNnC70YYYpBgWuzDkQO83r7zKPXtV8vOGOg7oRK+W8N1P3CvcfpuorB4cdlbof7u+3n+jatetvv/121onQz9mWXH4iPD4/v/m5wjan1PGS0beLvltN4TCJjVW7KkOOsJTb59iJyJle54AwVwP/aITPty2OBtPGcqoydHlFM/q7uLlKna/5UK73oU/1pSO8LnN2xoVvRK07ae0psjOQZqiSult78rlh+F9++eWzvnj77bftT0wc4HFLL3bCveLvtrBa+FfLmm9j5v5Ln18p/afVx3Ydby0dGJcr/bAtOeOV+mgOx8/doR0jfOLkFIzVUfFn0Y3BGBXEZewRXwmlud9tLa60TrQoT+uo/MxzBfbv3//XX3+V2ZLwyMrKcxmk9xkm2pJ1wjrRt20oqHJ5ZORNn1hKagP5mJ5KHR+MT+ez6EltZWXVBnJarq04aJoVpJDs09Gwa/z7r2D0nJcS7vzefSGOWf8fT0W5hFQe/nGm0x1iEhMTnXeWpP3www+O73abj5L3bQxb9JHz27BMfchTSxFrj4seZUlasTumzp9b3N7feUxQP6ND5lnuAzaRk1wj9N3mJQ8I6ifk30Bw1s55pt6jrNMf9XoYPb5smMiRCWO1sI6qMx3so3rZeXTY5OTk9PT0qqqqn376SWZOR48erampycjIcBzua04lv0rYeDOu+iZu5lMy10uiU+LQObHFcg9h35lef8E+pmtTBrTaU5ZaaU7vxE+5kCG9d9mo8TGyPiFLca2wpMo9TfauU8L+ifuLJBvKXUau7Ny58+bNm0+dOvXf//7Xp30n4fHCsx588MEuXbq4NO8yJowjNq/fTTlPxhvekDNb5oUVXsjPq/kjs04lJ+8u5EeyTzO13log512FVy1UX7s9fM0xP67dUA3zOPC/sDqaOHHia6+9Jn9/yZPffvvtrbfemjRpkvPJsq5/ReVCvwdsipj5gtfDFQWJWdelDrrAXZGTd/aTVoM0/Zz0F/mDGXj9blTOZOgqPm5jaWnp008/ffr0aV9XSqKrqTNnzjz33HNlZWUeP+yA/5AOf9kV02t8UqqXM25rLd0+Sp0V5LVTE2snn/adul+bMjAYn8TXhukrdQPkvAdhxaLMYBL5Az39ipSUFGE7bebMmV999ZXfLR06dGj27Nk5OTn273M9HjhZ+pkygzd526eqNua+brgqSCF9Ejnxal0h+05+Ehb9by2zg/HB7L58tPDBe30Dur/sFPaC/F81jXK9bYyw4aSbeJ+wUDrv3lit1pqamieffFJYycg/UL5169Zhw4YJz21x/NDcvyT23mrdl2nWYgWLilv7nf6KW6S/zxAW9CBV9F3cnFsNAzmyp8z3TlONpXtVVyv+IZ2MmvVvy6Qbo3pJvwFzj/7xlTP0t33l6yKoucr11J6kvudPBdSs2BdT2+KotM1mO3jwoMycDh8+7HygXJATfVOl5d810afsR+GHGr52PSyZU6y6ea8fLRkHThU9tuHsoGlmMELaq5rcZCrleyflVRm67NSN+z5hnrIf2HJthcw3YCmpFfbL/b640Na7QfSRjks8cnNzT548KTOnU6dO9ejxx2mjyUWiXxDXGr9JdxulWbVMblG663fK/3Q+ClPya9zvE659TT8+kG/YycmHlZVSH9tG1RCffrvwH2l96Qh942YvC+LE+1yf2Kve02VUmTXndqw3btzo02GJLVu22J9YnD7F0xlMdeZD7uso9fIvvFwWOahJWzTcpzlTlJD5YaexinwobWV11B5ycnjmz9VvxwW0BRjgF+2Rs7aJfg0VN3a1zPWS87GK1NRUl1XT6dOnXfpx+Ymwo5WWlpb5+71wJM4JHGr8xn0/StjUdP2i7M5TcTe97d9ZEQ4/Xub/J/JO/ORnO7ThEWTbx/VOebs6jPbjw9vV4crAf7uwstL2bWyxm3G16202TUU1Mev/43WYvmnTpjl3smLFiry8vGPHjjl+eOLEiYKCgiVLljgfrpgz59zVR17v0ea+jnJ+Dx1v+ED0S2eXQ51eZ0ilvot/9wcQPse2vii2q6txRW9IHvh9h0aZ8qdm9PN6MnV41ULt/B2qeS+7/Dy5e0/pzar/mdd8Vnh8fPyePXuOHj3697//vaamxmKx2I9MPP/8845ytm3bZr9S0Gw2V1ZWbt269ciRI3v37rVfbtg5dpJ0UXXZ/+vy3vT5lfoFr0XNelHiK1pbdn5C1UzHu02tuFJOUT/9ebLM0SZejBrRbpbA9jlWxFNxo35JuUFqHG3dcJnjld7d6dx5g2fU896Jn7K+Qz/pARJcGAqqEjf8JNFS5LoThvwq+0GI6dOnC2GYTCbnVygpKXHk5PIVrfBIIcKmpib7qCzJhvLKiOPSRTV02W6/tkrOWje657jYyQ8nbfy5xbHKjb/axt4up6gd2jG/aq4Vryj1hjeME+aFFTJWRNtQkJj1gLFO9LPcYpa7h704UmSUrGPh17ysGiXn6eYe/Tuu+sXX4WPd7d69W2jpo48+8vrI3OSa3l1m2KeyrGmlmU2uU8bUtBTvS7Cmfpn7nlWL6+Qn3ilnDoxJ7yU6/xnJqK2qMXXdnXSN47NcE18j84mrO5V73VYRNvcVHOPOYbg2Z7G2b4Pu3GXeY8aMEXIaN+7cfdmGaBu3XnJ2kHqC4r9XWE/KvweCzFE7x2b0ts+rD5Jn1Fq6te+FLVRGgb3CmDc1o+LWhKpA1ksexpy4ZoBFse9Ghpq7Oa4k/yTy3N0oUlNThZzsR/CaD6aHf2wf1PJOy7/7WGoVnEu6v+z06bvdhPFr5bxsY3LvUaa8UFjMGKNcxB0d+8o/JPV8ijJrCdGhjB3/Wlh4/iw197GXr4ler8h70OdXhq/27az5jjd8YM0pZpkhJ3GLIsp8ucRjilK3YBF9ffdTdSdql4veHGBU+EJF3oZ9AAmfpogb97DYkJMInwaI269tUvBXexgPcKbzvlmONe+vhq9Fc7r+0qeVeidCURFrjvtUVNiijxK6FLH8kFMLO3JnyB9UrNTaOdg5CZPzhdzl+hGe7qqmYE7NRRXX+bqOErb6WH7I6bznOvt/dsx2teuXwlWGHJ8uI/X0MOed+CJz/ycjjsvJqShtssS3T5Xa/c5X1xvKRipyHRTrKHI65+FuEwM598/9Vis7tGMCz+mDjmNdDsSXGark5FSWNU36+1zn+7VZO+fFrzusSFGXL9hNTqHumcxGZUcsyLdlfmuZE2BOH4eLD6nZ2zz0qcgTAebUy/Sg8+OjZr+oSE7Nl6VM2UJOIaooIXO/NtBxKWbb+rm87Jqwcl8LdPnXVWYv45xsbVmUrzkJU6q+xa9QKqfmISWu3xWaW32hntMX6skBtnQk9Qb3U2b8WKG1HA7B+3dZfSy1zjkt/PMzvubUM+pF56fYZvxNwaI6LfyQnELLY4mjA7/Q7Q2j66Ivess9+TntibhK5vsX9qMcW32LOjzra07Vui+dn2ItGqK5+1cFiwrBIxOhm9OmtBHKDEoaXuR2EGKs3zntVV3t0y3Qhf0ov3Pq63Qra7v02/YomFMIrqNCNKeH45Vp6WjYNe6XGPh39MI+xojou+2RWPqk9Yebkh73WFTUSf9y6q9rMRRExLh7lc0p1IoKxZw2JCs2oPa/Yq5weXH55866PHG0pdDT6AiPxX1nXwXNT79H9AHFlgGFpgo/cqqN+U+q0xOje45TPCfRodHIqZ2431Ab1BF937c1KTgacHdbiaOlcxt11kdl7VbJy0mYesTPcH6iaeGbwSjK/YJ/cmrzVsdVBXWA7IFxuWfU8xTMyaUl+zQvZaOCObkckLhs8t+DkVPz0E7ybt9ITm1Df3O2giH90rHJ/UyILebhMs/3+2e4lyuCu1mLHzEd9HSG3g3xD0s/XdiE66vePiT8mJyiMkwtLqn885RnLp/6nMskZHbppKdFJ0NBVSZCbu0Ul1irylZqEh3kQLqi06q5r2jGjIvu5vUCXqGlx+MPe2rJPs1K9X7pXrKhPDPiupqEd8elS3U12PQmJZBT67JM00/iJgOzbf0qTHLPQH/Yw1UYLtPc5A0yXzAjqbAsbb6nnGqiTqaaKvgEyam1EFY4QjPuq6P3rFNvjOrp00s1xq6Q05IwPaM6XWwZ4NOLF3V6flTmp+5F5cVs4EMkp9ZihL6b6z3hLfVeh+bzRGZO9yTu8u/1c01NA1V7pb/SBTldNJv1546/f2uZ02CTuvtQH+3wGaqNWyUX3/tUe+XkNDb6Jk+v0Dz6l2Gk1yH1KmJfrY46ee7u8S2/CAY5XTT2lqYYiiUOM/Q0Vq8zvemIQeLVao1T5eQk8Qr2A+VDDV/nxa6QfufCXlOh+m7hwQMNr/M5klNrl2vLH2ae9oB2v0QMXRMLfN3eG5NyrfPjhR66JY10yckx9en0YZa2kc+CnC6EXqaaO3Q779C/5nVaEf2ST688LW71EwnfS69bFnV5cLP6C9cnRq+XzsmlwOYhyNVnuidfIZrTuW9s49/x6c1r6pclLt/lmJJXfpB++x7x6bY98WXDWJDIyYddf2G6Q7dTqZe1P+bm1KdEt9x6a4bJ39ITOnE0Yy9K+qyIvISZMkcq9+m8BxYkcsq8MmKR/JwW+DJgkNceFmRtdvxPYT3m/Nwca979mn2enjup4x2OR2ZYBtSqTp+/TYb6TI61vixjjvSZEFcm/Zzj+UiGg3blfvk5RQ+9iZxC3VrjG/JzUnClt8z2jPP/FLYJc1uuMcbFLBF94lMRx/MN5eePcBjud6+lPvtlr+cWFYf9w+ufED7jnz6MErH4LXIKaQNjxstvqSp2UpC2Ie1TnalJzivcrt3hstfk3yQnJ1+391S9riKn0LXqT+/IXNYfi/vOee1RZqi6RfXyJN1KBXNyPyAxS7PJ/WHCr3Y8oLtmmd85lUa8IGcWxU7w4ZrCy+a/R04chPA+2dcJwi7NEG3jxog99h/e1nJFEWBOLqlk/j5O5d+jTzk/4L6Yzx3/mmrNq9Z96XdOLkOvuKyO9BWTNYXNB+s0PUdzQIKcvCtLGCx/Qe9tqG2MXfGQ/ivnHyqek/uRQ+dvfrc2fzN7/kKptNh6v1vympN90s7fYc0tjb3lgPycbMWV5BSKbkx8zI8lPqg5NXerGebpdR7K/NT55yW6+4Kdkx9T8uwnyIktvdaSU7Xuak+vs7zll8iBtBS8nEJ5ey90c6qw1rfOnNwPx49ImCn68zRD1cCOv7TCnCJnbSOn0CJsOLWVnHJt+c+mHlls+5v7rxCKaoU5dV7zOTmFEGGHPvCWgpTTqj+JnFm3KvbVgeYrRX+LUNSgTkcUzKnD9bsUGLpo4FRyChWboj5tnTlND9vUNUFkIOJ8Q3laksdLP1L1lYM1+5TKSSgh8Jxibv6cnDgIcTFzmqHa6PdflGYt9nkFpd4u+lKWPqMVGQmMnELCyph/tcKcJmqXB/h3Ceso37b6gpyT5rpXyKmdKzD283Q/zIuY01zdfYr8db4dmQhyThFrjxu79SOn9qwqdpJSLTUfNoh9NfCc1nbYpfDfmP1Aa8hJmMJHriWn9uye6M+UamlO7L2FksPTyXmRuzp9KHrswZPe1nXZkYu9F5X+tN856UoaFBxLmZzarZ7G6sAruidxV3m8rAu55bQk8fQMU43LNRSp2uH2EnI6rfb62+syX/QvJ7u40jrbsvcDz8lUVENO7dOt6u0BtlTpywAmgayXhL2gyojjwpRiPL/7kWucen5YPPNQr8f6qmIP+J2Tnba8McCcYue/Sk7tk38JPRF+bGXMv5T9dXdHfiLxxHRbiWOhz3Y6hU96qH5RlRJFycjJIXrOS2Grj7K9R04B5TRE2+h8Jbkiv25jxB7p/aVa4zeOhX5A9GfnVk0xS1zHFo8+lW6s9rqOqtF/JZpTRaxv6w1D13JNn4nkRE7NNsTLvfD2yYjjq2JfHR11YzDqfaTDz6X6Son10lDD1y7Lfdrv1xQOMb8l53YyHo5nHgg8J4eI6kXa+Tsi1hyXmVPisl3k1K6U6xrkhPSo+VAfS23wVob3/LGqEZWqrxQNplzzSlp0o8ReUFYH73fLHNb9EaVycrAU15ruOChrD6p8Ejm1H6MS50iHtNj2t4HmK3OsecHbttys/qKbtVji2IOnqy2GhB8rvew96cN0ckb5ctmPCjwngbVznqn3KOv0R718AbX4Y3Jq/3tNj2Tv9XVgV/9+qfuwKi4tBXgtoGObUJrzfpQiOTmLmvVi5zWfh/IeVEjkNF61VLSlYeZpF6bh+zX7JNZLggGX/1/gOVVGHE8z95d/ZELxnOxMg5pEc9LWLyenNk/Yftui+9KxZD8ddXKt8Y0LuUp8vNMR6Yf11+0MvCVhqlWd9pqT8zoqSDmdPxJ4w+tRd5505GS4/Wthy5Cc2s9BiFmaTUXyFjgFcyrztg2mVE7yb3ErrKOqdV8GOyeBuUd/9fi7HUXpS0eQU9s2RrPowdgDV2mWXfhffat6e5lB1l3NFcnJ5/V29IUbUlw9/Gbtyv2xdTeSU9uWYshS9nhdMFyUnC4wYUvPkJRFTgi6nlEvBthSb79OgwI5tUOevsCVP6XqK5mN5IRzehkf8D8ny0PMQHLCeYEMOJ6ua2AGkhOctveseZ5O/fbydZPxm1RrHjOQnNBCXuwKP3IqNNzKrCMniGh/x8fJCRcvp7CPfGqpX8QeZho5QVzn2Ek+5ZTtdvcakBPOq7W9L7Ol+pQPmV3kBCkZphqZOWUpd+EwyCnUD0gwo8gJ3pUkz/PaUmnKtcwocoJ36YkFXnPKSCpkRpETlNneYxaRE+Tq0mm1REu5YWuYReQEuZIN5ZURxz0NseI8cDnICd6Va15RZDBkkBM87kFlhS9kzpATlMmJ2UJO8OuAhH6y6+DJhinMFnKCP1KtefVx3zlaGpHwfZotn9lCTvBTWeQ2R059VC8zQ8gJyuxBMSvICYGqsD4qtDQo+QlmBTkhUFkJg4dpfs2NG8OsICcosYJK2chBCHICyAkAOQHkBJATAHICyAkgJ4CcAJATQE4AOQEgJ4CcAHICyAkAOQHkBJATAHICyAkgJ4CcAJATQE4AOQHkBICcAHICyAkAOQHkBJATQE4AyAkgJ4CcAJATQE4AOQHkBICcAHICyAkAOQHkBJATQE4AyAkgJ4CcAJATQE4AOQHkBICcAHICyAkAOQHkBJATQE4AyAkgJ4CcAJATQE4AOQHkBICcAHICyAkAOQHkBJATQE4AyAkgJ4CcAHICQE4AOQHkBICcAHICyAkgJwDkBJATQE4AyAkgJ4CcAHICQE4AOQHkBICcAHICyAkgJwDkBJATQE4AyAkgJ4CcAHICQE4AOQHkBICcAHICyAkgJwDkBJATQE4AyAkgJ4CcAHICQE4AOQHkBJATswAgJ4CcAHICQE4AOQHkBJATAHICyAkgJwDkBJATQE4AOQEgJ4CcAHICQE4AOQHkBJATAHICyAkgJwDkBJATQE4AOQEgJ4CcAHICQE4AOQHkBJATAHICyAkgJwDkBJATQE4AOQEgJ4CcAHICQE4AOQHkBJATAHICyAkgJ4CcAJATQE4AOQEgJ4CcAHICyAkAOQHkBJATAHICyAkgJ4CcAJATQE4AOQEgJ4CcAHICyAkAOQHkBJATAHICyAkgJ4CcAJATQE4AOQEgJ4CcAHICyAkAOQHkBJATAHICyAkgJ4CcAJATQE4AOQEgJ4CcAHICyAkAOQHkBJATQE4AyAkgJ4CcAJATQE4AOQHkBICcAHICyAkAOQHkBJATQE4AyAkgJ6B9+X8k88OTKA8XwgAAAABJRU5ErkJggg=='";
diff --git a/src/art/vector/Chastity_Belt.tw b/src/art/vector/Chastity_Belt.tw
index a0e1a570bbb6b0f7478e0ca7c42ac0b9e0963706..e900a5ccb758277fb81b810bd58ff4354e59bd80 100644
--- a/src/art/vector/Chastity_Belt.tw
+++ b/src/art/vector/Chastity_Belt.tw
@@ -14,7 +14,7 @@
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 11 && _artSlave.weight > -31>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base_Chubby>>		
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight <= -31>>
 			<<include Art_Vector_Chastity_Anus>>
 			<<include Art_Vector_Chastity_Base>>
@@ -26,13 +26,13 @@
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base_Chubby>>			
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 0 && _artSlave.weight > -96>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>				
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight <= -96>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>				
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<<elseif _artSlave.waist < 41 && _artSlave.waist >= 11>>
 		<<if _artSlave.weight >= 161>>
@@ -41,13 +41,13 @@
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base_Chubby>>				
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 11 && _artSlave.weight > -31>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>				
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight <= -31>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>				
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<<elseif _artSlave.waist < 11 && _artSlave.waist > -11>>
 		<<if _artSlave.weight >= 191>>
@@ -56,48 +56,48 @@
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base_Chubby>>				
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>				
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight < 0 && _artSlave.weight > -96>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight <= -96>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<<elseif _artSlave.waist <= -11 && _artSlave.waist > -41>>
 		<<if _artSlave.weight >= 161>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base_Chubby>>				
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>				
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight < 11 && _artSlave.weight > -31>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight <= -31>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<<elseif _artSlave.waist <= -41 && _artSlave.waist > -96>>
 		<<if _artSlave.weight >= 191>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base_Chubby>>			
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>				
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight < 31 && _artSlave.weight > -11>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight <= -11>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<<elseif _artSlave.waist <= -96>>
 		<<if _artSlave.weight >= 161>>
@@ -105,10 +105,10 @@
 			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight < 96 && _artSlave.weight > 0>>
 			<<include Art_Vector_Chastity_Anus>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight <= 0>>
 			<<include Art_Vector_Chastity_Anus>>
 			<<include Art_Vector_Chastity_Base>>
@@ -123,10 +123,10 @@
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 11 && _artSlave.weight > -31>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base_Chubby>>				
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight <= -31>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<<elseif _artSlave.waist < 96 && _artSlave.waist >= 41>>
 		<<if _artSlave.weight >= 131>>
@@ -135,13 +135,13 @@
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base_Chubby>>				
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 0 && _artSlave.weight > -96>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight <= -96>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<<elseif _artSlave.waist < 41 && _artSlave.waist >= 11>>
 		<<if _artSlave.weight >= 161>>
@@ -150,13 +150,13 @@
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base_Chubby>>				
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 11 && _artSlave.weight > -31>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight <= -31>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<<elseif _artSlave.waist < 11 && _artSlave.waist > -11>>
 		<<if _artSlave.weight >= 191>>
@@ -165,59 +165,59 @@
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base_Chubby>>				
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight < 0 && _artSlave.weight > -96>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight <= -96>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<<elseif _artSlave.waist <= -11 && _artSlave.waist > -41>>
 		<<if _artSlave.weight >= 161>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base_Chubby>>				
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight < 11 && _artSlave.weight > -31>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight <= -31>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<<elseif _artSlave.waist <= -41 && _artSlave.waist > -96>>
 		<<if _artSlave.weight >= 191>>
 			<<include Art_Vector_Chastity_Vagina_Fat>>
 		<<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base_Chubby>>				
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight < 31 && _artSlave.weight > -11>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight <= -11>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<</if>>
 	<<elseif _artSlave.waist <= -96>>
 		<<if _artSlave.weight >= 161>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base_Chubby>>		
+			<<include Art_Vector_Chastity_Base_Chubby>>
 		<<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight < 96 && _artSlave.weight > 0>>
 			<<include Art_Vector_Chastity_Vagina>>
-			<<include Art_Vector_Chastity_Base>>			
+			<<include Art_Vector_Chastity_Base>>
 		<<elseif _artSlave.weight <= 0>>
 			<<include Art_Vector_Chastity_Vagina>>
 			<<include Art_Vector_Chastity_Base>>
diff --git a/src/art/vector/Feet.tw b/src/art/vector/Feet.tw
index 418404a2190557c6f23349284732cca67a467038..3823eb72afcd883804b7d49ebdc5db4346c1c45c 100644
--- a/src/art/vector/Feet.tw
+++ b/src/art/vector/Feet.tw
@@ -293,8 +293,8 @@
 <<unset _art_outfit >> /* clean up variable possibly already set by prior widget run */
 
 <<switch _artSlave.clothes>> /* select available clothes */
-  <<case "a ball gown" "a biyelgee costume" "a bunny outfit" "a cheerleader outfit" "a dirndl" "a fallen nuns habit" "a halter top dress" "a hijab and abaya" "a huipil" "a kimono" "a latex catsuit" "a long qipao" "a maternity dress" "a military uniform" "a mini dress" "a monokini" "a mounty outfit" "a nice maid outfit" "a nice nurse outfit" "a red army uniform" "a schoolgirl outfit" "a schutzstaffel uniform" "a slave gown" "a slutty maid outfit" "a slutty nurse outfit" "a slutty qipao" "a slutty schutzstaffel uniform" "a succubus outfit" "a toga" "an apron" "attractive lingerie" "battlearmor" "battledress" "clubslut netting" "conservative clothing" "cutoffs and a t-shirt" "lederhosen" "nice business attire" "restrictive latex" "slutty business attire" "spats and a tank top" "stretch pants and a crop-top" "Western clothing" "a niqab and abaya" "a burqa" "a klan robe" "a hijab and blouse" "a burkini" "cutoffs" "sport shorts" "sport shorts and a sports bra" "sport shorts and a t-shirt" "jeans" "leather pants" "leather pants and pasties" "leather pants and a tube top" "boyshorts" "a t-shirt and jeans" "an oversized t-shirt and boyshorts" "a sweater and cutoffs" "a police uniform">>
-    <<set _art_outfit = clothing2artSuffix(_artSlave.clothes) >>
+	<<case "a ball gown" "a biyelgee costume" "a bunny outfit" "a cheerleader outfit" "a dirndl" "a fallen nuns habit" "a halter top dress" "a hijab and abaya" "a huipil" "a kimono" "a latex catsuit" "a long qipao" "a maternity dress" "a military uniform" "a mini dress" "a monokini" "a mounty outfit" "a nice maid outfit" "a nice nurse outfit" "a red army uniform" "a schoolgirl outfit" "a schutzstaffel uniform" "a slave gown" "a slutty maid outfit" "a slutty nurse outfit" "a slutty qipao" "a slutty schutzstaffel uniform" "a succubus outfit" "a toga" "an apron" "attractive lingerie" "battlearmor" "battledress" "clubslut netting" "conservative clothing" "cutoffs and a t-shirt" "lederhosen" "nice business attire" "restrictive latex" "slutty business attire" "spats and a tank top" "stretch pants and a crop-top" "Western clothing" "a niqab and abaya" "a burqa" "a klan robe" "a hijab and blouse" "a burkini" "cutoffs" "sport shorts" "sport shorts and a sports bra" "sport shorts and a t-shirt" "jeans" "leather pants" "leather pants and pasties" "leather pants and a tube top" "boyshorts" "a t-shirt and jeans" "an oversized t-shirt and boyshorts" "a sweater and cutoffs" "a police uniform">>
+		<<set _art_outfit = clothing2artSuffix(_artSlave.clothes) >>
 <</switch>>
 
 /* special case for shiny clothings */
diff --git a/src/art/vector/Generate_Stylesheet.tw b/src/art/vector/Generate_Stylesheet.tw
index 5ce0452f82c7c1163004fa38ffcd7ca4cd88e72b..d8df98daab47f8ab7aa97a7ca6fb8210231bbe63 100644
--- a/src/art/vector/Generate_Stylesheet.tw
+++ b/src/art/vector/Generate_Stylesheet.tw
@@ -9,12 +9,12 @@
 <<set _art_display_class = "ad"+_art_display_id >>
 
 <<print "<style>."+_art_display_class+" {
-    position: absolute;
-    height: 100%;
-    margin-left: auto;
-    margin-right: auto;
-    left: 0;
-    right: 0;
+	position: absolute;
+	height: 100%;
+	margin-left: auto;
+	margin-right: auto;
+	left: 0;
+	right: 0;
 }
 ."+_art_display_class+" .white   { fill:#FFFFFF; }
 ."+_art_display_class+" .skin    { fill:"+_skinColour+"; }
diff --git a/src/art/vector/Set_Colour_Skin_JS.tw b/src/art/vector/Set_Colour_Skin_JS.tw
index 127bbf925ce370c9ae54ee42ec8aceb7eb910121..763d5ce837e1c7888f7f12e25968749357300890 100644
--- a/src/art/vector/Set_Colour_Skin_JS.tw
+++ b/src/art/vector/Set_Colour_Skin_JS.tw
@@ -362,7 +362,7 @@ case "a sweater":
 	break;
 case "sport shorts and a t-shirt":
 	s.scrotumSkinStyle = "fill:rgba(200,55,171,1);";
-	s.bellySkinStyle = "fill:rgba(200,55,171,1);"; 	
+	s.bellySkinStyle = "fill:rgba(200,55,171,1);";
 	break;
 case "a biyelgee costume":
 	s.scrotumSkinStyle = "fill:rgba(33,68,120,1);";
diff --git a/src/cheats/mod_EditChildCheatNew.tw b/src/cheats/mod_EditChildCheatNew.tw
index fd352f14593cec663ef9ff5a16b7ac4fa2aeb7b6..051c9fd3656c9bb3b1a0dd1c690056fa0bdcdf28 100644
--- a/src/cheats/mod_EditChildCheatNew.tw
+++ b/src/cheats/mod_EditChildCheatNew.tw
@@ -231,6 +231,8 @@
 				<<print " | ">>
 				<<NOptions "Cuban" >>
 				<br>
+				<<NOptions "Curaçaoan" >>
+				<<print " | ">>
 				<<NOptions "Dominican" >>
 				<<print " | ">>
 				<<NOptions "Dominiquais" >>
@@ -248,9 +250,9 @@
 				<<NOptions "Jamaican" >>
 				<<print " | ">>
 				<<NOptions "Kittitian" >>
-				<<print " | ">>
-				<<NOptions "Mexican" >>
 				<br>
+				<<NOptions "Mexican" >>
+				<<print " | ">>
 				<<NOptions "Nicaraguan" >>
 				<<print " | ">>
 				<<NOptions "Panamanian" >>
@@ -1619,13 +1621,13 @@
 	<<radiobutton "$tempSlave.areolae" 1>> Large
 	<<radiobutton "$tempSlave.areolae" 2>> Wide
 	<<radiobutton "$tempSlave.areolae" 3>> Huge
-	
+
 	<br>
-	
+
 	''Areolae Shape:''
 	<<textbox "$tempSlave.areolaeShape" $tempSlave.areolaeShape>>
 	<br>
-	
+
 <</widget>>
 
 <<widget ButtTab>>
diff --git a/src/cheats/mod_EditNeighborArcologyCheatDatatypeCleanup.tw b/src/cheats/mod_EditNeighborArcologyCheatDatatypeCleanup.tw
index 0a7b83112b92fecba96ff5ba0997700f4b67ddb0..a8ee82383dc604b4350942ecebf3113733712865 100644
--- a/src/cheats/mod_EditNeighborArcologyCheatDatatypeCleanup.tw
+++ b/src/cheats/mod_EditNeighborArcologyCheatDatatypeCleanup.tw
@@ -119,4 +119,4 @@
 
 You have CHEATED your way to influencing the neighboring arcologies. They have been unscrupulously directed according to your CHEAT whims.
 
-<br><br>The Eldritch horrors feast upon your CHEATING soul and look forward to more future dealings with you. The repercussions may be far reaching and the consquences dire.
+<br><br>The Eldritch horrors feast upon your CHEATING soul and look forward to more future dealings with you. The repercussions may be far reaching and the consequences dire.
diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw
index 45fe26ec792ebc6d06031e88892e13d219b43be3..c0d743f7d8a7e98b0da7919eb37ad4896d70ef91 100644
--- a/src/cheats/mod_editSlaveCheatNew.tw
+++ b/src/cheats/mod_editSlaveCheatNew.tw
@@ -815,6 +815,8 @@
 				<<print " | ">>
 				<<NOptions "Cuban" >>
 				<br>
+				<<NOptions "Curaçaoan" >>
+				<<print " | ">>
 				<<NOptions "Dominican" >>
 				<<print " | ">>
 				<<NOptions "Dominiquais" >>
@@ -832,9 +834,9 @@
 				<<NOptions "Jamaican" >>
 				<<print " | ">>
 				<<NOptions "Kittitian" >>
-				<<print " | ">>
-				<<NOptions "Mexican" >>
 				<br>
+				<<NOptions "Mexican" >>
+				<<print " | ">>
 				<<NOptions "Nicaraguan" >>
 				<<print " | ">>
 				<<NOptions "Panamanian" >>
@@ -2346,13 +2348,13 @@
 	<<radiobutton "$tempSlave.areolae" 1>> Large
 	<<radiobutton "$tempSlave.areolae" 2>> Wide
 	<<radiobutton "$tempSlave.areolae" 3>> Huge
-	
+
 	<br>
-	
+
 	''Areolae Shape:''
 	<<textbox "$tempSlave.areolaeShape" $tempSlave.areolaeShape>>
 	<br>
-	
+
 <</widget>>
 
 <<widget ButtTab>>
diff --git a/src/endWeek/saChoosesOwnClothes.tw b/src/endWeek/saChoosesOwnClothes.tw
index ca6daf6da03ab9e2e016222a269c5e08a9b6b19b..25218e01f8d4f039faa0c1ac475a4936ff6d6acf 100644
--- a/src/endWeek/saChoosesOwnClothes.tw
+++ b/src/endWeek/saChoosesOwnClothes.tw
@@ -316,14 +316,14 @@ window.saChoosesOwnClothes = (function() {
 				wardrobeAssignment.push({text: `and slips into a scalemail bikini, the better to intimidate the prisoners.`, clothes: "a scalemail bikini"});
 				wardrobeAssignment.push({text: `and dons a scandalous habit to make it perfectly clear that crossing this nun will result in sexual punishment.`, clothes: "a fallen nuns habit"});
 				if(isItemAccessible("a military uniform")) {
-					wardrobeAssignment.push({text: `and wears a military uniform to look even more brutal and authoritive.`, clothes: "a military uniform"});
+					wardrobeAssignment.push({text: `and wears a military uniform to look even more brutal and authoritative.`, clothes: "a military uniform"});
 				}
 				if(isItemAccessible("a schutzstaffel uniform")) {
-					wardrobeAssignment.push({text: `and wears a schutzstaffel uniform to look even more brutal and authoritive.`, clothes: "a schutzstaffel uniform"});
-					wardrobeAssignment.push({text: `and wears a slutty schutzstaffel uniform to look even more brutal and authoritive.`, clothes: "a slutty schutzstaffel uniform"});
+					wardrobeAssignment.push({text: `and wears a schutzstaffel uniform to look even more brutal and authoritative.`, clothes: "a schutzstaffel uniform"});
+					wardrobeAssignment.push({text: `and wears a slutty schutzstaffel uniform to look even more brutal and authoritative.`, clothes: "a slutty schutzstaffel uniform"});
 				}
 				if(isItemAccessible("a red army uniform")) {
-					wardrobeAssignment.push({text: `and wears a red army uniform to look even more brutal and authoritive.`, clothes: "a red army uniform"});
+					wardrobeAssignment.push({text: `and wears a red army uniform to look even more brutal and authoritative.`, clothes: "a red army uniform"});
 				}
 				if(isItemAccessible("stretch pants and a crop-top")) {
 					wardrobeAssignment.push({text: `and decides to take it easy by slipping into some stretch pants. They come off just as quickly as they come on, just in case.`, clothes: "stretch pants and a crop-top"});
@@ -729,7 +729,7 @@ window.saChoosesOwnClothes = (function() {
 					wardrobeTastes.push({text: `and chooses an outfit that covers ${him} up as much as possible.`, clothes: "a hijab and abaya"});
 				} else if(slave.sexualFlaw == "breeder") {
 					if(isItemAccessible("attractive lingerie for a pregnant woman")) {
-						wardrobeTastes.push({text: `and wears lingerie designed to acommodate pregnancies, hoping that others get the hint.`, clothes: "attractive lingerie for a pregnant woman"});
+						wardrobeTastes.push({text: `and wears lingerie designed to accommodate pregnancies, hoping that others get the hint.`, clothes: "attractive lingerie for a pregnant woman"});
 					}
 				} else if(slave.sexualFlaw == "malicious") {
 					if(isItemAccessible("a schutzstaffel uniform")) {
diff --git a/src/events/intro/economyIntro.tw b/src/events/intro/economyIntro.tw
index 6eba2ad983b806b502e4b03a15b0485a0da8c2c4..52c22423a74034fb22a2cde4ce4822ee03a76913 100644
--- a/src/events/intro/economyIntro.tw
+++ b/src/events/intro/economyIntro.tw
@@ -43,7 +43,7 @@
 	<<if $incomeMod == 0>>
 		while all forms of income ''remain static''. [[Easier|Economy Intro][$incomeRate = 1]]
 	<<elseif $incomeMod == 1>>
-		while all forms of income ''rise but can not keep pace''. [[Easier|Economy Intro][$incomeRate = 2]] | [[Harder|Economy Intro][$incomeRate = 0]]
+		while all forms of income ''rise but cannot keep pace''. [[Easier|Economy Intro][$incomeRate = 2]] | [[Harder|Economy Intro][$incomeRate = 0]]
 	<<else>>
 		but luckily all forms of income ''rise in lockstep''. [[Harder|Economy Intro][$incomeRate = 1]]
 	<</if>>
diff --git a/src/events/intro/initNationalities.tw b/src/events/intro/initNationalities.tw
index d1a7a6c9575cab742e5c5de8ff852c5d48e1f263..85cfac65bc8c8581a6b5393348af4a5024b4caea 100644
--- a/src/events/intro/initNationalities.tw
+++ b/src/events/intro/initNationalities.tw
@@ -76,7 +76,7 @@
 
 <<set _seed = ["east", "north", "northeast", "northwest", "south", "southeast", "southwest", "west"]>>
 <<set _govtypes = ["a committee", "a corporation", "an individual", "an oligarchy", "direct democracy", "elected officials"]>>
-	
+
 <<set $neighboringArcologies = variableAsNumber($neighboringArcologies, 3, 0, 8)>>
 <<for $i = 0; $i <= $neighboringArcologies; $i++>>
 	<<set $activeArcology = {name: "Arcology X-", direction: "north", government: "an individual", leaderID: 0, honeymoon: 0, prosperity: 50, ownership: 50, minority: 20, PCminority: 0, demandFactor: 0, FSSupremacist: "unset", FSSupremacistRace: 0, FSSubjugationist: "unset", FSSubjugationistRace: 0, FSGenderRadicalist: "unset", FSGenderFundamentalist: "unset", FSPaternalist: "unset", FSDegradationist: "unset", FSBodyPurist: "unset", FSTransformationFetishist: "unset", FSYouthPreferentialist: "unset", FSMaturityPreferentialist: "unset", FSSlimnessEnthusiast: "unset", FSAssetExpansionist: "unset", FSPastoralist: "unset", FSPhysicalIdealist: "unset", FSChattelReligionist: "unset", FSRomanRevivalist: "unset", FSAztecRevivalist: "unset", FSEgyptianRevivalist: "unset", FSEdoRevivalist: "unset", FSArabianRevivalist: "unset", FSChineseRevivalist: "unset", FSNull: "unset", embargo: 1, embargoTarget: -1, influenceTarget: -1, influenceBonus: 0, CyberEconomic: 1, CyberEconomicTarget: -1, CyberReputation: 1, CyberReputationTarget: -1, rival: 0, FSRestart: "unset", FSRepopulationFocus: "unset", FSHedonisticDecadence: "unset", FSCummunism: "unset", FSIncestFetishist: "unset", FSGenderRadicalistResearch: 0, FSGenderFundamentalistResearch: 0, FSPaternalistResearch: 0, FSDegradationistResearch: 0, FSBodyPuristResearch: 0, FSTransformationFetishistResearch: 0, FSYouthPreferentialistResearch: 0, FSMaturityPreferentialistResearch: 0, FSSlimnessEnthusiastResearch: 0, FSAssetExpansionistResearch: 0, FSPastoralistResearch: 0, FSPhysicalIdealistResearch: 0, FSRepopulationFocusResearch: 0, FSRestartResearch: 0, FSHedonisticDecadenceResearch: 0, FSHedonisticDecadenceDietResearch: 0, FSCummunismResearch: 0, FSIncestFetishistResearch: 0}>>
@@ -286,6 +286,7 @@
 		<<set hashPush($nationalities, "Canadian", "Canadian")>>
 		<<set hashPush($nationalities, "Costa Rican")>>
 		<<set hashPush($nationalities, "Cuban", "Cuban")>>
+		<<set hashPush($nationalities, "Curaçaoan")>>
 		<<set hashPush($nationalities, "Dominican", "Dominican")>>
 		<<set hashPush($nationalities, "Dominiquais")>>
 		<<set hashPush($nationalities, "Greenlandic")>>
@@ -628,6 +629,7 @@
 		<<set hashPush($nationalities, "Costa Rican")>>
 		<<set hashPush($nationalities, "Croatian")>>
 		<<set hashPush($nationalities, "Cuban", "Cuban")>>
+		<<set hashPush($nationalities, "Curaçaoan")>>
 		<<set hashPush($nationalities, "Cypriot")>>
 		<<set hashPush($nationalities, "Czech", "Czech")>>
 		<<set hashPush($nationalities, "Danish", "Danish")>>
diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index 27d0668c8c30d3e1499ca909fa41f653f4c0143a..accb3288ca1a616df595734c363801a69b77a667 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -59,14 +59,14 @@ __''World Settings''__
 	''going to hell in a handbasket''. //Hard//
 	<br>[[Easier|Intro Summary][$econRate = 2]]
 <</if>>
-	
+
 /* Not functional yet
 <br> All the things you need to run your arcology are getting more expensive
 <<if $incomeMod == 0>>
 	while all forms of income ''remain static''.
 		[[Easier|Intro Summary][$incomeMod = 1]]
 <<elseif $incomeMod == 1>>
-	while all forms of income ''rise but can not keep pace''.
+	while all forms of income ''rise but cannot keep pace''.
 	[[Harder|Intro Summary][$incomeMod = 0]] | [[Easier|Intro Summary][$incomeMod = 2]]
 <<else>>
 	but luckily all forms of income ''rise in lockstep''.
diff --git a/src/facilities/farmyard/farmyardAnimals.tw b/src/facilities/farmyard/farmyardAnimals.tw
index f1d56847f976fef8feb88538fc2ade47a337ea93..4a4e61619531323ab6e4293f3c5aef7840cfe77c 100644
--- a/src/facilities/farmyard/farmyardAnimals.tw
+++ b/src/facilities/farmyard/farmyardAnimals.tw
@@ -155,7 +155,6 @@
 <</if>>
 
 
-
 <<if $farmyardCages > 0>>
 	<br>
 	Cats:
@@ -284,16 +283,12 @@
 <</if>>
 
 
-
-
-
 <<if $farmyardKennels > 1 || $farmyardStable > 1 || $farmyardCages > 1>>
 <br>
 ''Exotic Animals''
 <hr>
 
 
-
 <<if $farmyardKennels > 1>>
 	<br>
 	Canines:
@@ -353,7 +348,6 @@
 <</if>>
 
 
-
 <<if $farmyardStable > 1>>
 	<br>
 	Hooved Animals:
@@ -372,7 +366,6 @@
 <</if>>
 
 
-
 <<if $farmyardCages > 1>>
 	<br>
 	Felines
diff --git a/src/facilities/nursery/acDump.tw b/src/facilities/nursery/acDump.tw
index c86e28e3e74a92f4b18e5aa2f182ba195fdeba76..6ca3487ddc93489e2fe45eaa0c014e6d3acdb009 100644
--- a/src/facilities/nursery/acDump.tw
+++ b/src/facilities/nursery/acDump.tw
@@ -2,7 +2,7 @@
 
 <<if (ndef $activeSlave) || ($activeSlave == 0)>>
 
-	@@.red;ERROR:@@  AC Dump, activeSlave invalid, returnTo is '$returnTo', previous passage was '<<print previous()>>'. Please report this.
+	@@.red;ERROR:@@ AC Dump, activeSlave invalid, returnTo is '$returnTo', previous passage was '<<print previous()>>'. Please report this.
 
 	<<link "Continue">><<goto $returnTo>><</link>> | [[Go Back|previous()]]
 
@@ -28,5 +28,3 @@
 	<<goto $returnTo>>
 
 <</if>>
-
-
diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw
index 2d63bea476afcdbc8ab12497f26261309b2328ca..bd7724cefcc07a921829c62d0cef2307414f8f96 100644
--- a/src/facilities/nursery/childInteract.tw
+++ b/src/facilities/nursery/childInteract.tw
@@ -961,7 +961,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1
 			<</link>>
 		<<elseif $activeSlave.induce == 1>>
 			//Hormones are being slipped into $his food, $he will give birth suddenly and rapidly this week//
-		<<elseif ($activeSlave.preg > 38) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>>
+		<<elseif ($activeSlave.preg >= $activeSlave.pregData.normalBirth-2 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>>
 			[[Induce labor|Child Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]]
 			| <<link "Give $him a cesarean section" "csec">><</link>>
 		<<elseif ($activeSlave.broodmother > 0)>>
@@ -971,7 +971,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1
 			<<if ($activeSlave.preg > 37)>>
 				| [[Induce mass childbirth|BirthStorm]]
 			<</if>>
-		<<elseif ($activeSlave.preg > 35)>>
+		<<elseif ($activeSlave.preg > $activeSlave.pregData.minLiveBirth)>>
 			| <<link "Give $him a cesarean section" "csec">><</link>>
 		<<elseif ($activeSlave.preg > 0) && $activeSlave.breedingMark == 1 && $propOutcome == 1 && $activeSlave.pregSource == -1>>
 			//You are forbidden from aborting an elite child//
@@ -983,14 +983,14 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1
 <<if ($activeSlave.pregKnown == 1) && ($pregSpeedControl == 1) && ($activeSlave.breedingMark != 1 || $propOutcome == 0) && ($activeSlave.indentureRestrictions < 1) && ($activeSlave.broodmother == 0) && $seePreg != 0>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 	__Pregnancy control__: <<if $activeSlave.pregControl == "labor supressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation speed<<elseif $activeSlave.pregControl == "speed up">>Faster gestation speed, staffed clinic recommended<<else>>Normal gestation and birth<</if>>.
-	<<if ($activeSlave.preg >= 38)>>
+	<<if ($activeSlave.preg >= $activeSlave.pregData.minLiveBirth)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<if $activeSlave.pregControl == "labor supressors">>
 			<<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>>
 		<<else>>
 			<<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractFertility>><</link>>
 		<</if>>
-	<<elseif ($activeSlave.preg < 40)>>
+	<<elseif ($activeSlave.preg < $activeSlave.pregData.normalBirth)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<if $activeSlave.pregControl != "none">>
 			<<link "Normal Gestation">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> |
diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw
index adf8103ebedbbacb1496ddd72f911ed683bb2ec1..c79c5d5817cda7c15faff6a5ba80bd10e5ba9dc5 100644
--- a/src/facilities/nursery/nursery.tw
+++ b/src/facilities/nursery/nursery.tw
@@ -407,17 +407,17 @@ Target age for release: <<textbox "$targetAgeNursery" $targetAgeNursery "Nursery
 <br>
 <<if $nurseryMuscles == 1>>
 	<<if $nurseryMusclesSetting == 2>>
-		Children are purposefully getting more excercise than recommended; excessive muscle gain likely.
-		[[Limit excercise|Nursery][$nurseryMusclesSetting = 1]] | [[Disable|Nursery][$nurseryMusclesSetting = 0]]
+		Children are purposefully getting more exercise than recommended; excessive muscle gain likely.
+		[[Limit exercise|Nursery][$nurseryMusclesSetting = 1]] | [[Disable|Nursery][$nurseryMusclesSetting = 0]]
 	<<elseif $nurseryMusclesSetting == 1>>
 		Excercise is being carefully managed; children will be raised with average strength.
-		[[More excercise|Nursery][$nurseryMusclesSetting = 2]] | [[Disable|Nursery][$nurseryMusclesSetting = 0]]
+		[[More exercise|Nursery][$nurseryMusclesSetting = 2]] | [[Disable|Nursery][$nurseryMusclesSetting = 0]]
 	<<elseif $nurseryMusclesSetting == 0>>
-		Children are no getting any excercise; they will likely be extremely weak.
+		Children are no getting any exercise; they will likely be extremely weak.
 		[[Allow|Nursery][$nurseryMusclesSetting = 1]]
 	<</if>>
 <<else>>
-	The children are not getting any excercise, meaning they will likely end up becoming weak and frail.
+	The children are not getting any exercise, meaning they will likely end up becoming weak and frail.
 	[[Allow the children to remain active|Nursery][$cash -= Math.trunc(1000*$upgradeMultiplierArcology), $nurseryMuscles = 1]] //Costs <<print cashFormat(Math.trunc(1000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
 <</if>>
 <br>
diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index e5ec1c58e0fc359e92ac7c98f94bec5a0fd823a2..df3e996ccf95c0660886dd0d1db2630751e2e15f 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -319,19 +319,14 @@ BEING IN CHARGE
 
 
 <<case "Sexual Energy">>
-	Though you're (naturally) a virile, oversexed oligarch, even your reserves of sexual energy are not infinite. They're impressive, but not infinite. Since one turn represents one week, the game does not allow the player direct control over every sexual interaction between the player character and
+	<<setPlayerPronouns>>
+	Though you're (naturally) a virile, oversexed oligarch, even your reserves of sexual energy are not infinite. They're impressive, but not infinite. Since one turn represents one week, the game does not allow the player direct control over every sexual interaction between the player character and _hisP slaves. Put another way, the game assumes there's an impressive amount of off-screen sex going on between the
 	<<if $PC.title == 1>>
-		his
+		Master
 	<<else>>
-		her
+		Mistress
 	<</if>>
-	slaves. Put another way, the game assumes there's an impressive amount of off-screen sex going on between the
-	<<if $PC.title == 1>>
-		Master and his
-	<<else>>
-		Mistress and her
-	<</if>>
-	chattel.
+	and _hisP chattel.
 
 	<br><br>The player character's sexual energy can have gameplay effects. Though of course all slaves are at the <<if $PC.title == 1>>Master's<<else>>Mistress's<</if>> sexual beck and call, some assignments and training methods involve close sexual attention by the player character. If a large number of slaves are subject to this, the player character's attention will be somewhat diluted, and the effects on each slave will be reduced. Slaves assigned to be __fucktoys__ and serve in the __master suite__ count towards a hidden estimation of the player character's sexual foci. With two or fewer such slaves, the player character's sexual attention on these slaves will be intense and have intense effects. With five or more, the player character may have some difficulty in using every slave every day, diluting the mental effects of being the
 	<<if $PC.title == 1>>
@@ -447,7 +442,6 @@ SLAVES
 	<br><br>//Slaves can have vaginas, dicks, or both. Slaves can work well with any of these. However, there are a few major effects. Naturally, slaves not born with a vagina cannot become pregnant. Slaves without a pussy cannot learn related sexual skills, and cannot teach them. However, slaves with dicks are better at training other slaves in many sexual skills. Finally, slaves without vaginas will often find public sexual slavery, whether for profit or not, more physically taxing.//
 
 
-
 <<case "Nymphomania">>
 	//The term 'nymphomania' as used in the Free Cities' slave society refers to a very different phenomenon than the clinically diagnosable condition of hypersexuality that it traditionally denoted.
 
@@ -2184,7 +2178,7 @@ LORE: FREE CITIES CULTURE TOMORROW
 
  <br><br>For the first time in modern memory, people - slaves - in the Free Cities are, in large numbers, doing exactly what their doctors recommend. Properly managed slaves eat right, exercise regularly, and do not smoke, drink, or do recreational drugs. These simple but revolutionary changes mean that the more valuable classes of slave are healthier, on average, than any group of human beings has ever been.
 
- <br><br>Naturally, fetishism, competitiveness, and leisure have intersected to create in the Free Cities a constant escalation of physical one-upsmanship when it comes to the training of slaves. Wonderfully muscled specimens have become very common, with feats of athletic prowess cited alongside sexual accomplishments without any distinction. The arcology owners most @@.hotpink;[[devoted|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ to the human form are creating societies of uniform physical perfection unlike anything in human history.
+ <br><br>Naturally, fetishism, competitiveness, and leisure have intersected to create in the Free Cities a constant escalation of physical oneupmanship when it comes to the training of slaves. Wonderfully muscled specimens have become very common, with feats of athletic prowess cited alongside sexual accomplishments without any distinction. The arcology owners most @@.hotpink;[[devoted|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ to the human form are creating societies of uniform physical perfection unlike anything in human history.
 
  <br><br>&nbsp;&nbsp;&nbsp;&nbsp;-- Lawrence, J. K., and Bolingbroke, D. S., __Trends in Free Cities Culture, 2031__ //Journal of Modern Social Sciences, International Edition, February 2032////
 
@@ -2930,7 +2924,7 @@ Error: bad title.
 <<if ["Slaves","Living Conditions","Enslaving People","From Rebellious to Devoted","Health","Devotion","Trust","Drugs and Their Effects","Gender","Nymphomania","Indentured Servants","Menial Slaves","Fuckdolls","Lingua Franca","Slave Score (Attractiveness)","Slave Score (Sexual)","The Corporation", "Gingering"].includes($encyclopedia)>>
 	<br><br>//Slaves//<br>
 	[[Enslaving People|Encyclopedia][$encyclopedia = "Enslaving People"]]
-	| [[Living Conditions|Encyclopedia][$encyclopedia = 	"Living Conditions"]]
+	| [[Living Conditions|Encyclopedia][$encyclopedia = "Living Conditions"]]
 	| [[Health|Encyclopedia][$encyclopedia = "Health"]]
 	| @@.hotpink;[[Devotion|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@
 	| @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@
diff --git a/src/init/setupVars.tw b/src/init/setupVars.tw
index c7cd2bbfbbf0e27d718d45b2ea046bf36a48ae62..885a8694d36fc9a08db0be79eac62857761f8190 100644
--- a/src/init/setupVars.tw
+++ b/src/init/setupVars.tw
@@ -6,16 +6,34 @@
 
 /*** pregmod exclusive start ***/
 
+
+/* Double 20 week point for human data - not a bug. Do not change! (It's transfer point in data source, from data without CTR to with CTR) */
+/* Any profile graph data should begin from week 0. Size can be 0 or 1, but CTR should be set to the same value as next graph point.*/
+<<set setup.pregData = { 
+
+human: {type: "human", normalOvaMin:1, normalOvaMax: 1, normalBirth: 40, minLiveBirth: 32, drugsEffect: 1, fetusWeek: [0, 9, 20, 20, 40, 52, 64, 80, 384, 99999], fetusSize: [1, 3, 16, 25.6, 51, 60, 67.5, 71.6, 129.5, 130], fetusRate: [1, 1, 1, 0.64, 0.6513, 0.6459, 0.644, 0.6393, 0.58, 0.51], sizeType: 0}, 
+
+humanWG: {type: "humanWG", normalOvaMin:1, normalOvaMax: 1, normalBirth: 40, minLiveBirth: 32, drugsEffect: 1, fetusWeek: [0, 8, 11, 15, 20, 28, 34, 38, 40, 42, 52, 64, 76, 88, 384, 99999], fetusSize: [0, 1, 7, 70, 300, 1005, 2146, 3088, 3462, 3685, 6300, 7700, 8400, 8800, 65000, 65000], fetusRate: [4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4], sizeType: 1}, 
+
+canineM: {type: "canineM", normalOvaMin:4, normalOvaMax: 8, normalBirth: 9, minLiveBirth: 8, drugsEffect: 0.3, fetusWeek: [0, 4, 5, 9, 9+4*4, 9+12*4, 24*4, 99999], fetusSize: [0, 1, 165, 300, 9525, 17236, 18000, 18000], fetusRate: [4, 4, 4, 4, 4, 4, 4, 4], sizeType: 1},
+
+canineL: {type: "canineL", normalOvaMin:2, normalOvaMax: 6, normalBirth: 9, minLiveBirth: 8, drugsEffect: 0.3, fetusWeek: [0, 4, 5, 9, 9+4*4, 9+12*4, 24*4, 99999], fetusSize: [0, 1, 165, 453, 17236, 31751, 34000, 34000], fetusRate: [4, 4, 4, 4, 4, 4, 4, 4], sizeType: 1},
+
+pig: {type: "pig", normalOvaMin:8, normalOvaMax: 12, normalBirth: 16, minLiveBirth: 14, drugsEffect: 0.5, fetusWeek: [0, 3, 16, 16+28, 16+48, 99999], fetusSize: [0, 1, 1700, 94000, 170000, 170000], fetusRate: [4, 4, 4, 4, 4, 4], sizeType: 1},
+
+equine: {type: "equine", normalOvaMin:1, normalOvaMax: 1, normalBirth: 48, minLiveBirth: 44, drugsEffect: 0.05, fetusWeek: [0, 5.7, 8.5, 11.4, 14.2, 21.4, 25.7, 34.2, 38.5, 45.7, 48, 192, 99999], fetusSize: [0, 14.1, 28.3, 56.7, 453, 2721, 11339, 20411, 34019, 54431, 57000, 600000, 600000], fetusRate: [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], sizeType: 1}
+
+}>>  /* Source data for canine include CTR (not head to toe size), so CTR do not apply anywhere, always 1.*/
+/* sizeType: control of source data type 0 - length in centimeters for fetusSize and CTR for fetusRate, 1 - weight in gramms and womb to fetus rate, 2 - direct volume in cc, fetusRate not used*/
+
+/* equine: {type: "equine", normalOvaMin:1, normalOvaMax: 1, normalBirth: 48, minLiveBirth: 44, fetusWeek: [0, 4, 7, 9, 10, 12, 17, 21, 25, 34, 38, 48, 192, 99999], fetusSize: [0, 2.5, 3, 4, 6.3, 14, 17.7, 30, 61, 76.2, 92, 121, 235, 235], fetusRate: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] sizeType: 0} */
+
 <<set setup.filterRaces = ["Amerindian", "Asian", "Black", "Indo-Aryan", "Latina", "Malay", "Middle Eastern", "Mixed Race", "Pacific Islander", "Semitic", "Southern European", "White"]>>
 <<set setup.filterRegions = ["Africa", "Asia", "Australia", "Europe", "Middle East", "North America", "South America"]>>
 
-/* sizes for broodmothers - easier than trying to sum it week to week */
-<<set setup.broodSizeOne = [0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 30, 80, 180, 340, 600, 990, 1540, 2300, 3300, 4590, 6210, 8200, 10600, 13440, 16770, 20620, 25020, 30020, 35660, 42000, 49100, 57030, 65900, 75700, 86300, 97720, 109970, 123060, 137000]>>
-<<set setup.broodSizeOneShutDown = [0, 13090, 25340, 36760, 47360, 57160, 66030, 73960, 81060, 87400, 93040, 98040, 102440, 106290, 109620, 112460, 114860, 116850, 118470, 119760, 120760, 121520, 122070, 122460, 122720, 122880, 122980, 123030, 123050, 123060, 123060, 123060, 123060, 123060, 123060, 123060, 123060, 123060]>>
-
 /* START Custom Nationalities region filter */
 /* Not currently weighted, but will accept weights */
-<<set setup.northamericaNationalities = {"American": 1, "Antiguan": 1, "Aruban": 1, "Bahamian": 1, "Barbadian": 1, "Belizean": 1, "Bermudian": 1, "Canadian": 1, "Costa Rican": 1, "Cuban": 1, "Dominican": 1, "Dominiquais": 1, "Greenlandic": 1, "Grenadian": 1, "Guatemalan": 1, "Haitian": 1, "Honduran": 1, "Jamaican": 1, "Kittitian": 1, "Mexican": 1, "Nicaraguan": 1, "Panamanian": 1, "Puerto Rican": 1, "Saint Lucian": 1, "Salvadoran": 1, "Trinidadian": 1, "Vincentian": 1}>>
+<<set setup.northamericaNationalities = {"American": 1, "Antiguan": 1, "Aruban": 1, "Bahamian": 1, "Barbadian": 1, "Belizean": 1, "Bermudian": 1, "Canadian": 1, "Costa Rican": 1, "Cuban": 1, "Curaçaoan": 1, "Dominican": 1, "Dominiquais": 1, "Greenlandic": 1, "Grenadian": 1, "Guatemalan": 1, "Haitian": 1, "Honduran": 1, "Jamaican": 1, "Kittitian": 1, "Mexican": 1, "Nicaraguan": 1, "Panamanian": 1, "Puerto Rican": 1, "Saint Lucian": 1, "Salvadoran": 1, "Trinidadian": 1, "Vincentian": 1}>>
 
 <<set setup.southamericaNationalities = {"Argentinian": 1, "Bolivian": 1, "Brazilian": 1, "Chilean": 1, "Colombian": 1, "Ecuadorian": 1, "French Guianan": 1, "Guyanese": 1, "Paraguayan": 1, "Peruvian": 1, "Surinamese": 1, "Uruguayan": 1, "Venezuelan": 1}>>
 
@@ -98,6 +116,7 @@
 	"Costa Rican": {amerindian: 1, black: 1, latina: 11, "mixed race": 2, white: 2},
 	"Croatian": {"indo-aryan": 1, "mixed race": 1, "southern european": 1, white: 27},
 	"Cuban": {black: 3, latina: 10, "mixed race": 4, "southern european": 2, white: 1},
+	"Curaçaoan": {black: 7, "indo-aryan": 1, latina: 1, malay: 1, "mixed race": 1, white: 1},
 	"Cypriot": {"indo-aryan": 4, "middle eastern": 1, "mixed race": 1, "southern european": 6},
 	"Czech": {"indo-aryan": 1, "mixed race": 1, semitic: 1, "southern european": 1, white: 26},
 	"Danish": {amerindian: 1, "indo-aryan": 2, "middle eastern": 2, "mixed race": 1, white: 16},
@@ -325,14 +344,14 @@
 /* <<set setup.otherCareers = ["a producer", "being homeschooled by her parents", "from a middle class family", "from an upper class family"]>> */
 
 
-<<set setup.baseNationalities = ["Afghan", "Albanian", "Algerian", "American", "Andorran", "Angolan", "Antiguan", "Argentinian", "Armenian", "Aruban", "Australian", "Austrian", "Azerbaijani", "Bahamian", "Bahraini", "Bangladeshi", "Barbadian", "Belarusian", "Belgian", "Belizean", "Beninese", "Bermudian", "Bhutanese", "Bissau-Guinean", "Bolivian", "Bosnian", "Brazilian", "British", "Bruneian", "Bulgarian", "Burkinabé", "Burmese", "Burundian", "Cambodian", "Cameroonian", "Canadian", "Cape Verdean", "Catalan", "Central African", "Chadian", "Chilean", "Chinese", "Colombian", "Comorian", "Congolese", "a Cook Islander", "Costa Rican", "Croatian", "Cuban", "Cypriot", "Czech", "Danish", "Djiboutian", "Dominican", "Dominiquais", "Dutch", "East Timorese", "Ecuadorian", "Egyptian", "Emirati", "Equatoguinean", "Eritrean", "Estonian", "Ethiopian", "Fijian", "Filipina", "Finnish", "French", "French Guianan", "French Polynesian", "Gabonese", "Gambian", "Georgian", "German", "Ghanan", "Greek", "Greenlandic", "Grenadian", "Guamanian", "Guatemalan", "Guinean", "Guyanese", "Haitian", "Honduran", "Hungarian", "I-Kiribati", "Icelandic", "Indian", "Indonesian", "Iranian", "Iraqi", "Irish", "Israeli", "Italian", "Ivorian", "Jamaican", "Japanese", "Jordanian", "Kazakh", "Kenyan", "Kittitian", "Korean", "Kosovan", "Kurdish", "Kuwaiti", "Kyrgyz", "Laotian", "Latvian", "Lebanese", "Liberian", "Libyan", "a Liechtensteiner", "Lithuanian", "Luxembourgian", "Macedonian", "Malagasy", "Malawian", "Malaysian", "Maldivian", "Malian", "Maltese", "Marshallese", "Mauritanian", "Mauritian", "Mexican", "Micronesian", "Moldovan", "Monégasque", "Mongolian", "Montenegrin", "Moroccan", "Mosotho", "Motswana", "Mozambican", "Namibian", "Nauruan", "Nepalese", "New Caledonian", "a New Zealander", "Ni-Vanuatu", "Nicaraguan", "Nigerian", "Nigerien", "Niuean", "Norwegian", "Omani", "Pakistani", "Palauan", "Palestinian", "Panamanian", "Papua New Guinean", "Paraguayan", "Peruvian", "Polish", "Portuguese", "Puerto Rican", "Qatari", "Romanian", "Russian", "Rwandan", "Sahrawi", "Saint Lucian", "Salvadoran", "Sammarinese", "Samoan", "São Toméan", "Saudi", "Scottish", "Senegalese", "Serbian", "Seychellois", "Sierra Leonean", "Singaporean", "Slovak", "Slovene", "a Solomon Islander", "Somali", "South African", "South Sudanese", "Spanish", "Sri Lankan", "Sudanese", "Surinamese", "Swazi", "Swedish", "Swiss", "Syrian", "Taiwanese", "Tajik", "Tanzanian", "Thai", "Tibetan", "Togolese", "Tongan", "Trinidadian", "Tunisian", "Turkish", "Turkmen", "Tuvaluan", "Ugandan", "Ukrainian", "Uruguayan", "Uzbek", "Vatican", "Venezuelan", "Vietnamese", "Vincentian", "Yemeni", "Zairian", "Zambian", "Zimbabwean"]>>
+<<set setup.baseNationalities = ["Afghan", "Albanian", "Algerian", "American", "Andorran", "Angolan", "Antiguan", "Argentinian", "Armenian", "Aruban", "Australian", "Austrian", "Azerbaijani", "Bahamian", "Bahraini", "Bangladeshi", "Barbadian", "Belarusian", "Belgian", "Belizean", "Beninese", "Bermudian", "Bhutanese", "Bissau-Guinean", "Bolivian", "Bosnian", "Brazilian", "British", "Bruneian", "Bulgarian", "Burkinabé", "Burmese", "Burundian", "Cambodian", "Cameroonian", "Canadian", "Cape Verdean", "Catalan", "Central African", "Chadian", "Chilean", "Chinese", "Colombian", "Comorian", "Congolese", "a Cook Islander", "Costa Rican", "Croatian", "Cuban", "Curaçaoan", "Cypriot", "Czech", "Danish", "Djiboutian", "Dominican", "Dominiquais", "Dutch", "East Timorese", "Ecuadorian", "Egyptian", "Emirati", "Equatoguinean", "Eritrean", "Estonian", "Ethiopian", "Fijian", "Filipina", "Finnish", "French", "French Guianan", "French Polynesian", "Gabonese", "Gambian", "Georgian", "German", "Ghanan", "Greek", "Greenlandic", "Grenadian", "Guamanian", "Guatemalan", "Guinean", "Guyanese", "Haitian", "Honduran", "Hungarian", "I-Kiribati", "Icelandic", "Indian", "Indonesian", "Iranian", "Iraqi", "Irish", "Israeli", "Italian", "Ivorian", "Jamaican", "Japanese", "Jordanian", "Kazakh", "Kenyan", "Kittitian", "Korean", "Kosovan", "Kurdish", "Kuwaiti", "Kyrgyz", "Laotian", "Latvian", "Lebanese", "Liberian", "Libyan", "a Liechtensteiner", "Lithuanian", "Luxembourgian", "Macedonian", "Malagasy", "Malawian", "Malaysian", "Maldivian", "Malian", "Maltese", "Marshallese", "Mauritanian", "Mauritian", "Mexican", "Micronesian", "Moldovan", "Monégasque", "Mongolian", "Montenegrin", "Moroccan", "Mosotho", "Motswana", "Mozambican", "Namibian", "Nauruan", "Nepalese", "New Caledonian", "a New Zealander", "Ni-Vanuatu", "Nicaraguan", "Nigerian", "Nigerien", "Niuean", "Norwegian", "Omani", "Pakistani", "Palauan", "Palestinian", "Panamanian", "Papua New Guinean", "Paraguayan", "Peruvian", "Polish", "Portuguese", "Puerto Rican", "Qatari", "Romanian", "Russian", "Rwandan", "Sahrawi", "Saint Lucian", "Salvadoran", "Sammarinese", "Samoan", "São Toméan", "Saudi", "Scottish", "Senegalese", "Serbian", "Seychellois", "Sierra Leonean", "Singaporean", "Slovak", "Slovene", "a Solomon Islander", "Somali", "South African", "South Sudanese", "Spanish", "Sri Lankan", "Sudanese", "Surinamese", "Swazi", "Swedish", "Swiss", "Syrian", "Taiwanese", "Tajik", "Tanzanian", "Thai", "Tibetan", "Togolese", "Tongan", "Trinidadian", "Tunisian", "Turkish", "Turkmen", "Tuvaluan", "Ugandan", "Ukrainian", "Uruguayan", "Uzbek", "Vatican", "Venezuelan", "Vietnamese", "Vincentian", "Yemeni", "Zairian", "Zambian", "Zimbabwean"]>>
 
 
 <<set setup.amerindianNationalities = {"Bolivian": 1, "Greenlandic": 1, "Guatemalan": 1, "Peruvian": 1}>>
 
 <<set setup.asianNationalities = {"Bhutanese": 1, "Burmese": 1, "Cambodian": 1, "Chinese": 1, "Japanese": 1, "Korean": 1, "Laotian": 1, "Mongolian": 1, "Nepalese": 1, "Singaporean": 1, "Taiwanese": 1, "Thai": 1, "Tibetan": 1, "Vietnamese": 1}>>
 
-<<set setup.blackNationalities = {"American": 1, "Angolan": 1, "Antiguan": 1, "Bahamian": 1, "Barbadian": 1, "Beninese": 1, "Bermudian": 1, "Bissau-Guinean": 1, "Burkinabé": 1, "Burundian": 1, "Cameroonian": 1, "Central African": 1, "Chadian": 1, "Comorian": 1, "Congolese": 1, "Djiboutian": 1, "Dominiquais": 1, "Equatoguinean": 1, "Eritrean": 1, "Ethiopian": 1, "Gabonese": 1, "Gambian": 1, "Ghanan": 1, "Grenadian": 1, "Guinean": 1, "Guyanese": 1, "Haitian": 1, "Ivorian": 1, "Jamaican": 1, "Kenyan": 1, "Kittitian": 1, "Liberian": 1, "Malagasy": 1, "Malawian": 1, "Malian": 1, "Mauritanian": 1, "Mosotho": 1, "Motswana": 1, "Mozambican": 1, "Namibian": 1, "Nigerian": 1, "Nigerien": 1, "Rwandan": 1, "Saint Lucian": 1, "São Toméan": 1, "Senegalese": 1, "Sierra Leonean": 1, "Somali": 1, "South African": 1, "South Sudanese": 1, "Surinamese": 1, "Swazi": 1, "Tanzanian": 1, "Togolese": 1, "Trinidadian": 1, "Ugandan": 1, "Vincentian": 1, "Zairian": 1, "Zambian": 1, "Zimbabwean": 1}>>
+<<set setup.blackNationalities = {"American": 1, "Angolan": 1, "Antiguan": 1, "Bahamian": 1, "Barbadian": 1, "Beninese": 1, "Bermudian": 1, "Bissau-Guinean": 1, "Burkinabé": 1, "Burundian": 1, "Cameroonian": 1, "Central African": 1, "Chadian": 1, "Comorian": 1, "Congolese": 1, "Curaçaoan": 1, "Djiboutian": 1, "Dominiquais": 1, "Equatoguinean": 1, "Eritrean": 1, "Ethiopian": 1, "Gabonese": 1, "Gambian": 1, "Ghanan": 1, "Grenadian": 1, "Guinean": 1, "Guyanese": 1, "Haitian": 1, "Ivorian": 1, "Jamaican": 1, "Kenyan": 1, "Kittitian": 1, "Liberian": 1, "Malagasy": 1, "Malawian": 1, "Malian": 1, "Mauritanian": 1, "Mosotho": 1, "Motswana": 1, "Mozambican": 1, "Namibian": 1, "Nigerian": 1, "Nigerien": 1, "Rwandan": 1, "Saint Lucian": 1, "São Toméan": 1, "Senegalese": 1, "Sierra Leonean": 1, "Somali": 1, "South African": 1, "South Sudanese": 1, "Surinamese": 1, "Swazi": 1, "Tanzanian": 1, "Togolese": 1, "Trinidadian": 1, "Ugandan": 1, "Vincentian": 1, "Zairian": 1, "Zambian": 1, "Zimbabwean": 1}>>
 
 <<set setup.indoaryanNationalities = {"Afghan": 1, "Azerbaijani": 1, "Bahraini": 1, "Bangladeshi": 1, "Burmese": 1, "Emirati": 1, "Georgian": 1, "Guyanese": 1, "Indian": 1, "Iranian": 1, "Kazakh": 1, "Kurdish": 1, "Kyrgyz": 1, "Maldivian": 1, "Mauritian": 1, "Omani": 1, "Pakistani": 1, "Sri Lankan": 1, "Surinamese": 1, "Tajik": 1, "Trinidadian": 1, "Turkish": 1, "Turkmen": 1, "Uzbek": 1}>>
 
@@ -564,6 +583,10 @@
 <<set setup.cubanMaleNames = []>>
 <<set setup.cubanSlaveSurnames = ["Abreu", "Acosta", "Aguila", "Aguilar", "Aguilera", "Aleman", "Alfonso", "Alonso", "Alvarez", "Arencibia", "Arias", "Armas", "Avila", "Baez", "Barrera", "Barrios", "Batista", "Bello", "Benitez", "Bermudez", "Bernal", "Betancourt", "Blanco", "Borges", "Borroto", "Bravo", "Brito", "Caballero", "Cabrera", "Calderín", "Calderon", "Calvo", "Campos", "Canel", "Capote", "Carballo", "Carbonell", "Cardenas", "Carrillo", "Castellanos", "Castillo", "Castro", "Chacon", "Chavez", "Chia", "Cordero", "Crespo", "Cruz", "Cuba", "Delgado", "Diaz", "Dominguez", "Duarte", "Duran", "Echevarria", "Escalona", "Escobar", "Espinosa", "Estevez", "Estrada", "Falcon", "Fernandez", "Fernndez", "Ferrer", "Figueredo", "Figueroa", "Flores", "Fonseca", "Fuentes", "Fundora", "Garca", "Garcia", "García", "Gaxiola", "Gil", "Gomez", "Gómez", "Gonzales", "Gonzalez", "Grau", "Guerra", "Guerrero", "Guevara", "Gutierrez", "Guzman", "Hechavarria", "Hernandez", "Hernndez", "Herrera", "Hidalgo", "Hildalgo", "Hoyos", "Iglesias", "Infante", "Izquierdo", "Jimenez", "Labrada", "Lara", "Leon", "Leyva", "Lima", "Linares", "Llanes", "Lopez", "López", "Lorenzo", "Luis", "Machado", "Macias", "Marin", "Marín", "Marquez", "Marrero", "Martí", "Martin", "Martinez", "Martnez", "Mas", "Matos", "Mederos", "Medina", "Melendez", "Mena", "Mendez", "Mendoza", "Menendez", "Mesa", "Miranda", "Molina", "Monteagudo", "Montero", "Montes", "Mora", "Morales", "Morejon", "Moreno", "Moya", "Muñoz", "Murrieta", "Napoles", "Naranjo", "Navarro", "Noa", "Nuñez", "Ojeda", "Oliva", "Ortega", "Ortiz", "Otero", "Padron", "Palma", "Paz", "Pedroso", "Pena", "Perdomo", "Pereira", "Perera", "Perez", "Pino", "Ponce", "Prieta", "Prieto", "Pupo", "Quesada", "Quintana", "Quintero", "Ramirez", "Ramos", "Rey", "Reyes", "Ricardo", "Rios", "Rivas", "Rivera", "Rivero", "Robaina", "Rodrguez", "Rodriguez", "Rodríguez", "Rojas", "Romero", "Roque", "Rosa", "Rosales", "Ruiz", "Salas", "Salavarría", "Salazar", "Sanchez", "Santana", "Santiesteban", "Santos", "Serrano", "Sierra", "Silva", "Smith", "Snchez", "Socarrás", "Soler", "Sosa", "Soto", "Sotolongo", "Suarez", "Tamayo", "Toledo", "Torres", "Triana", "Trujillo", "Valdes", "Valle", "Vargas", "Varona", "Vazquez", "Vega", "Velazquez", "Ventura", "Verdecia", "Vidal", "Viera", "Vieta", "Weyler", "Zaldivar", "Zamora", "Zayas"]>>
 
+<<set setup.curacaoanSlaveNames = ["Adèle", "Akisha", "Alexandra", "Anamaria", "Angela", "Angeline", "Angenie", "Ann", "Anna", "Anne Marie", "Anne", "Anneke", "Annemarie", "Antoinette", "Anushka", "Ashanta", "Aubrey", "Ayanette", "Beatrix", "Catherine", "Chanelle", "Christina", "Christine", "Diana", "Dorinda", "Eline", "Elizabeth", "Elsa", "Elvira", "Eunice", "Evalina", "Fatima", "Fernandine", "Fyrena", "Gayle", "Gregoria", "Hannah", "Hassana", "Imelda", "Ingeborg", "Ingrid", "Iris", "Ivette", "Jacqueline", "Jamine", "Jasmin", "Jearmeane", "Jenyfeer", "Jouraine", "Jozaine", "Judica", "Juliana", "Kanisha", "Laurien", "Lidushka", "Lucille", "Mafalda", "Maria", "Marie", "Marisa", "Maruschka", "Mary-Ann", "Mary", "Maxima", "Maybeline", "Mckeeyla", "Mijanou", "Minerva", "Monifa", "Mylene", "Naemi", "Nashaira", "Natacha", "Nilva", "Ninfa", "Norayla", "Peggy", "Philomena", "Regine", "Ruthmilda", "Rychacviana", "Sabrina", "Safira", "Sally", "Sheida", "Silvana", "Solange", "Soraida", "Stephanie", "Sue-Ann", "Sue", "Supharmy", "Susanne", "Suzanne", "Tamara", "Vanessa", "Vanity", "Vendetta", "Verna", "Viennaline", "Viveca", "Xafira", "Xiomara", "Yandra", "Yasmin", "Yvonne", "Zita"]>>
+<<set setup.curacaoanMaleNames = ["Alexander", "Amerigo", "Angelo", "Anthony", "Bart", "Ben", "Bernard", "Chris", "Churandy", "D'Angelo", "Daniel", "Denzil", "Dudley", "Endy", "Errol", "Eugene", "Felix", "Frits", "Geordie", "Gerrit", "Gerritson", "Gilmar", "Hensley", "Howard", "Humphrey", "Irvingly", "Jaime", "Jairo", "Jandino", "Jarchinio", "Jean-Julien", "Jean", "Jeremy", "Julien", "Kenneth", "Leendert", "Liemarvin", "Marshall", "Ornelio", "Philip", "Quenten", "Raymond", "Reginald", "Richel", "Roberto", "Simon", "Stanley", "Wendell", "Willem"]>>
+<<set setup.curacaoanSlaveSurnames = ["Albert", "Alexander", "Alting", "America", "Angelista", "Antonia", "Arvelo", "Asjes", "Asporaat", "Atacho", "Bakhuis", "Bakker", "Balentien", "Begina", "Betrian", "Bloem", "Bonevacia", "Bos", "Braafheid", "Chang", "Clifton", "Coffie", "Colastica", "Córdoba", "Cova", "Craane", "Croes", "Curiel", "Da Silva", "Daflaar", "Davelaar", "de Castro", "de Jongh", "De Lau", "de Nooijer", "de Paula", "de Pool", "de Windt", "de Wit", "den Dulk", "Desbarida", "Dijkhuizen", "Domacasse", "Drechsel", "Duzant", "Eisden", "Elhage", "Faulborn", "Fraai", "Fraites", "Francisco", "Garia", "George-Wout", "George", "Gerard", "Gijsbertha", "Girigori", "Godschalk", "Goedgedrag", "Goes", "Hammoud", "Heerenveen", "Hersisia", "Hieroms", "Hinds", "Hodge", "Hudson", "Jansen", "Jesus", "Koeiman", "Krijger", "Larmonie", "Leito", "Macauly", "Maduro", "Mambi", "Marchena", "Marshall", "Martha", "Martina", "Martinus", "Mercelina", "Monte", "Mosteiro", "Palm", "Paulina", "Pisas", "Prade", "Regales", "Rhuggenaath", "Ricardo", "Richards", "Roche", "Rojer", "Roozendal", "Rose-Chang", "Rose", "Rozendal", "Sanchez", "Schotte", "Semeleer", "Sibilo", "Simon", "Sluis", "Snel", "Statia", "Sulvaran", "Thodé", "Thomassen", "Trinidad", "Tromp", "Urselita", "van Arendonk", "van Eijma", "van Putten", "Van Riet", "Vasquez", "Verbrugge", "Vonhogen", "Wall", "Wardekker", "Wever", "Whiteman", "Winklaar", "Wout", "Zielinski", "Zimmerman"]>>
+
 <<set setup.cypriotSlaveNames = ["Alexandra", "Alissa", "Anabel", "Andri", "Androula", "Androulla", "Anna", "Antri", "Athena", "Azina", "Christina", "Chrystalleni", "Dagmara", "Daphne", "Despina", "Dora", "Eleanna", "Eleftheria", "Elena", "Eleni", "Eleutheria", "Erato", "Evdokia", "Feri", "Gavriella", "Georgia", "Hazar", "Helene", "Ioanna", "Isi", "Işın", "Ivi", "Kalia", "Karolina", "Katerina", "Kyriaki", "Leontia", "Lia", "Lisa", "Maria", "Marianna", "Marilia", "Marlen", "Myrto", "Natalia", "Nektaria", "Nicole", "Niki", "Nora", "Nouritza", "Olga", "Panagiota", "Panayiota", "Paraskevi", "Praxoula", "Ramona", "Sevgül", "Sibel", "Sophia", "Sotiria", "Stella", "Ziynet"]>>
 <<set setup.cypriotMaleNames = []>>
 <<set setup.cypriotSlaveSurnames = ["Achilleou", "Adamou", "Agapiou", "Agathangelou", "Agathocleou", "Alexander", "Alexandrou", "Anastasiou", "Andreou", "Angelide", "Antoniade", "Antoniadou", "Antoniou", "Apostolou", "Argyrou", "Aristidou", "Aristodemou", "Aristotelou", "Athanasiou", "Avgousti", "Avraam", "Avraamide", "Cansel", "Charalambide", "Charalambou", "Charalampou", "Christodoulide", "Christodoulidou", "Christodoulou", "Christofi", "Christofide", "Christofidou", "Christoforou", "Christou", "Chrysanthou", "Chrysostomou", "Constantinide", "Constantinidou", "Constantinou", "Costa", "Damianou", "Demetriade", "Demetriadou", "Demetriou", "Demir", "Demosthenou", "Dimitriou", "Dionysiou", "Economide", "Economou", "Efstathiou", "Efthymiou", "Eleftheriou", "Eleutheriou", "Elia", "Eliade", "Ellina", "Eracleou", "Ergüçlü", "Erotokritou", "Evagorou", "Evangelou", "Evripidou", "Filippou", "Fotiou", "Gavriel", "Georgiade", "Georgiadou", "Georgiou", "Gregoriou", "Hadjigeorgiou", "Hadjimichael", "Heracleou", "Herodotou", "Iacovide", "Iacovou", "Ioakim", "Ioannide", "Ioannidou", "Ioannou", "Jone", "Kadi", "Kalli", "Kaya", "Khan", "Kleanthou", "Kokkinou", "Konstantinou", "Kyprianou", "Kyriacou", "Kyriakide", "Kyriakidou", "Kyriakou", "Lambrou", "Lazarou", "Leonidou", "Loizide", "Loizidou", "Loizou", "Louca", "Louka", "Makri", "Makride", "Manoli", "Marcou", "Markide", "Markou", "Matheou", "Mavrommati", "Menelaou", "Metaxa", "Michael", "Michaelide", "Michaelidou", "Miltiadou", "Mina", "Nearchou", "Neocleou", "Neofytou", "Neophytou", "Nicolaide", "Nicolaidou", "Nicolaou", "Nikolaou", "Odysseou", "Onisiforou", "Orphanide", "Panagi", "Panagiotou", "Panayi", "Panayide", "Panayiotou", "Panteli", "Pantelide", "Papa", "Papadopoulou", "Papageorgiou", "Papaioannou", "Papamichael", "Papanicolaou", "Papantoniou", "Papapetrou", "Paraskeva", "Paschali", "Patsalide", "Pavlide", "Pavlidou", "Pavlou", "Pericleou", "Petride", "Petridou", "Petrou", "Philippou", "Photiou", "Pieri", "Pitsillide", "Polycarpou", "Polydorou", "Polykarpou", "Procopiou", "Prodromou", "Prokopiou", "Protopapa", "Savva", "Savvide", "Savvidou", "Siber", "Singh", "Smith", "Socratou", "Sofocleou", "Sofokleou", "Sofroniou", "Solomou", "Sophocleou", "Soteriou", "Sotiriou", "Spyrou", "Stavrou", "Stefanou", "Stephanou", "Stylianide", "Stylianou", "Symeonide", "Symeou", "Themistocleou", "Theocharou", "Theodorou", "Theodosiou", "Theodotou", "Theodoulou", "Theofanou", "Theophanou", "Thoma", "Thomas", "Varnava", "Vasiliou", "Vassiliade", "Vassiliou", "Vissi", "Xenofontou", "Xenophontou", "Yiangou", "Yiannakou", "Yilmaz", "Zachariou", "Zenonou"]>>
@@ -1020,7 +1043,7 @@
 <<set setup.russianMaleNames = ["Abram", "Afanasy", "Albert", "Alexander", "Alexei", "Anatoly", "Andrei", "Anton", "Arkady", "Arseny", "Artur", "Artyom", "Bogdan", "Boris", "Daniil", "David", "Denis", "Dmitri", "Dmitry", "Eduard", "Erik", "Evgeny", "Garry", "Gavriil", "Gennady", "Georgy", "Gerasim", "German", "Gleb", "Grigori", "Grigory", "Ignat", "Ignaty", "Igor", "Ilia", "Illarion", "Immanuil", "Iosif", "Ivan", "Kirill", "Konstantin", "Leon", "Leonid", "Lev", "Makar", "Marat", "Mark", "Matvei", "Maxim", "Mikhail", "Nestor", "Nikita", "Nikolay", "Oleg", "Pavel", "Pyotr", "Robert", "Rodion", "Roman", "Rostislav", "Ruslan", "Semyon", "Sergei", "Spartak", "Stanislav", "Stepan", "Taras", "Timofei", "Timur", "Trofim", "Vadim", "Valentin", "Valery", "Vasily", "Veniamin", "Viktor", "Vitaly", "Vlad", "Vladimir", "Vladislav", "Vsevolod", "Vyacheslav", "Yakov", "Yaroslav", "Yefim", "Yegor", "Yulian", "Yury", "Zakhar"]>>
 <<set setup.russianSlaveSurnames = ["Abarinova", "Abashova", "Abramova", "Agaltsova", "Agapova", "Agureeva", "Akhaimova", "Akimova", "Akinshina", "Aleksandrova", "Aleksandrovich", "Aleksandrovna", "Alekseeva", "Alieva", "Alliluyeva", "Altayskaya", "Ananina", "Andreeva", "Andrejchenko", "Antonenko", "Antonova", "Arbatova", "Aroseva", "Arshinova", "Asmus", "Astafieva", "Avdeyeva", "Baclanova", "Bajenova", "Baranova", "Batalova", "Belova", "Belyaeva", "Belyakova", "Berg", "Berseneva", "Blokhina", "Bogdanova", "Bogomolova", "Bogucharskaia", "Bondarenko", "Borisova", "Borissova", "Borodina", "Bosch", "Boyarskaya", "Boyko", "Brik", "Budina", "Budnitskaya", "Burina", "Burnasheva", "Buzova", "Cgernyavskaya", "Charskaya", "Chekhova", "Chemezova", "Chepeleva", "Cherepanova", "Chernova", "Chipovskaya", "Churilova", "Danilova", "Davydova", "Demekhina", "Dementieva", "Denisova", "Deulina", "Dmitrieva", "Doronina", "Dronina", "Dyupina", "Efimova", "Efremova", "Egorova", "Ekamasova", "Eremina", "Ermakova", "Ezhova", "Falileeva", "Farkhullina", "Fedorova", "Fedotova", "Fetisova", "Filatova", "Filippova", "Fomina", "Frank", "Freindlich", "Friske", "Frolova", "Fyodorova", "Gagarina", "Galkina", "Gavrilova", "Gerasimova", "Germanova", "Geva", "Girfanova", "Glazova", "Glebova", "Glinka", "Goldman", "Golovko", "Golub", "Golubeva", "Goncharova", "Gorbacheva", "Gorshkova", "Gracheva", "Grigoreva", "Grigorieva", "Grinenko", "Gromova", "Grosheva", "Gubanova", "Guseva", "Gzovskaya", "Ilchenko", "Ilina", "Inshina", "Isaeva", "Isinbayeva", "Isoeva", "Istomina", "Ivanova", "Jovovich", "Kabo", "Kachalina", "Kadirova", "Kahnovich", "Kalashnikova", "Kalinina", "Kamenkova", "Kaptsova", "Kapustina", "Karpova", "Kasatkina", "Katina", "Kazakova", "Kazanova", "Kedrova", "Khamatova", "Khityaeva", "Khlynina", "Khodchenkova", "Khomich", "Khovanskaya", "Khrushcheva", "Kibalo", "Kim", "Kirilenko", "Kirsanova", "Kiseleva", "Klimova", "Klishina", "Klopakova", "Kochina", "Kochneva", "Kolesnikova", "Kolosova", "Komarova", "Kondratyeva", "Konovalova", "Kopylova", "Korikova", "Koroleva", "Kotova", "Kouklina", "Kournikova", "Kovalenko", "Kovaleva", "Kovylina", "Kozlova", "Krajt", "Kravchenko", "Krivosheeva", "Krivozub", "Krupskaya", "Krylova", "Kulikova", "Kunskaya", "Kuptsova", "Kusakina", "Kuskova", "Kutepova", "Kuzmina", "Kuznetsova", "Landik", "Lavrova", "Lazareva", "Lebedeva", "Lekshina", "Leonova", "Levanova", "Levieva", "Levina", "Lezhnina", "Likhina", "Linskaya", "Lipovskaya", "Lisovskaia", "Lopyreva", "Lubkova", "Lukanina", "Luss", "Magomedova", "Makarenko", "Makarova", "Makeyeva", "Makhalina", "Maksimova", "Malinskaja", "Malova", "Maltseva", "Malysheva", "Manaseina", "Maretskaya", "Markova", "Martinovska", "Maslova", "Matveeva", "Matviyenko", "Maximova", "Mazura", "Medvedeva", "Melnikova", "Metkina", "Mikhaylova", "Mironova", "Mityushina", "Mizulina", "Morozova", "Moskalkova", "Mukhina", "Myasnikova", "Nabokina", "Nadezhda", "Narusova", "Naumova", "Nazarova", "Nekrasova", "Nescher", "Neyolova", "Nijinska", "Nikiforova", "Nikitina", "Nikolaeva", "Nosova", "Novikova", "Novoselova", "Olerinskaya", "Onolbayeva", "Orlova", "Osintseva", "Osipenko", "Osipova", "Ouliankina", "Oznobkina", "Pamfilova", "Panaeva", "Panina", "Panova", "Panteleeva", "Pantyukhina", "Pavlenko", "Pavlova", "Penkina", "Perepyolkina", "Pereverzeva", "Perova", "Petrenko", "Petrova", "Philippova", "Piletskaya", "Pilnitskaya", "Pivovarova", "Pletneva", "Pletnyova", "Podkaminskaya", "Polevshchikova", "Polina", "Polishchuk", "Polozkova", "Polunina", "Polyakova", "Ponaroshku", "Ponarovskaya", "Ponizova", "Popova", "Poverennova", "Pozdeeva", "Pozharskaya", "Poznyak", "Prohorova", "Proklova", "Prugova", "Putina", "Radchenko", "Razumovskaya", "Redina", "Romanova", "Roslyakova", "Rozhkova", "Rudenko", "Rudova", "Rumyanova", "Ryzhkina", "Samburskaya", "Samoilova", "Samsova", "Sarasova", "Savchenko", "Schachova", "Scherbakova", "Schirman", "Scripchenko", "Selezneva", "Seleznyova", "Semenova", "Semenovich", "Semyonova", "Senchenko", "Senchina", "Sergeeva", "Sergeevich", "Sergeevna", "Sergeyeva", "Sergina", "Serova", "Serpova", "Shabanova", "Shagalova", "Shakinskaya", "Shalagina", "Shalayeva", "Sharapova", "Sharipova", "Shayk", "Shchekina", "Shekhovtsova", "Shestova", "Shevchenko", "Shirshina", "Shiskova", "Shmeleva", "Shoygu", "Shukina", "Shulgina", "Sidorkina", "Sidorova", "Silina", "Simonovich", "Siriskina", "Sizova", "Skobtseva", "Skobtsova", "Slabunova", "Smirnova", "Snigir", "Sokolova", "Sokova", "Sorokina", "Sosina", "Sosnova", "Sotnikova", "Stalina", "Stefanenko", "Stepanova", "Strokous", "Struchkova", "Studilina", "Sudakevich", "Sukhinova", "Suslova", "Sutulova", "Svetikova", "Takshina", "Talyzina", "Tarakanova", "Tarasova", "Tarkovskaya", "Temnikova", "Tereshkina", "Tikhonova", "Timofeeva", "Timofeyeva", "Titova", "Tkachenko", "Tkacheva", "Trefilova", "Trofimova", "Trykina", "Tsesarskaya", "Tsyganenko", "Tsygankova", "Tutayeva", "Tyrkova", "Ufimtseva", "Ulanova", "Urajevskaya", "Usova", "Vafina", "Vaganova", "Valeeva", "Varlamova", "Vasileva", "Vasilyeva", "Velikanova", "Vernadskaya", "Vinogradova", "Vishneva", "Vishnevskaya", "Vladimirovich", "Vlasova", "Vodianova", "Vodonaeva", "Volkova", "Volochkova", "Volodina", "Volskaya", "Vorobyeva", "Voronina", "Vyalitsyna", "Vyroubova", "Yakovleva", "Yaroshevskaya", "Yudina", "Yurchenko", "Yurlova", "Zabolotnikova", "Zagorskaya", "Zagoruychenko", "Zakharova", "Zaryanova", "Zaytseva", "Zelyaeva", "Zherebtsova", "Zhiznyeva", "Zhukova", "Ziganshina", "Zubova", "Zudina", "Zuyeva", "Zvarych"]>>
 <<set setup.russianMaleSurnames = {}>>
-/*Actually russian and ukrainian names and surnames can be safely merged in one array, and used for both nations. Through very high cultural interchange, they are very common on both territories, many of them can't be specifed as russian or ukrainian now.*/
+/*Actually russian and ukrainian names and surnames can be safely merged in one array, and used for both nations. Through very high cultural interchange, they are very common on both territories, many of them can't be specified as russian or ukrainian now.*/
 
 <<set setup.rwandanSlaveNames = ["Agathe", "Agnes", "Agnès", "Akaliza", "Alice", "Alphonsine", "Alvera", "Anne-Marie", "Anne", "Apollinarie", "Beatha", "Béatrice", "Christine", "Clare", "Claudette", "Daphrose", "Diane", "Donnatille", "Épiphanie", "Espérance", "Esther", "Fanfan", "Francine", "Gérardine", "Germaine", "Happy", "Honorine", "Immaculée", "Inmaculle", "Jacqueline", "Jeanne", "Jeannette", "Johanna", "Joy", "Judith", "Julienne", "Laurence", "Louise", "Marcianne", "Maria", "Marie-Solange", "Marie", "Monique", "Nadja", "Odette", "Pamela", "Pauline", "Rose", "Rosemary", "Salome", "Scholastique", "Solange", "Sonia", "Stella", "Thérèse", "Valentine", "Victoire", "Yolande"]>>
 <<set setup.rwandanMaleNames = ["Anastase", "Bernard", "Célestin", "Damien", "Dismas", "Dominique", "Édouard", "Faustin", "Frank", "Grégoire", "Jean", "Juvénal", "Pasteur", "Paul", "Philippe", "Pierre", "Pierre-Célestin", "Pierre-Damien", "Sylvestre", "Théodore"]>>
@@ -1193,7 +1216,7 @@
 <<set setup.ugandanMaleNames = []>>
 <<set setup.ugandanSlaveSurnames = ["Agaba", "Ahimbisibwe", "Akello", "Akena", "Alex", "Ali", "Amanya", "Ambrose", "Amin", "Andrew", "Apio", "Arinaitwe", "Asiimwe", "Atim", "Atuhaire", "Babirye", "Bagum", "Baguma", "Barungi", "Benard", "Birungi", "Bogere", "Bosco", "Bukenya", "Businge", "Busingye", "Bwire", "Byamukama", "Byarugaba", "Byaruhanga", "Charles", "Collins", "Daniel", "David", "Davis", "Denis", "Emmanuel", "Francis", "Fred", "George", "Gilbert", "Godfrey", "Hassan", "Henry", "Hussein", "Isaac", "Isabirye", "Jackson", "James", "John", "Johnson", "Joseph", "Julius", "Juma", "Kabanda", "Kabukuru", "Kabuye", "Kaddu", "Kaggwa", "Kakooza", "Kalema", "Kalule", "Kamugisha", "Kansiime", "Karungi", "Kasirye", "Kasozi", "Kasule", "Katende", "Kato", "Katongole", "Katumba", "Kavuma", "Kayondo", "Kayongo", "Kazibwe", "Kibirige", "Kibuuka", "Kiconco", "Kiggundu", "Kigozi", "Kiiza", "Kintu", "Kirabo", "Kisakye", "Kisembo", "Kiwanuka", "Kizito", "Kizza", "Komakech", "Kwesiga", "Kyambadde", "Kyeyune", "Lagum", "Laloyo", "Lubega", "Lubowa", "Lubwama", "Lukwago", "Lule", "Lutaaya", "Lwanga", "Magezi", "Male", "Masaba", "Matovu", "Matsiko", "Mawanda", "Mayanja", "Mbabazi", "Michael", "Mirembe", "Moses", "Mubiru", "Mugabe", "Mugabi", "Mugenyi", "Mugerwa", "Mugisa", "Mugisha", "Mugume", "Muhindo", "Muhumuza", "Muhwezi", "Mukasa", "Mukiibi", "Mukisa", "Mulindwa", "Mulumba", "Murungi", "Musiime", "Musinguzi", "Musisi", "Musoke", "Mutebi", "Mutumba", "Mutyaba", "Muwanga", "Muwanguzi", "Muwonge", "Mwanje", "Mwesigwa", "Mwesigye", "Nakato", "Nalubega", "Nama", "Namakula", "Namanya", "Namara", "Namatovu", "Namubiru", "Namutebi", "Nansubuga", "Natukunda", "Ndagire", "Nelson", "Ninsiima", "Nsereko", "Nsubuga", "Nuwagaba", "Nyanzi", "Obote", "Ocen", "Ochieng", "Odong", "Odongo", "Ogwal", "Ogwang", "Ojok", "Okello", "Okiror", "Okot", "Okumu", "Omara", "Onen", "Onyango", "Opio", "Opolot", "Otim", "Patel", "Patrick", "Paul", "Peace", "Peter", "Richard", "Robert", "Rogers", "Ronald", "Rukundo", "Samuel", "Semakula", "Solomon", "Ssali", "Stephen", "Tamale", "Tugume", "Tumusiime", "Tumwebaze", "Tumwesigye", "Tumwine", "Waiswa", "Walusimbi", "Wamala", "Wandera", "Wanyama", "Wasswa", "Were", "Wilson", "Yiga"]>>
 
-/* NOTE: Ukraine uses the Cyrillic alphabet. For romanization, these lists use the "Ukrainian National transliteration", as used on Ukrainian passports. */ 
+/* NOTE: Ukraine uses the Cyrillic alphabet. For romanization, these lists use the "Ukrainian National transliteration", as used on Ukrainian passports. */
 /* NOTE: Names ending in "-iia" aren't data errors, but simply how the fabric official romanization of "-ія" looks like. */
 <<set setup.ukrainianSlaveNames = ["Ada", "Al'bina", "Alex", "Alexandra", "Alina", "Alisa", "Alla", "Alyona", "Amaliia", "Anastasia", "Anastasiia", "Anastasiya", "Angela", "Angelina", "Anita", "Ann", "Anna", "Anzhela", "Arina", "Ayya", "Biliana", "Bohdanna", "Bohuslava", "Bozhena", "Danna", "Daria", "Darina", "Darya", "Daryna", "Dasha", "Diana", "Draha", "Edyta", "Elena", "Elisabeta", "Emiliia", "Erika", "Eva", "Halina", "Hanna", "Hordana", "Ilona", "Ira", "Irena", "Irene", "Irina", "Iryna", "Julia", "Juliva", "Kamilla", "Karina", "Karolina", "Kasia", "Kate", "Kateryna", "Katia", "Katya", "Khrystyna", "Klavdiia", "Kristina", "Larisa", "Laura", "Lena", "Lida", "Liia", "Liliia", "Liliya", "Liubomyra", "Liubov", "Liudmyla", "Liza", "Luba", "Ludmila", "Lyudmilla", "Mahda", "Mahdalyna", "Mar'iana", "Margaryta", "Maria", "Mariia", "Marina", "Mariya", "Marta", "Marusia", "Mary", "Maryna", "Masha", "Miiana", "Milena", "Mykhailyna", "Myroslava", "Nadiia", "Nastia", "Nastya", "Natalia", "Nataliia", "Nataliya", "Natalya", "Natasha", "Nina", "Odarka", "Oksana", "Okseniia", "Ol'ha", "Oleksandra", "Olena", "Olga", "Olha", "Olya", "Oryna", "Orysia", "Pavlyna", "Polina", "Priska", "Pylypyna", "Rakhil", "Reveka", "Roksolana", "Romana", "Rozaliia", "Ruslana", "Santa", "Sara", "Sasha", "Sesiliia", "Snejana", "Snizhana", "Sofiya", "Solomiia", "Sonya", "Sophie", "Sophiia", "Stepaniia", "Sveta", "Sviatoslava", "Svitlana", "Tania", "Tanya", "Tatiana", "Taya", "Tereza", "Tetiana", "Tetyana", "Tina", "Valentyna", "Valeria", "Valeriya", "Varvara", "Vasylyna", "Velana", "Vesna", "Victoria", "Vika", "Viktoriia", "Viktoriya", "Violetta", "Vira", "Volodymyra", "Yana", "Yara", "Yaroslava", "Yaryna", "Yasna", "Yelyzaveta", "Yulia", "Yuliia", "Yuliya", "Yustyna", "Zlata", "Zlatoslava", "Zoriana"]>>
 <<set setup.ukrainianMaleNames = ["Anatoliy", "Andriy", "Arseniy", "Borys", "Christian", "Demyan", "Dmytro", "Fedir", "Isaak", "Ivan", "Leonid", "Mykhailo", "Mykola", "Nikifor", "Nikita", "Oleksandr", "Panas", "Pavlo", "Petro", "Sergey", "Serhiy", "Stepan", "Symon", "Valeriy", "Viktor", "Vitaliy", "Vitold", "Vlas", "Volodymyr", "Vsevolod", "Vyacheslav", "Yevhen", "Yuriy"]>>
@@ -1319,6 +1342,7 @@ Then pick _namePool.random(), or display those names as possible choices, or do
 	"Costa Rican": setup.costaRicanSlaveNames,
 	"Croatian": setup.croatianSlaveNames,
 	"Cuban": setup.cubanSlaveNames,
+	"Curaçaoan": setup.curacaoanSlaveNames,
 	"Cypriot": setup.cypriotSlaveNames,
 	"Czech": setup.czechSlaveNames,
 	"Danish": setup.danishSlaveNames,
@@ -1538,6 +1562,7 @@ Then pick _namePool.random(), or display those names as possible choices, or do
 	"Costa Rican": setup.costaRicanMaleNames,
 	"Croatian": setup.croatianMaleNames,
 	"Cuban": setup.cubanMaleNames,
+	"Curaçaoan": setup.curacaoanMaleNames,
 	"Cypriot": setup.cypriotMaleNames,
 	"Czech": setup.czechMaleNames,
 	"Danish": setup.danishMaleNames,
@@ -1757,6 +1782,7 @@ Then pick _namePool.random(), or display those names as possible choices, or do
 	"Costa Rican": setup.costaRicanSlaveSurnames,
 	"Croatian": setup.croatianSlaveSurnames,
 	"Cuban": setup.cubanSlaveSurnames,
+	"Curaçaoan": setup.curacaoanSlaveSurnames,
 	"Cypriot": setup.cypriotSlaveSurnames,
 	"Czech": setup.czechSlaveSurnames,
 	"Danish": setup.danishSlaveSurnames,
@@ -1948,7 +1974,7 @@ Then pick _namePool.random(), or display those names as possible choices, or do
 	"Uzbek": setup.uzbekMaleSurnames,
 	"Roman Revivalist": setup.romanMaleSurnames
 	}>>
-	
+
 <<set setup.FutureSocieties = ["FSSupremacist", "FSSubjugationist", "FSRepopulationFocus", "FSRestart", "FSSubjugationist", "FSGenderRadicalist", "FSGenderFundamentalist", "FSPaternalist", "FSDegradationist", "FSBodyPurist", "FSTransformationFetishist", "FSYouthPreferentialist", "FSMaturityPreferentialist", "FSSlimnessEnthusiast", "FSAssetExpansionist", "FSPastoralist", "FSPhysicalIdealist", "FSHedonisticDecadence", "FSChattelReligionist", "FSRomanRevivalist", "FSAztecRevivalist", "FSEgyptianRevivalist", "FSEdoRevivalist", "FSArabianRevivalist", "FSChineseRevivalist", "FSNull"]>>
 
 <<set setup.ArcologyNamesSupremacistAmerindian = ["Akilineq", "Amerindia", "Aquadoctan", "Cahokia", "Caral", "Chicora", "Cusco", "Indigenismo", "Norumbega", "Paititi", "Porcupine", "Red Power", "Saguenay", "The Confederated Tribes"]>>
diff --git a/src/js/DefaultRules.tw b/src/js/DefaultRules.tw
index d9bc69af428db1d5e4a9eac96255e04ec002eabc..823cef231fc0865d828d99f5c0849e8a21f06e3e 100644
--- a/src/js/DefaultRules.tw
+++ b/src/js/DefaultRules.tw
@@ -1660,16 +1660,16 @@ window.DefaultRules = (function() {
 
 	function ProcessPregnancyDrugs(slave, rule) {
 		if (slave.pregKnown == 1 && rule.pregSpeed != "no default setting" && (slave.breedingMark != 1 || V.propOutcome == 0) && slave.indentureRestrictions < 1 && slave.broodmother === 0) {
-			if (rule.pregSpeed == "slow" && slave.preg < 35) {
+			if (rule.pregSpeed == "slow" && slave.preg < slave.pregData.minLiveBirth) {
 				slave.pregControl = "slow gestation";
 				r += `<br>${slave.slaveName} is pregnant, so she has been put on the gestation slowing agents.`;
-			} else if (rule.pregSpeed == "fast" && slave.preg < 35 && slave.health > -50) {
+			} else if (rule.pregSpeed == "fast" && slave.preg < slave.pregData.minLiveBirth && slave.health > -50) {
 				slave.pregControl = "speed up";
 				r += `<br>${slave.slaveName} is pregnant, so she has been put on rapid gestation agents. CAUTION! Can be dangerous. Clinic supervision is recommended.`;
-			} else if (rule.pregSpeed == "suppress" && slave.preg > 34 && slave.health > -50) {
+			} else if (rule.pregSpeed == "suppress" && slave.preg >= slave.pregData.minLiveBirth && slave.health > -50) {
 				slave.pregControl = "labor supressors";
 				r += `<br>${slave.slaveName} is ready to birth, so she has been put on labor suppressing agents.`;
-			} else if (rule.pregSpeed == "stimulate" && slave.preg >= 37 && slave.health > -50) {
+			} else if (rule.pregSpeed == "stimulate" && slave.preg > slave.pregData.minLiveBirth && slave.health > -50) {
 				slave.labor = 1;
 				slave.induce = 1;
 				V.birthee = 1;
diff --git a/src/js/assayJS.tw b/src/js/assayJS.tw
index 5ed6ba58536a8bb0b259214afa0150019925fbfd..558fb8c3851c69db1e4178da06400fdd9d9dc09e 100644
--- a/src/js/assayJS.tw
+++ b/src/js/assayJS.tw
@@ -150,13 +150,13 @@ window.TatScore = function(slave) {
 		tatScore += 1;
 	}
 	if (slave.bellyTat !== 0) {
-		if (((slave.preg > 30) && (slave.pregType >= 20)) || (slave.belly >= 300000)) {
+		if (((slave.preg > $activeSlave.pregData.normalBirth/1.33) && (slave.pregType >= 20)) || (slave.belly >= 300000)) {
 			tatScore += 0.75;
-		} else if (((slave.preg > 20) && (slave.pregType >= 20)) || ((slave.preg > 30) && (slave.pregType >= 10)) || (slave.belly >= 150000)) {
+		} else if (((slave.preg > $activeSlave.pregData.normalBirth/2) && (slave.pregType >= 20)) || ((slave.preg > $activeSlave.pregData.normalBirth/1.33) && (slave.pregType >= 10)) || (slave.belly >= 150000)) {
 			tatScore += 1;
 		} else if ((slave.belly >= 10000) || (slave.bellyImplant >= 8000)) {
 			tatScore += 1;
-		} else if (((slave.preg >= 10) && (slave.pregType >= 20)) || ((slave.preg > 10) && (slave.pregType >= 10)) || (slave.belly >= 5000)) {
+		} else if (((slave.preg >= $activeSlave.pregData.normalBirth/4) && (slave.pregType >= 20)) || ((slave.preg > $activeSlave.pregData.normalBirth/4) && (slave.pregType >= 10)) || (slave.belly >= 5000)) {
 			tatScore += 0.5;
 		} else if (slave.belly >= 1500) {
 			tatScore += 0.25;
@@ -635,6 +635,14 @@ window.SlaveFullName = function SlaveFullName(slave) {
 	return pair.join(" ");
 };
 
+window.SlaveFullBirthName = function SlaveFullBirthName(slave) {
+	const V = State.variables;
+	const pair = slave.birthSurname ? [slave.birthName, slave.birthSurname] : [slave.birthName];
+	if (V.surnameOrder !== 1 && ["Cambodian", "Chinese", "Hungarian", "Japanese", "Korean", "Mongolian", "Taiwanese", "Vietnamese"].includes(slave.nationality))
+		pair.reverse();
+	return pair.join(" ");
+};
+
 window.PlayerName = function PlayerName() {
 	const V = State.variables;
 	const surnamesFirstCountries = [
@@ -1320,7 +1328,7 @@ window.SlaveTitle = function SlaveTitle(slave) {
 			r = "indentured " + r;
 		}
 
-		if (slave.preg > 10 && slave.pregKnown === 1) {
+		if (slave.preg > slave.pregData.normalBirth/4 && slave.pregKnown === 1) {
 			r = "pregnant " + r;
 		} else if (slave.bellyFluid >= 5000) {
 			r = "bloated " + r;
@@ -1531,7 +1539,7 @@ window.SlaveTitle = function SlaveTitle(slave) {
 			r = "indentured " + r;
 		}
 
-		if (slave.preg > 10 && slave.pregKnown === 1) {
+		if (slave.preg > slave.pregData.normalBirth/4 && slave.pregKnown === 1) {
 			r = "pregnant " + r;
 		} else if (slave.bellyFluid >= 5000) {
 			r = "bloated " + r;
@@ -1689,7 +1697,7 @@ window.DegradingName = function DegradingName(slave) {
 			names.push("Potent");
 			suffixes.push("Cannon", "Daddy");
 		}
-		if (slave.preg > 30) {
+		if (slave.preg > slave.pregData.normalBirth/1.33) {
 			if (slave.broodmother === 2) {
 				names.push("Bursting", "Seeded");
 				suffixes.push("Factory", "Nursery");
@@ -2173,7 +2181,7 @@ window.Deadliness = function Deadliness(slave) {
 	
 	if (slave.labor === 1) {
 		deadliness -= 15;
-	} else if (slave.preg >= 40 && slave.pregControl !== "labor supressors") {
+	} else if (slave.preg >= slave.pregData.normalBirth && slave.pregControl !== "labor supressors") {
 		deadliness -= 5;
 	}
 
diff --git a/src/js/economyJS.tw b/src/js/economyJS.tw
index 03e1955e6b3babfcd6819780988b92c5fe6fcc88..2c0a51ce590072503956974eccb3377e7fcfb955 100644
--- a/src/js/economyJS.tw
+++ b/src/js/economyJS.tw
@@ -460,7 +460,7 @@ window.getSlaveCost = function(s) {
 	if(s.lactation > 0) {
 		cost += foodCost * s.lactation * (1 + Math.trunc(s.boobs/10000));
 	}
-	if(s.preg > 5) {
+	if(s.preg > s.pregData.normalBirth/8) {
 		if(s.assignment === Job.DAIRY && State.variables.dairyFeedersSetting > 0) {
 			// Extra feeding costs to support pregnancy are covered by dairy feeders.
 			// TODO: Include them here anyway?
@@ -541,7 +541,7 @@ window.getSlaveCost = function(s) {
 		cost += 50;
 	}
 	if((s.assignment !== Job.DAIRY || State.variables.dairyRestraintsSetting < 2) && (s.assignment !== Job.ARCADE)) {
-		if(s.preg > 35 && State.variables.universalRulesBirthing === 1) {
+		if(s.preg > s.pregData.minLiveBirth && State.variables.universalRulesBirthing === 1) {
 			cost += 50;
 		}
 	}
diff --git a/src/js/generateNewSlaveJS.tw b/src/js/generateNewSlaveJS.tw
index 6a34cba7e2ae07bdc59422cbb343e66ab9a94c7d..7e91cd150b63e5e092cd7e791c5c980bd48256f0 100644
--- a/src/js/generateNewSlaveJS.tw
+++ b/src/js/generateNewSlaveJS.tw
@@ -45,7 +45,7 @@ window.GenerateNewSlave = (function(){
 		slave.trust = jsRandom(-45,-25);
 		slave.weight = jsRandom(-100,180);
 		slave.health = jsRandom(-50,50);
-		
+
 		WombInit(slave);
 		generateAge();
 		generateIntelligence();
@@ -71,7 +71,7 @@ window.GenerateNewSlave = (function(){
 		slave.ovaries = 1;
 		slave.pubertyXY = 0;
 		slave.energy = jsRandom(1,85);
-		
+
 		generateXXBodyProportions();
 		generateVagina();
 		generateXXPreferences();
@@ -92,7 +92,7 @@ window.GenerateNewSlave = (function(){
 		slave.prostate = 1;
 		slave.pubertyXX = 0;
 		slave.energy = jsRandom(15,90);
-		
+
 		generateXYBodyProportions();
 		generateDick();
 		generateCircumcision();
@@ -181,7 +181,7 @@ window.GenerateNewSlave = (function(){
 		} else {
 			slave.vagina = jsEither([0, 0, 1, 1, 1]);
 		}
-		
+
 		if (slave.physicalAge <= 11) {
 			slave.clit = jsEither([0, 0, 0, 0, 0, 0, 0, 0, 1]);
 		} else if (slave.physicalAge <= 13) {
@@ -191,7 +191,7 @@ window.GenerateNewSlave = (function(){
 		} else {
 			slave.clit = jsEither([0, 0, 0, 0, 0, 0, 1, 1, 2]);
 		}
-		
+
 		if (slave.physicalAge <= 11) {
 			slave.labia = jsEither([0, 0, 0, 0, 0, 0, 0, 1, 1]);
 		} else if (slave.physicalAge <= 12) {
@@ -205,7 +205,7 @@ window.GenerateNewSlave = (function(){
 		} else {
 			slave.labia = jsEither([0, 0, 0, 1, 1, 1, 1, 2, 2, 3]);
 		}
-		
+
 		if (slave.energy < random(1,80)) {
 			slave.vaginaLube = 0;
 		} else if ( slave.physicalAge > random(35,60)) {
@@ -220,7 +220,7 @@ window.GenerateNewSlave = (function(){
 		slave.vagina = -1;
 		slave.clit = 0;
 		slave.preg = 0;
-		
+
 		if (slave.physicalAge <= 13) {
 			slave.dick = jsEither([1, 1, 1, 1, 2, 2, 2, 3]);
 			if (V.seeExtreme == 1) {
@@ -587,6 +587,7 @@ window.GenerateNewSlave = (function(){
 				case "Colombian":
 				case "Costa Rican":
 				case "Cuban":
+				case "Curaçaoan":
 				case "Czech":
 				case "Dominiquais":
 				case "Ecuadorian":
@@ -641,38 +642,38 @@ window.GenerateNewSlave = (function(){
 	function generateXXPreferences() {
 		randomizeAttraction(slave);
 		slave.fetishStrength = jsRandom(0,90);
-		slave.fetish = jsEither(["none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "submissive", "submissive", "cumslut", "humiliation", "humiliation", "buttslut", "boobs", "pregnancy", "dom", "sadist", "masochist"]);
-		slave.behavioralFlaw = jsEither(["none", "none", "none", "arrogant", "bitchy", "odd", "hates men", "hates women", "hates women", "anorexic", "gluttonous", "devout", "liberated"]);
-		
+		slave.fetish = jsEither(["boobs", "buttslut", "cumslut", "dom", "humiliation", "humiliation", "masochist", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "pregnancy", "sadist", "submissive", "submissive"]);
+		slave.behavioralFlaw = jsEither(["anorexic", "arrogant", "bitchy", "devout", "gluttonous", "hates men", "hates women", "hates women", "liberated", "none", "none", "none", "odd"]);
+
 		if (slave.behavioralFlaw == "devout") {
-			slave.sexualFlaw = jsEither(["none", "repressed", "shamefast", "apathetic", "crude", "judgemental"]);
+			slave.sexualFlaw = jsEither(["apathetic", "crude", "judgemental", "none", "repressed", "shamefast"]);
 		} else {
-			slave.sexualFlaw = jsEither(["none", "none", "none", "none", "hates oral", "hates anal", "hates penetration", "repressed", "idealistic", "shamefast", "apathetic", "crude", "judgemental"]);
+			slave.sexualFlaw = jsEither(["apathetic", "crude", "hates anal", "hates oral", "hates penetration", "idealistic", "judgemental", "none", "none", "none", "none", "repressed", "shamefast"]);
 		}
 		if (slave.behavioralFlaw == "none" && jsRandom(1,10) == 1) {
-			slave.behavioralQuirk = jsEither(["confident", "cutting", "funny", "adores women", "adores men", "fitness", "insecure", "sinful", "advocate"]);
+			slave.behavioralQuirk = jsEither(["adores men", "adores women", "advocate", "confident", "cutting", "fitness", "funny", "insecure", "sinful"]);
 		}
 		if (slave.sexualFlaw == "none" && jsRandom(1,10) == 1) {
-			slave.sexualQuirk = jsEither(["gagfuck queen", "painal queen", "strugglefuck queen", "tease", "romantic", "perverted", "caring", "unflinching", "size queen"]);
+			slave.sexualQuirk = jsEither(["caring", "gagfuck queen", "painal queen", "perverted", "romantic", "size queen", "strugglefuck queen", "tease", "unflinching"]);
 		}
 	};
 
 	function generateXYPreferences() {
 		randomizeAttraction(slave);
 		slave.fetishStrength = jsRandom(0,90);
-		slave.fetish = jsEither(["none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "submissive", "cumslut", "humiliation", "buttslut", "buttslut", "boobs", "dom", "sadist", "masochist"]);
-		slave.behavioralFlaw = jsEither(["none", "none", "none", "arrogant", "bitchy", "odd", "hates men", "hates men", "hates men", "hates women", "anorexic", "gluttonous", "devout", "liberated"]);
-		
+		slave.fetish = jsEither(["boobs", "buttslut", "buttslut", "cumslut", "dom", "humiliation", "masochist", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "sadist", "submissive"]);
+		slave.behavioralFlaw = jsEither(["anorexic", "arrogant", "bitchy", "devout", "gluttonous", "hates men", "hates men", "hates men", "hates women", "liberated", "none", "none", "none", "odd"]);
+
 		if (slave.behavioralFlaw == "devout") {
-			slave.sexualFlaw = jsEither(["none", "repressed", "shamefast", "apathetic", "crude", "judgemental"]);
+			slave.sexualFlaw = jsEither(["apathetic", "crude", "judgemental", "none", "repressed", "shamefast"]);
 		} else {
-			slave.sexualFlaw = jsEither(["none", "none", "none", "none", "hates oral", "hates anal", "hates anal", "repressed", "idealistic", "shamefast", "apathetic", "crude", "judgemental"]);
+			slave.sexualFlaw = jsEither(["apathetic", "crude", "hates anal", "hates anal", "hates oral", "idealistic", "judgemental", "none", "none", "none", "none", "repressed", "shamefast"]);
 		}
 		if (slave.behavioralFlaw == "none" && jsRandom(1,10) == 1) {
-			slave.behavioralQuirk = jsEither(["confident", "cutting", "funny", "adores women", "adores men", "fitness", "insecure", "sinful", "advocate"]);
+			slave.behavioralQuirk = jsEither(["adores men", "adores women", "advocate", "confident", "cutting", "fitness", "funny", "insecure", "sinful"]);
 		}
 		if (slave.sexualFlaw == "none" && jsRandom(1,10) == 1) {
-			slave.sexualQuirk = jsEither(["gagfuck queen", "painal queen", "strugglefuck queen", "tease", "romantic", "perverted", "caring", "unflinching", "size queen"]);
+			slave.sexualQuirk = jsEither(["caring", "gagfuck queen", "painal queen", "perverted", "romantic", "size queen", "strugglefuck queen", "tease", "unflinching"]);
 		}
 	};
 
@@ -697,7 +698,7 @@ window.GenerateNewSlave = (function(){
 				case "pacific islander":
 				case "amerindian":
 				case "asian":
-				case "middle eastern": 
+				case "middle eastern":
 				case "semitic":
 				case "southern european":
 					slave.butt = jsEither([1, 2, 2, 3, 3]);
@@ -799,9 +800,9 @@ window.GenerateNewSlave = (function(){
 			slave.face += jsRandom(0,10);
 		}
 		if (slave.physicalAge > 10) {
-			slave.faceShape = jsEither(["androgynous", "cute", "sensual", "exotic", "normal", "normal"]);
+			slave.faceShape = jsEither(["androgynous", "cute", "exotic", "normal", "normal", "sensual"]);
 		} else {
-			slave.faceShape = jsEither(["androgynous", "androgynous", "cute", "cute", "sensual", "exotic", "normal", "normal"]);
+			slave.faceShape = jsEither(["androgynous", "androgynous", "cute", "cute", "exotic", "normal", "normal", "sensual"]);
 		}
 		switch (slave.faceShape) {
 			case "sensual":
@@ -832,15 +833,15 @@ window.GenerateNewSlave = (function(){
 			slave.face += jsRandom(0,10);
 		}
 		if (slave.physicalAge >= 17) {
-			slave.faceShape = jsEither(["masculine", "masculine", "masculine", "androgynous"]);
+			slave.faceShape = jsEither(["androgynous", "masculine", "masculine", "masculine"]);
 		} else if (slave.physicalAge >= 15) {
-			slave.faceShape = jsEither(["masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "androgynous", "sensual", "exotic", "normal"]);
+			slave.faceShape = jsEither(["androgynous", "exotic", "masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "masculine", "normal", "sensual"]);
 		} else if (slave.physicalAge >= 13) {
-			slave.faceShape = jsEither(["masculine", "masculine", "masculine", "androgynous", "cute", "sensual", "exotic", "normal"]);
+			slave.faceShape = jsEither(["androgynous", "cute", "exotic", "masculine", "masculine", "masculine", "normal", "sensual"]);
 		} else if (slave.physicalAge >= 11) {
-			slave.faceShape = jsEither(["masculine", "androgynous", "cute", "sensual", "exotic", "normal", "normal"]);
+			slave.faceShape = jsEither(["androgynous", "cute", "exotic", "masculine", "normal", "normal", "sensual"]);
 		} else {
-			slave.faceShape = jsEither(["androgynous", "androgynous", "cute", "cute", "sensual", "exotic", "normal", "normal"]);
+			slave.faceShape = jsEither(["androgynous", "androgynous", "cute", "cute", "exotic", "normal", "normal", "sensual"]);
 		}
 		switch (slave.faceShape) {
 			case "sensual":
@@ -918,16 +919,16 @@ window.GenerateNewSlave = (function(){
 		var femaleCrookedTeethGen = slave.intelligence+slave.intelligenceImplant;
 		if ("American" == slave.nationality) {
 			femaleCrookedTeethGen += 20;
-		} else if (["Andorran", "Antiguan", "Argentinian", "Aruban", "Australian", "Austrian", "Bahamian", "Bahraini", "Barbadian", "Belarusian", "Belgian", "Bermudian", "Brazilian", "British", "Bruneian", "Bulgarian", "Canadian", "Catalan", "Chilean", "a Cook Islander", "Croatian", "Czech", "Cypriot", "Danish", "Dutch", "Emirati", "Estonian", "Finnish", "French", "German", "Greek", "Greenlandic", "Guamanian", "Hungarian", "Icelandic", "Irish", "Israeli", "Italian", "Japanese", "Kazakh", "Korean", "Kuwaiti", "Latvian", "a Liechtensteiner", "Lithuanian", "Luxembourgian", "Malaysian", "Maltese", "Mauritian", "Monégasque", "Montenegrin", "New Caledonian", "a New Zealander", "Niuean", "Norwegian", "Omani", "Palauan", "Panamanian", "Polish", "Portuguese", "Puerto Rican", "Qatari", "Romanian", "Russian", "Sammarinese", "Saudi", "Seychellois", "Singaporean", "Slovak", "Slovene", "Spanish", "Swedish", "Swiss", "Taiwanese", "Trinidadian", "Uruguayan", "Vatican"].includes(slave.nationality)) {
+		} else if (["Andorran", "Antiguan", "Argentinian", "Aruban", "Australian", "Austrian", "Bahamian", "Bahraini", "Barbadian", "Belarusian", "Belgian", "Bermudian", "Brazilian", "British", "Bruneian", "Bulgarian", "Canadian", "Catalan", "Chilean", "a Cook Islander", "Croatian", "Curaçaoan", "Cypriot", "Czech", "Danish", "Dutch", "Emirati", "Estonian", "Finnish", "French", "German", "Greek", "Greenlandic", "Guamanian", "Hungarian", "Icelandic", "Irish", "Israeli", "Italian", "Japanese", "Kazakh", "Korean", "Kuwaiti", "Latvian", "a Liechtensteiner", "Lithuanian", "Luxembourgian", "Malaysian", "Maltese", "Mauritian", "Monégasque", "Montenegrin", "New Caledonian", "a New Zealander", "Niuean", "Norwegian", "Omani", "Palauan", "Panamanian", "Polish", "Portuguese", "Puerto Rican", "Qatari", "Romanian", "Russian", "Sammarinese", "Saudi", "Seychellois", "Singaporean", "Slovak", "Slovene", "Spanish", "Swedish", "Swiss", "Taiwanese", "Trinidadian", "Uruguayan", "Vatican"].includes(slave.nationality)) {
 			/* do nothing */
 		} else {
 			femaleCrookedTeethGen -= 20;
 		}
-		
+
 		if (jsRandom(0, femaleCrookedTeethGen) <= 15 && slave.physicalAge >= 12) {
 			slave.teeth = jsEither(["crooked", "crooked", "crooked", "crooked", "crooked", "crooked", "crooked", "gapped"]);
 		}
-		
+
 		if (slave.physicalAge < 6) {
 			slave.teeth = "baby";
 		} else if (slave.physicalAge < 12) {
@@ -939,16 +940,16 @@ window.GenerateNewSlave = (function(){
 		var maleCrookedTeethGen = slave.intelligence+slave.intelligenceImplant;
 		if ("American" == slave.nationality) {
 			maleCrookedTeethGen += 22;
-		} else if (["Andorran", "Antiguan", "Argentinian", "Aruban", "Australian", "Austrian", "Bahamian", "Bahraini", "Barbadian", "Belarusian", "Belgian", "Bermudian", "Brazilian", "British", "Bruneian", "Bulgarian", "Canadian", "Catalan", "Chilean", "a Cook Islander", "Croatian", "Czech", "Cypriot", "Danish", "Dutch", "Emirati", "Estonian", "Finnish", "French", "German", "Greek", "Greenlandic", "Guamanian", "Hungarian", "Icelandic", "Irish", "Israeli", "Italian", "Japanese", "Kazakh", "Korean", "Kuwaiti", "Latvian", "a Liechtensteiner", "Lithuanian", "Luxembourgian", "Malaysian", "Maltese", "Mauritian", "Monégasque", "Montenegrin", "New Caledonian", "a New Zealander", "Niuean", "Norwegian", "Omani", "Palauan", "Panamanian", "Polish", "Portuguese", "Puerto Rican", "Qatari", "Romanian", "Russian", "Sammarinese", "Saudi", "Seychellois", "Singaporean", "Slovak", "Slovene", "Spanish", "Swedish", "Swiss", "Taiwanese", "Trinidadian", "Uruguayan", "Vatican"].includes(slave.nationality)) {
+		} else if (["Andorran", "Antiguan", "Argentinian", "Aruban", "Australian", "Austrian", "Bahamian", "Bahraini", "Barbadian", "Belarusian", "Belgian", "Bermudian", "Brazilian", "British", "Bruneian", "Bulgarian", "Canadian", "Catalan", "Chilean", "a Cook Islander", "Croatian", "Curaçaoan", "Cypriot", "Czech", "Danish", "Dutch", "Emirati", "Estonian", "Finnish", "French", "German", "Greek", "Greenlandic", "Guamanian", "Hungarian", "Icelandic", "Irish", "Israeli", "Italian", "Japanese", "Kazakh", "Korean", "Kuwaiti", "Latvian", "a Liechtensteiner", "Lithuanian", "Luxembourgian", "Malaysian", "Maltese", "Mauritian", "Monégasque", "Montenegrin", "New Caledonian", "a New Zealander", "Niuean", "Norwegian", "Omani", "Palauan", "Panamanian", "Polish", "Portuguese", "Puerto Rican", "Qatari", "Romanian", "Russian", "Sammarinese", "Saudi", "Seychellois", "Singaporean", "Slovak", "Slovene", "Spanish", "Swedish", "Swiss", "Taiwanese", "Trinidadian", "Uruguayan", "Vatican"].includes(slave.nationality)) {
 			/* do nothing */
 		} else {
 			maleCrookedTeethGen -= 20;
 		}
-		
+
 		if (jsRandom(0, maleCrookedTeethGen) <= 15 && slave.physicalAge >= 12) {
 			slave.teeth = jsEither(["crooked", "crooked", "crooked", "crooked", "crooked", "crooked", "crooked", "gapped"]);
 		}
-		
+
 		if (slave.physicalAge < 6) {
 			slave.teeth = "baby";
 		} else if (slave.physicalAge < 12) {
@@ -989,39 +990,39 @@ window.GenerateNewSlave = (function(){
 	function generateXXBodyHair() {
 		slave.pubicHColor = slave.hColor;
 		slave.underArmHColor = slave.hColor;
-		slave.pubicHStyle = jsEither(["hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed", "in a strip", "in a strip", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "very bushy", "very bushy"]);
-		slave.underArmHStyle = jsEither(["hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "shaved", "shaved", "shaved", "shaved", "shaved", "neat", "neat", "neat", "neat", "neat", "bushy", "bushy", "bushy"]);
+		slave.pubicHStyle = jsEither(["bald", "bald", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "hairless", "in a strip", "in a strip", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "very bushy", "very bushy", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed"]);
+		slave.underArmHStyle = jsEither(["bald", "bald", "bushy", "bushy", "bushy", "hairless", "neat", "neat", "neat", "neat", "neat", "shaved", "shaved", "shaved", "shaved", "shaved", "waxed", "waxed", "waxed", "waxed"]);
 		if ((slave.pubicHStyle == "hairless" || slave.underArmHStyle == "hairless") && Math.random() > 0.4) {
 			slave.pubicHStyle = "hairless";
 			slave.underArmHStyle = "hairless";
 		}
 		if (slave.hColor == "blonde" && Math.random() > 0.85) {
-			slave.eyebrowHColor = jsEither(["brown", "brown", "brown", "brown", "black"]);
+			slave.eyebrowHColor = jsEither(["black", "brown", "brown", "brown", "brown"]);
 			slave.override_Brow_H_Color = 1;
 		} else {
 			slave.eyebrowHColor = slave.hColor;
 		}
-		slave.eyebrowHStyle = jsEither(["bald", "shaved", "shaved", "straight", "straight", "straight", "straight", "straight", "straight", "rounded", "rounded", "rounded", "rounded", "rounded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "slanted inwards", "slanted inwards", "slanted outwards", "slanted outwards", "high-arched", "high-arched", "high-arched", "elongated", "elongated", "elongated", "shortened", "shortened", "shortened", "curved", "curved", "curved", "curved", "curved", "curved", "curved"]);
-		slave.eyebrowFullness = jsEither(["pencil-thin", "pencil-thin", "thin", "thin", "thin", "threaded", "threaded", "threaded", "threaded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "tapered", "tapered", "tapered", "tapered", "thick", "thick", "thick", "bushy", "bushy"]);
+		slave.eyebrowHStyle = jsEither(["bald", "curved", "curved", "curved", "curved", "curved", "curved", "curved", "elongated", "elongated", "elongated", "high-arched", "high-arched", "high-arched", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "rounded", "rounded", "rounded", "rounded", "rounded", "shaved", "shaved", "shortened", "shortened", "shortened", "slanted inwards", "slanted inwards", "slanted outwards", "slanted outwards", "straight", "straight", "straight", "straight", "straight", "straight"]);
+		slave.eyebrowFullness = jsEither(["bushy", "bushy", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "pencil-thin", "pencil-thin", "tapered", "tapered", "tapered", "tapered", "thick", "thick", "thick", "thin", "thin", "thin", "threaded", "threaded", "threaded", "threaded"]);
 	};
 
 	function generateXYBodyHair() {
 		slave.pubicHColor = slave.hColor;
 		slave.underArmHColor = slave.hColor;
-		slave.pubicHStyle = jsEither(["hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "neat", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "very bushy", "very bushy"]);
-		slave.underArmHStyle = jsEither(["hairless", "bald", "bald", "waxed", "waxed", "waxed", "waxed", "shaved", "shaved", "shaved", "shaved", "shaved", "neat", "neat", "neat", "neat", "neat", "neat", "neat", "bushy", "bushy", "bushy", "bushy", "bushy"]);
+		slave.pubicHStyle = jsEither(["bald", "bald", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy in the front and neat in the rear", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "hairless", "in a strip", "in a strip", "in a strip", "neat", "neat", "neat", "neat", "neat", "neat", "very bushy", "very bushy", "waxed", "waxed", "waxed", "waxed", "waxed", "waxed"]);
+		slave.underArmHStyle = jsEither(["bald", "bald", "bushy", "bushy", "bushy", "bushy", "bushy", "hairless", "neat", "neat", "neat", "neat", "neat", "neat", "neat", "shaved", "shaved", "shaved", "shaved", "shaved", "waxed", "waxed", "waxed", "waxed"]);
 		if ((slave.pubicHStyle == "hairless" || slave.underArmHStyle == "hairless") && Math.random() > 0.4) {
 			slave.pubicHStyle = "hairless";
 			slave.underArmHStyle = "hairless";
 		}
 		if (slave.hColor == "blonde" && Math.random() > 0.85) {
-			slave.eyebrowHColor = jsEither(["brown", "brown", "brown", "brown", "black"]);
+			slave.eyebrowHColor = jsEither(["black", "brown", "brown", "brown", "brown"]);
 			slave.override_Brow_H_Color = 1;
 		} else {
 			slave.eyebrowHColor = slave.hColor;
 		}
-		slave.eyebrowHStyle = jsEither(["bald", "shaved", "shaved", "straight", "straight", "straight", "straight", "straight", "straight", "rounded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "slanted inwards", "slanted outwards", "high-arched", "elongated", "shortened", "curved", "curved", "curved", "curved", "curved"]);
-		slave.eyebrowFullness = jsEither(["pencil-thin", "thin", "thin", "threaded", "threaded", "threaded", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "tapered", "tapered", "tapered", "thick", "thick", "bushy"]);
+		slave.eyebrowHStyle = jsEither(["bald", "curved", "curved", "curved", "curved", "curved", "elongated", "high-arched", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "rounded", "shaved", "shaved", "shortened", "slanted inwards", "slanted outwards", "straight", "straight", "straight", "straight", "straight", "straight"]);
+		slave.eyebrowFullness = jsEither(["bushy", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "natural", "pencil-thin", "tapered", "tapered", "tapered", "thick", "thick", "thin", "thin", "threaded", "threaded", "threaded"]);
 	};
 
 	function generateXXPuberty() {
@@ -1215,38 +1216,38 @@ window.GenerateNewSlave = (function(){
 		switch (slave.race) {
 			case "black":
 				slave.lips = jsRandom(5,30);
-				slave.skin = jsEither(["black", "dark brown", "brown"]);
+				slave.skin = jsEither(["black", "brown", "dark brown"]);
 				slave.hColor = jsEither(["black", "black", "black", "brown"]);
-				slave.hStyle = jsEither(["neat", "crinkled"]);
+				slave.hStyle = jsEither(["crinkled", "neat"]);
 				break;
 			case "white":
 				slave.lips = jsRandom(5,25);
 				if (slave.nationality == "German") {
-					slave.skin = jsEither(["pale", "light", "fair"]);
+					slave.skin = jsEither(["fair", "light", "pale"]);
 					slave.eyeColor = jsEither(["blue", "blue", "blue", "brown", "green"]);
-					slave.hColor = jsEither(["black", "blonde", "blonde", "blonde", "red", "brown"]);
+					slave.hColor = jsEither(["black", "blonde", "blonde", "blonde", "brown", "red"]);
 				} else if (slave.nationality == "Icelandic") {
-					slave.skin = jsEither(["pale", "pale", "light", "fair"]);
+					slave.skin = jsEither(["fair", "light", "pale", "pale"]);
 					slave.eyeColor = jsEither(["blue", "blue", "blue", "brown", "green"]);
-					slave.hColor = jsEither(["black", "blonde", "blonde", "blonde", "red", "brown"]);
+					slave.hColor = jsEither(["black", "blonde", "blonde", "blonde", "brown", "red"]);
 				} else if (slave.nationality == "Irish") {
-					slave.skin = jsEither(["pale", "pale", "light", "fair"]);
+					slave.skin = jsEither(["fair", "light", "pale", "pale"]);
 					slave.eyeColor = jsEither(["blue", "brown", "green", "green", "green"]);
-					slave.hColor = jsEither(["black", "blonde", "red", "red", "red", "brown"]);
+					slave.hColor = jsEither(["black", "blonde", "brown", "red", "red", "red"]);
 				} else if (slave.nationality == "Scottish") {
-					slave.skin = jsEither(["pale", "fair", "light", "fair"]);
+					slave.skin = jsEither(["fair", "fair", "light", "pale"]);
 					slave.eyeColor = jsEither(["blue", "brown", "brown", "green", "green", "green"]);
 					slave.hColor = jsEither(["black", "black", "blonde", "red", "red", "red", "brown"]);
 				} else {
-					slave.skin = jsEither(["pale", "light", "fair"]);
+					slave.skin = jsEither(["fair", "light", "pale"]);
 					slave.eyeColor = jsEither(["blue", "brown", "green"]);
-					slave.hColor = jsEither(["black", "blonde", "red", "brown"]);
+					slave.hColor = jsEither(["black", "blonde", "brown", "red"]);
 				}
 				slave.hStyle = "neat";
 				break;
 			case "latina":
 				slave.lips = jsRandom(5,25);
-				slave.skin = jsEither(["light olive", "brown", "dark brown", "tanned", "dark olive"]);
+				slave.skin = jsEither(["brown", "dark brown", "dark olive", "light olive", "tanned"]);
 				slave.hColor = jsEither(["black", "brown"]);
 				slave.hStyle = "neat";
 				break;
@@ -1261,27 +1262,27 @@ window.GenerateNewSlave = (function(){
 				break;
 			case "asian":
 				slave.lips = jsRandom(5,25);
-				slave.skin = jsEither(["light olive", "dark olive", "light"]);
+				slave.skin = jsEither(["dark olive", "light olive", "light"]);
 				slave.hColor = "black";
 				slave.hStyle = "neat";
 				break;
-			case "middle eastern": 
+			case "middle eastern":
 			case "semitic":
 			case "southern european":
 				slave.lips = jsRandom(5,25);
-				slave.skin = jsEither(["fair", "light olive", "tanned", "light"]);
+				slave.skin = jsEither(["fair", "light olive", "light", "tanned"]);
 				slave.hColor = "black";
 				slave.hStyle = "neat";
 				break;
 			default:
 				slave.lips = jsRandom(5,25);
-				slave.skin = jsEither(["pale", "dark", "light"]);
-				slave.hColor = jsEither(["black", "black", "black", "black", "brown", "brown", "blonde", "red"]);
+				slave.skin = jsEither(["dark", "light", "pale"]);
+				slave.hColor = jsEither(["black", "black", "black", "black", "blonde", "brown", "brown", "red"]);
 				slave.hStyle = "neat";
 		}
 		if (slave.skin == "pale" || slave.skin == "fair") {
 			if (jsRandom(1,4) == 1) {
-				slave.markings = jsEither(["freckles", "freckles", "freckles", "heavily freckled", "beauty mark", "beauty mark", "birthmark", "birthmark"]);
+				slave.markings = jsEither(["beauty mark", "beauty mark", "birthmark", "birthmark", "freckles", "freckles", "freckles", "heavily freckled"]);
 			}
 		} else if (jsRandom(1,8) == 1) {
 			slave.markings = jsEither(["beauty mark", "birthmark"]);
@@ -1326,15 +1327,15 @@ window.GenerateNewSlave = (function(){
 				slave.boobShape = jsEither(BoobShapeGen);
 			}
 		}
-		
+
 		if (slave.boobs < 250) {
-			slave.nipples = jsEither(["tiny", "tiny", "tiny", "tiny", "cute", "cute", "puffy", "partially inverted"]);
+			slave.nipples = jsEither(["cute", "cute", "partially inverted", "puffy", "tiny", "tiny", "tiny", "tiny"]);
 		} else if (slave.boobs < 500) {
-			slave.nipples = jsEither(["tiny", "cute", "cute", "cute", "puffy", "partially inverted"]);
+			slave.nipples = jsEither(["cute", "cute", "cute", "partially inverted", "puffy", "tiny"]);
 		} else if (slave.boobs < 1000) {
-			slave.nipples = jsEither(["tiny", "cute", "cute", "cute", "puffy", "puffy", "partially inverted", "inverted"]);
+			slave.nipples = jsEither(["cute", "cute", "cute", "inverted", "partially inverted", "puffy", "puffy", "tiny"]);
 		} else {
-			slave.nipples = jsEither(["cute", "puffy", "partially inverted", "inverted", "huge"]);
+			slave.nipples = jsEither(["cute", "huge", "inverted", "partially inverted", "puffy"]);
 		}
 	};
 
@@ -1349,7 +1350,7 @@ window.GenerateNewSlave = (function(){
 	function generateDisabilities() {
 		if (slave.physicalAge >= jsRandom(0,100)) {
 			slave.eyes = -1;
-		} 
+		}
 		if (slave.physicalAge >= jsRandom(30,100)) {
 			slave.hears = -1;
 		}
diff --git a/src/js/pregJS.tw b/src/js/pregJS.tw
index 7e17b5554ab6e643ed1176c5a535874f6bd07817..9ef54e189296dd59563b7a722e47e3ea484fd862 100644
--- a/src/js/pregJS.tw
+++ b/src/js/pregJS.tw
@@ -22,25 +22,25 @@ window.bellyAdjective = function(slave) {
 	slave = slave || State.variables.activeSlave;
 	if(slave.belly >= 1500) {
 		if(slave.belly >= 1000000) {
-			if(slave.preg > 10) {
+			if(slave.preg > slave.pregData.normalBirth/4) {
 				return 'unfathomably distended, brimming with life';
 			} else {
 				return 'unfathomable';
 			}
 		} else if(slave.belly >= 750000) {
-			if(slave.preg > 10) {
+			if(slave.preg > slave.pregData.normalBirth/4) {
 				return 'monolithic bulging';
 			} else {
 				return 'monolithic';
 			}
 		} else if(slave.belly >= 600000) {
-			if(slave.preg > 10) {
+			if(slave.preg > slave.pregData.normalBirth/4) {
 				return 'titanic bulging';
 			} else {
 				return 'titanic';
 			}
 		} else if(slave.belly >= 450000) {
-			if(slave.preg > 10) {
+			if(slave.preg > slave.pregData.normalBirth/4) {
 				return 'gigantic bulgy';
 			} else {
 				return 'gigantic';
@@ -65,9 +65,20 @@ window.bellyAdjective = function(slave) {
 window.setPregType = function(actor) {
 	/* IMHO rework is posssible. Can be more interesting to play, if this code will take in account more body conditions - age, fat, food, hormone levels, etc. */
 
-	var ovum = 1;
+	var ovum = jsRandom(actor.pregData.normalOvaMin, actor.pregData.normalOvaMax); //for default human profile it's always 1.
 	var fertilityStack = 0; // adds an increasing bonus roll for stacked fertility drugs
 
+	/* Suggestion for better animal pregnancy support - usage of another variable then ovum for fertility drugs bonus, and then adding actor.pregData.drugsEffect multiplier to it before adding to ovum. Example:
+
+		var bonus = 0;
+		
+		... (code below where ovum changed to bonus)
+
+		bonus *= actor.pregData.drugsEffect;
+		ovum += bonus;
+
+	*/
+
 	if(actor.broodmother < 1) { // Broodmothers should be not processed here. Necessary now.
 		if(typeof actor.readyOva == "number" && actor.readyOva != 0) {
 			ovum = actor.readyOva; //just single override; for delayed impregnation cases 
diff --git a/src/js/sexActsJS.tw b/src/js/sexActsJS.tw
index 026a00a93daa6e68cf909a5bca1ef34337c2490e..b9945e79ff36144319d0837eddefc50810d36c8e 100644
--- a/src/js/sexActsJS.tw
+++ b/src/js/sexActsJS.tw
@@ -288,7 +288,7 @@ window.SimpleVCheck = function SimpleVCheck(times) {
 window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) {
 	const V = State.variables;
 	const partner = V.slaves[V.partner];
-	let pronouns = getPronouns(slave);
+	let pronouns = getPronouns(partner);
 	let he = pronouns.pronoun,
 		him = pronouns.object,
 		his = pronouns.possessive,
diff --git a/src/js/slaveCostJS.tw b/src/js/slaveCostJS.tw
index 259209ecda5023c231d92ad8917c56a72bc708ce..a177252022731dc9afafbc8c6b65089c120e8352 100644
--- a/src/js/slaveCostJS.tw
+++ b/src/js/slaveCostJS.tw
@@ -757,7 +757,7 @@ window.Beauty = (function() {
 	};
 
 	function calcRepopulationPregBeauty(slave) {
-		if (slave.preg > 30) { /*limited huge boost for full term */
+		if (slave.preg > slave.pregData.normalBirth/1.33) { /*limited huge boost for full term */
 			if (slave.broodmother > 0) {
 				beauty += 0.4*(slave.broodmother*arcology.FSRepopulationFocus); /*40-80 limited due to constant presence. Also good breeders, but subpar mothers*/
 			} else if (slave.bellyPreg >= 600000) {
@@ -769,7 +769,7 @@ window.Beauty = (function() {
 			} else {
 				beauty += 0.8*arcology.FSRepopulationFocus; /*80*/
 			}
-		} else if (slave.preg > 20) {
+		} else if (slave.preg > slave.pregData.normalBirth/2) {
 			if (slave.pregType >= 20) {
 				beauty += 10*(arcology.FSRepopulationFocus/40); /*25*/
 			} else if (slave.pregType >= 10) {
@@ -777,7 +777,7 @@ window.Beauty = (function() {
 			} else {
 				beauty += 8*(arcology.FSRepopulationFocus/40); /*20*/
 			}
-		} else if (slave.preg > 10) {
+		} else if (slave.preg > slave.pregData.normalBirth/4) {
 			if (slave.pregType >= 20) {
 				beauty += arcology.FSRepopulationFocus/5; /*20*/
 			} else if (slave.pregType >= 10) {
@@ -800,7 +800,7 @@ window.Beauty = (function() {
 	};
 
 	function calcTrendyPregBeauty(slave) {
-		if (slave.preg > 30) { /*limited huge boost for full term */
+		if (slave.preg > slave.pregData.normalBirth/1.33) { /*limited huge boost for full term */
 			beauty += 20;
 		} else if (slave.bellyPreg >= 1500) {
 				beauty += 10;
@@ -809,11 +809,11 @@ window.Beauty = (function() {
 
 	function calcRestartPregBeauty(slave) {
 		if (slave.breedingMark === 1 && V.propOutcome === 1) {
-			if (slave.preg > 5 && slave.pregSource === -1) {
+			if (slave.preg > slave.pregData.normalBirth/8 && slave.pregSource === -1) {
 				beauty += arcology.FSRestart; /*100*/
 			}
 		} else {
-			if (slave.preg > 30) {
+			if (slave.preg > slave.pregData.normalBirth/1.33) {
 				if (slave.bellyPreg >= 600000) {
 					beauty -= 2.5*arcology.FSRestart; /*-250*/
 				} else if (slave.bellyPreg >= 300000) {
@@ -823,7 +823,7 @@ window.Beauty = (function() {
 				} else {
 					beauty -= 0.75*arcology.FSRestart; /*-75*/
 				}
-			} else if (slave.preg > 20) {
+			} else if (slave.preg > slave.pregData.normalBirth/2) {
 				if (slave.pregType >= 20) {
 					beauty -= arcology.FSRestart/1.5; /*-66.6*/
 				} else if (slave.pregType >= 10) {
@@ -831,7 +831,7 @@ window.Beauty = (function() {
 				} else {
 					beauty -= arcology.FSRestart/3; /*-33.3*/
 				}
-			} else if (slave.preg > 10) {
+			} else if (slave.preg > slave.pregData.normalBirth/4) {
 				if (slave.pregType >= 20) {
 					beauty -= 3*(arcology.FSRestart/8); /*-37.5*/
 				} else if (slave.pregType >= 10) {
@@ -1666,7 +1666,7 @@ window.slaveCost = (function() {
 				multiplier += 1;
 			} else if (slave.bellyPreg >= 120000) {
 				multiplier += 0.5;
-			} else if (slave.preg > 10) {
+			} else if (slave.preg > slave.pregData.normalBirth/4) {
 				multiplier += 0.1;
 			}
 		} else if (arcology.FSRestartSMR === 1) {
@@ -1676,7 +1676,7 @@ window.slaveCost = (function() {
 				multiplier -= 2.5;
 			} else if (slave.bellyPreg >= 30000) {
 				multiplier -= 1.5;
-			} else if (slave.preg > 10) {
+			} else if (slave.preg > slave.pregData.normalBirth/4) {
 				multiplier -= 1.0;
 			}
 		} else {
@@ -1686,7 +1686,7 @@ window.slaveCost = (function() {
 				multiplier -= 1.5;
 			} else if (V.activeSlave.bellyPreg >= 120000) {
 				multiplier -= 0.5;
-			} else if (slave.preg > 10) {
+			} else if (slave.preg > slave.pregData.normalBirth/4) {
 				multiplier -= 0.1;
 			}
 		}
diff --git a/src/js/slaveGenerationJS.tw b/src/js/slaveGenerationJS.tw
index 4bc705ffe14c014fd7c5c9546ef9f7081786c594..81909bb0b411fdd20135d521a9cff2cd0ebf8d7a 100644
--- a/src/js/slaveGenerationJS.tw
+++ b/src/js/slaveGenerationJS.tw
@@ -337,6 +337,17 @@ window.nationalityToAccent = function nationalityToAccent(slave) {
 		case "Cuban":
 			slave.accent = (V.language === "Spanish") ? jsEither([0, 1, 1, 1, 1, 2]) : naturalAccent;
 			break;
+		case "Curaçaoan":
+			if (V.language === "Dutch") {
+				slave.accent = jsEither([0, 1, 1, 1, 2]);
+			} else if (V.language === "English") {
+				slave.accent = jsEither([0, 1, 2, 2, 2, 3, 3]);
+			} else if (V.language === "Portuguese") {
+				slave.accent = jsEither([0, 1, 2, 2, 2, 3, 3]);
+			} else {
+				slave.accent = naturalAccent;
+			}
+			break;
 		case "Cypriot":
 			if (V.language === "Greek") {
 				slave.accent = jsEither([0, 1, 1, 1, 1, 2]);
diff --git a/src/js/slaveSummaryWidgets.tw b/src/js/slaveSummaryWidgets.tw
index bce085863161090bb42a2b18336c4c6d9ed0e999..cb5e37e686863baf25c68d81dbae7b0bc15d2b3f 100644
--- a/src/js/slaveSummaryWidgets.tw
+++ b/src/js/slaveSummaryWidgets.tw
@@ -848,7 +848,7 @@ window.SlaveSummaryUncached = (function(){
 			r += `<strong>CC</strong>`;
 		} else if (slave.preg === 0 && (slave.ovaries === 1 || slave.mpreg === 1)) {
 			r += `<strong>Fert+</strong>`;
-		} else if (((slave.preg < 4) && (slave.preg > 0) && slave.pregKnown === 0) || slave.pregWeek === 1) {
+		} else if (((slave.preg < slave.pregData.normalBirth/10) && (slave.preg > 0) && slave.pregKnown === 0) || slave.pregWeek === 1) {
 			r += `<strong>Preg?</strong>`;
 		} else if ((slave.preg >= 36) && (slave.broodmother > 0)) {
 			r += `<strong>Perm preg</strong>`;
@@ -925,7 +925,7 @@ window.SlaveSummaryUncached = (function(){
 			r += `On contraceptives.`;
 		} else if (slave.preg === 0 && (slave.ovaries === 1 || slave.mpreg === 1)) {
 			r += `Fertile.`;
-		} else if (((slave.preg < 4) && (slave.preg > 0) && slave.pregKnown === 0) || slave.pregWeek === 1) {
+		} else if (((slave.preg < slave.pregData.normalBirth/10) && (slave.preg > 0) && slave.pregKnown === 0) || slave.pregWeek === 1) {
 			r += `May be pregnant.`;
 		} else if ((slave.preg >= 36) && (slave.broodmother > 0)) {
 			r += `Permanently pregnant.`;
@@ -958,6 +958,9 @@ window.SlaveSummaryUncached = (function(){
 					r += `twins.`;
 				}
 			}
+			if (slave.preg > slave.pregData.normalBirth && slave.broodmother == 0) {
+				r += ` (Overdue.)`;
+			}
 		}
 		r += `</span> `;
 		if (slave.induce === 1) {
@@ -1222,6 +1225,9 @@ window.SlaveSummaryUncached = (function(){
 			case "Cuban":
 				r += `Cub`;
 				break;
+			case "Curaçaoan":
+				r += `Cur`;
+				break;
 			case "Cypriot":
 				r += `Cyp`;
 				break;
diff --git a/src/js/storyJS.tw b/src/js/storyJS.tw
index 67180b8780d750a9c8507e3a6f20c38c84f5632b..e42d3627a269030f92590ae273657d5c46dbff1e 100644
--- a/src/js/storyJS.tw
+++ b/src/js/storyJS.tw
@@ -399,7 +399,7 @@ window.canSee = function(slave) {
 window.canHear = function(slave) {
 	if (!slave) {
 		return null;
-	} else if ((slave.hears > -2) || (slave.earwear == "deafening ear plugs")) {
+	} else if ((slave.hears > -2) && (slave.earwear != "deafening ear plugs")) {
 		return true;
 	} else {
 		return false;
@@ -831,7 +831,7 @@ window.ngUpdateMissingTable = function(missingTable) {
 	(State.variables.slaves || [])
 	.forEach(s => ([s.pregSource+1200000,s.mother+1200000,s.father+1200000]
 	.filter(i => (i in missingTable))
-	.forEach(i => { 
+	.forEach(i => {
 	newTable[i-1200000] = missingTable[i];
 	newTable[i-1200000].ID -= 1200000;
 	})));
@@ -849,25 +849,25 @@ window.toJson = function(obj) {
 window.nippleColor = function(slave) {
 	slave = slave || State.variables.activeSlave;
 	if(slave.skin === 'tanned' || slave.skin === 'fair') {
-		if(slave.preg > 10 || (slave.birthsTotal > 0 && slave.lactation > 0)) {
+		if(slave.preg > slave.pregData.normalBirth/4 || (slave.birthsTotal > 0 && slave.lactation > 0)) {
 			return 'dark brown';
 		} else {
 			return 'pink';
 		}
 	} else if((slave.skin === 'pale' || slave.race === 'white')) {
-		if(slave.preg > 10 || (slave.birthsTotal > 0 && slave.lactation > 0)) {
+		if(slave.preg > slave.pregData.normalBirth/4 || (slave.birthsTotal > 0 && slave.lactation > 0)) {
 			return 'brown';
 		} else {
 			return 'pink';
 		}
 	} else if((slave.skin === 'brown' || slave.race === 'black')) {
-		if(slave.preg > 10 || (slave.birthsTotal > 0 && slave.lactation > 0)) {
+		if(slave.preg > slave.pregData.normalBirth/4 || (slave.birthsTotal > 0 && slave.lactation > 0)) {
 			return 'black';
 		} else {
 			return 'dark brown';
 		}
 	} else {
-		if(slave.preg > 10 || (slave.birthsTotal > 0 && slave.lactation > 0)) {
+		if(slave.preg > slave.pregData.normalBirth/4 || (slave.birthsTotal > 0 && slave.lactation > 0)) {
 			return 'dark brown';
 		} else {
 			return 'brown';
diff --git a/src/js/utilJS.tw b/src/js/utilJS.tw
index 9feaa241c33a38cc325a851e48024bdf40887403..bfbaae8ae70690ce63e278088008d951ade4190f 100644
--- a/src/js/utilJS.tw
+++ b/src/js/utilJS.tw
@@ -5,7 +5,7 @@
  * Height.mean(nationality, race, genes) - returns the mean adult height for the given combination
  * Height.mean(slave) - returns the mean (expected) height for the given slave
  *
- * Height.random(nationality, race, genes, age) - returns a random height using the skew-normal distribution 
+ * Height.random(nationality, race, genes, age) - returns a random height using the skew-normal distribution
  *													around the mean height for the given arguments
  * Height.random(nationality, race, genes) - returns a random height for the given combination of an adult, as above
  * Height.random(slave[, options]) - returns a random height for the given slave, as above.
@@ -86,55 +86,55 @@ window.Height = (function(){
 
 	/* if you can find an average for an undefined, add it in! */
 	const xxMeanHeight = {
-		"Afghan": 155.08, "Albanian": 161.77, "Algerian": 159.09, "American.asian": 158.4, "American.black": 163.6, "American.latina": 158.9, "American.white": 165, "American": 163.54, 
-		"Andorran": 162.90, "Angolan": 157.31, "Antiguan": 160.65, "Argentinian": 159.18, "Armenian": 158.09, "Aruban": 158, "Australian": 165.86, "Austrian": 164.62, "Azerbaijani": 158.25, 
-		"Bahamian": 160.68, "Bahraini": 156.69, "Bangladeshi": 150.79, "Barbadian": 165.28, "Belarusian": 166.35, "Belgian": 165.49, "Belizean": 156.88, "Beninese": 156.16, "Bermudian": 160.69, 
+		"Afghan": 155.08, "Albanian": 161.77, "Algerian": 159.09, "American.asian": 158.4, "American.black": 163.6, "American.latina": 158.9, "American.white": 165, "American": 163.54,
+		"Andorran": 162.90, "Angolan": 157.31, "Antiguan": 160.65, "Argentinian": 159.18, "Armenian": 158.09, "Aruban": 158, "Australian": 165.86, "Austrian": 164.62, "Azerbaijani": 158.25,
+		"Bahamian": 160.68, "Bahraini": 156.69, "Bangladeshi": 150.79, "Barbadian": 165.28, "Belarusian": 166.35, "Belgian": 165.49, "Belizean": 156.88, "Beninese": 156.16, "Bermudian": 160.69,
 		"Bhutanese": 153.63, "Bissau-Guinean": 158.24, "Bolivian": 153.89, "Bosnian": 165.85, "Brazilian": 160.86, "British": 164.40, "Bruneian": 153.98, "Bulgarian": 164.80,
-		"Burkinabé": 160.19, "Burmese": 154.37, "Burundian": 154.02, "Cambodian": 152.91, "Cameroonian": 158.82, "Canadian": 163.91, "Cape Verdean": 161.65, "Catalan": 163.4, 
-		"Central African": 158.04, "Chadian": 160.17, "Chilean": 159.36, "Chinese": 159.71, "Colombian": 156.85, "Comorian": 155.58, "Congolese": 157.57, "a Cook Islander": 163.19, "Costa Rican": 156.37, 
-		"Croatian": 165.63, "Cuban": 157.98, "Cypriot": 162.27, "Czech": 168.46, "Danish": 167.21, "Djiboutian": 156.11, "Dominican": 159.03, "Dominiquais": 164.34, "Dutch": 168.72, "East Timorese": 151.15, 
-		"Ecuadorian": 154.23, "Egyptian": 157.33, "Emirati": 158.68, "Equatoguinean": 157.33, "Eritrean": 156.39, "Estonian": 168.67, "Ethiopian": 155.71, "Fijian": 161.69, "Filipina": 149.60, 
-		"Finnish": 165.90, "French Guianan": 157, "French Polynesian": 164.52, "French": 164.88, "Gabonese": 158.84, "Gambian": 160.93, "Georgian": 162.98, "German": 165.86, "Ghanan": 157.91, 
-		"Greek": 164.87, "Greenlandic": 161.55, "Grenadian": 164.51, "Guamanian": 153.7, "Guatemalan": 149.39, "Guinean": 157.80, "Guyanese": 157.92, "Haitian": 158.72, "Honduran": 153.84, "Hungarian": 163.66, 
-		"I-Kiribati": 157.00, "Icelandic": 165.95, "Indian": 152.59, "Indonesian": 152.80, "Iranian": 159.67, "Iraqi": 158.67, "Irish": 165.11, "Israeli": 161.80, "Italian": 164.61, "Ivorian": 158.07, 
-		"Jamaican": 163.12, "Japanese": 158.31, "Jordanian": 158.83, "Kazakh": 158.58, "Kenyan": 158.16, "Kittitian": 159.20, "Korean": 160.65, "Kosovan": 165.7, "Kurdish": 165, "Kuwaiti": 159.43, 
-		"Kyrgyz": 159.35, "Laotian": 151.28, "Latvian": 169.80, "Lebanese": 162.43, "Liberian": 157.3, "Libyan": 162.08, "a Liechtensteiner": 164.3, "Lithuanian": 166.61, "Luxembourgian": 164.43, 
-		"Macedonian": 159.75, "Malagasy": 151.18, "Malawian": 154.40, "Malaysian": 156.30, "Maldivian": 155.02, "Malian": 160.47, "Maltese": 160.85, "Marshallese": 151.31, "Mauritanian": 157.72, 
-		"Mauritian": 157.24, "Mexican": 156.85, "Micronesian": 156.09, "Moldovan": 163.24, "Monégasque": 164.61, "Mongolian": 158.22, "Montenegrin": 164.86, "Moroccan": 157.82, "Mosotho": 155.71, 
-		"Motswana": 161.38, "Mozambican": 153.96, "Namibian": 158.78, "Nauruan": 153.98, "Nepalese": 150.86, "New Caledonian": 158.0, "a New Zealander": 164.94, "Ni-Vanuatu": 158.17, "Nicaraguan": 154.39, "Nigerian": 156.32, 
-		"Nigerien": 158.25, "Niuean": 164.80, "Norwegian": 165.56, "Omani": 157.19, "Pakistani": 153.84, "Palauan": 156.22, "Palestinian": 158.75, "Panamanian": 155.47, "Papua New Guinean": 154.87, 
-		"Paraguayan": 159.86, "Peruvian": 152.93, "Polish": 164.59, "Portuguese": 163.04, "Puerto Rican": 159.20, "Qatari": 159.38, "Romanian": 162.73, "Russian": 165.27, "Rwandan": 154.79, "Sahrawi": 157.82, 
-		"Saint Lucian": 162.31, "Salvadoran": 154.55, "Sammarinese": 164.61, "Samoan": 161.97, "São Toméan": 158.91, "Saudi": 155.88, "Scottish": 163, "Senegalese": 162.52, "Serbian": 167.69, 
-		"Seychellois": 162.08, "Sierra Leonean": 156.60, "Singaporean": 160.32, "Slovak": 167.47, "Slovene": 166.05, "a Solomon Islander": 154.42, "Somali": 156.06, "South African": 158.03, 
-		"South Sudanese": 169.0, "Spanish": 163.40, "Sri Lankan": 154.56, "Sudanese": 156.04, "Surinamese": 160.66, "Swazi": 158.64, "Swedish": 165.70, "Swiss": 163.45, "Syrian": 158.65, "Taiwanese": 161.45, 
-		"Tajik": 157.33, "Tanzanian": 156.6, "Thai": 157.87, "Tibetan": 158.75, "Togolese": 158.30, "Tongan": 165.52, "Trinidadian": 160.64, "Tunisian": 160.35, "Turkish": 160.50, "Turkmen": 161.73, 
-		"Tuvaluan": 158.10, "Ugandan": 156.72, "Ukrainian": 166.34, "Uruguayan": 162.13, "Uzbek": 157.82, "Vatican": 162.5, "Venezuelan": 157.44, "Vietnamese": 153.59, "Vincentian": 160.70, "Yemeni": 153.97, 
+		"Burkinabé": 160.19, "Burmese": 154.37, "Burundian": 154.02, "Cambodian": 152.91, "Cameroonian": 158.82, "Canadian": 163.91, "Cape Verdean": 161.65, "Catalan": 163.4,
+		"Central African": 158.04, "Chadian": 160.17, "Chilean": 159.36, "Chinese": 159.71, "Colombian": 156.85, "Comorian": 155.58, "Congolese": 157.57, "a Cook Islander": 163.19, "Costa Rican": 156.37,
+		"Croatian": 165.63, "Cuban": 157.98, "Curaçaoan": 158, "Cypriot": 162.27, "Czech": 168.46, "Danish": 167.21, "Djiboutian": 156.11, "Dominican": 159.03, "Dominiquais": 164.34, "Dutch": 168.72, "East Timorese": 151.15,
+		"Ecuadorian": 154.23, "Egyptian": 157.33, "Emirati": 158.68, "Equatoguinean": 157.33, "Eritrean": 156.39, "Estonian": 168.67, "Ethiopian": 155.71, "Fijian": 161.69, "Filipina": 149.60,
+		"Finnish": 165.90, "French Guianan": 157, "French Polynesian": 164.52, "French": 164.88, "Gabonese": 158.84, "Gambian": 160.93, "Georgian": 162.98, "German": 165.86, "Ghanan": 157.91,
+		"Greek": 164.87, "Greenlandic": 161.55, "Grenadian": 164.51, "Guamanian": 153.7, "Guatemalan": 149.39, "Guinean": 157.80, "Guyanese": 157.92, "Haitian": 158.72, "Honduran": 153.84, "Hungarian": 163.66,
+		"I-Kiribati": 157.00, "Icelandic": 165.95, "Indian": 152.59, "Indonesian": 152.80, "Iranian": 159.67, "Iraqi": 158.67, "Irish": 165.11, "Israeli": 161.80, "Italian": 164.61, "Ivorian": 158.07,
+		"Jamaican": 163.12, "Japanese": 158.31, "Jordanian": 158.83, "Kazakh": 158.58, "Kenyan": 158.16, "Kittitian": 159.20, "Korean": 160.65, "Kosovan": 165.7, "Kurdish": 165, "Kuwaiti": 159.43,
+		"Kyrgyz": 159.35, "Laotian": 151.28, "Latvian": 169.80, "Lebanese": 162.43, "Liberian": 157.3, "Libyan": 162.08, "a Liechtensteiner": 164.3, "Lithuanian": 166.61, "Luxembourgian": 164.43,
+		"Macedonian": 159.75, "Malagasy": 151.18, "Malawian": 154.40, "Malaysian": 156.30, "Maldivian": 155.02, "Malian": 160.47, "Maltese": 160.85, "Marshallese": 151.31, "Mauritanian": 157.72,
+		"Mauritian": 157.24, "Mexican": 156.85, "Micronesian": 156.09, "Moldovan": 163.24, "Monégasque": 164.61, "Mongolian": 158.22, "Montenegrin": 164.86, "Moroccan": 157.82, "Mosotho": 155.71,
+		"Motswana": 161.38, "Mozambican": 153.96, "Namibian": 158.78, "Nauruan": 153.98, "Nepalese": 150.86, "New Caledonian": 158.0, "a New Zealander": 164.94, "Ni-Vanuatu": 158.17, "Nicaraguan": 154.39, "Nigerian": 156.32,
+		"Nigerien": 158.25, "Niuean": 164.80, "Norwegian": 165.56, "Omani": 157.19, "Pakistani": 153.84, "Palauan": 156.22, "Palestinian": 158.75, "Panamanian": 155.47, "Papua New Guinean": 154.87,
+		"Paraguayan": 159.86, "Peruvian": 152.93, "Polish": 164.59, "Portuguese": 163.04, "Puerto Rican": 159.20, "Qatari": 159.38, "Romanian": 162.73, "Russian": 165.27, "Rwandan": 154.79, "Sahrawi": 157.82,
+		"Saint Lucian": 162.31, "Salvadoran": 154.55, "Sammarinese": 164.61, "Samoan": 161.97, "São Toméan": 158.91, "Saudi": 155.88, "Scottish": 163, "Senegalese": 162.52, "Serbian": 167.69,
+		"Seychellois": 162.08, "Sierra Leonean": 156.60, "Singaporean": 160.32, "Slovak": 167.47, "Slovene": 166.05, "a Solomon Islander": 154.42, "Somali": 156.06, "South African": 158.03,
+		"South Sudanese": 169.0, "Spanish": 163.40, "Sri Lankan": 154.56, "Sudanese": 156.04, "Surinamese": 160.66, "Swazi": 158.64, "Swedish": 165.70, "Swiss": 163.45, "Syrian": 158.65, "Taiwanese": 161.45,
+		"Tajik": 157.33, "Tanzanian": 156.6, "Thai": 157.87, "Tibetan": 158.75, "Togolese": 158.30, "Tongan": 165.52, "Trinidadian": 160.64, "Tunisian": 160.35, "Turkish": 160.50, "Turkmen": 161.73,
+		"Tuvaluan": 158.10, "Ugandan": 156.72, "Ukrainian": 166.34, "Uruguayan": 162.13, "Uzbek": 157.82, "Vatican": 162.5, "Venezuelan": 157.44, "Vietnamese": 153.59, "Vincentian": 160.70, "Yemeni": 153.97,
 		"Zairian": 155.25, "Zambian": 155.82, "Zimbabwean": 158.22,
 		"": 159.65 // default
 	};
 	const xyMeanHeight = {
-		"Afghan": 165.26, "Albanian": 173.39, "Algerian": 170.07, "American.asian": 172.5, "American.black": 177.4, "American.latina": 172.5, "American.white": 178.2, "American": 177.13, 
-		"Andorran": 176.06, "Angolan": 167.31, "Antiguan": 164.8, "Argentinian": 174.62, "Armenian": 172.00, "Aruban": 165.1, "Australian": 179.20, "Austrian": 177.41, "Azerbaijani": 169.75, 
-		"Bahamian": 172.75, "Bahraini": 167.74, "Bangladeshi": 163.81, "Barbadian": 175.92, "Belarusian": 178.44, "Belgian": 181.70, "Belizean": 168.73, "Beninese": 167.06, "Bermudian": 172.69, 
-		"Bhutanese": 165.31, "Bissau-Guinean": 167.90, "Bolivian": 166.85, "Bosnian": 180.87, "Brazilian": 173.55, "British": 177.49, "Bruneian": 165.01, "Bulgarian": 178.24, "Burkinabé": 169.33, 
-		"Burmese": 164.67, "Burundian": 166.64, "Cambodian": 163.33, "Cameroonian": 167.82, "Canadian": 178.09, "Cape Verdean": 173.22, "Catalan": 175.8, "Central African": 166.67, 
-		"Chadian": 170.44, "Chilean": 171.81, "Chinese": 171.83, "Colombian": 169.50, "Comorian": 166.19, "Congolese": 167.45, "a Cook Islander": 174.77, "Costa Rican": 168.93, "Croatian": 180.78, 
-		"Cuban": 172.00, "Cypriot": 174.99, "Czech": 180.10, "Danish": 181.39, "Djiboutian": 166.57, "Dominican": 172.75, "Dominiquais": 176.31, "Dutch": 182.54, "East Timorese": 159.79, "Ecuadorian": 167.08, 
-		"Egyptian": 166.68, "Emirati": 170.46, "Equatoguinean": 167.36, "Eritrean": 168.36, "Estonian": 181.59, "Ethiopian": 166.23, "Fijian": 173.90, "Filipina": 163.23, "Finnish": 179.59, 
-		"French Guianan": 168, "French Polynesian": 177.41, "French": 179.74, "Gabonese": 167.94, "Gambian": 165.40, "Georgian": 174.34, "German": 179.88, "Ghanan": 168.85, "Greek": 177.32, "Greenlandic": 174.87, 
-		"Grenadian": 176.97, "Guamanian": 169.8, "Guatemalan": 163.41, "Guinean": 167.54, "Guyanese": 170.21, "Haitian": 172.64, "Honduran": 166.39, "Hungarian": 177.26, "I-Kiribati": 169.20, "Icelandic": 180.49, 
-		"Indian": 164.95, "Indonesian": 163.55, "Iranian": 170.3, "Iraqi": 170.43, "Irish": 178.93, "Israeli": 176.86, "Italian": 177.77, "Ivorian": 166.53, "Jamaican": 174.53, "Japanese": 170.82, "Jordanian": 171.03, 
-		"Kazakh": 171.14, "Kenyan": 169.64, "Kittitian": 169.62, "Korean": 173.46, "Kosovan": 179.5, "Kurdish": 175, "Kuwaiti": 172.07, "Kyrgyz": 171.24, "Laotian": 160.52, "Latvian": 181.42, "Lebanese": 174.39, 
-		"Liberian": 163.66, "Libyan": 173.53, "a Liechtensteiner": 175.4, "Lithuanian": 179.03, "Luxembourgian": 177.86, "Macedonian": 178.33, "Malagasy": 161.55, "Malawian": 166, "Malaysian": 167.89, 
-		"Maldivian": 167.68, "Malian": 171.3, "Maltese": 173.32, "Marshallese": 162.81, "Mauritanian": 163.28, "Mauritian": 170.50, "Mexican": 169.01, "Micronesian": 168.51, "Moldovan": 175.49, 
-		"Monégasque": 177.77, "Mongolian": 169.07, "Montenegrin": 178.28, "Moroccan": 170.40, "Mosotho": 165.59, "Motswana": 171.63, "Mozambican": 164.80, "Namibian": 166.96, "Nauruan": 167.83, 
-		"Nepalese": 162.32, "New Caledonian": 171.0, "a New Zealander": 177.74, "Ni-Vanuatu": 168.09, "Nicaraguan": 166.71, "Nigerian": 165.91, "Nigerien": 167.68, "Niuean": 175.83, "Norwegian": 179.75, "Omani": 169.16, "Pakistani": 166.95, 
-		"Palauan": 167.69, "Palestinian": 172.09, "Panamanian": 168.49, "Papua New Guinean": 163.57, "Paraguayan": 172.83, "Peruvian": 165.23, "Polish": 177.33, "Portuguese": 172.93, "Puerto Rican": 172.08, "Qatari": 170.48, 
-		"Romanian": 174.74, "Russian": 176.46, "Rwandan": 162.68, "Sahrawi": 170.40, "Saint Lucian": 171.95, "Salvadoran": 169.77, "Sammarinese": 177.77, "Samoan": 174.38, "São Toméan": 167.38, 
-		"Saudi": 167.67, "Scottish": 177.6, "Senegalese": 173.14, "Serbian": 180.57, "Seychellois": 174.21, "Sierra Leonean": 164.41, "Singaporean": 172.57, "Slovak": 179.50, "Slovene": 179.80, 
-		"a Solomon Islander": 164.14, "Somali": 166.60, "South African": 166.68, "South Sudanese": 175.9, "Spanish": 176.59, "Sri Lankan": 165.69, "Sudanese": 166.63, "Surinamese": 172.72, "Swazi": 168.13, 
-		"Swedish": 179.74, "Swiss": 178.42, "Syrian": 170.43, "Taiwanese": 174.52, "Tajik": 171.26, "Tanzanian": 164.80, "Thai": 169.16, "Tibetan": 168.91, "Togolese": 168.33, "Tongan": 176.76, 
-		"Trinidadian": 173.74, "Tunisian": 173.95, "Turkish": 174.21, "Turkmen": 171.97, "Tuvaluan": 169.64, "Ugandan": 165.62, "Ukrainian": 178.46, "Uruguayan": 173.43, "Uzbek": 169.38, "Vatican": 176.5, 
+		"Afghan": 165.26, "Albanian": 173.39, "Algerian": 170.07, "American.asian": 172.5, "American.black": 177.4, "American.latina": 172.5, "American.white": 178.2, "American": 177.13,
+		"Andorran": 176.06, "Angolan": 167.31, "Antiguan": 164.8, "Argentinian": 174.62, "Armenian": 172.00, "Aruban": 165.1, "Australian": 179.20, "Austrian": 177.41, "Azerbaijani": 169.75,
+		"Bahamian": 172.75, "Bahraini": 167.74, "Bangladeshi": 163.81, "Barbadian": 175.92, "Belarusian": 178.44, "Belgian": 181.70, "Belizean": 168.73, "Beninese": 167.06, "Bermudian": 172.69,
+		"Bhutanese": 165.31, "Bissau-Guinean": 167.90, "Bolivian": 166.85, "Bosnian": 180.87, "Brazilian": 173.55, "British": 177.49, "Bruneian": 165.01, "Bulgarian": 178.24, "Burkinabé": 169.33,
+		"Burmese": 164.67, "Burundian": 166.64, "Cambodian": 163.33, "Cameroonian": 167.82, "Canadian": 178.09, "Cape Verdean": 173.22, "Catalan": 175.8, "Central African": 166.67,
+		"Chadian": 170.44, "Chilean": 171.81, "Chinese": 171.83, "Colombian": 169.50, "Comorian": 166.19, "Congolese": 167.45, "a Cook Islander": 174.77, "Costa Rican": 168.93, "Croatian": 180.78,
+		"Cuban": 172.00, "Curaçaoan": 165.1, "Cypriot": 174.99, "Czech": 180.10, "Danish": 181.39, "Djiboutian": 166.57, "Dominican": 172.75, "Dominiquais": 176.31, "Dutch": 182.54, "East Timorese": 159.79, "Ecuadorian": 167.08,
+		"Egyptian": 166.68, "Emirati": 170.46, "Equatoguinean": 167.36, "Eritrean": 168.36, "Estonian": 181.59, "Ethiopian": 166.23, "Fijian": 173.90, "Filipina": 163.23, "Finnish": 179.59,
+		"French Guianan": 168, "French Polynesian": 177.41, "French": 179.74, "Gabonese": 167.94, "Gambian": 165.40, "Georgian": 174.34, "German": 179.88, "Ghanan": 168.85, "Greek": 177.32, "Greenlandic": 174.87,
+		"Grenadian": 176.97, "Guamanian": 169.8, "Guatemalan": 163.41, "Guinean": 167.54, "Guyanese": 170.21, "Haitian": 172.64, "Honduran": 166.39, "Hungarian": 177.26, "I-Kiribati": 169.20, "Icelandic": 180.49,
+		"Indian": 164.95, "Indonesian": 163.55, "Iranian": 170.3, "Iraqi": 170.43, "Irish": 178.93, "Israeli": 176.86, "Italian": 177.77, "Ivorian": 166.53, "Jamaican": 174.53, "Japanese": 170.82, "Jordanian": 171.03,
+		"Kazakh": 171.14, "Kenyan": 169.64, "Kittitian": 169.62, "Korean": 173.46, "Kosovan": 179.5, "Kurdish": 175, "Kuwaiti": 172.07, "Kyrgyz": 171.24, "Laotian": 160.52, "Latvian": 181.42, "Lebanese": 174.39,
+		"Liberian": 163.66, "Libyan": 173.53, "a Liechtensteiner": 175.4, "Lithuanian": 179.03, "Luxembourgian": 177.86, "Macedonian": 178.33, "Malagasy": 161.55, "Malawian": 166, "Malaysian": 167.89,
+		"Maldivian": 167.68, "Malian": 171.3, "Maltese": 173.32, "Marshallese": 162.81, "Mauritanian": 163.28, "Mauritian": 170.50, "Mexican": 169.01, "Micronesian": 168.51, "Moldovan": 175.49,
+		"Monégasque": 177.77, "Mongolian": 169.07, "Montenegrin": 178.28, "Moroccan": 170.40, "Mosotho": 165.59, "Motswana": 171.63, "Mozambican": 164.80, "Namibian": 166.96, "Nauruan": 167.83,
+		"Nepalese": 162.32, "New Caledonian": 171.0, "a New Zealander": 177.74, "Ni-Vanuatu": 168.09, "Nicaraguan": 166.71, "Nigerian": 165.91, "Nigerien": 167.68, "Niuean": 175.83, "Norwegian": 179.75, "Omani": 169.16, "Pakistani": 166.95,
+		"Palauan": 167.69, "Palestinian": 172.09, "Panamanian": 168.49, "Papua New Guinean": 163.57, "Paraguayan": 172.83, "Peruvian": 165.23, "Polish": 177.33, "Portuguese": 172.93, "Puerto Rican": 172.08, "Qatari": 170.48,
+		"Romanian": 174.74, "Russian": 176.46, "Rwandan": 162.68, "Sahrawi": 170.40, "Saint Lucian": 171.95, "Salvadoran": 169.77, "Sammarinese": 177.77, "Samoan": 174.38, "São Toméan": 167.38,
+		"Saudi": 167.67, "Scottish": 177.6, "Senegalese": 173.14, "Serbian": 180.57, "Seychellois": 174.21, "Sierra Leonean": 164.41, "Singaporean": 172.57, "Slovak": 179.50, "Slovene": 179.80,
+		"a Solomon Islander": 164.14, "Somali": 166.60, "South African": 166.68, "South Sudanese": 175.9, "Spanish": 176.59, "Sri Lankan": 165.69, "Sudanese": 166.63, "Surinamese": 172.72, "Swazi": 168.13,
+		"Swedish": 179.74, "Swiss": 178.42, "Syrian": 170.43, "Taiwanese": 174.52, "Tajik": 171.26, "Tanzanian": 164.80, "Thai": 169.16, "Tibetan": 168.91, "Togolese": 168.33, "Tongan": 176.76,
+		"Trinidadian": 173.74, "Tunisian": 173.95, "Turkish": 174.21, "Turkmen": 171.97, "Tuvaluan": 169.64, "Ugandan": 165.62, "Ukrainian": 178.46, "Uruguayan": 173.43, "Uzbek": 169.38, "Vatican": 176.5,
 		"Venezuelan": 171.59, "Vietnamese": 164.45, "Vincentian": 172.78, "Yemeni": 159.89, "Zairian": 166.80, "Zambian": 166.52, "Zimbabwean": 168.59,
 		"": 171.42 // defaults
 	};
diff --git a/src/js/vignettes.tw b/src/js/vignettes.tw
index ac123330c5d245ac5f4a2926cecf85e8ec73a9d0..6264a1b94b31971f4d12efbd48b7a1e5a59809e0 100644
--- a/src/js/vignettes.tw
+++ b/src/js/vignettes.tw
@@ -1286,19 +1286,19 @@ window.GetVignette = function GetVignette(slave) {
 			}
 			if (V.arcologies[0].FSSupremacistRace === "asian") {
 				vignettes.push({
-					text: `${he} was hired to be the special guest at a rather unconvential seijin-shiki celebration party,`,
+					text: `${he} was hired to be the special guest at a rather unconventional seijin-shiki celebration party,`,
 					type: "cash",
 					effect: 1,
 				});
 			} else if (V.arcologies[0].FSSupremacistRace === "semitic") {
 				vignettes.push({
-					text: `${he} was hired to be the special guest at a rather unconvential bar mitzvah celebration party,`,
+					text: `${he} was hired to be the special guest at a rather unconventional bar mitzvah celebration party,`,
 					type: "cash",
 					effect: 1,
 				});
 			} else if (V.arcologies[0].FSSupremacistRace === "white") {
 				vignettes.push({
-					text: `${he} was hired to be the special guest at a rather unconvential Jugendweihe celebration party,`,
+					text: `${he} was hired to be the special guest at a rather unconventional Jugendweihe celebration party,`,
 					type: "cash",
 					effect: 1,
 				});
@@ -1355,7 +1355,7 @@ window.GetVignette = function GetVignette(slave) {
 					effect: 1,
 				});
 			}
-			if (slave.preg > 10 && slave.pregKnown > 1 && slave.bellyPreg >= 5000) {
+			if (slave.preg > slave.pregData.normalBirth/4 && slave.pregKnown > 1 && slave.bellyPreg >= 5000) {
 				vignettes.push({
 					text: `a customer loved ${his} pregnant belly so much that he came back for repeat business,`,
 					type: "cash",
@@ -1526,7 +1526,7 @@ window.GetVignette = function GetVignette(slave) {
 				});
 			}
 			vignettes.push({
-				text: `${he} was hired to be the special guest at a rather unconvential genpuku celebration party,`,
+				text: `${he} was hired to be the special guest at a rather unconventional genpuku celebration party,`,
 				type: "cash",
 				effect: 1,
 			});
@@ -1549,7 +1549,7 @@ window.GetVignette = function GetVignette(slave) {
 				});
 			}
 			vignettes.push({
-				text: `${he} was hired to be the special guest at a rather unconvential Guan Li celebration party,`,
+				text: `${he} was hired to be the special guest at a rather unconventional Guan Li celebration party,`,
 				type: "cash",
 				effect: 1,
 			});
@@ -2863,19 +2863,19 @@ window.GetVignette = function GetVignette(slave) {
 			}
 			if (V.arcologies[0].FSSupremacistRace === "asian") {
 				vignettes.push({
-					text: `${he} was invited to and livened up a rather unconvential seijin-shiki celebration party,`,
+					text: `${he} was invited to and livened up a rather unconventional seijin-shiki celebration party,`,
 					type: "rep",
 					effect: 1,
 				});
 			} else if (V.arcologies[0].FSSupremacistRace === "semitic") {
 				vignettes.push({
-					text: `${he} was invited to and livened up a rather unconvential bar mitzvah celebration party,`,
+					text: `${he} was invited to and livened up a rather unconventional bar mitzvah celebration party,`,
 					type: "rep",
 					effect: 1,
 				});
 			} else if (V.arcologies[0].FSSupremacistRace === "white") {
 				vignettes.push({
-					text: `${he} was invited to and livened up a rather unconvential Jugendweihe celebration party,`,
+					text: `${he} was invited to and livened up a rather unconventional Jugendweihe celebration party,`,
 					type: "rep",
 					effect: 1,
 				});
@@ -2932,7 +2932,7 @@ window.GetVignette = function GetVignette(slave) {
 					effect: 1,
 				});
 			}
-			if (slave.preg > 10 && slave.pregKnown > 1 && slave.bellyPreg >= 5000) {
+			if (slave.preg > slave.pregData.normalBirth/4 && slave.pregKnown > 1 && slave.bellyPreg >= 5000) {
 				vignettes.push({
 					text: `a citizen loved ${his} pregnant belly so much that he came back for repeat service,`,
 					type: "rep",
@@ -3103,7 +3103,7 @@ window.GetVignette = function GetVignette(slave) {
 				});
 			}
 			vignettes.push({
-				text: `${he} was invited to and livened up a rather unconvential genpuku celebration party,`,
+				text: `${he} was invited to and livened up a rather unconventional genpuku celebration party,`,
 				type: "rep",
 				effect: 1,
 			});
@@ -3126,7 +3126,7 @@ window.GetVignette = function GetVignette(slave) {
 				});
 			}
 			vignettes.push({
-				text: `${he} was invited to and livened up a rather unconvential Guan Li celebration party,`,
+				text: `${he} was invited to and livened up a rather unconventional Guan Li celebration party,`,
 				type: "rep",
 				effect: 1,
 			});
diff --git a/src/js/wombJS.tw b/src/js/wombJS.tw
index 82dc1cb173512bb2fe7de0199f56f63fbde84ed3..4b56123e14c0a5b1e510c4a754c8bf691df100cd 100644
--- a/src/js/wombJS.tw
+++ b/src/js/wombJS.tw
@@ -45,6 +45,13 @@ window.WombInit = function(actor) {
 		actor.readyOva = 0;
 	}
 
+    if ( actor.pregData == undefined)
+    {
+        actor.pregData = deepCopy( setup.pregData.human ); 
+        //Setup should be through deep copy, so in future, if we like, these values can be changed individually. Gameplay expansion posibilities. But for dev time to simplify debugging:
+        //actor.pregData = setup.pregData.human;  // any changes in setup pregData template will be applied immideatly to all. But can't be made seperate changes.
+    }
+
 	//backward compatibility setup. Fully accurate for normal pregnancy only.
 	if (actor.womb.length > 0 && actor.womb[0].genetics == undefined) {
 		var i=0
@@ -55,9 +62,9 @@ window.WombInit = function(actor) {
 	} else if (actor.womb.length == 0 && actor.pregType != 0 && actor.broodmother == 0) {
 		WombImpregnate(actor, actor.pregType, actor.pregSource, actor.preg);
 	} else if (actor.womb.length == 0 && actor.pregType != 0 && actor.broodmother > 0 && actor.broodmotherOnHold < 1) {
-		//sorry but for already present broodmothers it's impossible to calculate fully, aproximation used.
+		//sorry but for already present broodmothers it's impossible to calculate fully, approximation used.
 		var i, pw = actor.preg, bCount, bLeft;
-		if (pw > 40) pw = 40; //to avoid disaster.
+		if (pw > actor.pregData.normalBirth) pw = actor.pregData.normalBirth; //to avoid disaster.
 		bCount = Math.floor(actor.pregType/pw);
 		bLeft = actor.pregType - (bCount*pw);
 		if (pw > actor.pregType) {
@@ -69,7 +76,7 @@ window.WombInit = function(actor) {
 		}
 
 		if (bLeft > 0) {
-			WombImpregnate(actor, bLeft, actor.pregSource, i+1); // setting up leftower of fetuses.
+			WombImpregnate(actor, bLeft, actor.pregSource, i+1); // setting up leftover of fetuses.
 		}
 	}
 };
@@ -183,41 +190,150 @@ window.WombBirthReady = function(actor, readyAge) {
 	return readyCnt;
 };
 
-window.WombGetVolume = function(actor) { //most code from pregJS.tw with minor adaptation.
-	var gestastionWeek;
-	var phi = 1.618;
-	var targetLen;
-	var wombSize = 0;
-	try {
-		actor.womb.forEach(ft => {
-			gestastionWeek = ft.age;
-			if (gestastionWeek <= 32) {
-				targetLen = (0.00006396 * Math.pow(gestastionWeek, 4)) -
-					(0.005501 * Math.pow(gestastionWeek, 3)) +
-					(0.161 * Math.pow(gestastionWeek, 2)) -
-					(0.76 * gestastionWeek) +
-					0.208;
-			} else if (gestastionWeek <= 106) {
-				targetLen = (-0.0000004675 * Math.pow(gestastionWeek, 4)) +
-					(0.0001905 * Math.pow(gestastionWeek, 3)) -
-					(0.029 * Math.pow(gestastionWeek, 2)) +
-					(2.132 * gestastionWeek) -
-					16.575;
-			} else {
-				targetLen = (-0.00003266 * Math.pow(gestastionWeek,2)) +
-					(0.076 * gestastionWeek) +
-					43.843;
-			}
-			ft.volume = ((4 / 3) * (Math.PI) * (phi / 2) * (Math.pow((targetLen / 2), 3)));
-			wombSize += ft.volume;
-		});
-	} catch(err){
-		WombInit(actor);
-		alert("WombGetVolume warning - " + actor.slaveName + " " + err);
-	}
-	if (wombSize < 0) //catch for strange cases, to avoid messing with outside code.
-		wombSize = 0;
-	return wombSize;
+window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with minor adaptation.
+	
+
+    if (actor.pregData.sizeType == 0)
+        return getVolByLen(actor);
+    else if (actor.pregData.sizeType == 1)
+        return getVolByWeight(actor);
+    else if (actor.pregData.sizeType == 2)
+        return getVolByRaw(actor);
+    else   
+        return 0;
+
+    function getCurData(actor, age)
+    {
+        let i = 0;
+        let min, max, ageMin, ageMax, rateMin, rateMax, one, rateOne, rate, cage, csize;
+        let data = {};
+
+        while (actor.pregData.fetusWeek[i+1] < age && i < actor.pregData.fetusWeek.length-1)
+            i++;
+
+        min = actor.pregData.fetusSize[i];
+        max = actor.pregData.fetusSize[i+1];
+        ageMin = actor.pregData.fetusWeek[i];
+        ageMax = actor.pregData.fetusWeek[i+1];
+        rateMin = actor.pregData.fetusRate[i];
+        rateMax = actor.pregData.fetusRate[i+1];
+
+        cage = age - ageMin;
+
+        one = (max - min) / (ageMax - ageMin);
+        rateOne = (rateMax - rateMin) / (ageMax - ageMin);
+       
+        rate = rateMin + (rateOne * cage);
+
+        csize = (min + (one * cage));
+        //console.log("min:"+min+"  max:"+max+"  ageMin:"+ageMin+"  ageMax:"+ageMax+"  one:"+one+"  rateOne:"+rateOne+"  cage:"+cage+"  rate:"+rate+"  csize:"+csize+"  final size:"+csize*rate);
+
+        data.size = csize;
+        data.rate = rate;
+
+        return data; //csize * rate; 
+        //maybe not very effective code, but simple and easy to debug. May be optimized more in future.
+    }
+
+
+    function getVolByLen(actor){
+
+    try {
+
+            var phi = 1.618;
+            var targetData, targetLen;
+            var wombSize = 0;
+            
+            actor.womb.forEach(ft => {
+                
+                /* legacy block for debug only
+                let gestastionWeek = ft.age;
+                let oldLen;
+                let oldVol; 
+                if (gestastionWeek <= 32) {
+                    oldLen = (0.00006396 * Math.pow(gestastionWeek, 4)) -
+                        (0.005501 * Math.pow(gestastionWeek, 3)) +
+                        (0.161 * Math.pow(gestastionWeek, 2)) -
+                        (0.76 * gestastionWeek) +
+                        0.208;
+                } else if (gestastionWeek <= 106) {
+                    oldLen = (-0.0000004675 * Math.pow(gestastionWeek, 4)) +
+                        (0.0001905 * Math.pow(gestastionWeek, 3)) -
+                        (0.029 * Math.pow(gestastionWeek, 2)) +
+                        (2.132 * gestastionWeek) -
+                        16.575;
+                } else {
+                    oldLen = (-0.00003266 * Math.pow(gestastionWeek,2)) +
+                        (0.076 * gestastionWeek) +
+                        43.843;
+                }
+                */
+                
+                targetData = getCurData(actor, ft.age);
+                targetLen = targetData.size * targetData.rate;
+
+                ft.volume = ((4 / 3) * (Math.PI) * (phi / 2) * (Math.pow((targetLen / 2), 3)));
+                wombSize += ft.volume;
+
+                //oldVol = ((4 / 3) * (Math.PI) * (phi / 2) * (Math.pow((oldLen / 2), 3))); //for debug 
+
+                //console.log("fetus.age:" + ft.age + "  oldLen:"+oldLen+"  targetLen:"+targetLen+"  ft.volume:"+ft.volume+ "  old volume:"+oldVol );
+                /*
+                    I found, that previous targetLen calculation not exactly accurate if compared to the actual medical data chart for fetal length. It's been rough aproximation based only on pregnancy week (giving smaller fetus size then it should in most cases). So I need all this debug code to compare data and verify calculations. After final tweaking I will remove or comment out legacy code. Please not touch this before it.
+                    Pregmodfan.
+                */
+            });
+        } catch(err){
+            WombInit(actor);
+            alert("WombGetVolume warning - " + actor.slaveName + " " + err);
+        }
+        if (wombSize < 0) //catch for strange cases, to avoid messing with outside code.
+            wombSize = 0;
+
+        return wombSize;
+            
+    }
+
+    
+    function getVolByWeight(actor)
+    {
+        var targetData;
+        var wombSize = 0;
+
+        actor.womb.forEach(ft => {
+
+            targetData = getCurData(actor, ft.age);
+
+            wombSize += targetData.size * targetData.rate;
+
+        });
+
+        if (wombSize < 0) //catch for strange cases, to avoid messing with outside code.
+            wombSize = 0;
+
+        return wombSize;
+    }
+
+    
+    function getVolByRaw(actor)
+    {
+        var targetData;
+        var wombSize = 0;
+
+        actor.womb.forEach(ft => {
+
+            targetData = getCurData(actor, ft.age);
+
+            wombSize += targetData.size;
+
+        });
+
+        if (wombSize < 0) //catch for strange cases, to avoid messing with outside code.
+            wombSize = 0;
+
+        return wombSize;
+    }
+
 };
 
 window.WombUpdatePregVars = function(actor) {
@@ -380,7 +496,7 @@ window.WombFetusCount = function(actor)
 	return actor.womb.length;
 }
 
-//give reference to fetus object, but not remove fetus, use for manupulation in the womb.
+//give reference to fetus object, but not remove fetus, use for manipulation in the womb.
 window.WombGetFetus = function(actor, fetusNum)
 {
 	WombInit(actor);
@@ -426,7 +542,7 @@ window.WombChangeGene = function(actor, geneName, newValue)
 	actor.womb.forEach(ft => ft.genetics[geneName] = newValue);
 }
 
-// replaces untraceable fatherIDs with missingParentID. Required for concurrent pregancy to differentiate between siblings.
+// replaces untraceable fatherIDs with missingParentID. Required for concurrent pregnancy to differentiate between siblings.
 window.MissingParentIDCorrection = function(actor) {
 	WombInit(actor);
 	actor.womb
diff --git a/src/npc/acquisition.tw b/src/npc/acquisition.tw
index 831728a100eac224d1603d30cc3a20e893eec1fe..e8915d07d445661bd37d1fec4dc3199051b366f3 100644
--- a/src/npc/acquisition.tw
+++ b/src/npc/acquisition.tw
@@ -626,7 +626,7 @@ The previous owner seems to have left in something of a hurry.
 		<<elseif $activeSlave.energy > 95>>
 			$activeSlave.slaveName is a remarkable sexual addict, and I believe she will be very happy to meet you.
 		<<elseif $activeSlave.fetish == "pregnancy">>
-			<<if $activeSlave.preg > 10>>
+			<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>>
 				$activeSlave.slaveName is currently in the dormitory masturbating over her growing pregnancy, and <<if $PC.belly >= 5000>>will certainly be eager to meet you<<else>>I believe she will be happy to show it to you<</if>>.
 			<<else>>
 				$activeSlave.slaveName is currently in the dormitory examining herself to try to discern her fertility, and I believe she will be <<if $PC.belly >= 5000>>eager to get acquainted with you<<else>>happy to meet you<</if>>.
diff --git a/src/npc/descriptions/fBellyFuck.tw b/src/npc/descriptions/fBellyFuck.tw
index b7061902c965d229ba87f723dc34e7f2b16bdc0c..d1c57cf3100d3d46db76cf8b476d572cba7f30cd 100644
--- a/src/npc/descriptions/fBellyFuck.tw
+++ b/src/npc/descriptions/fBellyFuck.tw
@@ -55,34 +55,34 @@ You have $him brought to you so that you can fuck $his hyperpregnant body.
 <</if>>
 Once $he is situated in the center of your office, you walk a circle around $him, taking special care to
 <<if ($activeSlave.bellyTat == "a heart")>>
-	trace a hand over the obliterated heart shaped tattoo on the front of $his immensely stretched belly. 
+	trace a hand over the obliterated heart shaped tattoo on the front of $his immensely stretched belly.
 <<elseif ($activeSlave.bellyTat == "a star")>>
-	trace a hand over the obliterated star shaped tattoo on the front of $his immensely stretched belly. 
+	trace a hand over the obliterated star shaped tattoo on the front of $his immensely stretched belly.
 <<elseif ($activeSlave.bellyTat == "a butterfly")>>
-	trace a hand over the obliterated butterfly tattoo on the front of $his immensely stretched belly. 
+	trace a hand over the obliterated butterfly tattoo on the front of $his immensely stretched belly.
 <<else>>
-	trace a hand over the obliterated, stretched out expanse of slightly darker flesh where $his belly button used to be. 
+	trace a hand over the obliterated, stretched out expanse of slightly darker flesh where $his belly button used to be.
 <</if>>
-<<if $activeSlave.devotion > 95>> 
-	$He purrs in response to your touch, leaning forward against $his belly and <<if $activeSlave.amp == 1>>wiggles<<else>>lifts $his toes off the ground as $he spreads $his legs<</if>> in preparation for you. 
-<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> 
+<<if $activeSlave.devotion > 95>>
+	$He purrs in response to your touch, leaning forward against $his belly and <<if $activeSlave.amp == 1>>wiggles<<else>>lifts $his toes off the ground as $he spreads $his legs<</if>> in preparation for you.
+<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>>
 	$He groans at your touch.
 <<else>>
-	$He winces at your touch. 
-<</if>> 
-When you get to $his rear, you slap $his 
+	$He winces at your touch.
+<</if>>
+When you get to $his rear, you slap $his
 <<if $activeSlave.butt > 11>>
 	insanely enormous ass,
 <<elseif $activeSlave.butt > 5>>
-	huge ass, 
+	huge ass,
 <<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>>
-	jiggly, saline filled ass, 
+	jiggly, saline filled ass,
 <<elseif $activeSlave.butt > 2>>
-	thick ass, 
+	thick ass,
 <<else>>
-	pert ass, 
+	pert ass,
 <</if>>
-and then spread $his cheeks for easier access to $his <<if canDoVaginal($activeSlave)>>cunt. <<= VaginalVCheck()>><<else>>asshole. <<= AnalVCheck()>><</if>> Heaving upward, you push $him fully onto $his belly, then lean into $him, fucking $him in a unique spin on the wheelbarrow position<<if $PC.dick == 0>> with your strapon<</if>> and setting $his tightly packed gut to jiggling. $He moans in mixed pain and pleasure as you bring $him over the edge and, by the time you finish with $him and allow $him to return to $his duties, it's clear	
+and then spread $his cheeks for easier access to $his <<if canDoVaginal($activeSlave)>>cunt. <<= VaginalVCheck()>><<else>>asshole. <<= AnalVCheck()>><</if>> Heaving upward, you push $him fully onto $his belly, then lean into $him, fucking $him in a unique spin on the wheelbarrow position<<if $PC.dick == 0>> with your strapon<</if>> and setting $his tightly packed gut to jiggling. $He moans in mixed pain and pleasure as you bring $him over the edge and, by the time you finish with $him and allow $him to return to $his duties, it's clear
 <<if $activeSlave.belly > $activeSlave.pregAdaptation*2000>>
 	that your recent escapades @@.red;have done lasting damage to $his body.@@
 	<<set $activeSlave.health -= 10>>
diff --git a/src/npc/descriptions/fBoobs.tw b/src/npc/descriptions/fBoobs.tw
index 3edf5425a0213dc95e63c0eb446edf249f63662c..b82e70a9a0a48269799def519a996c5100a45055 100644
--- a/src/npc/descriptions/fBoobs.tw
+++ b/src/npc/descriptions/fBoobs.tw
@@ -187,7 +187,7 @@ tits.
 	<</if>>
 <<elseif (random(1,100) > (110-$activeSlave.devotion))>>
 	<<if ($activeSlave.fetish == "none") && ($activeSlave.behavioralFlaw !== "hates men")>>
-		Having attention and love lavished on $his boobs by <<if def $PC.customTitle>>$his $PC.customTitle<<elseif $PC.title !== 0>>$his master<<else>>$his mistress<</if>> has $him thinking of $his @@.lightcoral;breasts as sexual organs.@@
+		Having attention and love lavished on $his boobs by $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title !== 0>>master<<else>>mistress<</if>> has $him thinking of $his @@.lightcoral;breasts as sexual organs.@@
 		<<set $activeSlave.fetish = "boobs", $activeSlave.fetishKnown = 1>>
 	<</if>>
 <</if>>
@@ -197,7 +197,7 @@ tits.
 <<case "work in the dairy">>
 	$He goes off to carefully wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> to keep production in $dairyName nice and sanitary.
 <<case "work as a farmhand">>
-	$He goes off to carefull wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> to make sure $he doesn't taint the food in $farmyardName.
+	$He goes off to carefully wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> to make sure $he doesn't taint the food in $farmyardName.
 <<case "whore">>
 	$He heads off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he returns to prostituting $himself.
 <<case "work in the brothel">>
diff --git a/src/npc/descriptions/fMaternitySwing.tw b/src/npc/descriptions/fMaternitySwing.tw
index af940d362556d2fb669a118cfb919e07befa995e..fda4d66008fa611b55aad9c218f63de8629b3280 100644
--- a/src/npc/descriptions/fMaternitySwing.tw
+++ b/src/npc/descriptions/fMaternitySwing.tw
@@ -35,7 +35,7 @@ hanging above the floor of your office, you turn your attention to molesting $hi
 <<else>>
 	groans in lust and terror.
 <</if>> 
-You strap into your own customized version of the device, then elevate your body so that <<if $PC.dick == 1>>your dick<<else>>the device's built-in strapon<</if>> is at the perfect angle to drive yourself and your 	
+You strap into your own customized version of the device, then elevate your body so that <<if $PC.dick == 1>>your dick<<else>>the device's built-in strapon<</if>> is at the perfect angle to drive yourself and your
 <<if $activeSlave.bellyPreg >= 600000>>
 	brood-slave 
 <<else>>
diff --git a/src/npc/fAbuse.tw b/src/npc/fAbuse.tw
index 70a29249b83d4b422659aa14d7b669b5e0046a83..5b6c8206db4a765470b00cbe168a59b976aa6f54 100644
--- a/src/npc/fAbuse.tw
+++ b/src/npc/fAbuse.tw
@@ -40,7 +40,7 @@
 		a vicious pinch to each side of $his sensitive, fully inverted nipples,
 	<<elseif $activeSlave.bellyPreg >= 100000>>
 		a vicious slap across $his overfull pregnant belly,
-	<<elseif ($activeSlave.preg > 10)>>
+	<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>>
 		a vicious slap across $his pregnant belly,
 	<<elseif ($activeSlave.heels > 0)>>
 		a vicious thrust to $his altered tendons,
@@ -364,7 +364,7 @@ from your victim.
 <<elseif $activeSlave.bellyPreg >= 120000>>
 	The bitch is hugely pregnant, so hard intercourse will be uncomfortable and worrying for $him. You have hard intercourse. $He sobs as you rock the huge weight of $his belly back and forth without mercy, forcing $his already straining belly to bulge further, and whines as $he feels your cockhead batter $his womb.<<if ($PC.vagina == 1) && ($PC.dick == 1)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> More cum won't make the bitch more pregnant, but you cum inside $him anyway.
 	<<= VaginalVCheck()>>
-<<elseif ($activeSlave.preg > 20)>>
+<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/2)>>
 	The bitch is pregnant, so hard intercourse will be uncomfortable and even worrying for $him. You have hard intercourse. $He sobs as you saw the huge weight of $his belly back and forth without mercy, and whines as $he feels your cockhead batter $his womb.<<if ($PC.vagina == 1) && ($PC.dick == 1)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> More cum won't make the bitch more pregnant, but you cum inside $him anyway.
 	<<= VaginalVCheck()>>
 <<elseif ($activeSlave.pregKnown == 1)>>
diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw
index 360ca845eaeb0324331dd0385383190227929781..0c68f80f6e12c8eb7c5d9efc8368a58132bc82d8 100644
--- a/src/npc/fFeelings.tw
+++ b/src/npc/fFeelings.tw
@@ -1,6 +1,7 @@
 :: FFeelings [nobr]
 
 <<run Enunciate($activeSlave)>>
+<<setLocalPronouns $activeSlave>>
 <<set _lisping = 0>>
 <<if ($activeSlave.amp != 1) && canTalk($activeSlave) && SlaveStatsChecker.checkForLisp($activeSlave)>>
 	<<set _lisping = 1>>
@@ -937,7 +938,7 @@ My favorite part of my body i<<s>>
 			It'<<s>> ni<<c>>e being a whore, <<s>>ometime<<s>> customer<<s>> ju<<s>>t play with my belly for hour<<s>>.
 		<<elseif isFertile($activeSlave)>>
 			It'<<s>> great being a whore, I'm going to get pregnant and there'<<s>> nothing I can do to <<s>>top it.
-		<<elseif $activeSlave.preg > 10>>
+		<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/4>>
 			It'<<s>> great being a pregnant whore, I get to watch my belly <<s>>well a<<s>> I get fucked. Every week it gets a little bigger.
 		<<elseif $activeSlave.pregKnown == 1>>
 			Being a whore i<<s>> okay, but it will be great once my belly get<<s>> bigger.
@@ -980,7 +981,7 @@ My favorite part of my body i<<s>>
 			It'<<s>> ni<<c>>e being a public <<s>>lut, <<s>>ometime<<s>> citizen<<s>> ju<<s>>t play with my belly for hour<<s>>.
 		<<elseif isFertile($activeSlave)>>
 			It'<<s>> great being a public <<s>>lut, I'm going to get pregnant and there'<<s>> nothing I can do to <<s>>top it.
-		<<elseif $activeSlave.preg > 10>>
+		<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/4>>
 			It'<<s>> great being a pregnant public <<s>>lut, I get to <<sh>>ow off my belly all the time.
 		<<elseif $activeSlave.pregKnown == 1>>
 			Being a public <<s>>lut i<<s>> okay, but it will be great once my belly get<<s>> bigger.
@@ -1089,13 +1090,15 @@ My favorite part of my body i<<s>>
 		<<else>>
 			<<set _partnerName = $slaves[_partner].slaveName>>
 		<</if>>
+		<<setLocalPronouns $slaves[_partner] 2>>
+		<<setSpokenLocalPronouns $activeSlave $slaves[_partner]>>
 	<<else>>
 		@@.red;Error, relationshipTarget not found.@@
 	<</if>>
 	<<if $activeSlave.relationship <= 2>>
-		I really like <<s>>eeing _partnerName every day, $he'<<s>> a good friend." $He blushes. "<<Sh>>e'<<s>> kind of hot, too.
+		I really like <<s>>eeing _partnerName every day, <<he 2>>'<<s>> a good friend." $He blushes. "<<He 2>>'<<s>> kind of hot, too.
 	<<elseif $activeSlave.relationship <= 3>>
-		I really like <<s>>eeing _partnerName every day, $he's a good friend -" $He blushes. "- even when we're not fucking.
+		I really like <<s>>eeing _partnerName every day, <<he 2>>'s a good friend -" $He blushes. "- even when we're not fucking.
 	<<elseif $activeSlave.relationship <= 4>>
 		I really love _partnerName." $He blushes. "Thank you for letting u<<s>> be together, <<Master>>.
 	<<else>>
@@ -1103,43 +1106,43 @@ My favorite part of my body i<<s>>
 	<</if>>
 	<<if $activeSlave.relationship >= 3>>
 		<<if $activeSlave.mother == $slaves[_partner].ID>>
-			"I - I'm fucking my mother," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<sh>>e'<<s>> <<s>>uch a hot MILF, I can't <<s>>top.
+			"I - I'm fucking my mother," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>>'<<s>> <<s>>uch a hot MILF, I can't <<s>>top.
 		<<elseif $activeSlave.father == $slaves[_partner].ID>>
-			I - I'm fucking my father," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<sh>>e know<<s>> <<s>>o much about penetration, I can't <<s>>top.
+			I - I'm fucking my father," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>> know<<s>> <<s>>o much about penetration, I can't <<s>>top.
 		<<elseif $slaves[_partner].mother == $activeSlave.ID>>
-			I - I'm fucking my daughter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<sh>>e ha<<s>> <<s>>uch a hot little body, I can't <<s>>top.
+			I - I'm fucking my daughter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>> ha<<s>> <<s>>uch a hot little body, I can't <<s>>top.
 		<<elseif $slaves[_partner].father == $activeSlave.ID>>
-			I - I'm fucking my daughter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<sh>>e ha<<s>> <<s>>uch a hot little body. <<Sh>>e looks <<s>>o much like $his mother, I can't <<s>>top.
+			I - I'm fucking my daughter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>> ha<<s>> <<s>>uch a hot little body. <<He 2>> looks <<s>>o much like $his mother, I can't <<s>>top.
 		<<elseif areSisters($activeSlave, $slaves[_partner]) == 1>>
-			I - I'm fucking my twin <<s>>i<<s>>ter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<sh>>e'<<s>> <<s>>o hot, I can't <<s>>top.
+			I - I'm fucking my twin <<s>>i<<s>>ter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>>'<<s>> <<s>>o hot, I can't <<s>>top.
 		<<elseif areSisters($activeSlave, $slaves[_partner]) == 2>>
-			I - I'm fucking my <<s>>i<<s>>ter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<sh>>e'<<s>> <<s>>o hot, I can't <<s>>top.
+			I - I'm fucking my <<s>>i<<s>>ter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>>'<<s>> <<s>>o hot, I can't <<s>>top.
 		<<elseif areSisters($activeSlave, $slaves[_partner]) == 3>>
-			I - I'm fucking my half-<<s>>i<<s>>ter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<sh>>e'<<s>> <<s>>o hot, I can't <<s>>top.
+			I - I'm fucking my half-<<s>>i<<s>>ter," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>>'<<s>> <<s>>o hot, I can't <<s>>top.
 		<<elseif ($activeSlave.relation != 0) && ($slaves[_partner].ID == $activeSlave.relationTarget)>>
-			I - I'm fucking my <<if ($activeSlave.relation == "mother")>>daughter<<elseif ($activeSlave.relation == "daughter")>>mother<<else>>$activeSlave.relation<</if>>," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<if ($activeSlave.relation == "mother")>><<sh>>e ha<<s>> <<s>>uch a hot little body<<elseif ($activeSlave.relation == "daughter")>><<sh>>e'<<s>> <<s>>uch a hot MILF<<else>><<sh>>e'<<s>> <<s>>o hot<</if>>, I can't <<s>>top.
+			I - I'm fucking my <<if ($activeSlave.relation == "mother")>>daughter<<elseif ($activeSlave.relation == "daughter")>>mother<<else>>$activeSlave.relation<</if>>," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<if ($activeSlave.relation == "mother")>><<he 2>> ha<<s>> <<s>>uch a hot little body<<elseif ($activeSlave.relation == "daughter")>><<he 2>>'<<s>> <<s>>uch a hot MILF<<else>><<he 2>>'<<s>> <<s>>o hot<</if>>, I can't <<s>>top.
 		<<elseif ($activeSlave.actualAge + 14) < $slaves[_partner].actualAge>>
-			<<Sh>>e'<<s>> old enough to be my mother." $He looks down, blushing a little harder. "But I'm lucky, <<sh>>e'<<s>> <<s>>uch a hot MILF.
+			 <<He 2>>'<<s>> old enough to be my mother." $He looks down, blushing a little harder. "But I'm lucky, <<he 2>>'<<s>> <<s>>uch a hot MILF.
 		<<elseif ($activeSlave.actualAge - 14) > $slaves[_partner].actualAge>>
-			<<Sh>>e'<<s>> young enough to be my daughter." $He looks down, blushing a little harder. "But I love $slaves[_partner].possessive hot young body.
+			<<He 2>>'<<s>> young enough to be my daughter." $He looks down, blushing a little harder. "But I love <<his 2>> hot young body.
 		<</if>>
 		<<if (($activeSlave.actualAge - 5) > $slaves[_partner].actualAge) && (20 > $slaves[_partner].actualAge)>>
-			<<Sh>>e'<<s>> a little immature at time<<s>>, but having <<s>>e<<x>> with a teenager i<<s>> so awe<<s>>ome, it'<<s>> worth it.
+			<<He 2>>'<<s>> a little immature at time<<s>>, but having <<s>>e<<x>> with a teenager i<<s>> so awe<<s>>ome, it'<<s>> worth it.
 		<</if>>
 		<<if $slaves[_partner].amp != 0>>
-		<<if $slaves[_partner].amp == -1>>
-			I really do like $slaves[_partner].possessive P-Limb<<s>>. They're a little awkward, and kind of cold, but that'<<s>> ju<<s>>t how <<sh>>e i<<s>>.
-		<<elseif $slaves[_partner].amp == -2>>
-			And, um." $He giggles. "<<Sh>>e ha<<s>> vibe finger<<s>>. <<S>>o that'<<s>> awesome.
-		<<elseif $slaves[_partner].amp == -3>>
-			I really like $slaves[_partner].possessive P-Limb<<s>>. They're very pretty, but kind of cold. That'<<s>> ju<<s>>t how <<sh>>e i<<s>>.
-		<<elseif $slaves[_partner].amp == -4>>
-			<<print capFirstChar($slaves[_partner].possessive)>> P-Limb<<s>> do <<s>>care me a little, <<s>>ometime<<s>>. Though of course <<sh>>e di<<s>>able<<s>> the weapon<<s>> when we're together." $He giggles. "Though I did get $slaves[_partner].object to extend $slaves[_partner].possessive blades on<<c>>e, so I could ki<<ss>> them for luck.
-		<<elseif $slaves[_partner].amp == -5>>
-			$His P-Limb<<s>> do look cool and I like how <<s>>trong they can make $slaves[_partner].object but they <<s>>care me a little, <<s>>ometime<<s>>. Though of cour<<s>>e $slaves[_partner].pronoun di<<s>>able<<s>> the weapon<<s>> when we're together." $He giggles. "<<Sh>>e ha<<s>> vibe finger<<s>>, <<s>>o that'<<s>> awe<<s>>ome.
-		<<else>>
-			$He's an amputee, of course, <<s>>o that'<<s>> a little <<s>>ad.
-		<</if>>
+			<<if $slaves[_partner].amp == -1>>
+				I really do like <<his 2>> P-Limb<<s>>. They're a little awkward, and kind of cold, but that'<<s>> ju<<s>>t how <<he 2>> i<<s>>.
+			<<elseif $slaves[_partner].amp == -2>>
+				And, um." $He giggles. "<<He 2>> ha<<s>> vibe finger<<s>>. <<S>>o that'<<s>> awesome.
+			<<elseif $slaves[_partner].amp == -3>>
+				I really like <<his 2>> P-Limb<<s>>. They're very pretty, but kind of cold. That'<<s>> ju<<s>>t how <<he 2>> i<<s>>.
+			<<elseif $slaves[_partner].amp == -4>>
+				<<His 2>> P-Limb<<s>> do <<s>>care me a little, <<s>>ometime<<s>>. Though of course <<he 2>> di<<s>>able<<s>> the weapon<<s>> when we're together." $He giggles. "Though I did get _him2 to extend <<his 2>> blades on<<c>>e, so I could ki<<ss>> them for luck.
+			<<elseif $slaves[_partner].amp == -5>>
+				<<His 2>> P-Limb<<s>> do look cool and I like how <<s>>trong they can make _him2 but they <<s>>care me a little, <<s>>ometime<<s>>. Though of cour<<s>>e <<he 2>> di<<s>>able<<s>> the weapon<<s>> when we're together." $He giggles. "<<He 2>> ha<<s>> vibe finger<<s>>, <<s>>o that'<<s>> awe<<s>>ome.
+			<<else>>
+				<<He 2>>'s an amputee, of course, <<s>>o that'<<s>> a little <<s>>ad.
+			<</if>>
 		<</if>>
 	<</if>>
 <<elseif ($activeSlave.relationship == -3)>>
@@ -1184,7 +1187,7 @@ My favorite part of my body i<<s>>
 	<<elseif ($activeSlave.devotion > 20)>>
 		I'm proud to <<s>>erve the will of the god<<s>>, and you.
 	<<else>>
-		Please, don't <<s>>acrifice me <<Master>>, I'll do anything.
+		Please, don't <<s>>acrifi<<c>>e me <<Master>>, I'll do anything.
 	<</if>>
 <</if>>
 <<if $arcologies[0].FSEgyptianRevivalist >= 10>>
@@ -1263,7 +1266,7 @@ My favorite part of my body i<<s>>
 		I really hope we can <<s>>ave humanity like thi<<s>>.
 	<<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "pregnancy")>>
 		I really like how you are encouraging girl<<s>> to get pregnant." $He giggles. "I really like big, pregnant bellie<<s>>!
-	<<elseif ($activeSlave.preg > 10)>>
+	<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>>
 		I'm relieved I fit into your vi<<s>>ion of the future. I hope I can give you lot<<s>> of healthy children.
 	<<else>>
 		I know I'm not a perfect fit for your vi<<s>>ion of the future, but I'll do my be<<s>>t to be a good $girl.
diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index fab881fec83f421571d019f6b8fac2addf4ccd94..afd3419634f7b92b61be8ddc53ce17a11dca3de4 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -78,7 +78,7 @@
 					<<for _i = 0; _i < $slaves.length; _i++>><<if $slaves[_i].ID == _tempSlave.ID>><<set $slaves[_i].father = $activeSlave.father>><<break>><</if>><</for>>
 				<</if>>
 			<</if>>
-			<<if $activeSlave.mother && $activeSlave.father>> /% Propogate missing family information across existing slaves. Assumes monogamous reproduction, e.g. all sets of siblings have a pair of exclusive parents. %/
+			<<if $activeSlave.mother && $activeSlave.father>> /% Propagate missing family information across existing slaves. Assumes monogamous reproduction, e.g. all sets of siblings have a pair of exclusive parents. %/
 				<<for _i = 0; _i < $slaves.length; _i++>>
 					<<if $slaves[_i].mother == $activeSlave.mother>>
 					<<if $slaves[_i].father == 0>>
diff --git a/src/pregmod/beastFuck.tw b/src/pregmod/beastFuck.tw
index 0963a76f7004668b867bc6e92c109a50b6dac01d..e980ef24d989eb1618bb8cc7dabe16a70c00e0fc 100644
--- a/src/pregmod/beastFuck.tw
+++ b/src/pregmod/beastFuck.tw
@@ -133,7 +133,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to
 
 	<<if ($activeSlave.vagina == 0)>>The slave gives a loud <<if ($activeSlave.devotion > 20)>>moan<<else>>groan<</if>> as $his <<if !canDoVaginal($activeSlave)>>@@.lime;anal@@<</if>> @@.lime;virginity is taken from $him.@@<<if ($activeSlave.devotion <= -20)>>by force.<</if>><</if>>
 
-	 <<if $activeSlave.vagina == 0>>
+	<<if $activeSlave.vagina == 0>>
 		<<if ($activeSlave.devotion >= -20)>>
 			<<if $activeSlave.fetish == "masochistic">>
 				Losing $his virginity in such a painful manner has @@.hotpink;increased $his devotion to you.@@
@@ -141,7 +141,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to
 			<<elseif $activeSlave.fetish == "humiliation">>
 				Losing $his virginity in such a humiliating manner has @@.hotpink;increased $his devotion to you.@@
 				<<set $activeSlave.devotion += 10>>
-			 <<elseif $activeSlave.sexualQuirk == "perverted">>
+			<<elseif $activeSlave.sexualQuirk == "perverted">>
 				Losing $his virginity in such a perverted manner has @@.hotpink;increased $his devotion to you.@@
 				<<set $activeSlave.devotion += 10>>
 			<<elseif $activeSlave.behavioralQuirk == "sinful">>
@@ -334,7 +334,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to
 
 	<<if canWalk($activeSlave)>>
 		$He uses <<if $activeSlave.vagina > 0>>a quick douche to clean $his <<if $activeSlave.vagina < 2>>tight<<elseif $activeSlave.vagina > 3>>loose<</if>> pussy<<else>>an enema to clean $his <<if $activeSlave.anus < 2>>tight<<elseif $activeSlave.anus < 3>>used<<else>>gaping<</if>> butthole<</if>>,
-		
+
 		<<switch $activeSlave.assignment>>
 		<<case "work in the brothel">>
 			just like $he does between each customer.
diff --git a/src/pregmod/beastFucked.tw b/src/pregmod/beastFucked.tw
index 75fe3673c422846c097371a5ceba4ef133484517..eaa5c784785b64739986caab05af93a662b5b6e7 100644
--- a/src/pregmod/beastFucked.tw
+++ b/src/pregmod/beastFucked.tw
@@ -159,7 +159,7 @@
 		<<if ($activeSlave.devotion <= 20)>>
 			and only the threat of worse punishment prevents $him from running out of the room.
 		<</if>>
-			 You have $him <<if ($activeSlave.clothing != "naked") && (_sexAct != "oral")>>take off $his clothing, then <</if>><<if _sexAct == "oral">>lay <<else>>kneel <</if>>down on the floor <<if _sexAct != "oral">>with $his ass in the air<<else>>on $his back<</if>>
+			You have $him <<if ($activeSlave.clothing != "naked") && (_sexAct != "oral")>>take off $his clothing, then <</if>><<if _sexAct == "oral">>lay <<else>>kneel <</if>>down on the floor <<if _sexAct != "oral">>with $his ass in the air<<else>>on $his back<</if>>
 	<<else>>
 		and $Bodyguard.slaveName has to physically prevent $him from running out of the room<<if random(1,100) > 75>><<set $activeSlave.minorInjury = either("black eye", "split lip", "bruise")>>, resulting in a $activeSlave.minorInjury. <<else>>. <</if>>You <<if ($activeSlave.clothing != "naked")>>force $him to take off $his $activeSlave.clothing and <</if>>restrain $him on the floor <<if _sexAct != "oral">>with $his ass in the air<<else>>with a ring gag in $his mouth<</if>> -- all the while ignoring $his screams and pleas for mercy --
 	<</if>>
@@ -423,7 +423,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to
 
 <<if _sexAct != "oral">>
 	<<if $postSexCleanUp > 0>>
-	
+
 		<<if ($activeSlave.vagina == 3)>>
 			<<= capFirstChar(_animal.species)>> cum drips out of $his fucked-out hole.
 		<<elseif ($activeSlave.vagina == 2)>>
diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw
index 111f2d8b3bc7159eafefb02e740cda091b169898..cdeca1b7c2ad93474967f5951a8689c0d6ac1140 100644
--- a/src/pregmod/csec.tw
+++ b/src/pregmod/csec.tw
@@ -10,7 +10,7 @@
 
 <<set $activeSlave.pregControl = "none">>
 <<set _beforeSize = WombGetVolume($activeSlave)>>
-<<set $activeSlave.curBabies = WombBirth($activeSlave, 34)>> /* 34 week is minimal gestation time for live birth. Here we take only ready to survive. With others we will deal later in code. */
+<<set $activeSlave.curBabies = WombBirth($activeSlave, $activeSlave.pregData.minLiveBirth)>> /* 34 week is minimal gestation time for human live birth. Here we take only ready to survive. With others we will deal later in code. */
 <<set $activeSlave.curStillBirth = 0 >>
 
 <<set _curBabies = $activeSlave.curBabies.length>> /*just to improve speed and usability here.*/
diff --git a/src/pregmod/fMarry.tw b/src/pregmod/fMarry.tw
index 78b7f6cf7947c286a06785b25e4a60c4f6f66dad..a58b1422591712f9827c3a3ab4eaf74ca172d3cb 100644
--- a/src/pregmod/fMarry.tw
+++ b/src/pregmod/fMarry.tw
@@ -7,6 +7,7 @@
 
 <<setLocalPronouns $activeSlave>>
 <<setLocalPronouns $assistantPronouns 2>>
+<<setPlayerPronouns>>
 
 <<if $activeSlave.relationship > 0>>
 	<<set _m = $slaveIndices[$activeSlave.relationshipTarget]>>
@@ -563,11 +564,11 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of
 		"The marriage protocol now requires you to <<if $PC.dick == 1>>fellate<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>perform cunnilingus on<</if>> the <<if $PC.title == 1>>groom<<else>>the bride<</if>>," $assistantName orders $him, and $he <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>.
 	<<else>>
 		<<if $assistantAppearance == "monstergirl">>
-			"To consecrate the ceremony," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar begins to play with _his2 dicks.
+			"To consecrate the ceremony," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar begins to play with _his2 dicks.
 		<<elseif $assistantAppearance == "shemale">>
-			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar starts to jill off.
+			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar starts to jill off.
 		<<elseif $assistantAppearance == "amazon">>
-			"To complete this ritual," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar starts to jill off.
+			"To complete this ritual," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar starts to jill off.
 		<<elseif $assistantAppearance == "businesswoman">>
 			"To consecrate the marriage," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>fellate<<else>>perform cunnilingus on<</if>> the <<if $PC.title == 1>>groom<<else>>the bride<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar sneaks a hand down _his2 suit skirt, blushing furiously.
 		<<elseif $assistantAppearance == "fairy">>
@@ -577,29 +578,29 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of
 		<<elseif $assistantAppearance == "goddess">>
 			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you must now <<if $PC.dick == 1>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s seed<<else>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s female juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar looks on approvingly, cradling _his2 perpetual pregnancy.
 		<<elseif $assistantAppearance == "hypergoddess">>
-			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you must now <<if $PC.dick == 1>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s seed<<else>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s female juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar looks on approvingly, cradling _his2 massive perpetual pregnancy.
+			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you must now <<if $PC.dick == 1>>drink the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s seed<<else>>drink the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s female juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar looks on approvingly, cradling _his2 massive perpetual pregnancy.
 		<<elseif $assistantAppearance == "loli">>
-			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina == 1>>and lick their cunny.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunny<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar sneaks a hand down _his2 dress, blushing furiously.
+			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina == 1>>and lick _hisP cunny.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunny<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar sneaks a hand down _his2 dress, blushing furiously.
 		<<elseif $assistantAppearance == "preggololi">>
-			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s lovely cock<<if $PC.vagina == 1>>and eat out their cunt.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunt<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar attempts to sneak a hand down _his2 dress, but is thwarted by _his2 belly. _He2 instead openly rubs _his2 crotch through the front of _his2 dress, blushing furiously.
+			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s lovely cock<<if $PC.vagina == 1>>and eat out _hisP cunt.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunt<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar attempts to sneak a hand down _his2 dress, but is thwarted by _his2 belly. _He2 instead openly rubs _his2 crotch through the front of _his2 dress, blushing furiously.
 		<<elseif $assistantAppearance == "schoolgirl">>
-			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar starts to jill off.
+			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar starts to jill off.
 		<<elseif $assistantAppearance == "angel">>
 			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you must now join <<= PlayerName()>> in their bedroom and consummate this marriage." The slave <<if _reactionType == 0>>stares blankly<<else>>looks confused<</if>>. "After the wedding ends, would be the time." $assistantName says, covering _his2 face in embarrassment at the thought.
 		<<elseif $assistantAppearance == "cherub">>
-			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you should <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina == 1>>and lick their pussy,<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s pussy<</if>>, in the privacy of <<= PlayerName()>>'s bedroom, of course." $assistantName hides _his2 face in _his2 hands at the thought.
+			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you should <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina == 1>>and lick _hisP pussy,<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s pussy<</if>>, in the privacy of <<= PlayerName()>>'s bedroom, of course." $assistantName hides _his2 face in _his2 hands at the thought.
 		<<elseif $assistantAppearance == "incubus">>
-			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Enjoying the sight, $assistantName's avatar begins to furiously stroke its shaft.
+			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Enjoying the sight, $assistantName's avatar begins to furiously stroke its shaft.
 		<<elseif $assistantAppearance == "succubus">>
-			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar pulls out a large dildo and begins ramming it into _his2 own pussy.
+			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar pulls out a large dildo and begins ramming it into _his2 own pussy.
 		<<elseif $assistantAppearance == "imp">>
-			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar hikes _his2 robe and vigorously rubs _his2 pussy.
+			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistantName's avatar hikes _his2 robe and vigorously rubs _his2 pussy.
 		<<elseif $assistantAppearance == "witch">>
-			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar begins to fidget at the sight, having summoned a vibrator beforehand and accidentally linked it to your pleasure.
+			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar begins to fidget at the sight, having summoned a vibrator beforehand and accidentally linked it to your pleasure.
 		<<elseif $assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar begins to swell, drawing all its gained mass to its midsection. Its gravid middles splits vertically, allowing a new mass of flesh to fall to the floor, which quickly grows and reshapes itself into a spitting image of yourself. Meanwhile, the original twists into an image of $activeSlave.slaveName. $assistantName's two avatars begin copying you and $activeSlave.slaveName's actions perfectly.
+			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistantName's avatar begins to swell, drawing all its gained mass to its midsection. Its gravid middles splits vertically, allowing a new mass of flesh to fall to the floor, which quickly grows and reshapes itself into a spitting image of yourself. Meanwhile, the original twists into an image of $activeSlave.slaveName. $assistantName's two avatars begin copying you and $activeSlave.slaveName's actions perfectly.
 		<<else>>
-			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>$his<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. With only a symbol to express _his2 approval, $assistantName is forced to content _himself2 with spinning the symbol and making it glow in time with your new slave wife's efforts.
+			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. With only a symbol to express _his2 approval, $assistantName is forced to content _himself2 with spinning the symbol and making it glow in time with your new slave wife's efforts.
 		<</if>>
 		"Done," _he2 says when you climax. "Enjoy your
 		<<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>>
diff --git a/src/pregmod/fSlaveFeed.tw b/src/pregmod/fSlaveFeed.tw
index ece810df53028394e4698bf7feb7cac6f1047d8c..5ba2c39886c7f99f553c8d211f3e53d271d45905 100644
--- a/src/pregmod/fSlaveFeed.tw
+++ b/src/pregmod/fSlaveFeed.tw
@@ -76,7 +76,7 @@ The first necessary step is to prepare the milk cow and _his2 udders.
 
 <<elseif ($milkTap.devotion >= -20)>>
 	Since $milkTap.slaveName does not resist your will, _he2 should comply reasonably well. If anything, $he'll at least be thankful to be relieved of some pressure.
-	
+
 <<else>>
 	Since $milkTap.slaveName is unlikely to comply willingly, you simply restrain _him2 with _his2 tits exposed and ready to be drank from. <<if $milkTap.lactation > 1>>You affix nipple clamps to _his2 $milkTap.nipples nipples and step back to watch _his2 breasts back up with milk. When _he2 is unclamped, the flow should certainly be strong enough for your desires<<else>>You make sure to roughly coax _his2 milk into flowing, all the while reminding _him2 that _he2 is nothing more than a cow now<</if>>.
 
@@ -88,7 +88,7 @@ Next, you see to $activeSlave.slaveName.
 
 <<if ($activeSlave.amp == 1)>>
 	You move the limbless $girl to $milkTap.slaveName's nipple and strap $him to it to prevent it from falling out of $his mouth.
-	
+
 <<elseif tooBigBreasts($activeSlave)>>
 	You set $him up so that $his massive breasts pin $him on $milkTap.slaveName's milky nipple.
 
@@ -143,24 +143,24 @@ Next, you see to $activeSlave.slaveName.
 
 <<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
 	$He is accustomed to submitting to you, but as a natural submissive $he doesn't have much trouble submitting to $milkTap.slaveName's mothering instead.
-	
+
 <<elseif $activeSlave.devotion < -20>>
 	$He tries to refuse, so you strap $his to $milkTap.slaveName's breast, milky $milkTap.nipples nipple wedged in $his mouth.
-	
+
 <<elseif $activeSlave.devotion <= 20>>
 	$He obeys your orders reluctantly, drawing near $milkTap.slaveName's breasts despite $his obvious hesitation to be filled with milk.
-	
+
 <<elseif $activeSlave.devotion <= 50>>
 	$He obeys your orders, drawing near $milkTap.slaveName's breasts despite $his slight hesitation at the idea of being filled with milk.
-	
+
 <<else>>
 	$He happily obeys your orders, eagerly wrapping $his lips around $milkTap.slaveName's milky $milkTap.nipples nipple and suckling enthusiastically.
 <</if>>
 
 <br><br>
 
-<<if $activeSlave.preg > 3 && $activeSlave.pregKnown == 0 && $activeSlave.inflation > 1>>
-	It becomes abundantly clear that something is wrong with $activeSlave.slaveName as $he struggles to down $his milky meal. Before $his health can be affected further, you pull $him into a medical exam. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeSlave.preg > 10>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of milk, however.
+<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/13.33 && $activeSlave.pregKnown == 0 && $activeSlave.inflation > 1>>
+	It becomes abundantly clear that something is wrong with $activeSlave.slaveName as $he struggles to down $his milky meal. Before $his health can be affected further, you pull $him into a medical exam. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of milk, however.
 	<<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.pregKnown = 1>>
 	<<set _pregDiscovery = 1>>
 
@@ -366,7 +366,6 @@ Next, you see to $activeSlave.slaveName.
 <<set $activeSlave.cumSource = $milkTap.ID>>
 
 
-
 The first necessary step is to prepare the cum slave and $his cock and balls.
 
 <<if $milkTap.fuckdoll > 0>>
@@ -432,7 +431,7 @@ The first necessary step is to prepare the cum slave and $his cock and balls.
 
 <<elseif ($milkTap.devotion >= -20)>>
 	Since $milkTap.slaveName does not resist your will, _he2 should comply reasonably well. If anything, _he2'll at least be thankful for the pleasure and relief.
-	
+
 <<else>>
 	Since $milkTap.slaveName is unlikely to comply willingly, you simply restrain _him2 with _his2 dick exposed and ready to be sucked. To get _him2 going,
 	<<if canDoAnal($milkTap) && $milkTap.prostate > 0>>
@@ -461,7 +460,7 @@ Next, you see to $activeSlave.slaveName.
 
 <<if ($activeSlave.amp == 1)>>
 	You tip the limbless $girl face first into $milkTap.slaveName's dick.
-	
+
 <<elseif tooBigBreasts($activeSlave)>>
 	You set $him up so that $his massive breasts pin $him, face first, to $milkTap.slaveName's dick.
 
@@ -516,16 +515,16 @@ Next, you see to $activeSlave.slaveName.
 
 <<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
 	$He is accustomed to submitting to you, but as a natural submissive $he doesn't have much trouble submitting to $milkTap.slaveName instead.
-	
+
 <<elseif $activeSlave.devotion < -20>>
 	$He tries to refuse, so you tie $him up, force a mouth spreader into $him, and position $him for $milkTap.slaveName to thrust into.
-	
+
 <<elseif $activeSlave.devotion <= 20>>
 	$He obeys your orders reluctantly, drawing near $milkTap.slaveName's cock despite $his obvious hesitation to amount of cum that will be gushing into $him.
-	
+
 <<elseif $activeSlave.devotion <= 50>>
 	$He obeys your orders, drawing near $milkTap.slaveName's cock despite $his slight hesitation at the idea of being filled with cum.
-	
+
 <<else>>
 	$He happily obeys your orders, eagerly tasting $milkTap.slaveName's beading precum before wrapping $his lips around $milkTap.slaveName's cock and sucking enthusiastically.
 <</if>>
@@ -747,9 +746,9 @@ Next, you see to $activeSlave.slaveName.
 		<<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his over-stuffed belly as $he goes<<else>>$Him belly is so taut it barely wobbles at all as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health.
 		<<set $activeSlave.health -= 1>>
 	<<elseif $activeSlave.inflation == 2>>
-		<<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$Him belly wobbles heavily as $he is helped from your office<</if>>. 
+		<<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$Him belly wobbles heavily as $he is helped from your office<</if>>.
 	<<elseif $activeSlave.inflation == 1>>
-		<<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$Him belly wobbles as $he is helped from your office<</if>>. 
+		<<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$Him belly wobbles as $he is helped from your office<</if>>.
 	<</if>>
 	<br><br>
 	<<if $milkTap.fuckdoll == 0>>
diff --git a/src/pregmod/fSlaveSlaveDickConsummate.tw b/src/pregmod/fSlaveSlaveDickConsummate.tw
index 21f1def255ccdf05a2df4e0367884831d56d4c90..1c8b67c25bea7cb6f2623d132976f499e315ef7a 100644
--- a/src/pregmod/fSlaveSlaveDickConsummate.tw
+++ b/src/pregmod/fSlaveSlaveDickConsummate.tw
@@ -35,7 +35,6 @@
 You take a look at the bound cock toy.
 
 
-
 <<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.career != "a dairy cow") && ($activeSlave.career != "a breeding bull")>>
 	Since $activeSlave.slaveName is mentally broken, the restraints don't do anything but set the scene.
 <<elseif ($activeSlave.devotion > 50)>>
diff --git a/src/pregmod/fillUpButt.tw b/src/pregmod/fillUpButt.tw
index 97c1088043825d958a0ae6ba27b69fc25f5615b0..fe2cb25dff3318e2828d5bd28abb5b411b8a943a 100644
--- a/src/pregmod/fillUpButt.tw
+++ b/src/pregmod/fillUpButt.tw
@@ -67,7 +67,7 @@ before calling $him over so you can play with $his
 <</if>>
 
 <<if _pregDiscovery == 1>>
-	Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeSlave.preg > 10>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of $activeSlave.inflationType up $his ass, however.
+	Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of $activeSlave.inflationType up $his ass, however.
 	<<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.pregKnown = 1>>
 <<elseif $activeSlave.fetish == "mindbroken">>
 	<<if canWalk($activeSlave)>>
diff --git a/src/pregmod/fillUpFace.tw b/src/pregmod/fillUpFace.tw
index 6f7b0c25aeb0e9def744729a829683e6c361a9a3..04b1cc506a6a08ad60f67764f582e793a4728bb2 100644
--- a/src/pregmod/fillUpFace.tw
+++ b/src/pregmod/fillUpFace.tw
@@ -23,7 +23,7 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl
 <</if>>
 
 <<if _pregDiscovery == 1>>
-	Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$He is pregnant<<if $activeSlave.preg > 10>> and surprisingly far along<</if>>.@@ $He should be able to still handle at least two liters of $activeSlave.inflationType, however.
+	Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$He is pregnant<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $He should be able to still handle at least two liters of $activeSlave.inflationType, however.
 	<<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.pregKnown = 1>>
 <<elseif $activeSlave.fetish == "mindbroken">>
 	<<if canWalk($activeSlave)>>
diff --git a/src/pregmod/forceFeeding.tw b/src/pregmod/forceFeeding.tw
index 163080eb1ba1dc1613f93a5ccecd060f4174a1c4..a1ee9373f953f37e8bde57ab2ffc7f70c391c73c 100644
--- a/src/pregmod/forceFeeding.tw
+++ b/src/pregmod/forceFeeding.tw
@@ -190,7 +190,7 @@ and a little jiggle from $his gut.
 
 <br><br>
 
-<<if $activeSlave.pregKnown == 0 && $activeSlave.preg > 3 && _isDone > 0>>
+<<if $activeSlave.pregKnown == 0 && $activeSlave.preg > $activeSlave.pregData.normalBirth/13.33 && _isDone > 0>>
 	As soon as the next helping enters $him you feel something is wrong. $He begins to heave,
 	<<if $activeSlave.fetish != "mindbroken" && $activeSlave.devotion > 50>>
 		struggling to keep down the slave food,
@@ -641,7 +641,7 @@ and a little jiggle from $his gut.
 	Once you've managed to stop $him heaving and clean up, you get to the root of this mess.
 	While most of the tests come back normal, one in particular catches your eye;
 	@@.lime;$He is pregnant
-		<<if $activeSlave.preg > 10>> and surprisingly far along<</if>>.@@
+		<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@
 	<<set $activeSlave.inflation = 0,
 		$activeSlave.inflationType = "none",
 		$activeSlave.inflationMethod = 0,
diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw
index b604bb827fbce8ea04b6f894bfc8d3246b67ef4e..ac508c4ded2f36ea342a301f78e6852615415341 100644
--- a/src/pregmod/organFarmOptions.tw
+++ b/src/pregmod/organFarmOptions.tw
@@ -1212,6 +1212,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 						<<set $activeSlave.eggType = "human">>
 						<<set $activeSlave.preg = 0>>
 						<<set $activeSlave.health -= 20>>
+						<<set $activeSlave.pregData = deepCopy($setup.pregData.human)>>
 						<<if $organFarmUpgrade == 2>>
 							<<set $activeSlave.chem += 20>>
 						<</if>>
@@ -1264,6 +1265,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 						<<set $activeSlave.eggType = "human">>
 						<<set $activeSlave.preg = 0>>
 						<<set $activeSlave.health -= 20>>
+						<<set $activeSlave.pregData = deepCopy($setup.pregData.human)>>
 						<<if $organFarmUpgrade == 2>>
 							<<set $activeSlave.chem += 20>>
 						<</if>>
@@ -1325,6 +1327,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 						<<set $activeSlave.eggType = "pig">>
 						<<set $activeSlave.preg = 0>>
 						<<set $activeSlave.health -= 20>>
+						<<set $activeSlave.pregData = deepCopy($setup.pregData.pig)>>
 						<<if $organFarmUpgrade == 2>>
 							<<set $activeSlave.chem += 20>>
 						<</if>>
@@ -1377,6 +1380,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 						<<set $activeSlave.eggType = "pig">>
 						<<set $activeSlave.preg = 0>>
 						<<set $activeSlave.health -= 20>>
+						<<set $activeSlave.pregData = deepCopy($setup.pregData.pig)>>
 						<<if $organFarmUpgrade == 2>>
 							<<set $activeSlave.chem += 20>>
 						<</if>>
@@ -1438,6 +1442,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 						<<set $activeSlave.eggType = "dog">>
 						<<set $activeSlave.preg = 0>>
 						<<set $activeSlave.health -= 20>>
+						<<set $activeSlave.pregData = deepCopy($setup.pregData.canineM)>>
 						<<if $organFarmUpgrade == 2>>
 							<<set $activeSlave.chem += 20>>
 						<</if>>
@@ -1490,6 +1495,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 						<<set $activeSlave.eggType = "dog">>
 						<<set $activeSlave.preg = 0>>
 						<<set $activeSlave.health -= 20>>
+						<<set $activeSlave.pregData = deepCopy($setup.pregData.canineM)>>
 						<<if $organFarmUpgrade == 2>>
 							<<set $activeSlave.chem += 20>>
 						<</if>>
@@ -1551,6 +1557,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 						<<set $activeSlave.eggType = "horse">>
 						<<set $activeSlave.preg = 0>>
 						<<set $activeSlave.health -= 20>>
+						<<set $activeSlave.pregData = deepCopy($setup.pregData.equine)>>
 						<<if $organFarmUpgrade == 2>>
 							<<set $activeSlave.chem += 20>>
 						<</if>>
@@ -1603,6 +1610,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 						<<set $activeSlave.eggType = "horse">>
 						<<set $activeSlave.preg = 0>>
 						<<set $activeSlave.health -= 20>>
+						<<set $activeSlave.pregData = deepCopy($setup.pregData.equine)>>
 						<<if $organFarmUpgrade == 2>>
 							<<set $activeSlave.chem += 20>>
 						<</if>>
@@ -2011,6 +2019,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 						<<set $activeSlave.eggType = "human">>
 						<<set $activeSlave.preg = 0>>
 						<<set $activeSlave.health -= 40>>
+						<<set $activeSlave.pregData = deepCopy($setup.pregData.human)>>
 						<<if $organFarmUpgrade == 2>>
 							<<set $activeSlave.chem += 20>>
 						<</if>>
@@ -2063,6 +2072,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 						<<set $activeSlave.eggType = "pig">>
 						<<set $activeSlave.preg = 0>>
 						<<set $activeSlave.health -= 40>>
+						<<set $activeSlave.pregData = deepCopy($setup.pregData.pig)>>
 						<<if $organFarmUpgrade == 2>>
 							<<set $activeSlave.chem += 20>>
 						<</if>>
@@ -2115,6 +2125,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 						<<set $activeSlave.eggType = "dog">>
 						<<set $activeSlave.preg = 0>>
 						<<set $activeSlave.health -= 40>>
+						<<set $activeSlave.pregData = deepCopy($setup.pregData.canineM)>>
 						<<if $organFarmUpgrade == 2>>
 							<<set $activeSlave.chem += 20>>
 						<</if>>
@@ -2167,6 +2178,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 						<<set $activeSlave.eggType = "horse">>
 						<<set $activeSlave.preg = 0>>
 						<<set $activeSlave.health -= 40>>
+						<<set $activeSlave.pregData = deepCopy($setup.pregData.equine)>>
 						<<if $organFarmUpgrade == 2>>
 							<<set $activeSlave.chem += 20>>
 						<</if>>
diff --git a/src/pregmod/ovaTransplantWorkaround.tw b/src/pregmod/ovaTransplantWorkaround.tw
index 2d57378db82db4a86d4b0b25dac8ba29acf5ae68..c3d8d21bb429747373a546c4e9bce80800f935dc 100644
--- a/src/pregmod/ovaTransplantWorkaround.tw
+++ b/src/pregmod/ovaTransplantWorkaround.tw
@@ -12,7 +12,7 @@ __Select a slave to serve as the host__
 
 <<for _otw = 0; _otw < $slaves.length; _otw++>>
 <<capture _otw>>
-	<<if ($donatrix.ID != $slaves[_otw].ID && $slaves[_otw].ovaries > 0 || $slaves[_otw].mpreg > 0) && isSlaveAvailable($slaves[_otw]) && $slaves[_otw].preg >= 0 && $slaves[_otw].preg < 4 && $slaves[_otw].pregWeek >= 0 && $slaves[_otw].pubertyXX == 1 && $slaves[_otw].pregType < 12 && $slaves[_otw].bellyImplant == -1 && $slaves[_otw].broodmother == 0 && $slaves[_otw].inflation <= 2 && $slaves[_otw].physicalAge < 70>>
+	<<if ($donatrix.ID != $slaves[_otw].ID && $slaves[_otw].ovaries > 0 || $slaves[_otw].mpreg > 0) && isSlaveAvailable($slaves[_otw]) && $slaves[_otw].preg >= 0 && $slaves[_otw].preg < $slaves[_otw].pregData.normalBirth/10 && $slaves[_otw].pregWeek >= 0 && $slaves[_otw].pubertyXX == 1 && $slaves[_otw].pregType < 12 && $slaves[_otw].bellyImplant == -1 && $slaves[_otw].broodmother == 0 && $slaves[_otw].inflation <= 2 && $slaves[_otw].physicalAge < 70>>
 		<<set _name = SlaveFullName($slaves[_otw])>>
 		<br><<print "[[_name|Surrogacy][$receptrix = $slaves[" + _otw + "], $cash -= ($surgeryCost*2), $surgeryType = 'transplant']]">> <<if $slaves[_otw].pregType >= 4>>//Using a slave carrying multiples is unadvisable//<</if>>
 		<<set _eligibility = 1>>
diff --git a/src/pregmod/pAssociatesPublicSlut.tw b/src/pregmod/pAssociatesPublicSlut.tw
index 839f760d0a3721c785b6e7676a88b81cdb9c9adc..4fa5ed644b42865ce803f0cf07e9be3394425e6f 100644
--- a/src/pregmod/pAssociatesPublicSlut.tw
+++ b/src/pregmod/pAssociatesPublicSlut.tw
@@ -17,7 +17,7 @@ You take a detour down one of the minor byways that feed into the Promenade prop
 <br><br>
 
 <<if _num < $seeDicks>>
-	The one restraining him is a business associate of yours. She's a beautiful woman who cuts a gorgeous figure in her expensive, tasteful business attire. You have some rapport with one another and she greets you cheerily and you make small talk as she finishes up shackling her newly minted slave. He was, she explains, her boyfriend, who had accrued significant debt due to his severe lack of business sense and tact. She had bought out his debt in order to save him from enslavement, only to find out not long after that he had been cheating on her with another free woman. Since she owned his debt, it took only a few formalities to turn him into her property as revenge. "Since he likes sluts so much, I'm going to turn him into one!" She giggles, while stroking the struggling traps luxurious bleach blond hair. Her eyes light up as her gaze returns to you. You know what's coming, and are surprised it took this long for it to occur to her. She reaches around her slave and spreads his ass cheeks. "<<if $PC.title == 1>>Sir<<else>> Ma'am<</if>>, it would honor me if you fucked him!"
+	The one restraining him is a business associate of yours. She's a beautiful woman who cuts a gorgeous figure in her expensive, tasteful business attire. You have some rapport with one another and she greets you cheerily and you make small talk as she finishes up shackling her newly minted slave. He was, she explains, her boyfriend, who had accrued significant debt due to his severe lack of business sense and tact. She had bought out his debt in order to save him from enslavement, only to find out not long after that he had been cheating on her with another free woman. Since she owned his debt, it took only a few formalities to turn him into her property as revenge. "Since he likes sluts so much, I'm going to turn him into one!" She giggles, while stroking the struggling traps luxurious bleach blonde hair. Her eyes light up as her gaze returns to you. You know what's coming, and are surprised it took this long for it to occur to her. She reaches around her slave and spreads his ass cheeks. "<<if $PC.title == 1>>Sir<<else>> Ma'am<</if>>, it would honor me if you fucked him!"
 
 	You consider the slave's anus. Your associate has clearly spent all day customizing her new toy, it looks freshly bleached and is smooth and inviting. It effectively has been transformed into a sex organ.
 <<else>>
@@ -40,12 +40,12 @@ You take a detour down one of the minor byways that feed into the Promenade prop
 		<<set $rep += 100>>
 	<</replace>>
 <</link>>
-<br><<link "Decline, but suggest coffee in the cafe across the street">>
+<br><<link "Decline, but suggest coffee in the café across the street">>
 	<<replace "#result">>
 		<<if _num < $seeDicks>>
-			You decline her offer, but instead offer to buy her coffee at the nearby cafe. You enjoy some especially delicious coffee together while admiring the view of her slave's ass being broken in by a trickle of curious parties, who also occasionally walk around to the other side of the helpless sissy to use his mouth.
+			You decline her offer, but instead offer to buy her coffee at the nearby café. You enjoy some especially delicious coffee together while admiring the view of her slave's ass being broken in by a trickle of curious parties, who also occasionally walk around to the other side of the helpless sissy to use his mouth.
 		<<else>>
-			You decline his offer, but instead offer to buy him coffee at the nearby cafe. You enjoy some especially delicious coffee together while admiring the view of his slave's pussy being broken in by a trickle of curious parties, who also occasionally avail of her ass or walk around to the other side of the helpless slut to use her mouth.
+			You decline his offer, but instead offer to buy him coffee at the nearby café. You enjoy some especially delicious coffee together while admiring the view of his slave's pussy being broken in by a trickle of curious parties, who also occasionally avail of her ass or walk around to the other side of the helpless slut to use her mouth.
 		<</if>>
 		You trade friendly chit-chat and end up discussing business after a while, eventually striking a minor bargain over some outstanding orders that were causing some grief to your holdings, earning you some @@.yellowgreen;extra cash.@@
 		<<set $cash += random(250,1000)>>
diff --git a/src/pregmod/reLegendaryWomb.tw b/src/pregmod/reLegendaryWomb.tw
index 74961fdbb25bc9800066dd429e5eacfbc98961b4..66dd28c5a28f7075d92f881367d698fee1ac245c 100644
--- a/src/pregmod/reLegendaryWomb.tw
+++ b/src/pregmod/reLegendaryWomb.tw
@@ -14,7 +14,7 @@
 
 <br><br>
 
-This is a rare opportunity. The idea ofa pregnancy pageant isn't new but it is undeniably going to attract attention, so the pageant is likely to draw some serious press. Were $activeSlave.slaveName to win, $he would probably be remembered for a long time as a special mother.
+This is a rare opportunity. The idea of a pregnancy pageant isn't new but it is undeniably going to attract attention, so the pageant is likely to draw some serious press. Were $activeSlave.slaveName to win, $he would probably be remembered for a long time as a special mother.
 
 <br><br>
 
diff --git a/src/pregmod/reMaleArcologyOwner.tw b/src/pregmod/reMaleArcologyOwner.tw
index aa2222428e4c2737bf1e5d55bb7fdae8aceb5fbf..acd3537dd74ab5ea6acd58b4d1603fe6331e0b52 100644
--- a/src/pregmod/reMaleArcologyOwner.tw
+++ b/src/pregmod/reMaleArcologyOwner.tw
@@ -1,5 +1,5 @@
 :: RE male arcology owner [nobr]
- 
+
 <<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check">>
 
 The more reputable you've gotten, the more rarefied your entertainments have become. Parties featuring celebrities, old world national leaders, and Free Cities arcology owners have become a nearly nightly experience for you, an expected part of your routine as one of the Free Cities' leading citizens. According to your whims and predilections, you have the choice of participating all night or just making a brief appearance at the start. The important thing is that they're here, come to pay tribute by their presence.
@@ -17,7 +17,7 @@ He strikes a fine balance in conversation with you, firm enough to not overpower
 <</link>>
 <br><<link "Walk past him and out onto an unoccupied balcony">>
 	<<replace "#result">>
-	You walk past him and out onto a balcony. He politely disengages himself and follows, meeting your gaze with a twinkle in his eye. You start talking of nothing of real consequence, but you find that you do have a fair amount to discuss and joke about, since there are oddities to your life that only another slaveowning arcology owner can really understand. You discover that he is very willing to share $PC.refreshment, and you break out some of your best. The party takes notice of your tete-a-tete, but his judgment was obviously correct. Rather than looking down on you, the other prominent guests seem respectfully envious of his access to you. This is still the case even when he starts to get flirty, leaning into you, brushing against you, and more. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when he finally nudges his hip against yours and does not take it away, you take him by the hand and lead him there. He stops you with a hand at the door to the suite and unbuttons his shirt, revealing a triathlete's tanned and sculpted body. As you begin to strip, he embraces you, whispering, "You have no idea how nice this is." It's clear it's been a long time since you've let someone else take the lead, and he sometimes has to snap wrestle you for dominance. He leaves a few hours later with a satisfied expression, giving you a deep kiss on his way out in full public view. @@.green;Your reputation has greatly improved.@@
+	You walk past him and out onto a balcony. He politely disengages himself and follows, meeting your gaze with a twinkle in his eye. You start talking of nothing of real consequence, but you find that you do have a fair amount to discuss and joke about, since there are oddities to your life that only another slaveowning arcology owner can really understand. You discover that he is very willing to share $PC.refreshment, and you break out some of your best. The party takes notice of your tête-à-tête, but his judgment was obviously correct. Rather than looking down on you, the other prominent guests seem respectfully envious of his access to you. This is still the case even when he starts to get flirty, leaning into you, brushing against you, and more. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when he finally nudges his hip against yours and does not take it away, you take him by the hand and lead him there. He stops you with a hand at the door to the suite and unbuttons his shirt, revealing a triathlete's tanned and sculpted body. As you begin to strip, he embraces you, whispering, "You have no idea how nice this is." It's clear it's been a long time since you've let someone else take the lead, and he sometimes has to snap wrestle you for dominance. He leaves a few hours later with a satisfied expression, giving you a deep kiss on his way out in full public view. @@.green;Your reputation has greatly improved.@@
 	<<if isPlayerFertile($PC)>>
 		<<= knockMeUp($PC, 60, 0, -4)>>
 	<</if>>
@@ -36,7 +36,7 @@ He strikes a fine balance in conversation with you, firm enough to not overpower
 			<<if _randomForeignFS > 90>>
 				It's immediately clear by the look on his face that you made a mistake. The man clearly comes from a society that dislikes pregnant woman leading and your attempt to manipulate him into being your lover has pushed him past his level of tolerance. He storms out in anger and, upon returning to the party, makes your underhanded efforts known. @@.red;Your reputation has taken a major hit.@@
 				<<set $rep -= 1000>>
-			<<elseif _randomForeignFS > 70>>  repop 
+			<<elseif _randomForeignFS > 70>> repop
 				It's immediately clear by the look on his face that you made a mistake. He wastes no time in leaping onto the bed, and in his haste, barely manages to disrobe. Before you can attempt to take control, he's hilted in your needy vagina and giving you the fucking your body has been craving. He leaves a few hours later with a satisfied expression and returns to the party, where he puts in a good word for just how good you were. @@.green;Your reputation has slightly improved,@@ though nowhere near as much as his.
 				<<set $rep += 100>>
 				<<set $desc = "a thank-you note from a male arcology owner of your acquaintance that smells strongly of lust">>
@@ -49,10 +49,10 @@ He strikes a fine balance in conversation with you, firm enough to not overpower
 			<</if>>
 		<<elseif $PC.boobsBonus >= 2>>
 			You adjust your dress to better emphasize your huge <<if $PC.boobsImplant == 1>>fake tits<<else>>soft breasts<</if>> and head over to join to the
-			<<if _randomForeignFS > 80>>  slimness 
+			<<if _randomForeignFS > 80>> slimness
 				 conversation between him and the woman trying to convince him to invest in her solar power concern. After a few minutes of you jiggling your cleavage around, however, it becomes apparent that this is not turning him on at all. He excuses himself and withdraws. You return to your <<if $PC.refreshmentType == 0>>$PC.refreshment<<elseif $PC.refreshmentType == 1>>glass of $PC.refreshment<<elseif $PC.refreshmentType == 2>>plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>pouch of $PC.refreshment<<elseif $PC.refreshmentType == 4>>syringe of $PC.refreshment<<elseif $PC.refreshmentType == 5>>bottle of $PC.refreshment<<elseif $PC.refreshmentType == 6>>sheet of $PC.refreshment<</if>>, consoling yourself that you are not exactly starved for company.
-			<<elseif _randomForeignFS > 60>>  transformation 
-				conversation between him and the woman trying to convince him to invest in her solar power concern. 
+			<<elseif _randomForeignFS > 60>> transformation 
+				conversation between him and the woman trying to convince him to invest in her solar power concern.
 				<<if $PC.boobsImplant != 1>>
 					After a few minutes of you jiggling your cleavage around, however, it becomes apparent that, while he does frequently eye it, it just isn't to his tastes. He excuses himself and withdraws. You return to your <<if $PC.refreshmentType == 0>>$PC.refreshment<<elseif $PC.refreshmentType == 1>>glass of $PC.refreshment<<elseif $PC.refreshmentType == 2>>plate of $PC.refreshment<<elseif $PC.refreshmentType == 3>>pouch of $PC.refreshment<<elseif $PC.refreshmentType == 4>>syringe of $PC.refreshment<<elseif $PC.refreshmentType == 5>>bottle of $PC.refreshment<<elseif $PC.refreshmentType == 6>>sheet of $PC.refreshment<</if>>, consoling yourself that you are not exactly starved for company.
 				<<else>>
diff --git a/src/pregmod/reMaleCitizenHookup.tw b/src/pregmod/reMaleCitizenHookup.tw
index fca1f8db4ca8f303f10096c54d08a98c49c5b006..4d7b5f4325d974fb5921a63bee34dae32513f5b5 100644
--- a/src/pregmod/reMaleCitizenHookup.tw
+++ b/src/pregmod/reMaleCitizenHookup.tw
@@ -73,7 +73,7 @@ At night, the best living areas in the arcology offer a constant mélange of sel
 <br><br>
 But tonight, you've put in an appearance. Your citizens are drinking your <<if $arcologies[0].FSPastoralist != "unset">>milk<<elseif $arcologies[0].FSRestart != "unset">>finest alcohol<<else>>alcohol<</if>> and eating your food, though of course they helped pay for it through their rent. They're performing a complex dance of social dominance, and it all radiates around you, with complex unspoken rules of collective approval governing which citizens cycle past you for a word, and for how long. During a low point in the ebb and flow,
 <<switch _FS>>
-<<case "Supremacist" "Subjugationist">>
+<<case "Subjugationist" "Supremacist">>
 	a handsome, racially pure young man
 <<case "Gender Radicalist">>
 	a cute, androgynous-faced girl with nice breasts
@@ -132,7 +132,7 @@ sidles up to you. <<if _FS != "Gender Radicalist">>He begins to introduce himsel
 <br><br>
 He's yours for the taking, if you want him, and if his praise and proximity weren't enough to make that clear, he manages to
 <<switch _FS>>
-<<case "Supremacist" "Subjugationist">>
+<<case "Subjugationist" "Supremacist">>
 	flash you a view straight down his pants at his ethnically superior dick.
 <<case "Gender Radicalist">>
 	flex, popping his shirt's buttons and freeing his well crafted breasts.
@@ -194,7 +194,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu
 	<</if>>
 	Your guest restrains his eager praise now that you're in private, but his wide-eyed appreciation of your domain is compliment enough. Once in your suite, you undress him, revealing
 	<<switch _FS>>
-	<<case "Supremacist" "Subjugationist">>
+	<<case "Subjugationist" "Supremacist">>
 		his fresh, pure body, and gently push him back onto your bed. You tease him as you remove your evening dress, crawl over him and impale yourself on his eager shaft, fully taking its length, before beginning to ride him. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You shift into a slightly more comfortable position<<if $PC.belly >= 5000>> (one that forces him to bear the weight of your heavy middle) <</if>>and ride him to orgasm. You follow shortly after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you.
 	<<case "Gender Radicalist">>
 		perky fake breasts and a stiff dick as you gently push him back onto your bed. You tease him as you remove your evening dress, crawl over him and impale yourself on his eager shaft, fully taking its length, before beginning to ride him. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You shift into a slightly more comfortable position<<if $PC.belly >= 5000>> (one that forces him to bear the weight of your heavy middle) <</if>>and ride him to orgasm. You follow shortly after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you.
@@ -203,7 +203,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu
 		<<set $PC.forcedFertDrugs += 2>>
 	<<case "Repopulationist">>
 		<<set $PC.forcedFertDrugs += 10>>
-		a hot young body with an eager erection. Before you can tip him onto your bed; he pulls your evening dress off, spins you around and lowers you, back first, onto the edge of your bed. He dominantly spears your pussy and begins thrusting powerfully. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly fucking you. You shift in discomfort at being dominated, and in response he <<if $PC.belly >= 5000>>begins earnestly groping your pregnancy<<else>>grabs your hips and pushes even deeper into you<</if>>, distracting you from the situation and allowing you to be overwhelmed by pleasure. With a hard, firm thrust, he cums deep into your pussy. You follow shortly after, feeling the heat of his seed in your depths as you clamp down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you. <<if $PC.belly < 100>>Unsatisfied with your body, he guides you into a position more favorable for conception<<else>>Crazed with lust over your baby bump, he guides you into a position more comfortable for a pregnant woman<</if>> and carries on fucking you. By the time he is done with you, you'll be leaking cum for the rest of the evening.<<if $PC.forcedFertDrugs > 0>> He seemed certain you'd become enormously pregnant from his efforts; he could have been fantasizing, but your drink did taste a little funny and you have a pleasant tingling in your lower belly.<</if>>
+		a hot young body with an eager erection. Before you can tip him onto your bed; he pulls your evening dress off, spins you around and lowers you, back first, onto the edge of your bed. He dominantly spears your pussy and begins thrusting powerfully. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly fucking you. You shift in discomfort at being dominated, and in response he <<if $PC.belly >= 5000>>begins earnestly groping your pregnancy<<else>>grabs your hips and pushes even deeper into you<</if>>, distracting you from the situation and allowing you to be overwhelmed by pleasure. With a hard, firm thrust, he cums deep into your pussy. You follow shortly after, feeling the heat of his seed in your depths as you clamp down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you. <<if $PC.belly < 100>>Unsatisfied with your body, he guides you into a position more favorable for conception<<else>>Crazed with lust over your baby bump, he guides you into a position more comfortable for a pregnant woman<</if>> and carries on fucking you. By the time he is done with you, you'll be leaking cum for the rest of the evening.<<if $PC.forcedFertDrugs > 10>> He seemed certain you'd become enormously pregnant from his efforts; he could have been fantasizing, but your drink did taste a little funny and you have a pleasant tingling in your lower belly.<</if>>
 	<<case "Eugenics">>
 		his glorious, flawless body, and gently push him back onto your bed. You tease him as you remove your evening dress, crawl over him and impale yourself on his eager shaft, fully taking its length, before beginning to ride him. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You shift into a slightly more comfortable position<<if $PC.belly >= 5000>> (one that forces him to bear the weight of your heavy middle) <</if>>and ride him to orgasm. You follow shortly after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you.
 	<<case "Paternalist">>
@@ -216,7 +216,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu
 		a massive fake bubble butt to go with his extended erection, and gently push him back onto your bed. You tease him as you remove your evening dress, crawl over him and impale yourself on his eager shaft, taking as much as you physically can, before beginning to ride him. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You shift into a slightly more comfortable position<<if $PC.belly >= 5000>> (one that forces him to bear the weight of your heavy middle) <</if>>and ride him to orgasm. You follow shortly after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you.
 	<<case "Youth Preferentialist">>
 		<<if $minimumSlaveAge < 13>>
-			that he is adorable, but may not be satisfying, and gently carry him to your bed. You tease him as you remove your evening dress, crawl next to him, pull him over yourself and guide his tiny penis into you. Instinct quickly takes hold as he begins thrusting and hugs tightly to your <<if $PC.belly >= 5000>>pregnant belly<<else>>larger body<</if>>. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You hold him close and buck against him, trying to make up for his size, until he releases a small load into your depths. You follow not long after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Exhausted, he passes out <<if $PC.belly >= 5000>>against your middle<<elseif $PC.boobsBonus > 0>>in your huge bust<<elseif $PC.boobsBonus < 0>>in your cute breasts<<elseif $PC.boobs == 1>>n your ample bust<<else>>atop you<</if>>; where he lies until you finish playing with him and move him beside you. You return to your needy crotch to finish up as he snuggles closer to your side.
+			that he is adorable, but may not be satisfying, and gently carry him to your bed. You tease him as you remove your evening dress, crawl next to him, pull him over yourself and guide his tiny penis into you. Instinct quickly takes hold as he begins thrusting and hugs tightly to your <<if $PC.belly >= 5000>>pregnant belly<<else>>larger body<</if>>. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You hold him close and buck against him, trying to make up for his size, until he releases a small load into your depths. You follow not long after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Exhausted, he passes out <<if $PC.belly >= 5000>>against your middle<<elseif $PC.boobsBonus > 0>>in your huge bust<<elseif $PC.boobsBonus < 0>>in your cute breasts<<elseif $PC.boobs == 1>>in your ample bust<<else>>atop you<</if>>; where he lies until you finish playing with him and move him beside you. You return to your needy crotch to finish up as he snuggles closer to your side.
 		<<elseif $minimumSlaveAge < 18>>
 			that his whole body looks fresh, untouched, and very young, and gently push him back onto your bed. You tease him as you remove your evening dress, crawl over him and impale yourself on his eager shaft before beginning to ride him. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobrium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You shift into a slightly more comfortable position<<if $PC.belly >= 5000>> (one that forces him to bear the weight of your heavy middle) <</if>>and ride him to orgasm. You follow shortly after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you.
 		<<else>>
@@ -305,7 +305,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu
 		<<switch _FS>>
 		<<case "Asset Expansionist" "Repopulationist">>
 			<<= knockMeUp($PC, 100, 0, -2)>>
-		<<case "Gender Fundamentalist" "Eugenics" "Paternalist" "Maturity Preferentialist" "Physical Idealist">>
+		<<case "Eugenics" "Gender Fundamentalist" "Maturity Preferentialist" "Paternalist" "Physical Idealist">>
 			<<= knockMeUp($PC, 60, 0, -2)>>
 		<<default>>
 			<<= knockMeUp($PC, 40, 0, -2)>>
@@ -324,7 +324,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu
 	<<replace "#result">>
 	You turn to face him straight on, and something about the look in your eye fills him with mixed apprehension and anticipation. You agree with his banter and praise him for being so forward-thinking, before transitioning to more direct praise of his style and then his body. You're speaking in a tone that cuts through the room, and by the time you kiss your willing conquest, there's not a person in the room who isn't paying attention. They all understand the message: this gathering is turning into something else, now. Those few who aren't willing to fuck in public withdraw, and everyone who didn't come with a sexual partner sends urgent messages to have appropriate slaves brought from their apartments. You make out with him for a while, letting everyone make arrangements, and then pull his clothes off, making sure his
 	<<switch _FS>>
-	<<case "Supremacist" "Subjugationist">>
+	<<case "Subjugationist" "Supremacist">>
 		superior body
 		<<if _FS == "Supremacist">>
 			<<set $arcologies[0].FSSupremacist += 5>>
@@ -395,7 +395,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu
 	<<case "Egyptian Revivalist">>
 		beautiful tanned body
 		<<set $arcologies[0].FSEgyptianRevivalist += 5>>
-	<<case "Edo Revivalist" "Arabian Revivalist" "Chinese Revivalist">>
+	<<case "Arabian Revivalist" "Chinese Revivalist" "Edo Revivalist">>
 		graceful form
 		<<if _FS == "Edo Revivalist">>
 			<<set $arcologies[0].FSEdoRevivalist += 5>>
diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw
index 61bae5f676632e1a7df9de3ef62900c7a3f05950..ce4c3c28096d16ad4ba019282fe2934bc03fefb6 100644
--- a/src/pregmod/rePregInventor.tw
+++ b/src/pregmod/rePregInventor.tw
@@ -1,5 +1,5 @@
 :: RE preg inventor [nobr]
- 
+
 <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">>
 
 <<set $activeSlave = $eventSlave>>
@@ -30,15 +30,15 @@
 			grin and pushes $his augmented tits together to give you a view of $his impressive cleavage.
 		<<elseif $activeSlave.boobs >= 3000>>
 			grin and hefts one of $his massive breasts with both hands, sucking on $his nipple to give you a show while you wait.
-		<<else>> 
+		<<else>>
 			grin and tweaks the nipples on $his pert breasts.
 		<</if>>
 	<</if>>
 	<br><br>
 	Once $he is safely resting on the ground, your slave
-	<<if $activeSlave.amp < 1>> 
+	<<if $activeSlave.amp < 1>>
 		pushes up against it, stretching so that $he can look you in the eyes.
-	<<else>> 
+	<<else>>
 		blushes and wiggles $his stumps, looking down.
 	<</if>>
 	<<if canTalk($activeSlave)>>
@@ -49,10 +49,10 @@
 			<<print SlaveTitle($activeSlave)>>
 		<</if>>
 		until my body give<<s>> out. <<S>>o, <<Master>>, I really want to give <<s>>omething back to you for making my dream<<s>> come true."
-	<<else>> 
+	<<else>>
 		<<if $activeSlave.amp < 1>>
 			$He signs to you that $he wants to give back to you for blessing $him with $his <<if $activeSlave.broodmother > 0>>permanently hyperpregnant<<else>>life-swollen<</if>> body.
-		<<else>> 
+		<<else>>
 			Your personal assistant speaks, probably in response to a nonverbal cue from your slave. $He explains that your slave wishes to give back to you for blessing $him with $his <<if $activeSlave.broodmother > 0>>permanently hyperpregnant<<else>>life-swollen<</if>> body.
 		<</if>>
 	<</if>>
@@ -101,7 +101,7 @@
 			$he cries out in a reciprocating orgasm and then cries out a second time when, massive stomach shuddering,
 			<<if $activeSlave.broodmother > 1>>
 				$he begins to give birth to yet another child. You call your menials back to your office and decide to take a walk. By the time you're at the door, the head of $activeSlave.slaveName's next child is already cresting.
-			<<elseif $activeSlave.broodmother != 1 && $activeSlave.preg > 37>>
+			<<elseif $activeSlave.broodmother == 0 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth+1>> 
 				$his water breaks. You call your menials back to your office and decide to take a walk. As you pass by $him, it's clear that $he'll have more important things to think about it the coming day.
 				<<set $activeSlave.labor = 1>>
 			<<else>>
@@ -115,7 +115,7 @@
 			<<else>>
 				<<if $activeSlave.amp < 1>>
 					$He motions in apology, trying to hide $his extreme disappointment.
-				<<else>> 
+				<<else>>
 					$He is mute and limbless, so it is nearly impossible for $him to communicate $his feelings without a great deal of forward planning and help from your AI assistant. Despite this, you can tell $he's disappointed.
 				<</if>>
 			<</if>>
@@ -153,13 +153,13 @@
 			<<else>>
 				thin, almost childlike lips
 			<</if>>
-			around your penis. 	
+			around your penis.
 			<<if canTalk($activeSlave)>>
 				Between $his slurping and sucking, $he manages to get out enough intelligible words to give you a good idea about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
 			<<else>>
 				<<if $activeSlave.amp < 1>>
 					While slurping and sucking, $he signs to you, communicating $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
-				<<else>> 
+				<<else>>
 					$He focuses on slurping and sucking on your knob while your personal assistant explains $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
 				<</if>>
 			<</if>>
@@ -169,7 +169,7 @@
 			<<else>>
 				<<if $activeSlave.amp < 1>>
 					While burying $his tongue in your quim, $he signs to you, communicating $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
-				<<else>> 
+				<<else>>
 					$He focuses burying $his tongue in your quim while your personal assistant explains $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun.
 				<</if>>
 			<</if>>
@@ -183,7 +183,7 @@
 			<<else>>
 				<<if $activeSlave.amp < 1>>
 					$He signs to you, begging you to keep feeding $him your cum as $he's eating for a lot more than two.
-				<<else>> 
+				<<else>>
 					$He then nuzzles your crotch possessively, looking up at your face with devoted eyes.
 				<</if>>
 			<</if>>
@@ -194,7 +194,7 @@
 			<<else>>
 				<<if $activeSlave.amp < 1>>
 					$He signs to you, begging you to keep feeding $him your pussy juice as $he's eating for a lot more than two.
-				<<else>> 
+				<<else>>
 					$He then nuzzles your crotch possessively, looking up at your face with devoted eyes.
 				<</if>>
 			<</if>>
@@ -209,21 +209,21 @@
 		<<replace "#result">>
 		You are intrigued by $his offer.
 		<<if $activeSlave.amp < 1>>
-			You take $his 
+			You take $his
 			<<if $seeRace == 1>>
-				$activeSlave.race 
+				$activeSlave.race
 			<</if>>
 			hands in yours, noting their pleasant softness, and direct $him to explain.
 		<<else>>
 			You place a hand on $his exaggerated gut and direct $him to explain.
 		<</if>>
-		$He blushes, sexually stimulated by even this minor touch, and 
+		$He blushes, sexually stimulated by even this minor touch, and
 		<<if canTalk($activeSlave)>>
 			describes various ideas $he's had for tools and techniques that could improve an enormously pregnant girl's sexual potential.
 		<<else>>
 			<<if $activeSlave.amp < 1>>
 				signs, describing various ideas $he's had for tools and techniques that could improve an enormously pregnant girl's sexual potential.
-			<<else>> 
+			<<else>>
 				wiggles a stump, prompting your personal assistant to describe various ideas $he's had for tools and techniques that could improve an enormously pregnant girl's sexual potential.
 			<</if>>
 		<</if>>
@@ -233,7 +233,7 @@
 		<<else>>
 			your pussy dripping with need in short order
 		<</if>>
-		 and, as the description continues, you move around behind your broodmother, pushing $him up onto $his tremendous womb so that you can fuck $him against it. $His belly squashes down slightly under your weight, but less than you'd expect—$he's so packed full of children that $his stomach resists changing shape. $He wiggles $his hips as you
+		and, as the description continues, you move around behind your broodmother, pushing $him up onto $his tremendous womb so that you can fuck $him against it. $His belly squashes down slightly under your weight, but less than you'd expect—$he's so packed full of children that $his stomach resists changing shape. $He wiggles $his hips as you
 		<<if $activeSlave.butt > 11>>
 			sink face first into $his warm, room filling ass cleavage
 		<<elseif $activeSlave.butt > 5>>
@@ -245,26 +245,26 @@
 		<<else>>
 			press down on $his petite little ass with your hips
 		<</if>>
-		and begin teasing $his pussy with 
-		<<if $PC.dick == 1>> 
+		and begin teasing $his pussy with
+		<<if $PC.dick == 1>>
 			the tip of your dick.
 		<<else>>
 			your fingers.
 		<</if>>
 		<br><br>
 		<<if canTalk($activeSlave)>>
-			"Ooh, <<Master>>," your slave <<say>>s, "if you keep thi<<s>> up you'll wake the babie<<s>>." 
+			"Ooh, <<Master>>," your slave <<say>>s, "if you keep thi<<s>> up you'll wake the babie<<s>>."
 		<<else>>
 			<<if $activeSlave.amp < 1>>
 				Your slave signs, teasingly implying that you'll wake the babies.
-			<<else>> 
+			<<else>>
 				The skin of your slave's monumental belly flushes red and $he wiggles $his stumps in combined embarrassment and arousal.
 			<</if>>
 		<</if>>
 		<br><br>
 		Despite $his complaints, $he doesn't seem to mind once you start really fucking $him senseless.
 		<<= VaginalVCheck()>>
-		Once you've finished melting your swollen "little" sex slave into a puddle of sexually satisfied goo, 
+		Once you've finished melting your swollen "little" sex slave into a puddle of sexually satisfied goo,
 		<<if $PC.dick == 1>>
 			shooting your load into $his wanting pussy,
 		<<else>>
@@ -277,7 +277,7 @@
 		<</replace>>
 	<</link>>
 	</span>
-	
+
 <<elseif $pregInventor == 1>>
 
 	Your broodmother, <<EventNameLink $activeSlave>>, has been using the resources you gave $him to expand the possibilities for sex with hyperpregnant slaves. $He has been working hard and is finally ready to show off $his results. Your assistant gives you a list of the slave's innovations and you decide to give one a try:
@@ -298,7 +298,7 @@
 		<<else>>
 			tight little pussy
 		<</if>>
-		at perfect eye level. You go down on $him to get $him primed and enjoy the feeling of 
+		at perfect eye level. You go down on $him to get $him primed and enjoy the feeling of
 		<<if $activeSlave.amp < 1>>
 			$his legs wrapping around your head
 		<<else>>
@@ -307,8 +307,8 @@
 		as you bring $him to climax.
 		<<set $activeSlave.vaginalCount++, $vaginalTotal++>>
 		<br><br>
-		With gentle coaching from your slave, you rotate the two of you in the air so that $he can ride you reverse cowgirl. <<= VaginalVCheck(2)>> You then switch $him around, allowing $his belly to eclipse your vision entirely as $he rides you in traditional cowgirl. The contents of $his womb have exploded its weight to the point that this position would have previously been hazardous to both your health and $hers, if not completely impossible, and the illusion of having sex while perpetually on the knife's edge of being flattened by literal tons of baby packed slave flesh sends you over the edge. You 
-		<<if $PC.dick == 1>> 
+		With gentle coaching from your slave, you rotate the two of you in the air so that $he can ride you reverse cowgirl. <<= VaginalVCheck(2)>> You then switch $him around, allowing $his belly to eclipse your vision entirely as $he rides you in traditional cowgirl. The contents of $his womb have exploded its weight to the point that this position would have previously been hazardous to both your health and $hers, if not completely impossible, and the illusion of having sex while perpetually on the knife's edge of being flattened by literal tons of baby packed slave flesh sends you over the edge. You
+		<<if $PC.dick == 1>>
 			ejaculate into $him, your cum dripping out of $his vagina, splattering on the ground below.
 		<<else>>
 			orgasm as you transition into scissoring with your tightly packed broodmare, keeping the fantasy of being crushed by $his body foremost in your mind.
@@ -319,13 +319,13 @@
 		<<if canTalk($activeSlave)>>
 			"<<S>>o what did you think, <<Master>>?" $he asks. $He purses $his lips, waiting for your response.
 		<<else>>
-			$He motions to you, making it clear $he's waiting for your judgment. 
+			$He motions to you, making it clear $he's waiting for your judgment.
 		<</if>>
 		<<set $activeSlave.devotion += 5>>
 		<br><br><span id="result2">
 		<<link "Insult $him and halt all further training.">>
 			<<replace "#result2">>
-			As much as $his antics amused you, it's clear that $activeSlave.slaveName wasted your money. You calmly explain to $him that the next time $he has a "brilliant" idea, $he should keep it to herself, then arrange to have $his "discoveries" disposed of. 
+			As much as $his antics amused you, it's clear that $activeSlave.slaveName wasted your money. You calmly explain to $him that the next time $he has a "brilliant" idea, $he should keep it to herself, then arrange to have $his "discoveries" disposed of.
 			<<if $activeSlave.trust < -95>>
 				The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. You slap $him on the ass and then have your menials escort $him back to $his duties. The next time you see $him, the spark of life and vitality that drove $him has been fully extinguished. @@.red;$activeSlave.slaveName has broken.@@ Anything $he might have learned from this experience is lost in $his empty mind. $He will never question $his place, or anything else, again.
 				<<set $activeSlave.fetish = "mindbroken">>
@@ -375,33 +375,33 @@
 		<<else>>
 			slender ass
 		<</if>>
-		and then shakes $his booty, glancing over $his shoulder to see how you react. You motion for $him to continue and $he turns around and approaches you, stopping only when $his massive belly is looming in front of you, almost touching you. You look over the apex of $his stomach to consider the "invention" she's developed to enable $his miraculous mobility. 
+		and then shakes $his booty, glancing over $his shoulder to see how you react. You motion for $him to continue and $he turns around and approaches you, stopping only when $his massive belly is looming in front of you, almost touching you. You look over the apex of $his stomach to consider the "invention" she's developed to enable $his miraculous mobility.
 		<br><br>
 		A significant number of menial slaves have been repurposed and specially trained to aid your hyperbroodmother and $his incredible belly. These menials,
 		<<if $arcologies[0].FSPaternalist > 60>>
-			outfitted with expensive safety gear to protect them during their potentially dangerous endeavors, 
+			outfitted with expensive safety gear to protect them during their potentially dangerous endeavors,
 		<<elseif $arcologies[0].FSRepopulationFocus > 60>>
-			themselves pregnant, though not nearly as large, 
+			themselves pregnant, though not nearly as large,
 		<<elseif $arcologies[0].FSRestart > 60>>
 			low-quality stock unfit to serve as breeders,
 		<<elseif $arcologies[0].FSPastoralist > 60>>
-			their huge, milky tits squashed up against your slave's body, leaking milk, 
+			their huge, milky tits squashed up against your slave's body, leaking milk,
 		<<elseif $arcologies[0].FSAssetExpansionist > 60>>
-			their huge tits and asses serving as exotic cushions for the tender flesh of your massively bloated hyperbroodmother, 
+			their huge tits and asses serving as exotic cushions for the tender flesh of your massively bloated hyperbroodmother,
 		<<elseif $arcologies[0].FSTransformationFetishist > 60>>
-			their huge implanted tits and asses clearly designed to maximize their potential as cushions for your massively bloated hyperbroodmother, 
+			their huge implanted tits and asses clearly designed to maximize their potential as cushions for your massively bloated hyperbroodmother,
 		<<elseif $arcologies[0].FSPhysicalIdealist > 60>>
 			their impressive muscles rippling as they exert themselves,
 		<<elseif $arcologies[0].FSHedonisticDecadence > 60>>
-			surprisingly strong, given how plush they are, and well suited for their job, 
+			surprisingly strong, given how plush they are, and well suited for their job,
 		<<elseif $arcologies[0].FSChattelReligionist > 60>>
-			dressed in skimpy monks habits and eyes flashing with exalted fervor as they go about their duties, 
+			dressed in skimpy monks habits and eyes flashing with exalted fervor as they go about their duties,
 		<<elseif $arcologies[0].FSYouthPreferentialist > 60>>
 			just barely the legal age for consent in your arcology and clearly eager to prove themselves,
 		<<elseif $arcologies[0].FSMaturityPreferentialist > 60>>
-			plush MILFs who support your hyperbroodmother's insane pregnancy with a hint of maternal affection, 
+			plush MILFs who support your hyperbroodmother's insane pregnancy with a hint of maternal affection,
 		<<elseif $arcologies[0].FSSlimnessEnthusiast > 60>>
-			lithe and possessed of wiry strength, 
+			lithe and possessed of wiry strength,
 		<<elseif $arcologies[0].FSRomanRevivalist > 60>>
 			dressed in a skimpy reproduction of roman legionary garb,
 		<<elseif $arcologies[0].FSAztecRevivalist > 60>>
@@ -425,13 +425,13 @@
 			$He can't speak, but $he does grin and roll $his belly up and down your lap for a moment, $his servants lifting and supporting $him from the periphery such that $he seems to be in casual control of $his immobilizing bulk.
 		<</if>>
 		<br><br>
-		It is only then that you realize that 
+		It is only then that you realize that
 		<<if $PC.dick == 1>>
-			your dick is as hard as a length of steel. 
+			your dick is as hard as a length of steel.
 		<<else>>
 			your kitty is positively drowning in fem-cum.
 		<</if>>
-		You move to touch $his belly, but $he steps backward, leaving it just out of reach. 
+		You move to touch $his belly, but $he steps backward, leaving it just out of reach.
 		<br><br>
 		<<if canTalk($activeSlave)>>
 			"If you'll permit, <<Master>>," $he <<say>>s teasingly, "I'd like to <<sh>>ow off my 'invention' ju<<s>>t a little longer."
@@ -439,14 +439,14 @@
 			$He smirks and
 			<<if $activeSlave.amp < 1>>
 				motions to you that $he'd like to tease you just a little longer.
-			<<else>> 
+			<<else>>
 				one of $his servants, seeming to read their mistress's mind, motions to you that your slave has something big to show off still.
 			<</if>>
 		<</if>>
 		<br><br>
-		You motion for $him to continue. 
+		You motion for $him to continue.
 		<<if $activeSlave.amp < 1>>
-			$He lifts $his arms over $his head and begins to spin again, giving you a glorious view of $his 
+			$He lifts $his arms over $his head and begins to spin again, giving you a glorious view of $his
 		<<else>>
 			$His servants spin $him again, giving you a glorious view of $his
 		<</if>>
@@ -473,17 +473,17 @@
 		<</if>>
 		As $he spins, $his servants support $his motions, using their own bodies to cushion and propel $him in the direction $he wants. They move in a limp manner that seems to blend into $his body, keeping the focus of your attention on your slave's form rather than theirs. One enters your office with a portable stripper stage, complete with pole, and your slave makes $his way over to it.
 		<<if canTalk($activeSlave)>>
-			"There were <<s>>ome... <<s>>acrifi<<c>>e<<s>>," $he <<say>>s, "to get where we are today." 
+			"There were <<s>>ome... <<s>>acrifi<<c>>e<<s>>," $he <<say>>s, "to get where we are today."
 			<<if $activeSlave.amp < 1>>
-				$He raises $his arms as $his myriad servants plaster themselves to $his monolithic body, raising $his considerable bulk to a sufficient height to allow $him to take hold of the pole. 
-			<<else>> 
-				$He raises a dainty stub and one of $his myriad servants, pressed back to back with $him to help support $his weight as the others push $him into position, snakes a hand upward, creating the illusion that, for just this moment, your amputee broodmother is whole once more and grabbing onto the pole. 
+				$He raises $his arms as $his myriad servants plaster themselves to $his monolithic body, raising $his considerable bulk to a sufficient height to allow $him to take hold of the pole.
+			<<else>>
+				$He raises a dainty stub and one of $his myriad servants, pressed back to back with $him to help support $his weight as the others push $him into position, snakes a hand upward, creating the illusion that, for just this moment, your amputee broodmother is whole once more and grabbing onto the pole.
 			<</if>>
 		<<else>>
 			<<if $activeSlave.amp < 1>>
-				$He motions to you that there were some sacrifices, raising $his arms as $his myriad servants plaster themselves under $his monolithic belly, raising $his considerable bulk to sufficient height to allow $him to take hold of the pole. 
-			<<else>> 
-				The servant serving as the "mouth" for your mute, limbless hyperpregnant slave motions to you that there were some sacrifices. Your slave raises a dainty stub and one of $his myriad servants, pressed back to back with $him to help support $his weight as the others push $him into position, snakes a hand upward, creating the illusion that, for just this moment, your amputee broodmother is whole once more and grabbing onto the pole. 	
+				$He motions to you that there were some sacrifices, raising $his arms as $his myriad servants plaster themselves under $his monolithic belly, raising $his considerable bulk to sufficient height to allow $him to take hold of the pole.
+			<<else>>
+				The servant serving as the "mouth" for your mute, limbless hyperpregnant slave motions to you that there were some sacrifices. Your slave raises a dainty stub and one of $his myriad servants, pressed back to back with $him to help support $his weight as the others push $him into position, snakes a hand upward, creating the illusion that, for just this moment, your amputee broodmother is whole once more and grabbing onto the pole.
 			<</if>>
 		<</if>>
 		<br><br>
@@ -510,12 +510,12 @@
 		<<elseif $activeSlave.amp < 1>>
 			$He motions to you, communicating the last part of $his earlier message: "that it was worth it!" $He then indicates that $he is waiting for your opinion. You note that $he hasn't even broken a sweat.
 		<<else>>
-			$His mouthpiece motions to you, communicating the last part of the message your slave started earlier: "that it was worth it!" The menial then indicates that your slave is waiting for your opinion of $his work. You note that your hyperbroodmother hasn't even broken a sweat. 
+			$His mouthpiece motions to you, communicating the last part of the message your slave started earlier: "that it was worth it!" The menial then indicates that your slave is waiting for your opinion of $his work. You note that your hyperbroodmother hasn't even broken a sweat.
 		<</if>>
 		<br><br><span id="result2">
 		<<link "Insult $him and halt all further training.">>
 			<<replace "#result2">>
-			As much as $his antics amused you, it's clear that $activeSlave.slaveName wasted your money. You calmly explain to $him that the next time $he has a "brilliant" idea, $he should keep it to herself, then arrange to have $his "discoveries" disposed of. 
+			As much as $his antics amused you, it's clear that $activeSlave.slaveName wasted your money. You calmly explain to $him that the next time $he has a "brilliant" idea, $he should keep it to herself, then arrange to have $his "discoveries" disposed of.
 			<<if $activeSlave.trust < -95>>
 				The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. You slap $him on the ass and then have your menials escort $him back to $his duties. The next time you see $him, the spark of life and vitality that drove $him has been fully extinguished. @@.red;$activeSlave.slaveName has broken.@@ Anything $he might have learned from this experience is lost in $his empty mind. $He will never question $his place, or anything else, again.
 				<<set $activeSlave.fetish = "mindbroken">>
@@ -553,11 +553,11 @@
 	<br><<link "Enjoy a game of 'jelly' wrestling in your new curative gelatin pool.">>
 		<<EventNameDelink $activeSlave>>
 		<<replace "#result">>
-		Your slave asks you to meet $him in your spa. Upon entering, you take a moment to enjoy the 
+		Your slave asks you to meet $him in your spa. Upon entering, you take a moment to enjoy the
 		<<if $spaDecoration == "Paternalist">>
 			sight of the opulently appointed pools and the intellectually stimulating shows streaming from the many screens set on the walls of the room.
 		<<elseif $spaDecoration == "Repopulation Focus">>
-			sight of all of the maternity aid devices scattered throughout the room. Whatever the nature of $his invention, your slave's toy is guaranteed to fit in well in these particular baths. 
+			sight of all of the maternity aid devices scattered throughout the room. Whatever the nature of $his invention, your slave's toy is guaranteed to fit in well in these particular baths.
 		<<elseif $spaDecoration == "Eugenics">>
 			sight of the dualistic, caste based facilities.
 		<<elseif $spaDecoration == "Pastoralist">>
@@ -573,7 +573,7 @@
 		<<elseif $spaDecoration == "Chattel Religionist">>
 			sight of the ritual pools and the various icons of the faith scattered throughout the room.
 		<<elseif $spaDecoration == "Youth Preferentialist">>
-			carnival atmosphere created by the waterpark theming of the facilities. 
+			carnival atmosphere created by the waterpark theming of the facilities.
 		<<elseif $spaDecoration == "Gender Radicalist">>
 			sight of the extreme penetration based pornography feeds streaming from the many screens set on the walls of the room.
 		<<elseif $spaDecoration == "Gender Fundamentalist">>
@@ -597,15 +597,15 @@
 		<<elseif $spaDecoration == "Chinese Revivalist">>
 			stultifying, gloomy atmosphere pervading the room.
 		<<elseif $spaDecoration == "Body Purist">>
-			comfortable atmosphere of the facilities. 
+			comfortable atmosphere of the facilities.
 		<<else>>
 			sight of its spacious baths and pleasant atmosphere.
 		<</if>>
-		Your eyes then fall on what must be $his invention: a new pool, set in a corner. It's not olympic size, but it is quite large compared to most of your other pools--a large oval--and it is completely filled with a clear, gooey substance. Lounging in it, facing you and with $his massive belly poking out just far enough for you to enjoy the sight of $his bulging "outie" belly button, is your slave, wearing an attractive bikini that seems to be soaked through with whatever goo is filling the pool. $He
+		Your eyes then fall on what must be $his invention: a new pool, set in a corner. It's not Olympic size, but it is quite large compared to most of your other pools--a large oval--and it is completely filled with a clear, gooey substance. Lounging in it, facing you and with $his massive belly poking out just far enough for you to enjoy the sight of $his bulging "outie" belly button, is your slave, wearing an attractive bikini that seems to be soaked through with whatever goo is filling the pool. $He
 		<<if $activeSlave.amp < 1>>
 			waves at you and then gently rolls forward onto $his astounding pregnancy,
 		<<else>>
-			waves a stub at you and then pokes it at a holographic remote array hovering nearby. A mobility assistance device in the pool rolls $him forward onto $his astounding pregnancy, 
+			waves a stub at you and then pokes it at a holographic remote array hovering nearby. A mobility assistance device in the pool rolls $him forward onto $his astounding pregnancy,
 		<</if>>
 		<<if ($activeSlave.boobs >= 20000)>>
 			causing $his insanely enormous tits to flop onto the tile at the pool's edge with a loud "thwack."
@@ -622,7 +622,7 @@
 		<<elseif $activeSlave.amp < 1>>
 			$He motions to you in more formal greetings and then lets out an involuntary moan of pleasure, rubbing at the sides of $his tremendous belly. $He beckons you to enter the pool.
 		<<else>>
-			$He is limbless as well as mute, so $he can't greet you more formally, but $his pleasurable, incomprehensible moaning and the way $he presses $his stumps into $his monstrously inflated, baby packed belly makes it clear to you that $he's happy to see you. You decide to get into the pool to try out your slave's invention for yourself. 
+			$He is limbless as well as mute, so $he can't greet you more formally, but $his pleasurable, incomprehensible moaning and the way $he presses $his stumps into $his monstrously inflated, baby packed belly makes it clear to you that $he's happy to see you. You decide to get into the pool to try out your slave's invention for yourself.
 		<</if>>
 		<br><br>
 		You strip and put on one of the swimming outfits that are stored in the baths for your personal use, then slide yourself into the pool, squeezing in between its wall and your hyperswollen broodmother. The gel has a medicinal scent masked by lavender and is the perfect warmth to ease your muscles as you slide into it. Your skin tingles at its touch.
@@ -631,15 +631,15 @@
 			"It'<<s>> curative jelly," your slave explains. "I'm <<s>>o big, now, it take<<s>> mo<<s>>t of the day to moi<<s>>turize my poor belly, even with help. With thi<<s>> jelly pool, it only takes a few minute<<s>>. I'm <<s>>ure thi<<s>> pool can help all <<s>>ort<<s>> of <<s>>lave<<s>> with big a<<ss>>et<<s>> <<s>>o that they can keep them<<s>>elve<<s>> looking pretty for their <<if $PC.title == 1>>ma<<s>>ter<<s>><<else>>mi<<s>>tre<<ss>>e<<s>><</if>>."
 		<<else>>
 			<<if $activeSlave.amp == 0>>
-				$He motions to you, explaining in sign that the pool is filled with curative gel. It's designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually. 
+				$He motions to you, explaining in sign that the pool is filled with curative gel. It's designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually.
 			<<else>>
-				Your personal assistant chimes in to explain that the pool is filled with curative gel. It's designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually. 
+				Your personal assistant chimes in to explain that the pool is filled with curative gel. It's designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually.
 			<</if>>
 		<</if>>
 		<br><br>
 		<<if $activeSlave.amp < 1>>
 			$He presses a few buttons on a holographic remote array
-		<<else>> 
+		<<else>>
 			$He nods a signal
 		<</if>>
 		and a series of silk-lined spherical rollers at the base of the pool come to life, humming as they spin $his laden body around. $He pushes into your chest, rotating forward so that $his
@@ -648,16 +648,16 @@
 		<<elseif ($activeSlave.boobs >= 3000)>>
 			massive chest fills the space between you, blocking your view of $his face. You spread $his cleavage enough to be able to continue listening to $him.
 		<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
-			fat, implanted tits fill the space between you, blocking your view of $his face. With some effort, you spread $his tightly packed, spherical cleavage enough to be able to continue listening to $him. 
+			fat, implanted tits fill the space between you, blocking your view of $his face. With some effort, you spread $his tightly packed, spherical cleavage enough to be able to continue listening to $him.
 		<<else>>
-			spherical belly pushes into your crotch. 
+			spherical belly pushes into your crotch.
 		<</if>>
 		<<if $activeSlave.amp < 1>>
 			$He then reaches out and, after you nod that $he can continue, $he caresses your face.
-		<<else>> 
-			$He then reaches out to caress your face, but blushes and stops the motion as $he remembers that $he is physically unequipped to do so. 
+		<<else>>
+			$He then reaches out to caress your face, but blushes and stops the motion as $he remembers that $he is physically unequipped to do so.
 		<</if>>
-		$His weight falls onto you and pushes you into the cushioned wall of the pool. The wall gives beneath your combined bulk, swelling down and outward to accommodate and support you. 
+		$His weight falls onto you and pushes you into the cushioned wall of the pool. The wall gives beneath your combined bulk, swelling down and outward to accommodate and support you.
 		<br><br>
 		<<if canTalk($activeSlave)>>
 			"Do you like it, <<Master>>?" $he asks. "It'<<s>> built to grow and change a<<s>> your <<s>>lave<<s>> do. It <<sh>>ould be the perfect <<s>>ize to <<s>>upport them, no matter what that <<s>>ize might be. And if we ever get too big for even that, well..." $he smiles and you realize that, between the feeling of $his heavy, slick mass pressing into you and the rejuvenating effect of the gel,
@@ -669,7 +669,7 @@
 			as refreshed and eager to fuck as you've been in quite some time. "We can alway<<s>> just make it... bigger."
 		<<else>>
 			<<if $activeSlave.amp < 1>>
-				$He motions to you, explaining that the pool is designed to grow to accommodate and support its users, then smiles. You realize that, between the feeling of $his heavy, slick mass pressing into you and the rejuvenating effect of the gel, 
+				$He motions to you, explaining that the pool is designed to grow to accommodate and support its users, then smiles. You realize that, between the feeling of $his heavy, slick mass pressing into you and the rejuvenating effect of the gel,
 				<<if $PC.dick == 1>>
 					you're hard as a rock and
 				<<else>>
@@ -677,7 +677,7 @@
 				<</if>>
 				as refreshed and eager to fuck as you've been in quite a while.
 			<<else>>
-				Your personal assistant explains that the pool has been designed to grow to accommodate and support its users. You're only half-listening to what she is saying, however, as you have suddenly realized that, between the feeling of your slave's heavy, slick mass pressing into you and the rejuvenating effect of the gel, 
+				Your personal assistant explains that the pool has been designed to grow to accommodate and support its users. You're only half-listening to what she is saying, however, as you have suddenly realized that, between the feeling of your slave's heavy, slick mass pressing into you and the rejuvenating effect of the gel,
 				<<if $PC.dick == 1>>
 					you're hard as a rock and
 				<<else>>
@@ -734,7 +734,7 @@
 		<br><br><span id="result2">
 		<<link "Insult $him and halt all further training.">>
 			<<replace "#result2">>
-			As much as $his antics amused you, it's clear that $activeSlave.slaveName wasted your money. You calmly explain to $him that the next time $he has a "brilliant" idea, $he should keep it to herself, then arrange to have $his "discoveries" disposed of. 
+			As much as $his antics amused you, it's clear that $activeSlave.slaveName wasted your money. You calmly explain to $him that the next time $he has a "brilliant" idea, $he should keep it to herself, then arrange to have $his "discoveries" disposed of.
 			<<if $activeSlave.trust < -95>>
 				The look of pride and accomplishment on $his face transforms into a look of crushing disappointment. You slap $him on the ass and then have your menials escort $him back to $his duties. The next time you see $him, the spark of life and vitality that drove $him has been fully extinguished. @@.red;$activeSlave.slaveName has broken.@@ Anything $he might have learned from this experience is lost in $his empty mind. $He will never question $his place, or anything else, again.
 				<<set $activeSlave.fetish = "mindbroken">>
@@ -776,7 +776,7 @@
 	<<set _arcCount = $arcologies.length>>
 	<<set $pregInventor = 3>>
 
-	The time has finally come for your slave, <<EventNameLink $activeSlave>>, to appear on the slave-breeding based talkshow, "Husbandry with Millie." 
+	The time has finally come for your slave, <<EventNameLink $activeSlave>>, to appear on the slave-breeding based talkshow, "Husbandry with Millie."
 	<<if $activeSlave.pornPrestige > 2 || $activeSlave.prestige > 2>>
 		While $he is already world-renowned, you might still improve $his chances to impress on the show with a little bit of extra investment in commercial spots or a tweaking of FCTV algorithms.
 	<<elseif $activeSlave.pornPrestige > 1 || $activeSlave.prestige > 2>>
@@ -790,7 +790,7 @@
 		<</if>>
 		you could significantly improve $his chances to impress on the show with a little bit of extra investment in commercial spots<<if $PC.hacking == 100>> or a tweaking of FCTV algorithms<</if>>.
 	<</if>>
-	
+
 	<br><br>
 	<span id="result">
 	<<if $PC.hacking == 100>>
@@ -829,7 +829,7 @@
 		<<replace "#result">>
 		You fund an aggressive ad campaign featuring your slave in provocative positions and selling a "life changing interview" on "Husbandry With Millie." By the day of her interview, user boards all through the global web are discussing your slave and what she might be about to reveal. Even social demographics not typically inclined toward the idea of breeding slaves seem to be intrigued, and you're confident that many users will be watching as your slave sells your vision for the world's future.
 		<br><br>
-		That done, you settle in to watch the interview. 
+		That done, you settle in to watch the interview.
 		<br><br>
 
 		<<include "RE Preg Inventor Text">>
@@ -856,7 +856,7 @@
 	<br><<link "Trust In Your Slave">>
 		<<EventNameDelink $activeSlave>>
 		<<replace "#result">>
-		It's a gamble, but you decide to trust in the charisma of your slave and the fame she has already accrued to sell your vision for the world's future during the interview. 
+		It's a gamble, but you decide to trust in the charisma of your slave and the fame she has already accrued to sell your vision for the world's future during the interview.
 		<<if ($activeSlave.pornPrestige > 2)>>
 			She's enormously popular, so your gambit has a good chance of success.
 		<<elseif ($activeSlave.pornPrestige > 1)>>
@@ -864,9 +864,9 @@
 		<<else>>
 			She's only really well known in local pornography, but you still decide to bet on her ability to sway the masses.
 		<</if>>
-		Regardless, there's only so much your direct involvement could do to help her as she sells your vision for the world's future, and the natural cleverness she's already demonstrated might well allow her to achieve results on her own that would be impossible otherwise. 
+		Regardless, there's only so much your direct involvement could do to help her as she sells your vision for the world's future, and the natural cleverness she's already demonstrated might well allow her to achieve results on her own that would be impossible otherwise.
 		<br><br>
-		When the day arrives, you settle in to watch the interview. 
+		When the day arrives, you settle in to watch the interview.
 		<br><br>
 
 		<<include "RE Preg Inventor Text">>
diff --git a/src/pregmod/rePregInventorText.tw b/src/pregmod/rePregInventorText.tw
index 6a9bd5ff95d89a5cbb131a67f2db2710e1c7ad5a..b907c76ae8040cc514b42c3410acdfc41619be01 100644
--- a/src/pregmod/rePregInventorText.tw
+++ b/src/pregmod/rePregInventorText.tw
@@ -1,32 +1,32 @@
 :: RE Preg Inventor Text [nobr]
 
-		The interview starts about halfway into a special episode of "Husbandry With Millie." The show's host is introducing a who's who of important figures in the slave breeding community. As you turn on the show, Millie seems to have just completed another interview. 
+		The interview starts about halfway into a special episode of "Husbandry With Millie." The show's host is introducing a who's who of important figures in the slave breeding community. As you turn on the show, Millie seems to have just completed another interview.
 		<br><br>
 		"Everybody, give one last round of applause for renowned breakout porn star 'Twinner Jennie!'" she says. "Who'd have thought an eighteen year old slave could be pregnant with their own eighteen year old cloned sister? Quite a world--thank you again for that fascinating interview! Our next guest on 'Husbandry With Millie' is a clever 'broodmother' class breeding slave and mother of <<= commaNum($activeSlave.birthsTotal)>> children from the $continent arcology of '$arcologies[0].name.' Everybody, please give a hearty welcome to <<= SlaveFullName($activeSlave)>>!"
 		<br><br>
-		The first thing that the audience sees of your slave is a colossal $activeSlave.skin orb pressing forward through an inadequate looking faux doorway at the rear of the set. "Husbandry With Millie" is a show about breeders and for breeders, and the host, Millie, has seen pregnant slaves of innumerable sizes and descriptions. Despite this, she does a clear doubletake as your slave enters, and enters, and enters stage right, $his grossly distorted belly seeming to go on forever as it precedes $him. $He is always growing, and you are constantly increasing the size of $his menial entourage to ensure $his unhindered mobility. As a result, a veritable platoon of masked menials can be seen throwing themselves into your overladen babyfactory before $his
+		The first thing that the audience sees of your slave is a colossal $activeSlave.skin orb pressing forward through an inadequate looking faux doorway at the rear of the set. "Husbandry With Millie" is a show about breeders and for breeders, and the host, Millie, has seen pregnant slaves of innumerable sizes and descriptions. Despite this, she does a clear double take as your slave enters, and enters, and enters stage right, $his grossly distorted belly seeming to go on forever as it precedes $him. $He is always growing, and you are constantly increasing the size of $his menial entourage to ensure $his unhindered mobility. As a result, a veritable platoon of masked menials can be seen throwing themselves into your overladen babyfactory before $his
 		<<if ($activeSlave.boobs >= 20000)>>
-			debilitatingly enormous, mind boggling breasts 
+			debilitatingly enormous, mind boggling breasts
 		<<elseif ($activeSlave.boobs >= 3000)>>
-			enormous breasts 
+			enormous breasts
 		<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
-			implant inflated tits 
+			implant inflated tits
 		<<else>>
-			upper body 
+			upper body
 		<</if>>
 		and
 		<<if $activeSlave.face > 80>>
-			gorgeous face 
+			gorgeous face
 		<<elseif $activeSlave.face > 40>>
-			cute face 
+			cute face
 		<<elseif $activeSlave.face > 1>>
-			unassuming face 
+			unassuming face
 		<<else>>
-			homely face	 
+			homely face
 		<</if>>
 		come into view.
 		<br><br>
-		Your slave smiles, 
+		Your slave smiles,
 		<<if $activeSlave.amp < 1>>
 			rubbing the side of $his belly with one hand while waving at the audience with the other.
 		<<else>>
@@ -43,7 +43,7 @@
 		<</if>>
 		<<if $activeSlave.amp < 1>>
 			crossing $his legs over the rearmost swell of $his belly,
-		<<else>> 
+		<<else>>
 			bobbling $his leg stumps against the rearmost swell of $his belly,
 		<</if>>
 		<<if canTalk($activeSlave)>>
@@ -54,13 +54,13 @@
 			waving $his stumps at $his belly to emphasize the truth of the host's statement.
 		<</if>>
 		<br><br>
-		"I have to admit, $activeSlave.slaveName," Millie says, "you might just be the most heavily pregnant breeder I've ever seen." She motions at your slave's replete body and says: "--may I?" 
+		"I have to admit, $activeSlave.slaveName," Millie says, "you might just be the most heavily pregnant breeder I've ever seen." She motions at your slave's replete body and says: "--may I?"
 		<br><br>
 		<<if canTalk($activeSlave)>>
 			"Plea<<s>>e do," your slave <<say>>s.
 		<<elseif $activeSlave.amp < 1>>
 			Your slave invites the host to touch by patting $his belly and then grinning.
-		<<else>> 
+		<<else>>
 			Your slave nods.
 		<</if>>
 		$He
@@ -74,7 +74,7 @@
 			<<else>>
 				<<if $activeSlave.nipples != "fuckable">>tweaks<<else>>fingers<</if>> $his nipples through the sheer fabric of $his pretty slave gown while regarding the host with a look of hungry anticipation.
 			<</if>>
-		<<else>> 
+		<<else>>
 			<<if ($activeSlave.boobs >= 20000)>>
 				pushes $his arm stubs into what little of the sides of $his gargantuan breasts $he can reach, a look of hungry anticipation on $his face.
 			<<elseif ($activeSlave.boobs >= 3000)>>
@@ -89,10 +89,10 @@
 		Millie places an appreciative hand on your slave's silk clad flank. The poor $girl is so packed full of children that $his brood can be seen pressed in outline along the full swell of her belly, and Millie's hand rests on the embossed figure of one such child. The camera zooms in as its form can be clearly made out pushing through the skin of your slave and against the host's touch. It turns over, allowing her to cup its back in her palm. Your slave flexes $his
 		<<if $activeSlave.amp < 1>>
 			legs
-		<<else>> 
+		<<else>>
 			back
 		<</if>>
-		and parts $his	
+		and parts $his
 		<<if ($activeSlave.lips > 95)>>
 			swollen mouth pussy,
 		<<elseif ($activeSlave.lips > 70)>>
@@ -106,13 +106,13 @@
 		<br><br>
 		"So, $activeSlave.slaveName," Millie says, not taking her eyes off of the slave's incredibly fecund figure, "why don't you tell us about your inventions?"
 		<br><br>
-		Your slave bites $his lip and gives the talkshow host a meaningful look. 
+		Your slave bites $his lip and gives the talkshow host a meaningful look.
 		<<if canTalk($activeSlave)>>
 			"How about I give you a 'hand<<s>>-on' demon<<s>>tration in<<s>>tead?" $he asks.
 		<<elseif $activeSlave.amp < 1>>
-			$He signs that $he'd like to give her a "hands-on demonstration" instead. 
-		<<else>> 
-			One of $his menials pushes her body into the breeder's enormous stomach in a possessive manner, then turns to regard Millie. "My mistress would like to give you a 'hands-on' demonstration, instead," she says. 
+			$He signs that $he'd like to give her a "hands-on demonstration" instead.
+		<<else>>
+			One of $his menials pushes her body into the breeder's enormous stomach in a possessive manner, then turns to regard Millie. "My mistress would like to give you a 'hands-on' demonstration, instead," she says.
 		<</if>>
 		<br><br>
 		The host quirks an eyebrow, then nods. "Alright," she says. "How about we start with that pool of yours?" She then strips her outer layer of clothing, showing off her own famously heavily pregnant figure in an inadequate bra and panties. She makes her way to the curative jelly filled pool, after your slave has been situated within it. Millie dips a toe into the substance and giggles. "Oh my, it tingles!"
@@ -121,7 +121,7 @@
 			"Ju<<s>>t wait till you feel it on your belly," your slave <<say>>s. "It feel<<s>> //<<s>>oooo// good."
 		<<elseif $activeSlave.amp < 1>>
 			$He signs that the host should get into the pool entirely to feel what it's like on the rest of her swollen body, as well.
-		<<else>> 
+		<<else>>
 			The slave's menial asks the host to get in and feel what it's like on the rest of her swollen body, as well.
 		<</if>>
 		<br><br>
@@ -132,8 +132,8 @@
 		<<if canTalk($activeSlave)>>
 			"Thi<<s>> pool i<<s>> de<<s>>igned to allow <<s>>lave<<s>> to care for their bodie<<s>> no matter how large they inflate," your slave <<say>>s. "--are you alright?" $he asks, wearing a look of mock concern on $his face.
 		<<elseif $activeSlave.amp < 1>>
-			Using the hand farthest from Millie, and with the other conspicuously hidden under the goo, your slave signs that the pool is designed to allow slaves to care for their bodies no matter how large they grow. $He then signs a request regarding the host's wellbeing, wearing a look of mocking concern on $his face. 
-		<<else>> 
+			Using the hand farthest from Millie, and with the other conspicuously hidden under the goo, your slave signs that the pool is designed to allow slaves to care for their bodies no matter how large they grow. $He then signs a request regarding the host's wellbeing, wearing a look of mocking concern on $his face.
+		<<else>>
 			Your slave's speaking assistant explains that the pool is designed to allow slaves and women to care for their bodies no matter how large they inflate. Meanwhile, your slave has been slowly rotating in the pool until $he is pressed conspicuously close to the host. The assistant asks if the host is feeling well, a look of mock concern on her face.
 		<</if>>
 		<br><br>
@@ -143,10 +143,10 @@
 			"I'm alway<<s>> trying to think of way<<s>> to keep my<<s>>elf pretty for--oh!--my <<Master>>," your slave <<say>>s, suddenly squirming $himself. Millie has slouched down into the pool and is grinning wickedly as she apparently gets revenge. "Thi<<s>> wa<<s>> ju<<s>>t the be<<s>>t--um--I Mean--the be<<s>>t--oh //fuck, keep//--I mean, the be<<s>>t method I could think of for doing that."
 		<<elseif $activeSlave.amp == 0>>
 			Your slave signs that this was the best method $he could think of to keep $himself pretty for you, given $his size, then starts moaning as a grinning Millie seems to have started enacting her revenge.
-		<<else>> 
+		<<else>>
 			Your slave's speaker explains that this was the best method the broodmother could think of to keep $himself pretty for you, given $his size. The baby laden breeder starts moaning in the middle of $his assistant's description as a grinning Millie seems to have taken this opportunity to start enacting her revenge.
 		<</if>>
-		Millie has turned her body sideways and snaked an arm between	
+		Millie has turned her body sideways and snaked an arm between
 		<<if ($activeSlave.boobs >= 20000)>>
 			your slave's astoundingly enormous, slimed up cleavage, pumping it up and down to get their unfathomable mass jiggling while she nibbles at and whispers into the squirming baby machine's ear, just loud enough for the mic to pick it up.
 		<<elseif ($activeSlave.boobs >= 3000)>>
@@ -159,7 +159,7 @@
 		<br><br>
 		"That's quite something," Millie whispers. "I don't know about you, $activeSlave.slaveName, but I think I speak for everyone watching today when I say that now seems like a //really good time// to try out that other invention of yours."
 		<br><br>
-		They both exit the pool, dripping clear, slippery gel onto the wood floor of "Husbandry With Millie"'s set. Without a thorough rinsing, your slave's slathered up belly will be dripping for an hour or more, and $he seems to know that as $he motions to stop $his assistants from wiping $him off before strapping $him into $his aerial gymnastics maternity swing. As a result, when the two visibly panting preggos are strapped into the machine and elevated several feet above the now-visible studio audience, your slave drips a steady stream of goop onto their craning heads. 
+		They both exit the pool, dripping clear, slippery gel onto the wood floor of "Husbandry With Millie"'s set. Without a thorough rinsing, your slave's slathered up belly will be dripping for an hour or more, and $he seems to know that as $he motions to stop $his assistants from wiping $him off before strapping $him into $his aerial gymnastics maternity swing. As a result, when the two visibly panting preggos are strapped into the machine and elevated several feet above the now-visible studio audience, your slave drips a steady stream of goop onto their craning heads.
 		<br><br>
 		"Oops!" Millie says. "Looks like we should have warned our audience about a wet zone for this episode. So, $activeSlave.slaveName, why don't we show off all the things this advanced maternity swing of yours can do?"
 		<br><br>
@@ -167,7 +167,7 @@
 			"Ye<<s>>, plea<<s>>e," your slave <<say>>s. $He's visibly worked up and ready to go.
 		<<elseif $activeSlave.amp == 0>>
 			$He signs, indicating fervent interest.
-		<<else>> 
+		<<else>>
 			The mute, limbless slave can only moan inchoately in response, but it's clear $he's more than ready.
 		<</if>>
 		<br><br>
@@ -176,7 +176,7 @@
 		<br><br>
 		"That was //fantastic//. I'm going to remember that experience for quite some time, and I'm sure our viewers here and at home will, too! Any last things you would like to say before we cut for break?"
 		<br><br>
-		The camera rotates to focus on your slave and $he shakes $himself, apparently regathering $his wits. 
+		The camera rotates to focus on your slave and $he shakes $himself, apparently regathering $his wits.
 		<br><br>
 		<<if $arcologies[0].FSRepopulationFocus != "unset">>
 			<<if canTalk($activeSlave)>>
diff --git a/src/pregmod/saAgent.tw b/src/pregmod/saAgent.tw
index a19f10c5fd180db2eb8341b606aff713df3e8eba..7ce552d6ebdaa0194c3c5466aee1abc6c1a340c9 100644
--- a/src/pregmod/saAgent.tw
+++ b/src/pregmod/saAgent.tw
@@ -117,7 +117,7 @@
 <</if>>
 
 <<if ($slaves[$i].preg > 0)>> /*EFFECTS OF PREGNANCY*/
-	<<if $slaves[$i].preg == 5>> /* bad condition logic - with pregnancy control drugs can be not triggered. Or may be trigged by broodmother several times. Need to be revorked. */ 
+	<<if $slaves[$i].preg == $slaves[$i].pregData.normalBirth/8>> /* !!! Very bad condition logic - with pregnancy control drugs can be not triggered. Or may be trigged by broodmother several times. Need to be revorked. !!! */ 
 		<<if $slaves[$i].pregSource == -1>>
 			<<set $PC.slavesKnockedUp++>>
 		<<elseif $slaves[$i].pregSource > 0>>
@@ -128,7 +128,7 @@
 			<</if>>
 		<</if>>
 	<</if>>
-	<<if ($slaves[$i].preg >= 10)>>
+	<<if ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth/4)>>
 		<<if $slaves[$i].geneMods.NCS == 1>>
 			/* Sort-of No-op, NCS prevents boob growth */
 			<<set _boobTarget = 0>>
@@ -180,7 +180,7 @@
 			<<if (($slaves[$i].geneMods.NCS == 0) && (random(1,100) > 60))>>
 				<<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget)>>
 					<<set $slaves[$i].boobs += 200>>
-					<<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > 32 && ($slaves[$i].breastMesh != 1)>>
+					<<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.25 && ($slaves[$i].breastMesh != 1)>>
 						<<set $slaves[$i].boobShape = "saggy">>
 					<</if>>
 				<</if>>
@@ -195,7 +195,7 @@
 			<<if random(1,100) > 80 && (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget)>>
 				<<set $slaves[$i].boobs += 100>>
 				<<if $slaves[$i].boobShape != "saggy" && ($slaves[$i].breastMesh != 1)>>
-					<<if $slaves[$i].preg > random(32,82)>>
+					<<if $slaves[$i].preg > random($slaves[$i].pregData.normalBirth/1.25, $slaves[$i].pregData.normalBirth*2)>>
 						<<set $slaves[$i].boobShape = "saggy">>
 					<</if>>
 				<</if>>
@@ -203,24 +203,24 @@
 		<<elseif (($slaves[$i].geneMods.NCS == 0) && (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget))>>
 			<<if random(1,100) > 80>>
 				<<set $slaves[$i].boobs += 50>>
-				<<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > random(32,100) && ($slaves[$i].breastMesh != 1)>>
+				<<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > random($slaves[$i].pregData.normalBirth/1.25, $slaves[$i].pregData.normalBirth*2.5) && ($slaves[$i].breastMesh != 1)>>
 					<<set $slaves[$i].boobShape = "saggy">>
 				<</if>>
 			<</if>>
 		<</if>>
 		<<if $slaves[$i].geneMods.NCS == 1>>
 			/* No-op, we don't grow hips on NCS */
-		<<elseif $slaves[$i].preg > 32 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 1 && $slaves[$i].hipsImplant == 0 && random(1,100) > 90>>
+		<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.25 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 1 && $slaves[$i].hipsImplant == 0 && random(1,100) > 90>>
 			<<set $slaves[$i].hips += 1>>
-		<<elseif $slaves[$i].preg > 28 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 0 && $slaves[$i].hipsImplant == 0 && random(1,100) > 70>>
+		<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.42 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 0 && $slaves[$i].hipsImplant == 0 && random(1,100) > 70>>
 			<<set $slaves[$i].hips += 1>>
 		<</if>>
 		<<if $slaves[$i].bellyPreg >= 1500>>
 			<<if setup.fakeBellies.includes($slaves[$i].bellyAccessory)>>
 				<<set $slaves[$i].bellyAccessory = "none">>
 			<</if>>
-			<<if ($slaves[$i].preg > 20) && ($slaves[$i].lactation == 0) && $slaves[$i].health >= -20 && $slaves[$i].weight > -30>>
-				<<if $slaves[$i].preg > random(18,30)>>
+			<<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/2) && ($slaves[$i].lactation == 0) && $slaves[$i].health >= -20 && $slaves[$i].weight > -30>>
+				<<if $slaves[$i].preg > random($slaves[$i].pregData.normalBirth/2.22, $slaves[$i].pregData.normalBirth/1.33)>>
 					<<set $slaves[$i].lactation = 1>>
 				<</if>>
 			<</if>>
@@ -419,10 +419,10 @@
 	<</if>>
 <</if>>
 
-<<if ($slaves[$i].preg > 37) && ($slaves[$i].broodmother == 0) && (random(1,100) > 90)>>
-	<<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 35), WombBirth($slaves[$i], 35), WombFlush($slaves[$i]), $slaves[$i].preg = 0, $slaves[$i].pregWeek = -4, $slaves[$i].pregSource = 0, $slaves[$i].pregType = 0, $slaves[$i].pregKnown = 0 >>
-<<elseif ($slaves[$i].preg > 41) && ($slaves[$i].broodmother == 0)>>
-	<<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 35), WombBirth($slaves[$i], 35), WombFlush($slaves[$i]), $slaves[$i].preg = 0, $slaves[$i].pregWeek = -4, $slaves[$i].pregSource = 0, $slaves[$i].pregType = 0, $slaves[$i].pregKnown = 0>>
+<<if ($slaves[$i].preg > $slaves[$i].pregData.minLiveBirth) && ($slaves[$i].broodmother == 0) && (random(1,100) < 90)>>
+	<<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], $slaves[$i].pregData.minLiveBirth), WombBirth($slaves[$i], $slaves[$i].pregData.minLiveBirth), WombFlush($slaves[$i]), $slaves[$i].preg = 0, $slaves[$i].pregWeek = -4, $slaves[$i].pregSource = 0, $slaves[$i].pregType = 0, $slaves[$i].pregKnown = 0 >>
+<<elseif ($slaves[$i].preg > $slaves[$i].pregData.normalBirth) && ($slaves[$i].broodmother == 0)>>
+	<<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], $slaves[$i].pregData.minLiveBirth), WombBirth($slaves[$i], $slaves[$i].pregData.minLiveBirth), WombFlush($slaves[$i]), $slaves[$i].preg = 0, $slaves[$i].pregWeek = -4, $slaves[$i].pregSource = 0, $slaves[$i].pregType = 0, $slaves[$i].pregKnown = 0>>
 <<elseif ($slaves[$i].preg > 37) && ($slaves[$i].broodmother > 0)>>
 	<<if $slaves[$i].broodmother > 0>>
 		<<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 37), WombBirth($slaves[$i], 37), $slaves[$i].preg = WombMaxPreg($slaves[$i])>>
diff --git a/src/pregmod/saClothes.tw b/src/pregmod/saClothes.tw
index a515bac07e21d91cc2ded14020ab6a728971596a..db30132e92cc3b562ed50f875f0bb2e5f40e6f71 100644
--- a/src/pregmod/saClothes.tw
+++ b/src/pregmod/saClothes.tw
@@ -769,7 +769,7 @@
 		<</if>>
 	<</if>>
 	<<if ($slaves[$i].vaginalAccessory == "long, huge dildo") || ($slaves[$i].vaginalAccessory == "long, large dildo") || ($slaves[$i].vaginalAccessory == "long dildo")>>
-		<<if ($slaves[$i].preg > 4) && $slaves[$i].pregKnown == 1>>
+		<<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/10) && $slaves[$i].pregKnown == 1>>
 			<<if (random(1,100) > 50)>>
 				The dildo penetrating $his womb @@.orange;caused $him to miscarry,@@ which @@.red;damages $his health.@@
 				<<set $slaves[$i].health -= 20>>
diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw
index 28cbaffaf78c77b6ec4ab1243749289febf31b16..c0504273a6c952b12457f5cc9a01eb1cda723f33 100644
--- a/src/pregmod/seFCTVshows.tw
+++ b/src/pregmod/seFCTVshows.tw
@@ -375,7 +375,7 @@ The offered price is <<print cashFormat($slaveCost)>>.
 <</if>>
 <br><br>
 <<set $saleDescription = 1>><<include "Long Slave Description">><<set $saleDescription = 0>>
-	
+
 <<case 5>>
 	<<set $showFive += 1, $lastShow = 5>>
 	It looks like the random function chose to play an episode of the slave-breeding for beginners series: 'Husbandry with Millie'. The show is hosted by the famous and charismatic Millie, a slave breeder from Arturus who appears to be in her mid thirties. She's wearing something resembling a maternity dress over her large pregnant belly, but the loose fabric doesn't hide her enormous hips and complementary ass. The dress only comes part of the way up her chest, leaving her large milk-engorged breasts exposed as they rest atop the fabric. Millie begins the show the same way as always, by giving her viewers some encouragement. "Anyone can become a breeder, even you! Just be willing to learn, and as I always say..." she pats her full belly meaningfully "be ready to get your hands dirty!"
@@ -411,7 +411,7 @@ The offered price is <<print cashFormat($slaveCost)>>.
 		"You may be thinking: 'as if I could ever afford something like that!'" Millie gives the camera a bright smile. "Don't worry; Mamma Millie's got you covered. It's true that most of you won't be able to afford one of these, not to mention the special electrical hookups and maintenance... but the fact that better models exist means that the older models don't have much use for the types of people that <b>can</b> afford them. That means empty incubators that are just too valuable to simply dispose of, and a chance for you to rent or lease one or two of 'em long enough to get a major jump start on your breeding program. It'll still be expensive, maybe even as much as a high-quality slave ready to be trained. You'll also have to deal with and treat the chemical damage. But when it comes to developing a solid breeding line to produce high quality litters, the time savings can't be beat. Just don't expect the ones fresh out of the incubator to be good for much other that making new slaves!"
 		<br><br>.....
 	<</if>>
-	
+
 <<case 6>>
 	<<set $showSix += 1, $lastShow = 6>>
 	It looks like the random function chose to play an episode of the 'Modern Dairy' edutainment series, which opens with a montage of milk-related food and cooking shots. After the last of the opening credits disappears, the show sticks to a single shot from the montage, a delicious looking bowl of cereal. The camera zooms out to reveal the show's host wearing her trademark cow print leotard, and getting just a little too much enjoyment out of her cereal. She slowly puts the spoon down while savoring her cereal, reluctantly swallowing and starting the show. "Hi there y'all, welcome to another episode of Modern Dairy!" She gives the camera a wave--setting her gargantuan melons wobbling inside the spandex-like leotard--and the camera fades to black.
@@ -466,7 +466,7 @@ The offered price is <<print cashFormat($slaveCost)>>.
 		Instead of starting a new episode like you were expecting, it starts a teaser trailer for an upcoming episode. It seems to be focused on bulk fluid production and menial bioreactor slaves, something of a departure from earlier episodes showcasing dairies focusing on high-quality product.
 		<br><br>.....
 	<</if>>
-	
+
 <<case 7>>
 	<<set $showSeven += 1, $lastShow = 7>>
 	It looks like the random function chose to play an educational program on arcologies titled: "Architecture + Ecology = Arcology". <<if $PC.engineering > 50>>The information is likely to be far too simplistic, considering your knowledge of engineering, but you watch anyway to see how most of your citizens view the massive structures.<<else>>Your practical experience means that this program is unlikely to tell you anything you don't already know, but you watch anyway to see how an average citizen views an arcology.<</if>> A likely-artificial voice of an older man narrates while the program displays video to demonstrate the topic being narrated. The show looks crisp and professional, but you can tell it doesn't have the budget that the more sexually-charged shows do.
@@ -491,13 +491,12 @@ The offered price is <<print cashFormat($slaveCost)>>.
 		<br><br>
 		The lowest and largest level is typically known as the Service level. Its Sectors are occupied by manufacturing and industry, including the production of food resources such as livestock facilities and dairies. Menial slaves are housed in the Service level, and often work there too. The service level also contains much of an arcology's infrastructure, supplying clean water and electricity to the citizens and businesses. Another common sight in the service level is that of a warehouse, which stores the goods and raw materials an arcology needs, and also facilitates trade with other arcologies. Finally, the Service level may contain barracks and training facilities for mercenaries or arcology militia tasked to protect it from the Old World.
 	<</if>>
-	
+
 <<case 8>>
 	<<set $showEight += 1, $lastShow = 8>>
 	It looks like the random function chose to play a preview of the how-to series "Extreme Gestation - for Fun and Profit", hosted by Millie. It seems like the show's going to cover topics ranging from hyper-pregnancy to broodmother implants, and even hints and some sort of medical technique to allow anal pregnancy in males.
 	<br><br>.....
-	
-	
+
 <<case 9>>
 	<<set $showNine += 1, $lastShow = 9, $randShow = random(3)+1>>
 	It looks like the random function chose to play 
@@ -509,36 +508,36 @@ The offered price is <<print cashFormat($slaveCost)>>.
 			It also points out the practical problems that the mass importation of slaves will cause in the gene pool.
 		<</if>>
 		<br><br>Overall, it's a convincing documentary, if a little too emotional for your tastes.
-		
+
 	<<elseif $arcologies[0].FSGenderFundamentalist == "unset" && $randShow == 2>>
 		a documentary on the increasingly-popular Gender Radicalist movement titled: "Power, not Biology". After the opening credits, the documentary introduces an androgynous documentarian in a nicely-cut suit. The finely tailored suit doesn't try to hide the person's breasts, which seem to be a pretty average D-cup. Similarly, another bulge is visible stretching down one of the pants legs. The futanari opens with a pretty simple question: "Am I a man, or am I a woman?" The documentary is focused on answering that question in the context of a modern era where medical science means that genitalia are irrelevant. It argues that a person's body no longer has any relation to their sexuality or ambition, that being free means choosing the body that pleases you most, and that society needs new criteria from which to determine gender.
 		<br><br>The criteria suggested by the documentary is power. The idea is simple; the powerful are male, the weak are female. It argues that the biology and sexual proclivities of a person simply can't represent them any longer. The powerful are often free to choose the body and activities they wish to pursue, while the weak have those decisions made for them. It's a practical argument, and the documentary gives a long list of evidence supporting it, from expert interviews to ancient civilizations that followed a similar idea. The concept is somewhat appealing to you; after all, you wield extraordinary power, and a large part of that power includes altering the bodies of others. Whatever you choose to do, you can't see any reason to let your slaves and citizens criticize you for it.
 		<br><br>.....
-		
+
 	<<elseif $arcologies[0].FSGenderRadicalist == "unset" && $randShow == 2>>
 		a documentary on conservative Gender Fundamentalism movement titled: "It's Eve, NOT Steve". After the outdated graphics finish displaying the garish opening credits, a portly man in late middle age introduces himself as Reverend Brad, the apparent commentator of the program. You don't pay much attention, but learn that apparently the Futanari Sisters are whore agents of Satan. You also learn that you're apparently destined for hell because of the medical technology in your penthouse that could be used to alter someone's naughty bits. You did get a good laugh when the reverend started yelling that choir boys are boys, and if he wanted a girl he would've found a nun.
 		<br><br>You have to admit that most of the show is complete bullshit, but you can't deny that it's useful for controlling your citizens. As long as they're filling their heads with this bullshit, they won't be getting any dangerous ideas from somewhere else. In a more practical sense, it's a lot easier to manage an arcology and a house full of slaves when you don't have to worry about crazy gender issues or people disliking pregnant slaves.
 		<br><br>.....
-		
+
 	<<elseif $arcologies[0].FSSlimnessEnthusiast == "unset" && $randShow == 3>>
 		a documentary on the growing Asset Expansionist movement titled: "More of a Good Thing". After a brief set of opening credits the documentary dives immediately into short clips of numerous interviews with stacked women stating that they love having big tits and a big ass. Eventually, a man and woman are introduced as the hosts of the program. Both are finely dressed in the recent fashions, and despite the subject of the documentary, they don't have humongous assets. The woman does have huge breasts, wide hips, and a large derrière; the man has a noticeable bulge in his pants, but nothing extreme. The hosts explain that seeing Asset Expansionism as a call for ridiculous size is something of a misconception. They emphasize that it's about the freedom to enjoy more of a good thing.
 		<br><br>The documentary makes several arguments in favor of the movement, and is clear about explaining the natural biological attraction humans have to large assets. By interviewing stacked members of the movement and psychological experts alike, they try to demonstrate how larger assets lead to happier and more pleasurable lives, both in and out of the bedroom. The documentary neatly tops off its argument by demonstrating how assets have been expanding naturally since the start of the twentieth century, and claiming that it's silly to idolize the way humans looked before modern nutrition and medicine. Western countries in the old world already had average bust sizes of D-cup or larger by the turn of the century, the hosts claim that trying to go back to smaller sizes is synonymous with reducing the prosperity of free citizens.
 		<br><br>.....
-		
+
 	<<elseif $arcologies[0].FSAssetExpansionist == "unset" && $randShow == 3>>
 		a documentary on the Slimness Enthusiast counter movement titled: "Slim Is In". Artistic opening credits play across the screen before a slim woman walks up and begins talking to the camera conversationally. She seems to be in her mid to late thirties, and is wearing conservative makeup to accent her natural beauty. Her narrow waist combines with her slim hips and full shoulders to create a balanced but muted hourglass profile. It's a look that was popular for decades on fashion models in the Old World, and it improves the attractiveness of her B or C cup breasts and taut butt. It's obvious that the woman aspires to be a role model in addition to being the documentary's commentator.
 		<br><br>Much of the documentary's arguments center around the concept of fashion and the privileged. They point out how in the past societal changes have altered what people find attractive, giving skin tans as an example. When most worked outside and only the privileged stayed indoors pale skin was considered attractive. When the world changed and most people worked indoors, suddenly the tan skin of those with leisure time to spend outside came into vogue. She argues that modern hormones can easily expand the assets of the masses, but that only the privileged can afford to sculpt themselves into an ideal form like hers. She points out that even though the masses may imitate with surgery, they'll never be able to copy the naturally good bone structure and vibrancy of the well-bred elite.
 		<br><br>.....
-		
+
 	<<elseif $arcologies[0].FSTransformationFetishist == "unset" && $randShow == 4>>
 		a documentary on the spreading Body Purist movement titled: "Don't Settle for Imitations". The opening credits are displayed over a series of comparison images showing beautiful breasts and asses next to obviously artificial imitations of the same. The screen splits and shows the two hosts in their own environments side by side. One is an extremely attractive doctor, her body is exquisitely curvy underneath her lab coat and her face is an impossible combination of beautiful and cute. The other host is an artist with graying hair; he's working in his studio to create a life-size sculpture of the first host. He starts off the documentary by asking why people are so eager to destroy the natural beauty of the human form. The doctor continues by asking why people are so impatient that they get implants instead of using a superior process of targeted hormonal growth. 
 		<br><br>The documentary keeps up the two-viewpoint style and approaches the issue from two directions. The first is the stark aesthetic differences between natural and artificial bodies. It demonstrates why implants always fall short of the beauty they seek to imitate, and how those with implants are doomed to a vicious cycle of surgery to try and recapture the beauty they lost in the initial surgery. The other angle, presented by the doctor, is a lot more practical. It points out the numerous shortcomings of implants when compared to natural growth, such as the frequent need for maintenance surgeries, the significant extra health risks, the reduced pleasure and sensitivity felt by implant patients, and the extreme difficulty of a patient to get what they want. Taken together the argument is pretty simple: why get implants when other medical options are cheaper, safer, more effective, healthier, and more attractive? 
 		<br><br>.....
-		
+
 	<<elseif $arcologies[0].FSBodyPurist == "unset" && $randShow == 4>>
 		a documentary on the rise of the Transformation Fetish titled: "The Mass Insanity of Adding Mass". The opening credits are styled to look like a psychological case study from a mental institution. When the credits finish, the video cuts to a scene of a man sitting behind a desk, the whole shot is high contrast due to the harsh lighting from a lone desk lamp. The middle-aged man screams 'hard-boiled' and looks like he walked straight out of a noir film to host this documentary. His opening monologue makes it pretty clear that this documentary has a lot of parallels with a crime documentary. Worse, is that the evidence and expert witnesses available to the producers were apparently overwhelming, because the program seems rushed trying to fit as much as it can into a narrow time slot.
 		<br><br>Evidence and whatever else be damned, this isn't the kind of documentary that should be on the FCTV stream in your arcology. You tell $assistantName to remind you to send a complaint in the morning.
-		
+
 	<<else>>
 		a documentary on the surging Repopulation movement: "Continuing the Dream". After the opening credits, the documentary introduces a young and extremely pregnant woman as the commentator. The program makes an impassioned argument about the need for a new generation of citizens and slaves that were born into the dream of the free cities. The woman is wearing semi-conservative business attire, and has on elegant makeup. She looks somewhat plain when compared to the hyper-sexualized style of other FCTV programming, though she does make it plain over the course of the program that she loves sex more than ever. She tends to use herself as an example to show that pregnancy no longer means limitations or sacrifice, instead emphasizing that she's on her fifth pregnancy and would rather be with child than without. 
 		<br><br>The woman makes two main points during the course of the documentary. The first is that the combined population of the free cities needs to grow explosively for 'Free City Society' to become stable. She points out several economic reasons, including the drive to invest in research and infrastructure. She has interviews with experts explaining the need for independence; that the Free Cities are still dependent on the Old World industrially and financially, and that the population must expand dramatically to avoid going down with the metaphorical ship. The more Free Cities there are, the more they become free and independent of the Old World.
@@ -548,7 +547,7 @@ The offered price is <<print cashFormat($slaveCost)>>.
 		<</if>>
 		<br><br>Overall, it's a convincing documentary, if a little too emotional for your tastes.
 	<</if>>
-	
+
 <<case 10>>
 	<<set $showTen += 1, $lastShow = 10>>
 	It looks like the random function chose to play a competitive game show 'Cum and Cream Challenge' The program has a short opening sequence showing a variety of male and female contestants competing in a variety of lewd and messy body fluid competitions. The program flashes to a title screen where the letters are being spelled out in white fluids: "CUM and CREAM CHALLENGE". The writing is messy enough to <<if $showTen == 1>>make you wonder<<else>>keep you wondering<</if>> if slaves were actually trained to spell out the text each week, or if it's just some clever camera work. The camera pans up past a large dripping <<if $seeDicks == 0>><i>frankfurter</i><<else>>cock<</if>> and two massive nipples, eventually revealing the two hosts that look to be in their early twenties. <<if $showTen < 2>>A muscular man wearing athletic clothes, and a buxom young woman in a bikini that looks more like a microkini on her large breasts and hips. The pair is helpfully labeled on screen as Mike and Mindy, and as the camera gets closer it reveals that both have rather sizable endowments. Mike's crotch is soaked, and Mindy's bikini top allows small rivulets of milk to stream down from the sodden fabric. <<else>>The fluid enthusiast Mike and Mindy pair are wearing their usual style in new colors, the clothes appearing to be as soddenly wet as any other episode.<</if>>
@@ -656,12 +655,12 @@ The offered price is <<print cashFormat($slaveCost)>>.
 		<br><br>Scott stood up and set his daughter on her feet. She turned her back to her father, bent over slightly, and wiggled her bottom meaningfully. Scott smacked her right butt cheek and said, "Off you go." Sarah didn't move. "Daddy" she said pleadingly and wiggled her bottom again. He smacked her left butt cheek. She giggled happily and jiggled out the door. Scott smiled at his daughter's antics, shook his head, and made his way to his bedroom.
 	<<elseif $showTwelve == 2>>
 		The random function has brought up another episode of that drama series for you.
-		<br><br>On his way to the bedroom he passed through the kitchen and caught sight of June preparing lunch. She was tall for a woman. Her hair was a golden blond and her figure spoke of her ongoing romance with growth drugs. She wore a black thong and an apron embroidered with the words 'Milk the cook'. Which was rather strange considering she normally wore her 'Rape the cook' apron on Saturdays. But he guessed she was still raw from last night.
+		<br><br>On his way to the bedroom he passed through the kitchen and caught sight of June preparing lunch. She was tall for a woman. Her hair was a golden blonde and her figure spoke of her ongoing romance with growth drugs. She wore a black thong and an apron embroidered with the words 'Milk the cook'. Which was rather strange considering she normally wore her 'Rape the cook' apron on Saturdays. But he guessed she was still raw from last night.
 		<br><br>He came up behind her and reached into her apron to give her breasts a squeeze. June made a sound of pleasure in response. "Hello master, are you finished with Cathy for today?" He set his chin on the top of her head. "For the moment. After I've tended to Annie and had lunch, I think I'll take Cathy out for a bit. Maybe take the whole family out for ice cream."
 		<br><br>June paused for a moment. "You think she's ready? She still seems rather... willful." She said uncertainly. He gave her breasts a comforting squeeze. "Cathy may be a bit hardheaded, but I don't think she'll make too much of a scene with me there. And besides, I think it's time she had a taste of the local culture. There's not much of a point in teaching her etiquette if she freaks out at every Lactation Station."
 		<br><br>She still looked somewhat uncertain, but nodded her head. "Whatever you think is best, master." Scott kissed the crown of her head and said, "Don't worry about it. It'll be fine. I'm not throwing her in the deep end yet." He gave her breasts a reassuring squeeze, gave both of her ass cheeks a quick slap and made his way to the bedroom.
-		<br><br>As he stepped into the bedroom a breathy voice called out him. "Howdy there, stranger. Say, could you help me out with a little something?" She had the same blond hair and blue eyes of her daughter. Her face could be called angelic, but her expression changed her visage into that of a lustful succubus. Truly, she could inspire awe and lust in old-worlders and citizens of the Free Cities alike. However, her figure would prove more divisive.
-		<br><br>Annie had a body that could give ancient fertility idols an inferiority complex. Some would say she was more boob than woman, she would say their description, while true, was woefully inadequate. Without her exosuit, she wouldn't be able to kneel on the bed, let alone stand, and without the suit's smart material supporting her breasts Scott wouldn't be able to see Sadie's blond head poke out between Annie's thighs.
+		<br><br>As he stepped into the bedroom a breathy voice called out him. "Howdy there, stranger. Say, could you help me out with a little something?" She had the same blonde hair and blue eyes of her daughter. Her face could be called angelic, but her expression changed her visage into that of a lustful succubus. Truly, she could inspire awe and lust in old-worlders and citizens of the Free Cities alike. However, her figure would prove more divisive.
+		<br><br>Annie had a body that could give ancient fertility idols an inferiority complex. Some would say she was more boob than woman, she would say their description, while true, was woefully inadequate. Without her exosuit, she wouldn't be able to kneel on the bed, let alone stand, and without the suit's smart material supporting her breasts Scott wouldn't be able to see Sadie's blonde head poke out between Annie's thighs.
 		<br><br>Scott gestured to Sadie "It looks like you're already in good hands." A teasing grin spread across his face. "What could little old me do for you?" Annie gave him a knowing look and presented her well-lubricated cleavage. "Oh, I'm sure you could find something." Any response from Scott was interrupted by a young voice from the bathroom saying "I found more of the strawberry lube."
 		<br><br>For a moment, the only sounds in the room were the soft whirr of a milker and the muffled hum of Sadie's vibrator. Annie's breath hitched from Sadie's ministrations and responded, "That's good sweetie, bring it here." The door to the bathroom swung open and Sarah walked into the room. She had lost her thong and was wearing a backpack printed with cartoon farm animals. Flexible tubing snaked out of the pack and attached two cups on her breasts. In her hands, was a bottle of edible lube and a bright pink rounded cylinder with the words Her First Vibrator printed in a saccharine font on the base.
 		<br><br>Sarah looked at both her parents, then tilted her head and frowned. "You and daddy were playing that weird game again, weren't you?" Scott and Annie looked at each other; silently communicating in a way only parents can. Annie looked at her daughter and said, "When you're a bit older you're going to want to play those games too." Sarah looked unconvinced. "Anyway, you got the lube, are both your milker and vibrator charged?" Annie asked. Sarah bobbed her head. "Then why don't you lube up daddy?" Sarah bobbed her head again and knelt at the side of the bed.
@@ -723,10 +722,10 @@ The offered price is <<print cashFormat($slaveCost)>>.
 		<br><br>Finally, she let out a long relaxed sigh before saying, "On that note, I think it's time to head back. Coming, Sadie?" Sadie nodded and took up a position beside Annie. They linked arms and presented their bottoms to Scott. He gave both their asses a quick smack and said, "Off you go." Annie wiggled her bottom. "Daddy," she whined plaintively, her eyes bright with amusement. He sighed good-naturedly and gave both her cheeks a solid smack. She squealed and tittered, her eyes twinkling, then wobbled to door and out of sight.
 		<br><br>The party made their way to an elevator past the dessert counter and went up a floor. The grocery portion of Blue Barn had much the same aesthetic as downstairs. All Cedar and Oak construction and pendant lamps hanging above. The hardwood floor was polished in the way only an obsessive compulsive could manage. Immediately out of the elevator were lines of wooden shelves and tables bearing Blue Barn merchandise. 
 		<br><br>There were posters, coasters, clothing and all manner of little knickknacks, but the true star of the show were the plushies. Rows upon rows of them covered the shelves and tables arranged in little displays, all of them made in the image of cows working at the creamery. One table had the plushies in a mini concert hall, the ones on stage wielding toy instruments that had 'Press me!' stickers on them. Another table had them arranged in what looked to be a garden party. Spread across two tables was a diorama of the creamery with plushies placed throughout it. One plushie that looked distinctly like Martha was plopped behind the dessert counter. Another was placed near the elevators and if one looked closely they could see a matching cowslave sat drowsing amongst the merchandise.
-		<br><br>The cow was young, busty, even for the arcology, and heavily pregnant. She wore what looked to be Holstein print pajamas with a hood made to look like a stylized cow. Her strawberry blond hair was mussed with sleep and she cradled a plushie in one arm. Truly, she looked like a daughter waiting for her daddy to come home. As the party approached, she began to stir.
+		<br><br>The cow was young, busty, even for the arcology, and heavily pregnant. She wore what looked to be Holstein print pajamas with a hood made to look like a stylized cow. Her strawberry blonde hair was mussed with sleep and she cradled a plushie in one arm. Truly, she looked like a daughter waiting for her daddy to come home. As the party approached, she began to stir.
 		<br><br>Scott reached out and began to gently pat her head. "How are you doing, Tabby?" Tabby just made a sound of contentment and pressed into his hand, luxuriating in his touch. After a few moments, she yawned and blinked, looking up at him. For a beat she just stared at him, her sleep addled brain struggling to process the sight in front of her. Finally, the penny dropped. 
-		<br><br>She squeaked and sat up so quick one would think she had been hit with a cattle prod. With a panicked expression, she began to babble a fervent apology. "Master, I'm sorry I fell asleep." She hiccupped and pleaded with him, on the verge of tears. "Please don't tell Gabe I fell asleep again. She'll yell at me for sure." Scott just continued patting her head, knelt beside her chair, and spoke in a calm tone, "Hey, hey, no need for tears. Just take a deep breath and calm down Tabby cat. I won't tell Gabe." 
-		<br><br>Tabby sniffed, took a deep breath, and hiccupped. For a moment, she just relaxed into Scott's ministrations before she frowned and said, "I thought you weren't coming in today master." He moved her hair out her eyes. "I figured I'd get some shopping done and show the newbie around," he said with a nod to Cathy. Tabby gave her a bright smile. "Oh, nice to meet you. Would you like a free sample?" she asked gesturing to table next to her.
+		<br><br>She squeaked and sat up so quick one would think she had been hit with a cattle prod. With a panicked expression, she began to babble a fervent apology. "Master, I'm sorry I fell asleep." She hiccuped and pleaded with him, on the verge of tears. "Please don't tell Gabe I fell asleep again. She'll yell at me for sure." Scott just continued patting her head, knelt beside her chair, and spoke in a calm tone, "Hey, hey, no need for tears. Just take a deep breath and calm down Tabby cat. I won't tell Gabe." 
+		<br><br>Tabby sniffed, took a deep breath, and hiccuped. For a moment, she just relaxed into Scott's ministrations before she frowned and said, "I thought you weren't coming in today master." He moved her hair out her eyes. "I figured I'd get some shopping done and show the newbie around," he said with a nod to Cathy. Tabby gave her a bright smile. "Oh, nice to meet you. Would you like a free sample?" she asked gesturing to table next to her.
 		<br><br>The table next to her held a platter of cheese curds. A sign with the words 'Free Samples' printed on it stood to the left of table. Someone apparently thought that was an insufficient description and had taken a pen to add the words 'I made them myself!' in bright pink letters. Next to the platter, was an empty package that said 'Lolimommy Cheese Curds' in a cheery font. On the package, was an adorably deformed picture of Tabby that said 'The fresh ones squeak'.
 		<br><br>Scott grabbed a few cheese curds and said, "Don't mind if I do," before popping one in his mouth. He handed some to Cathy and June. While June ate hers placidly, Cathy just stared at the cheese uncertainly. Scott gave her a look that promised a sore bottom if she didn't eat it, while Tabby clasped her hands and gave Cathy a look that could only be described as adorably determined.
 		<br><br>Cathy took a tentative bite before popping the rest into her mouth. "Its good." Tabby gave her a sunny smile and said, "Thank you! I worked really hard on them." Scott smiled at her fondly and patted her head, "Yes you did." She preened at his praise and let out a sigh of contentment. 
@@ -760,7 +759,7 @@ The offered price is <<print cashFormat($slaveCost)>>.
 		<br><br>He groped her slowly as he thought. "As for getting your mom, considering who your mother was, her price is bound to be exorbitant. Even if I got a sweetheart rate." He brushed a lock of her hair behind her ear. "But we're no rush. Her current owner is treating her rather well and seems fond of her, so he probably won't randomly sell her off." A mild frown spread across his face. "The downside of that is it will take even more money or favors to get him to part with her, but we'll cross that bridge when we get to it." 
 		<br><br>As he spoke, Cathy's expression became more and more disheartened. Scott smiled reassuringly, "Don't worry about it. I have a plan to make you so profitable you could buy your mom a dozen times over." She nodded, but didn't look entirely reassured. "You've already made a fair bit of progress today" he said, his smile bright. "What do you mean?" her face had the expression of a wary kitten expecting the roar of vacuum cleaner. "You didn't freak out when I touched your breasts." He gave them a squeeze for emphasis. She looked conflicted and seemed on the verge of saying something, but decided against it. "Anyway, we should find June and head on out." He patted her butt, "Come along" and set out to find June with Cathy in tow. 
 		<br><br>It didn't take too long to find her. After passing a display of plushie cowslaves playing in a pool, they walked into an aisle devoted to greeting cards and other printed media. The various cards bore animated scenes catering to various situations. One card depicted a busty woman losing power to her exosuit, being pulled to the ground by her own breasts and a small group comes by to help her up. The words flowing across the card said 'We know you've fallen on hard times, but we'll always be there to support you' in a wavy font. The other side of the aisle bore a number of coloring books plastered with pictures of famous cows, magazines devoted to various tastes, and paperback erotica, some written by store employees. And hunched over by the magazines was June.
-		<br><br>She was engrossed in reading an issue of Cow's Life. The cover had a looping video of a blond cow spraying milk and making bedroom eyes at the viewer. The headline of the issue was an interview with Alexis Cream, the first cow in space. In smaller text were headlines like 'Five nipple stimulation methods guaranteed to increase lactation!', 'Finding the right cleavage vibrator for you' , 'The new frontier of breast sex' . June seemed to have ignored the magazine's other offerings in favor of a review of a new model of mobile milker that promised to provide endless breastgasms.
+		<br><br>She was engrossed in reading an issue of Cow's Life. The cover had a looping video of a blonde cow spraying milk and making bedroom eyes at the viewer. The headline of the issue was an interview with Alexis Cream, the first cow in space. In smaller text were headlines like 'Five nipple stimulation methods guaranteed to increase lactation!', 'Finding the right cleavage vibrator for you' , 'The new frontier of breast sex' . June seemed to have ignored the magazine's other offerings in favor of a review of a new model of mobile milker that promised to provide endless breastgasms.
 		<br><br>Scott walked up behind her and slipped his arms around her to grab her breasts. "Doing some early Christmas shopping?" he asked looking over her shoulder. She leaned into him, "Just looking at the new milker you were going to buy for Sarah." He gave her breasts a squeeze as he read the article over her shoulder. "It's a high end model. I'm a very thoughtful father, aren't I?" he said in faux pompous tone, nodding to himself. A small smile spread across June's face. "Of course you are, master." They enjoyed each other's company for a moment before she spoke in a low tone, "Everything alright?" He teased her nipples and spoke in the same tone, "I think I've made some progress with her." He leaned closer to whisper in her ear, "I told you it was a good idea." 
 		<br><br>They separated and returned to the cart. While they were having their little chat, Cathy had decided to brave the contents of the erotica section. The look on her face was difficult to describe, but she was reading the book very intently. Scott caught her eye and said, "you can have it, if you want it..." She snapped the book shut, placed it on the shelf, and tried to look as small as possible. He just shrugged in response and looked through the cart before nodding to himself. "I think we're ready to go. Any objections?" June shook her head, but Cathy looked at the shelf for a long second before shaking her head.
 		<br><br>The three gathered up their purchases and headed to the exit. As they were passing through the checkout, Scott noticed a certain book pass amongst their purchases. He turned to give Cathy a look. She was pointedly not looking in his direction when she snatched up the book and made a beeline for the door. When she stepped outside, she noticed something was off about the building, but she couldn't put her finger on it. Scott and June made their way outside to see her gaze flickering over the building. Scott simply smiled at Cathy. Finally, the penny dropped, Cathy glared at him like she was trying to set him on fire with her mind. The upper level of Blue Barn didn't have cows mounted on the wall. Cackling laughter echoed in the street. 
@@ -783,7 +782,7 @@ The offered price is <<print cashFormat($slaveCost)>>.
 		<br><br>For a while, the couple just relaxed and enjoyed each other's company. Annie let out a sigh of pleasure and asked, "You said there were a few bumps?" Scott let out a sound of acknowledgment. "Gabe has been riding the girls rather hard." Almost immediately, she said, "You should try getting her knocked up." Laughter burst of his chest, at her questioning look he said, "Beth said much the same thing." She nodded approvingly. "Beth is a smart girl. There can always be more babies." She pressed herself into her husband and said, "Gabe isn't the only one who needs knocking up." She nibbled on his earlobe and whispered, "Babies, babies, babies, babies, babies." He turned to look at her and she caught his lips in a searing kiss. When they parted she seemed short of breath, her eyes filled with need. "Babies."
 		<br><br>Scott took a moment to steady his breath. "You know we have to wait for the treatment to take." Annie let out a sound of displeasure, but Scott didn't waver. "Do you want to go through all the trouble we had with Sarah again?" She deflated a bit. He leaned over and whispered in her ear, "That doesn't mean we can't get some practice in." Immediately, Annie captured his mouth again and began tearing at his cloths. It took them a few hours to make it back to bedroom.
 	<</if>>
-	
+
 <<case 13>>
 	<<set $lastShow = 13, $showThirteen++>>
 	<<if $showThirteen == 4>><<set $showThirteen = 1>><</if>>
@@ -828,7 +827,7 @@ The offered price is <<print cashFormat($slaveCost)>>.
 			"Recon, moving out."
 			<br><br>
 			The screen is closed as the pool of heat in the middle slowly cools. The camera and computer are grabbed and the recon team leaves the vantage point.
-	
+
 	<<elseif $showThirteen == 2>>
 		The random function has skipped straight to the middle of yet another "real life" documentary.
 			<br><br>
diff --git a/src/pregmod/widgets/pregmodBirthWidgets.tw b/src/pregmod/widgets/pregmodBirthWidgets.tw
index f6098da72e56e53d09d63c7bd03e74b914b4400a..1f37762251ba5701d620f0519681fdecc180aae9 100644
--- a/src/pregmod/widgets/pregmodBirthWidgets.tw
+++ b/src/pregmod/widgets/pregmodBirthWidgets.tw
@@ -962,7 +962,7 @@
 	<<if (random(1,20) > $suddenBirth)>>
 		$He heads to a private room in the back of the club accompanied by a influential patron. $He settles $himself onto his lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in his attention as he strips $him. Placing $his child outside the room, $he returns to get more intimate with $his catch.
 	<<else>>
-		While managing $brothelName, $slaves[$i].slaveName's water breaks. Knowing $he lacks the time to leave, $he sets up a sign reading "birthshow <<print cashFormat(100)>> a viewer" and takes a seat.
+		While managing $brothelName, $slaves[$i].slaveName's water breaks. Knowing $he lacks the time to leave, $he sets up a sign reading "Birthshow <<print cashFormat(100)>> a viewer" and takes a seat.
 		<<set $humiliation = 1>>
 		<<ClothingBirth>>
 		Upon completing $his show, $he reclines with <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> child and begins counting the credits $he bought in. In total $he made <<print cashFormat(100*_birthScene)>> and feels that business will be up in the brothel as patrons line up hoping another showing.
diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw
index 987f8eb59a03442f778ee495e3ed1ce4ea6ff355..72bc9a5d5320bc748f5f1cf75ff45849e4b7d020 100644
--- a/src/pregmod/widgets/pregmodWidgets.tw
+++ b/src/pregmod/widgets/pregmodWidgets.tw
@@ -118,7 +118,7 @@
 	"He has a camera. The camera belongs to him. It is his camera. The camera is his."
 	"She has a diamond ring. The diamond ring belongs to her. It is her diamond ring. The diamond ring is hers."
 
-	Pronouns are tricky to get right, and this widget should make it easier to use variables naturally in writing. There are two problems in english pronouns that matter here:
+	Pronouns are tricky to get right, and this widget should make it easier to use variables naturally in writing. There are two problems in English pronouns that matter here:
 
 	1. Her/her vs his/him. To solve this ambiguity, variables use male pronouns throughout, although players will of course see the contents of the variable. "$He glared" can be printed as "She glared."
 
@@ -224,7 +224,7 @@
 	<<set _heP = $PC.pronoun>>
 	<<set _hisP = $PC.possessive>>
 	<<set _himP = $PC.object>>
-	
+
 	<<set _HeP = capFirstChar(_heP)>>
 	<<set _HisP = capFirstChar(_hisP)>>
 	<<set _HimP = capFirstChar(_himP)>>
@@ -237,31 +237,41 @@
 <<widget "setSpokenLocalPronouns">>
 	<<set _primarySlaveLisp = SlaveStatsChecker.checkForLisp($args[0])>>
 	
-	<<set _heLisp = $he.replace(/sh/g, "th")>>
-	<<set _hisLisp = $his.replace(/s/g, "th")>>
-	<<set _hersLisp = $hers.replace(/s/g, "th")>>
-	<<set _himselfLisp = $himself.replace(/s/g, "th")>>
+	<<set _heLisp = lispReplace($he)>>
+	<<set _hisLisp = lispReplace($his)>>
+	<<set _hersLisp = lispReplace($hers)>>
+	<<set _himselfLisp = lispReplace($himself)>>
 
-	<<set _HeLisp = $He.replace(/Sh/g, "Th")>>
-	<<set _HisLisp = $His.replace(/s/g, "th")>>
-	<<set _HersLisp = $Hers.replace(/s/g, "th")>>
-	<<set _HimselfLisp = $Himself.replace(/s/g, "th")>>
+	<<set _HeLisp = lispReplace($He)>>
+	<<set _HisLisp = lispReplace($His)>>
+	<<set _HersLisp = lispReplace($Hers)>>
+	<<set _HimselfLisp = lispReplace($Himself)>>
 	
 	<<if def _he2>>
 		<<set _secondarySlaveLisp = SlaveStatsChecker.checkForLisp($args[1])>>
 		
-		<<set _he2Lisp = _he2.replace(/sh/g, "th")>>
-		<<set _his2Lisp = _his2.replace(/s/g, "th")>>
-		<<set _hers2Lisp = _hers2.replace(/s/g, "th")>>
-		<<set _himself2Lisp = _himself2.replace(/s/g, "th")>>
+		<<set _he2Lisp = lispReplace(_he2)>>
+		<<set _his2Lisp = lispReplace(_his2)>>
+		<<set _hers2Lisp = lispReplace(_hers2)>>
+		<<set _himself2Lisp = lispReplace(_himself2)>>
 
-		<<set _He2Lisp = _He2.replace(/Sh/g, "Th")>>
-		<<set _His2Lisp = _His2.replace(/s/g, "th")>>
-		<<set _Hers2Lisp = _Hers2.replace(/s/g, "th")>>
-		<<set _Himself2Lisp = _Himself2.replace(/s/g, "th")>>
+		<<set _He2Lisp = lispReplace(_He2)>>
+		<<set _His2Lisp = lispReplace(_His2)>>
+		<<set _Hers2Lisp = lispReplace(_Hers2)>>
+		<<set _Himself2Lisp = lispReplace(_Himself2)>>
 	<</if>>
 <</widget>>
 
+<<widget "setSpokenPlayerPronouns">>
+	<<set _playerSlaveLisp = SlaveStatsChecker.checkForLisp($args[0])>>
+
+	<<set _hePLisp = lispReplace(_heP)>>
+	<<set _hisPLisp = lispReplace(_hisP)>>
+
+	<<set _HePLisp = lispReplace(_HeP)>>
+	<<set _HisPLisp = lispReplace(_HisP)>>
+<</widget>>
+
 <<widget "AgeImplantAdjustment">>
 	<<if $args[0].visualAge > 80>>
 		<<set $args[0].visualAge -= 40>>
diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index 36bf36e713eb62c66b7cfdcbe7f263f96d6080ba..c3b939e1134badd5b56e9999de71266a4e047edf 100644
--- a/src/pregmod/widgets/seBirthWidgets.tw
+++ b/src/pregmod/widgets/seBirthWidgets.tw
@@ -61,7 +61,7 @@
 <<if $slaves[$i].wombImplant == "restraint">>
 	<<set $birthDamage += 2>>
 <</if>>
-<<if $slaves[$i].preg >= 59>> /* better get her a c-sec*/
+<<if $slaves[$i].preg >= $slaves[$i].pregData.normalBirth*1.5>> /* better get her a c-sec*/
 	<<if $slaves[$i].physicalAge < 6>>
 		<<set $birthDamage += 50>>
 	<<elseif $slaves[$i].physicalAge < 9>>
@@ -72,7 +72,7 @@
 	<<if $slaves[$i].hips < 0>>
 		<<set $birthDamage += (20-$slaves[$i].hips)>>
 	<</if>>
-<<elseif $slaves[$i].preg > 50>>
+<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth*1.25>>
 	<<if $slaves[$i].physicalAge < 6>>
 		<<set $birthDamage += 10>>
 	<<elseif $slaves[$i].physicalAge < 9>>
@@ -297,9 +297,9 @@
 <<if $slaves[$i].broodmother > 0>>
 	<<set $slaves[$i].curBabies = WombBirth($slaves[$i], 37)>> /*broodmothers - give birth for all 37+ week fetuses.*/
 <<elseif $slaves[$i].prematureBirth == 1>>
-	<<set $slaves[$i].curBabies = WombBirth($slaves[$i], 22)>>
+	<<set $slaves[$i].curBabies = WombBirth($slaves[$i], $slaves[$i].pregData.minLiveBirth/1.5)>> /*around 22 weeks for human*/
 <<else>>
-	<<set $slaves[$i].curBabies = WombBirth($slaves[$i], 34)>> /*Normal pregnancy - 34 week is minimal gestation time for live birth.*/
+	<<set $slaves[$i].curBabies = WombBirth($slaves[$i], $slaves[$i].pregData.minLiveBirth)>> /*Normal human pregnancy - 34 week is minimal gestation time for live birth.*/
 <</if>>
 <<set $slaves[$i].curStillBirth = 0 >>
 
@@ -685,7 +685,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 		<br>
 		$His weak body @@.red;struggled to push@@ out $his <<if _curBabies >1>>children<<else>>child<</if>>.
 	<</if>>
-	<<if $slaves[$i].preg > 50>>
+	<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth*1.25>>
 		<br>
 		$His <<if _curBabies > 1>>children<<else>>child<</if>> had extra time to grow @@.red;greatly complicating childbirth@@.
 		<<set _compoundCondition = 1>>
diff --git a/src/pregmod/widgets/slaveTradePresetWidgets.tw b/src/pregmod/widgets/slaveTradePresetWidgets.tw
index a3b2a349279fedb9ff77dcc8b4057660d6601e51..6ca55db97172663a0bf332c324884ef6aa5fa6c5 100644
--- a/src/pregmod/widgets/slaveTradePresetWidgets.tw
+++ b/src/pregmod/widgets/slaveTradePresetWidgets.tw
@@ -55,6 +55,7 @@
 		"Costa Rican": 1,
 		Croatian: 1,
 		Cuban: 2,
+		Curaçaoan: 1,
 		Cypriot: 1,
 		Czech: 2,
 		Danish: 2,
@@ -236,6 +237,7 @@
 		Canadian: 2,
 		"Costa Rican": 1,
 		Cuban: 2,
+		Curaçaoan: 1,
 		Dominican: 2,
 		Dominiquais: 1,
 		Greenlandic: 1,
@@ -510,6 +512,7 @@
 		Canadian: 4188,
 		"Costa Rican": 555,
 		Cuban: 1141,
+		Curaçaoan: 17,
 		Dominican: 1249,
 		Dominiquais: 7,
 		Greenlandic: 5,
@@ -737,7 +740,7 @@
 		Swedish: 1094,
 		Swiss: 941,
 		Ukrainian: 3989,
-		Vatican: 1		
+		Vatican: 1
 		}>>
 	<<set _gotoPassage = passage()>>
 	<<goto _gotoPassage>>
@@ -871,6 +874,7 @@
 		"Costa Rican": 555,
 		Croatian: 379,
 		Cuban: 1141,
+		Curaçaoan: 17,
 		Cypriot: 131,
 		Czech: 1039,
 		Danish: 611,
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index d3e59b85bee3c8dbb02f84768c1a87afbf014e4a..4b908f7733c359ef5c7f8d9be83ede4766837d2a 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -3230,9 +3230,9 @@ Setting missing slave variables:
 		<<set _Slave.health = 205>>
 	<</if>>
 
- 	<<set _Slave.devotion = (_Slave.devotion*5)>>
+	<<set _Slave.devotion = (_Slave.devotion*5)>>
 	<<set _Slave.oldDevotion = (_Slave.oldDevotion*5)>>
- 	<<set _Slave.trust = (_Slave.trust*5)>>
+	<<set _Slave.trust = (_Slave.trust*5)>>
 	<<set _Slave.oldTrust = (_Slave.oldTrust*5)>>
 
 	<<if _Slave.fetishStrength == 0>>
@@ -3553,7 +3553,7 @@ Setting missing slave variables:
 		<</for>>
 	<</if>>
 	<<set _dontDeleteMe = 0>>
- 	<<if def $slaveIndices[_Slave.ID]>> /* are we still in the $slaves array? */
+	<<if def $slaveIndices[_Slave.ID]>> /* are we still in the $slaves array? */
 		<<set _dontDeleteMe = 1>>
 	<</if>>
 	<<if $traitor != 0>>
diff --git a/src/uncategorized/PETS.tw b/src/uncategorized/PETS.tw
index fb707fe1bb1eb3f94168ce7b23fc87b4136f54bd..e762579ad46b08e473e7b3609967984422079324 100644
--- a/src/uncategorized/PETS.tw
+++ b/src/uncategorized/PETS.tw
@@ -70,6 +70,7 @@
 <<setLocalPronouns $activeSlave>>
 <<setLocalPronouns $subSlave 2>>
 <<run Enunciate($activeSlave)>>
+<<setSpokenLocalPronouns $activeSlave $subSlave>>
 
 <<switch $PETSevent>>
 
@@ -348,7 +349,7 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo
 <<link "Meet with the Attendant later to see if the slave $he's helping can be assisted further">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You meet $activeSlave.slaveName after $subSlave.slaveName leaves. $He likes to take a cool shower after spending time in the steam, so you get under the refreshing water with $him, encircling $his <<if ($activeSlave.weight > 10)>>plush<<else>>taut<</if>> midriff with your arms and giving $him a hug before asking $him about $subSlave.slaveName. In $activeSlave.slaveName's opinion, there's nothing really wrong with _him2: _he2's just having a little trouble accepting different expectations about human interactions. "_He2 ju<<s>>t need<<s>> a little help a<<cc>>epting that _he2'<<s>> a <<s>>lave and it'<<s>> _his2 place to serve you, <<Master>>," $he says. "Like I have!" $He wriggles around in your arms and plants a wet kiss on your nose. $He's clean now, so you release $him and $he steps over to $his towel. As $he does, you land a wet slap on $his <<if ($activeSlave.butt > 5)>>massive<<elseif ($activeSlave.butt > 3)>>big<<else>>nice<</if>> butt, eliciting a @@.hotpink;delighted@@ squeal. You use the information to @@.hotpink;subtly address@@ $subSlave.slaveName's unhappiness.
+	You meet $activeSlave.slaveName after $subSlave.slaveName leaves. $He likes to take a cool shower after spending time in the steam, so you get under the refreshing water with $him, encircling $his <<if ($activeSlave.weight > 10)>>plush<<else>>taut<</if>> midriff with your arms and giving $him a hug before asking $him about $subSlave.slaveName. In $activeSlave.slaveName's opinion, there's nothing really wrong with _him2: _he2's just having a little trouble accepting different expectations about human interactions. "<<He 2>> ju<<s>>t need<<s>> a little help a<<cc>>epting that <<he 2>>'<<s>> a <<s>>lave and it'<<s>> <<his 2>> place to serve you, <<Master>>," $he says. "Like I have!" $He wriggles around in your arms and plants a wet kiss on your nose. $He's clean now, so you release $him and $he steps over to $his towel. As $he does, you land a wet slap on $his <<if ($activeSlave.butt > 5)>>massive<<elseif ($activeSlave.butt > 3)>>big<<else>>nice<</if>> butt, eliciting a @@.hotpink;delighted@@ squeal. You use the information to @@.hotpink;subtly address@@ $subSlave.slaveName's unhappiness.
 	<<set $activeSlave.devotion += 4>>
 	<<set $subSlave.devotion += 4>>
 	<<set $slaves[$slaveIndices[$subSlave.ID]] = $subSlave>>
diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw
index 0ba8853905d41a6bfa1fd3fc13235d63d4b92dd9..04468c4a27a6210eb20c3f77184520ab07b1d8e3 100644
--- a/src/uncategorized/RECI.tw
+++ b/src/uncategorized/RECI.tw
@@ -260,15 +260,15 @@ I try to be a good <<s>>lave girl for you, <<Master>>. Can I - can I be a good <
 
 <<EventNameLink $activeSlave>> comes in for an inspection. You have a relaxed day scheduled, so you take the time to do an unusually thorough job. On a whim, you pull up $his complete file, flipping the virtual pages out across your desk. The induction pictures are particularly striking. $He doesn't look much like that, anymore, and that's a good thing. $He was not a pretty girl when you got here, though $he's pretty enough now. With a desk control gesture you flip a full frontal shot of $him on the day of $his enslavement up onto a wallscreen.
 <br><br>
-$His $activeSlave.eyeColor eyes track your sudden motion, of course, and $he follows it to the screen. Suddenly, the $desc is eye to eye with a life-size picture of who $he used to be, just a few meters away. $He gasps with recognition, and then $his face clouds inscrutably. $He takes a couple of hesitant steps forward, and then reaches out to touch the cheek of the girl in the picture. As $his fingertips brush the smooth surface of the wallscreen, $his other hand ghosts along $his own face. $His expression is not sad, so it's surprising when a single tear rolls down $his cheek. You order $him to tell you how the picture makes $him feel.
+$His $activeSlave.eyeColor eyes track your sudden motion, of course, and $he follows it to the screen. Suddenly, the $desc is eye to eye with a life-size picture of who $he used to be, just a few meters away. $He gasps with recognition, and then $his face clouds inscrutably. $He takes a couple of hesitant steps forward, and then reaches out to touch the cheek of the $girl in the picture. As $his fingertips brush the smooth surface of the wallscreen, $his other hand ghosts along $his own face. $His expression is not sad, so it's surprising when a single tear rolls down $his cheek. You order $him to tell you how the picture makes $him feel.
 <br><br>
-$He looks pensive, and goes through two false starts before $he clears $his throat, wrenches $his gaze away from $his picture, and <<say>>s introspectively, "<<Master>>, it'<<s>> <<s>>trange. We - we don't have picture<<s>> of our<<s>>elve<<s>>, from before we were en<<s>>laved. I didn't really reali<<z>>e how much I'd changed. <<S>>ome day<<s>> being a <<s>>lave i<<s>> hard. But <<s>>eeing that picture, it make<<s>> me feel better about it. You - you're really <<if $PC.title == 1>>handsome<<else>>pretty<</if>>, <<Master>>. I bet you alway<<s>> were." $He inclines $his head towards the homely girl on the screen. "It'<<s>> hard to be ugly, <<Master>>. Really hard. I feel <<s>>orry for that girl, and I'm glad I don't look like her anymore." $He laughs suddenly, a little self-consciously. "The cra<<z>>y thing i<<s>>, if you'd told that girl that
+$He looks pensive, and goes through two false starts before $he clears $his throat, wrenches $his gaze away from $his picture, and <<say>>s introspectively, "<<Master>>, it'<<s>> <<s>>trange. We - we don't have picture<<s>> of our<<s>>elve<<s>>, from before we were en<<s>>laved. I didn't really reali<<z>>e how much I'd changed. <<S>>ome day<<s>> being a <<s>>lave i<<s>> hard. But <<s>>eeing that picture, it make<<s>> me feel better about it. You - you're really <<if $PC.title == 1>>handsome<<else>>pretty<</if>>, <<Master>>. I bet you alway<<s>> were." $He inclines $his head towards the homely $girl on the screen. "It'<<s>> hard to be ugly, <<Master>>. Really hard. I feel <<s>>orry for that $girl, and I'm glad I don't look like $him anymore." $He laughs suddenly, a little self-consciously. "The cra<<z>>y thing i<<s>>, if you'd told that $girl that
 <<if $activeSlave.assignment == "whore">>
 	lot<<s>> and lot<<s>> of people would pay to fuck $him
 <<else>>
 	all kind<<s>> of people would happily fuck $him
 <</if>>
-<<s>>omeday, <<sh>>e wouldn't have believed you. It'<<s>> kind of rea<<ss>>uring, actually. I<<s>> that weird? That came out weird. <<S>>orry."
+<<s>>omeday, $he wouldn't have believed you. It'<<s>> kind of rea<<ss>>uring, actually. I<<s>> that weird? That came out weird. <<S>>orry."
 
 <<default>>
 	<br>ERROR: bad RECI event $RECIevent
@@ -493,7 +493,7 @@ $He looks pensive, and goes through two false starts before $he clears $his thro
 <<link "Yes $he can">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	When $he sees you stand up from behind your desk<<if ($PC.dick == 0)>>and pull on a strap-on<</if>>, $he turns fully away from you, cocking $his hips at just the right angle to offer you $his anus, without any preamble or foreplay. But you come up behind her and encircle $his <<if ($activeSlave.belly >= 1500)>><<if $activeSlave.preg > 5>>pregnant <<else>>rounded <</if>>belly<<elseif ($activeSlave.weight > 10)>>plush belly<<elseif ($activeSlave.muscles > 5)>>toned stomach<<else>>trim waist<</if>> with your capable hands, your lips nibbling along the line of $his <<if ($activeSlave.muscles > 30)>>strong<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> shoulders and neck. $He shudders as the embrace brings your <<if ($PC.dick == 0)>>strap-on<<else>>dick<</if>> <<if ($activeSlave.height >= 185)>>up between $his buttocks, since she's nearly as tall as you<<elseif ($activeSlave.height >= 170)>>pressing into $his asscrack, since she's shorter than you<<else>>nestling down into $his asscrack, since she's so much shorter than you<</if>>. You whisper that a good slave girl doesn't have to touch $himself to come when $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> fucks $his butt, and ask whether she's a good slave girl. $He shivers and promises that she is, rubbing $his asshole against your <<if ($PC.dick == 0)>>phallus<<else>>cockhead<</if>>. $He gives a feminine sigh as it slides into her, and moves softly within your embrace, doing $his best to pleasure you with $his girly ass. $He was already very close, and your loving touch so aroused her that she gasps and stiffens after only a few thrusts,
+	When $he sees you stand up from behind your desk<<if ($PC.dick == 0)>>and pull on a strap-on<</if>>, $he turns fully away from you, cocking $his hips at just the right angle to offer you $his anus, without any preamble or foreplay. But you come up behind her and encircle $his <<if ($activeSlave.belly >= 1500)>><<if $activeSlave.preg > $activeSlave.pregData.normalBirth/8>>pregnant <<else>>rounded <</if>>belly<<elseif ($activeSlave.weight > 10)>>plush belly<<elseif ($activeSlave.muscles > 5)>>toned stomach<<else>>trim waist<</if>> with your capable hands, your lips nibbling along the line of $his <<if ($activeSlave.muscles > 30)>>strong<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> shoulders and neck. $He shudders as the embrace brings your <<if ($PC.dick == 0)>>strap-on<<else>>dick<</if>> <<if ($activeSlave.height >= 185)>>up between $his buttocks, since she's nearly as tall as you<<elseif ($activeSlave.height >= 170)>>pressing into $his asscrack, since she's shorter than you<<else>>nestling down into $his asscrack, since she's so much shorter than you<</if>>. You whisper that a good slave girl doesn't have to touch $himself to come when $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> fucks $his butt, and ask whether she's a good slave girl. $He shivers and promises that she is, rubbing $his asshole against your <<if ($PC.dick == 0)>>phallus<<else>>cockhead<</if>>. $He gives a feminine sigh as it slides into her, and moves softly within your embrace, doing $his best to pleasure you with $his girly ass. $He was already very close, and your loving touch so aroused her that she gasps and stiffens after only a few thrusts,
 	<<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>>
 		shuddering
 	<<elseif ($activeSlave.dick > 0) && canAchieveErection($activeSlave)>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index d16f283d50b606bc03bc8e4dee34651347423d58..106d526edce2f7fe33a55b3030eb8cbb41916887 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -57,6 +57,7 @@
 <<run Enunciate($activeSlave)>>
 <<set _belly = bellyAdjective($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
+<<setPlayerPronouns $activeSlave>>
 
 <<switch $RESSevent>>
 
@@ -158,7 +159,7 @@ Finishing your work, you lean back for a break well deserved break. Your peace i
 
 You are awakened from a sound sleep by a pair of strong hands pinning your shoulders. Struggling to get your bearings, you come face to face with the drooling <<EventNameLink $activeSlave>>. You had nothing planned this morning, so you've been allowed to sleep in undisturbed, and try as you might, you cannot slip your arms from under $his weight. $He hastily shifts $his weight around, almost giving you the chance to break free, but you freeze when something big, heavy and wet slaps against your stomach.
 <br><br>
-$He is fully erect and dripping precum; $he is going to breed you!
+$He is fully erect and dripping precum: $he is going to breed you!
 
 <<case "waistline woes">>
 
@@ -167,7 +168,7 @@ $He is fully erect and dripping precum; $he is going to breed you!
 <<if canTalk($activeSlave)>>
 	"<<Master>>," $he mumbles, "am I looking a little heavier?
 <<else>>
-	$He gestures at $his middle and 
+	$He gestures at $his middle and
 <</if>>
 /* WIP specific clothing stuff, right now clothed slaves are not final so don't worry about how little sense it makes */
 <<switch $activeSlave.clothing>>
@@ -176,13 +177,13 @@ $He is fully erect and dripping precum; $he is going to breed you!
 	<<if canTalk($activeSlave)>>I feel like I wa<<s>>n't thi<<s>> <<s>>oft la<<s>>t week..." $He <</if>>pinches $his belly, clearly grabbing hold of more of $himself than $he wants to.
 <</switch>>
 
-The $desc is 
+The $desc is
 <<if $activeSlave.diet == "fattening">>
 	purposefully being fattened up, so it really shouldn't come as a surprise to $him.
 <<elseif $activeSlave.behavioralFlaw == "gluttonous">>
 	a known stress eater, so perhaps somebody has been sneaking food again.
 <<elseif $activeSlave.behavioralFlaw == "anorexic">>
-	a known anorexic, so $he's likely overreacting. 
+	a known anorexic, so $he's likely overreacting.
 <<else>>
 	certainly a little chubby, so perhaps this is a good time to get a handle on things.
 <</if>>
@@ -235,7 +236,7 @@ hips innocently and moves up to $his lower legs. But then, as $he slowly massage
 		$his <<if $activeSlave.anus == 0>>virgin<<else>>hungry<</if>> anus to become visible.
 	<</if>>
 <<elseif $activeSlave.belly >= 5000>>
-	the underside of $his <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> and 
+	the underside of $his <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> and
 	<<if canDoAnal($activeSlave) && canDoVaginal($activeSlave)>>
 		$his flushed, glistening pussy and <<if $activeSlave.anus == 0>>virgin<<else>>hungry<</if>> anus to become visible, before $he hugs $his thighs together, sighing as $he flexes them a little to put gentle pressure on $his womanhood.
 	<<elseif canDoVaginal($activeSlave)>>
@@ -260,7 +261,7 @@ With $his back arched and $his thighs together $his <<if $activeSlave.butt > 5>>
 
 <<case "sore shoulders">>
 
-<<EventNameLink $activeSlave>> comes before you for a routine inspection. The <<if $activeSlave.muscles > 95>>heavily muscled<<elseif $activeSlave.muscles > 30>>ripped<<else>>toned<</if>><<if $activeSlave.preg > 30>> and heavily pregnant<<elseif $activeSlave.preg > 20>>pregnant<</if>> $desc is looking good, but as $he raises $his arms over $his head to spin $his nude torso under your gaze, $he winces slightly. <<if canSee($activeSlave)>>$His $activeSlave.eyeColor eyes flick up to see if you noticed, and $his face falls a little when $he sees that you did. You raise one eyebrow, and the obedient slave explains $himself<<elseif canHear($activeSlave)>>$His ears perk up to hear if you noticed. You clear your throat, startling $him and making $him explain $himself<<else>>$He tries to affect a stoic expression, but when you tentatively touch one of $his shoulders, $he grimaces slightly and quickly opts to explain $himself<</if>>.
+<<EventNameLink $activeSlave>> comes before you for a routine inspection. The <<if $activeSlave.muscles > 95>>heavily muscled<<elseif $activeSlave.muscles > 30>>ripped<<else>>toned<</if>><<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> and heavily pregnant<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>pregnant<</if>> $desc is looking good, but as $he raises $his arms over $his head to spin $his nude torso under your gaze, $he winces slightly. <<if canSee($activeSlave)>>$His $activeSlave.eyeColor eyes flick up to see if you noticed, and $his face falls a little when $he sees that you did. You raise one eyebrow, and the obedient slave explains $himself<<elseif canHear($activeSlave)>>$His ears perk up to hear if you noticed. You clear your throat, startling $him and making $him explain $himself<<else>>$He tries to affect a stoic expression, but when you tentatively touch one of $his shoulders, $he grimaces slightly and quickly opts to explain $himself<</if>>.
 <<if !canTalk($activeSlave)>>
 	$He uses gestures to beg your pardon, and explains that yesterday was arm day for $him, and $he went out a little hard. $His shoulders are a little sore, but $he gestures that $he's all right.
 <<else>>
@@ -445,7 +446,7 @@ provides just enough stimulation that $he climaxes. $His hands ball into fists a
 	<<if $activeSlave.bellyFluid >= 2000>>
 		forcing a grunt out of $him as $he bends against $his _belly <<print $activeSlave.inflationType>>-filled belly
 		<<if $activeSlave.vagina > -1>>
-			squirting a 
+			squirting a
 			<<if $activeSlave.prostate > 0>>
 				a large spurt of
 			<<else>>
@@ -458,7 +459,7 @@ provides just enough stimulation that $he climaxes. $His hands ball into fists a
 	<<else>>
 		forcing a grunt out of $him as $he bends against $his _belly <<if $activeSlave.bellyPreg >= 2000>>pregnant <</if>>belly
 		<<if $activeSlave.vagina > -1>>
-			squirting a 
+			squirting a
 			<<if $activeSlave.prostate > 0>>
 				a large spurt of
 			<<else>>
@@ -472,7 +473,7 @@ provides just enough stimulation that $he climaxes. $His hands ball into fists a
 <<elseif $activeSlave.vagina < 0>>
 	the muscles in $his lower body visibly contracting with the force.
 <<else>>
-	squirting a 
+	squirting a
 	<<if $activeSlave.prostate > 0>>
 		a large spurt of
 	<<else>>
@@ -552,7 +553,7 @@ Slaves with powerful sex drives like $hers often find it necessary to masturbate
 
 <<case "terrified inspection">>
 
-<<EventNameLink $activeSlave>> appears in the door of your office for a scheduled inspection. $He hesitates in the doorway, <<if canSee($activeSlave)>>staring fixedly downward with huge $activeSlave.eyeColor eyes<<else>>$his face towards the floor<</if>>, before stumbling forward to stand in front of your desk. $His chest is rising and falling with panicked hyperventilation. The poor 
+<<EventNameLink $activeSlave>> appears in the door of your office for a scheduled inspection. $He hesitates in the doorway, <<if canSee($activeSlave)>>staring fixedly downward with huge $activeSlave.eyeColor eyes<<else>>$his face towards the floor<</if>>, before stumbling forward to stand in front of your desk. $His chest is rising and falling with panicked hyperventilation. The poor
 $desc
 is terrified of you for some reason.
 <br><br>
@@ -879,9 +880,9 @@ One day, you catch sight of <<EventNameLink $activeSlave>> <<if ($activeSlave.he
 
 One morning, despite the fact that $he is not allowed to speak without being spoken to, <<EventNameLink $activeSlave>> <<if canSee($activeSlave)>>looks you directly in the eye<<else>>faces you<</if>> and asks
 <<if SlaveStatsChecker.checkForLisp($activeSlave)>>
-	boldly through $his 
+	boldly through $his
 	<<if ($activeSlave.lips > 70)>>
-		massive dick-sucking lips, 
+		massive dick-sucking lips,
 	<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
 		inconvenient oral piercings,
 	<<else>>
@@ -906,7 +907,7 @@ $He
 <<elseif $activeSlave.belly >= 100000>>
 	lowers $his tired, heavy body onto the couch next to your desk, shakes off $his heels as bending over has become troublesome lately,
 <<elseif $activeSlave.belly >= 10000>>
-	rests $his tired, 
+	rests $his tired,
 	<<if $activeSlave.bellyPreg >= 8000>>
 		gravid
 	<<else>>
@@ -914,7 +915,7 @@ $He
 	<</if>>
 	body on the couch next to your desk, shakes off $his heels,
 <<elseif $activeSlave.belly >= 5000>>
-	seats $his 
+	seats $his
 	<<if $activeSlave.bellyPreg >= 3000>>
 		gravid
 	<<else>>
@@ -1025,7 +1026,7 @@ $His bare ass bobs back and forth as though $he were doing it doggy style with a
 
 <<case "hormone dysfunction">>
 
-<<EventNameLink $activeSlave>> comes to see you. You're busy with other things, so $he waits patiently even though $he's clearly very unhappy. Told to explain $himself, $he gestures at $his totally flaccid 
+<<EventNameLink $activeSlave>> comes to see you. You're busy with other things, so $he waits patiently even though $he's clearly very unhappy. Told to explain $himself, $he gestures at $his totally flaccid
 <<if !canTalk($activeSlave)>>
 	penis.
 <<else>>
@@ -1069,7 +1070,7 @@ As you watch, $his sleeping struggles against the sheet <<if $activeSlave.boobs
 
 <<case "devoted amp">>
 
-<<EventNameLink $activeSlave>> is lying on the couch next to your desk as you work, looking like the neglected 
+<<EventNameLink $activeSlave>> is lying on the couch next to your desk as you work, looking like the neglected
 <<if $activeSlave.belly >= 600000>>
 	<<if $activeSlave.bellyPreg > 0>>
 		baby filled womb
@@ -1130,7 +1131,7 @@ One morning, you see <<EventNameLink $activeSlave>>
 <</if>>
 hurriedly past your door, as though $he doesn't want you to notice $him. Of course, this only makes you notice $him, and you order $him in. As $he reluctantly obeys, you notice something off about $his gait. $He should be quite uncomfortable from the big buttplug $he is required to wear, but $he doesn't seem to be.
 <br><br>
-Your order $him to turn around and present $his anus for inspection. $He doesn't refuse, exactly, but neither does $he obey. $He keeps $his butt pointed resolutely away from you, and backs away a little. You cover the distance between you in three steps and run a clinical hand between the terrified slave's buttocks. As you suspected, $he isn't wearing her buttplug. 
+Your order $him to turn around and present $his anus for inspection. $He doesn't refuse, exactly, but neither does $he obey. $He keeps $his butt pointed resolutely away from you, and backs away a little. You cover the distance between you in three steps and run a clinical hand between the terrified slave's buttocks. As you suspected, $he isn't wearing her buttplug.
 <<if !canTalk($activeSlave)>>
 	$He gestures pitifully, complaining that the plug hurts.
 <<else>>
@@ -1350,7 +1351,7 @@ It's time for $his routine inspection, and $he's standing before you, nude. $He
 
 <<case "extreme aphrodisiacs">>
 
-As you are retiring for the night, <<EventNameLink $activeSlave>> 
+As you are retiring for the night, <<EventNameLink $activeSlave>>
 <<if !canWalk($activeSlave)>>
 	crawls
 <<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>>
@@ -1364,7 +1365,7 @@ into your bedroom. Since $he is not allowed to ask questions, $he says nothing,
 
 <<case "shaped areolae">>
 
-<<EventNameLink $activeSlave>>'s breasts are real works of art. $His 
+<<EventNameLink $activeSlave>>'s breasts are real works of art. $His
 <<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
 	massive fake
 <<elseif $activeSlave.boobsImplant > 0>>
@@ -1378,7 +1379,7 @@ tits dominate $his figure, but the real attention getter are $his unique, $activ
 
 There is a horrible crash from the shower. You rush in to see <<EventNameLink $activeSlave>> face down and covered in soap. $He's uninjured, but $his tits are so huge that, soapy as $he is, $he can't seem to stand again. $His udders have $him pinned to the ground with $his legs sticking out of the shower. $He pleads
 <<if ($activeSlave.lips > 70)>>
-	through $his huge lips, 
+	through $his huge lips,
 <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
 	through $his piercings,
 <<else>>
@@ -1430,7 +1431,7 @@ As you are retiring for the night, <<EventNameLink $activeSlave>>
 <<else>>
 	walks
 <</if>>
-into your bedroom and stands before you submissively. Since $he's allowed to ask questions, 
+into your bedroom and stands before you submissively. Since $he's allowed to ask questions,
 <<if !canTalk($activeSlave)>>
 	$he begs you with gestures to have sex with $him.
 <<else>>
@@ -1700,7 +1701,7 @@ Apparently, $he can't wait to
 	play the dom.
 <<elseif ($activeSlave.fetish == "sadist")>>
 	find a willing masochist.
-<<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.preg > 10)>>
+<<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>>
 	have $his pregnancy fondled.
 <<elseif ($activeSlave.fetish == "pregnancy")>>
 	pretend to get knocked up.
@@ -2158,7 +2159,7 @@ You complete the final rep of your first workout of the day, rack the bar, and j
 	swollen middle and its abdominal muscles with almost painful intensity. You can't really blame $him; despite your growing child<<if $PC.pregType > 1>>ren<</if>>, they're still pretty cut.
 <<elseif $PC.belly >= 100>>
 	<<if $PC.title == 0>>
-		slightly distended abdominal muscles and flat chest with almost painful intensity. You can't really blame $him; they're pretty cut, and your sports bra's soaked in your sweat and your nipples are clearly visible as bumps in the tight material. 
+		slightly distended abdominal muscles and flat chest with almost painful intensity. You can't really blame $him; they're pretty cut, and your sports bra's soaked in your sweat and your nipples are clearly visible as bumps in the tight material.
 	<<else>>
 		slightly distended abdominal muscles with almost painful intensity. You can't really blame $him; they're pretty cut, and your bare chest is coated in a light sheen of glistening sweat.
 	<</if>>
@@ -2282,7 +2283,7 @@ ripped biceps, and strapping lats. <<if $activeSlave.dick > 2>>$His massive cock
 
 <<case "obedient girlish">>
 
-<<EventNameLink $activeSlave>> is nice and 
+<<EventNameLink $activeSlave>> is nice and
 <<if $activeSlave.bellyPreg >= 1500>>
 	slim as $he can be given $his pregnancy,
 <<elseif $activeSlave.bellyImplant >= 1500>>
@@ -2309,7 +2310,7 @@ A perfectly devoted slave might display $himself, and a rebellious one might try
 
 <<case "diet">>
 
-<<EventNameLink $activeSlave>> is on a diet, and $he needs it. That doesn't make it any easier for $him. Your slaves are not permitted time to waste over meals. They enter the simple kitchen, drink their allotted portion of slave food out of a cup, and get on with their duties.<<if $activeSlave.preg > 10>> Despite eating for <<if $activeSlave.pregType <= 1>>two<<elseif $activeSlave.pregType >= 10>>far too many<<elseif $activeSlave.pregType == 9>>ten<<elseif $activeSlave.pregType == 8>>nine<<elseif $activeSlave.pregType == 7>>eight<<elseif $activeSlave.pregType == 6>>seven,<<elseif $activeSlave.pregType == 5>>six<<elseif $activeSlave.pregType == 4>>five<<elseif $activeSlave.pregType == 3>>four<<else>>three<</if>>, $his diet is still in full effect.<</if>> <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> catches $activeSlave.slaveName, whose cup is always filled less than halfway, skulking around in the hope that one of the others will take $his eyes off $his cup, or even leave leftovers.
+<<EventNameLink $activeSlave>> is on a diet, and $he needs it. That doesn't make it any easier for $him. Your slaves are not permitted time to waste over meals. They enter the simple kitchen, drink their allotted portion of slave food out of a cup, and get on with their duties.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> Despite eating for <<if $activeSlave.pregType <= 1>>two<<elseif $activeSlave.pregType >= 10>>far too many<<elseif $activeSlave.pregType == 9>>ten<<elseif $activeSlave.pregType == 8>>nine<<elseif $activeSlave.pregType == 7>>eight<<elseif $activeSlave.pregType == 6>>seven,<<elseif $activeSlave.pregType == 5>>six<<elseif $activeSlave.pregType == 4>>five<<elseif $activeSlave.pregType == 3>>four<<else>>three<</if>>, $his diet is still in full effect.<</if>> <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> catches $activeSlave.slaveName, whose cup is always filled less than halfway, skulking around in the hope that one of the others will take $his eyes off $his cup, or even leave leftovers.
 
 <<case "huge naturals">>
 
@@ -2445,7 +2446,7 @@ has run through the prescribed motions of a normal inspection, and you've reache
 
 <<case "kitchen molestation">>
 
-<<EventNameLink $activeSlave>> is a horny bitch, and $he isn't particularly picky about how $he gets off. Since other slaves are not allowed to resist $his little molestations, $he's taken to haunting the kitchen around mealtimes. Since everyone has to suck her meals out of the phallic food dispensers, every slave has to spend some minutes of every day in the kitchen with her face to the wall and her rear defenseless. $activeSlave.slaveName does $his best to arrive as early as possible and eat as rapidly as possible so $he can then play with anyone who's slower to finish.
+<<EventNameLink $activeSlave>> is a horny bitch, and $he isn't particularly picky about how $he gets off. Since other slaves are not allowed to resist $his little molestations, $he's taken to haunting the kitchen around mealtimes. Since everyone has to suck her meals out of the phallic food dispensers, every slave has to spend some minutes of every day in the kitchen with their face to the wall and their rear defenseless. $activeSlave.slaveName does $his best to arrive as early as possible and eat as rapidly as possible so $he can then play with anyone who's slower to finish.
 <br><br>
 You decide to stop by to see $his method at work. By the time you arrive, $he's already eaten and orgasmed at least once. As you spectate, $he
 <<if canPenetrate($activeSlave) && $activeSlave.prostate > 0>>
@@ -2675,9 +2676,10 @@ $He's referring to the volume issue with $his unnaturally massive dick. The thin
 
 <<case "fucktoy tribbing">>
 
+<<setNonlocalPronouns $seeDicks>>
 With a mind as busy as yours, you sometimes wake up in the middle of the night for no reason that you can remember.<<if $PC.actualAge >= 50>> These incidents have become more common as you age; merely one of time's little mutilations.<</if>> Naturally, waking up in the middle of the night feels much different than it did back before you owned an arcology. Now you have your choice from a virtual buffet of sleeping girls if you don't feel like going back to sleep right away.
 <br><br>
-The slave on your left is sleeping on $his back, and is touching you lightly at the hip and shoulder. The slave on your right, though, is nestled in close, $his shoulder under your arm and $his head resting gently on your
+The slave on your left is sleeping on _hisU back, and is touching you lightly at the hip and shoulder. The slave on your right, though, is nestled in close, $his shoulder under your arm and $his head resting gently on your
 <<if $PC.boobsBonus > 2>>
 	enormous <<if $PC.boobsImplant == 1>>firm<<else>>pillowy<</if>> breast.
 <<elseif $PC.boobsBonus == 2>>
@@ -2723,7 +2725,7 @@ When it's time for refreshments, $assistantName directs the closest unoccupied s
 <<elseif $PC.refreshmentType == 6>>
 	several sheets of $PC.refreshment
 <</if>>
-on a tray<<if $activeSlave.preg > 30>> carefully held against $his pregnant belly, doing $his best to will $his child<<if $activeSlave.pregType > 1>>ren<</if>> to not kick the tray off balance<<elseif $activeSlave.belly >= 10000>> carefully held against $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>>.
+on a tray<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> carefully held against $his pregnant belly, doing $his best to will $his child<<if $activeSlave.pregType > 1>>ren<</if>> to not kick the tray off balance<<elseif $activeSlave.belly >= 10000>> carefully held against $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>>.
 
 <br><br>
 
@@ -2747,7 +2749,7 @@ $He comes to a stop right beside your elbow, waiting for further direction, just
 	<<elseif $PC.refreshmentType == 6>>
 		threatening to knock the sheets of $PC.refreshment off the tray.
 	<</if>>
-<<elseif $activeSlave.preg > 30>>
+<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>>
 	$He keeps the tray balanced atop $his _belly pregnancy, though the weight encourages $his child<<if $activeSlave.pregType > 1>>ren<</if>> to begin kicking. As you glance over at $him, $he lets out a minute, tired sigh, as kicks from $his child<<if $activeSlave.pregType > 1>>ren<</if>>
 	<<if $PC.refreshmentType == 0>>
 		cause the $PC.refreshment collection to roll from side to side.
@@ -3298,7 +3300,6 @@ It's true, cum <<if $activeSlave.dietCum == 1>>supplemented <<elseif $activeSlav
 
 <<case "transition anxiety">>
 
-<<setPlayerPronouns>>
 <<EventNameLink $activeSlave>> stumbles into your office naked for $his weekly inspection, so apprehensive that $he can hardly walk. $He's been like this ever since $he became one of your sex slaves, <<if $week-$activeSlave.weekAcquired == 0>>just this week<<elseif $week-$activeSlave.weekAcquired == 1>>just last week<<else>><<print $week-$activeSlave.weekAcquired>> weeks ago<</if>>. It's not surprising; slaves like $him usually require some time and training to accept that they're slave girls. $He lacks the natural attraction to men that might have made the idea more comfortable for $him, and the resulting sexual anxiety combined with understandable fear of sexual use makes $him extremely unhappy to be naked in front of someone $he knows can fuck $him at will.
 <br><br>
 $He has $his hands balled into fists at $his sides, and clearly wants nothing more than to use them to cover $his
@@ -3323,7 +3324,7 @@ Just as you're about to give <<EventNameLink $activeSlave>> $his weekly inspecti
 <<elseif ($activeSlave.attrXX > 50) && ($PC.boobs == 1)>>
 	$He finds your prominent breasts attractive, and $his gaze rests most frequently <<if canSee($activeSlave)>>on<<else>>towards<</if>> them.
 <<elseif $activeSlave.fetish == "pregnancy">>
-	<<if $activeSlave.preg > 30>>
+	<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>>
 		The combination of being hugely pregnant and a pregnancy fetishist keeps $his libido raging.
 	<<elseif $PC.belly >= 10000>>
 		$He finds your protruding pregnancy attractive, and $his gaze rests most frequently <<if canSee($activeSlave)>>on<<else>>towards<</if>> it.
@@ -3357,7 +3358,7 @@ During $his routine weekly inspection, <<EventNameLink $activeSlave>> cradles $h
 "<<Master>>," $he mumbles, "can I plea<<s>>e be taken off the brea<<s>>t expan<<s>>ion drug<<s>>?" $He swallows, nervous that $he's crossed a line, but $he presses on, hefting $his tits a little higher to show $he's talking about them. "They're <<s>>o heavy and awkward. I'm <<s>>ore every night, and my back hurt<<s>>. I feel like a cow with boob<<s>> thi<<s>> big, and I can't imagine what it'll be like if they get any bigger."
 In one sense, it's amusing that $he feels that way, because<<if ($arcologies[0].FSAssetExpansionist != "unset") || ($arcologies[0].FSTransformationFetishist != "unset" && $arcologies[0].FSSlimnessEnthusiast == "unset") || ($arcologies[0].FSPastoralist != "unset")>> as many slaves in this very arcology know quite well,<</if>> it's possible for the miracles of modern medicine to grow a $desc's tits until they're so heavy they immobilize $him completely.
 <<if $activeSlave.muscles > 5>>$He has the muscles to carry $his boobs around, so some of this may be simple whining.<<else>>It's not surprising that $his breasts would be uncomfortable, since $he lacks anything in the way of muscle tone to help support them.<</if>>
-<<if $activeSlave.lactation > 0>>$He complained of feeling like a cow without detectable irony, despite the fact that $his left nipple has a <<if $activeSlave.nipples != "fuckable">>droplet of cream clinging to<<else>>rivulet of cream running from<</if>> it right now<<elseif $activeSlave.preg > 15>>$He complained of feeling like a cow without detectable irony, despite the fact that $he is pregnant and likely to begin lactating soon<</if>>.
+<<if $activeSlave.lactation > 0>>$He complained of feeling like a cow without detectable irony, despite the fact that $his left nipple has a <<if $activeSlave.nipples != "fuckable">>droplet of cream clinging to<<else>>rivulet of cream running from<</if>> it right now<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2.66>>$He complained of feeling like a cow without detectable irony, despite the fact that $he is pregnant and likely to begin lactating soon<</if>>.
 $He waits anxiously for your response, wondering if $he'll be punished for expressing reservations about your expansion of $his breasts and, comically, still cradling $his heavy udders as $he does so.
 
 <<case "gaped asshole">>
@@ -3366,7 +3367,7 @@ You encounter <<EventNameLink $activeSlave>> at the beginning of $his day, as $h
 <br><br>
 "<<Master>>," $he <<say>>s, "may I have my a<<ss>>hole tightened?"
 <br><br>
-There's no trace of awareness on $his face of the open lewdness of the question; 
+There's no trace of awareness on $his face of the open lewdness of the question;
 <<if $activeSlave.career == "a bioreactor">>
 	$he's spent time in an industrial Dairy with a phallus the size of a horse's pounding $his ass day and night.
 <<elseif $activeSlave.career == "a dairy cow">>
@@ -3395,7 +3396,7 @@ May I?" $He spins, <<if $activeSlave.belly >= 5000>>spreading $his legs for $his
 
 <<case "passing declaration">>
 
-As you manage your empire from your office, a constant traffic of slaves passes by its door. The glass walls allow a good view of them, and since you naturally own what you find appealing, the passing girls often draw your eye. For example, this morning you notice <<EventNameLink $activeSlave>> almost bounce into view. $He's physically fit, at a healthy weight, 
+As you manage your empire from your office, a constant traffic of slaves passes by its door. The glass walls allow a good view of them, and since you naturally own what you find appealing, the passing girls often draw your eye. For example, this morning you notice <<EventNameLink $activeSlave>> almost bounce into view. $He's physically fit, at a healthy weight,
 <<if $activeSlave.belly >= 10000>>
 	<<if $activeSlave.bellyPreg >= 3000>>
 		heavily pregnant,
@@ -3540,7 +3541,7 @@ Your slaves get dressed in a large wardrobe area adjacent to the dormitory, room
 	growing explosively due to the hyper expansion injections.
 <<elseif $activeSlave.diet == "fattening">>
 	apparently bigger today than it was yesterday, which isn't surprising, considering how much $he's being fed.
-<<elseif $activeSlave.preg > 8 && $activeSlave.pregKnown == 1>>
+<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/5 && $activeSlave.pregKnown == 1>>
 	apparently bigger today than it was yesterday. Pregnancy often causes minor redistributions of weight like this.
 <<elseif $activeSlave.hormoneBalance >= 200>>
 	apparently bigger today than it was yesterday. Intensive female hormone regimens like $hers sometimes cause minor ass expansion.
@@ -3663,14 +3664,14 @@ up to the tops of $his thighs, but that's all $he can manage. The wardrobe inclu
 <br><br>
 $He begins $his cleaning dutifully, fluttering about your office in a flurry of scrubbing and dusting. $His almost frenzied sanitization of your office allows you ample opportunity to inspect $him, your eyes lingering on $his body as $he moves back and forth in front of you.
 <<if ($activeSlave.clothes == "a slutty maid outfit")>>
-	$His maid uniform does little to conceal $his form from prying eyes, with a thin white blouse all that separates the surfaces of $his breasts from the air. The associated skirt is similarly superficial, made more for easy access to a slave's holes than for provision of any sort of modesty. 
+	$His maid uniform does little to conceal $his form from prying eyes, with a thin white blouse all that separates the surfaces of $his breasts from the air. The associated skirt is similarly superficial, made more for easy access to a slave's holes than for provision of any sort of modesty.
 	<<if $activeSlave.amp < 0>>
-		Although $his movements rarely stray from a slight flick of $his wrist as $he dusts some surface or a gyration of $his body as $he scrubs the floor clean, $his P-Limbs nonetheless produce a steady stream of minute machine noises. They give $him the coordination $he needs to purge even the smallest of stains, but the multitude of gyros, servos, and other mechanical pieces constantly working to maintain it ensure that the process is far from silent. 
+		Although $his movements rarely stray from a slight flick of $his wrist as $he dusts some surface or a gyration of $his body as $he scrubs the floor clean, $his P-Limbs nonetheless produce a steady stream of minute machine noises. They give $him the coordination $he needs to purge even the smallest of stains, but the multitude of gyros, servos, and other mechanical pieces constantly working to maintain it ensure that the process is far from silent.
 	<<elseif $activeSlave.belly >= 150000>>
 		$His middle has become so enormous it's a miracle $he can even reach objects to clean them. It greatly complicates $his cleaning duties, often causing $him to attack any blemishes sideways lest $his _belly belly prevent $him from reaching the offending smudge at all. $He moves very carefully, not wanting to accidentally knock something to the floor and be forced to figure out how to return it to its proper place.
 	<<elseif $activeSlave.boobs > 4000>>
 		$His breasts are so massive that a whole ream of cloth is needed to provide even the semblance of covering $his massive chest. They do little to aid in $his cleaning duties, often causing $him to attack any blemish on the wall sideways lest $his gigantic boobs prevent $him from reaching the offending smudge at all.
-	<<elseif $activeSlave.preg > 20>>
+	<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>
 		Despite $his pregnancy, $he manages to clean with surprising efficacy. $He often cradles $his gravid belly through $his sheer skirt as $he dusts or scrubs with one hand, conscious of the fragile life within $him even as $he works hard to cleanse your office of any unsightly blemishes.
 	<<elseif $activeSlave.boobs > 800>>
 		$His breasts are pleasingly large and appealingly visible despite the minor concealment provided by $his blouse. They often cause $him difficulty by mashing against the top surface of your desk as $he tries to duck beneath to clean the underside. The struggle is surprisingly erotic - if not without humor.
@@ -3695,12 +3696,12 @@ $He begins $his cleaning dutifully, fluttering about your office in a flurry of
 <<elseif ($activeSlave.clothes == "a nice maid outfit")>>
 	$His maid uniform is fairly demure for a sex slave and makes some effort to conceal $his form from prying eyes, even whilst presenting an image of servitude and obedience that a classic maids' ensemble embodies so well. $His dress is fairly conservative, enveloping $his breasts in intricate lace and cloth. Likewise, $his apron is more than ornamental, $activeSlave.slaveName having stuffed it with cleaning materials and tools.
 	<<if $activeSlave.amp < 0>>
-		Although $his movements rarely stray from a slight flick of $his wrist as $he dusts some surface or a gyration of $his body as $he scrubs the floor clean, $his P-Limbs nonetheless produce a steady stream of minute machine noises. They give $him the coordination $he needs to purge even the smallest of stains, but the multitude of gyros, servos, and other mechanical pieces constantly working to maintain it ensure that the process is far from silent. 
+		Although $his movements rarely stray from a slight flick of $his wrist as $he dusts some surface or a gyration of $his body as $he scrubs the floor clean, $his P-Limbs nonetheless produce a steady stream of minute machine noises. They give $him the coordination $he needs to purge even the smallest of stains, but the multitude of gyros, servos, and other mechanical pieces constantly working to maintain it ensure that the process is far from silent.
 	<<elseif $activeSlave.belly >= 150000>>
 		$His middle has become so enormous it's a miracle $he can even reach objects to clean them. It greatly complicates $his cleaning duties, often causing $him to attack any blemishes sideways lest $his _belly belly prevent $him from reaching the offending smudge at all. $He moves very carefully, not wanting to accidentally knock something to the floor and be forced to figure out how to return it to its proper place.
 	<<elseif $activeSlave.boobs > 4000>>
 		$His breasts are so massive that several reams of cloth are needed to provide $his massive chest with any semblance of modesty. They do little to aid in $his cleaning duties, often causing $him to attack any blemish on the wall sideways lest $his gigantic boobs prevent $him from reaching the offending smudge at all.
-	<<elseif $activeSlave.preg > 20>>
+	<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>
 		Despite $his pregnancy, $he manages to clean with surprising efficacy. $He often cradles $his gravid belly through $his thick apron as $he dusts or scrubs with one hand, conscious of the fragile life within $him even as $he works hard to cleanse your office of any unsightly blemishes.
 	<<elseif $activeSlave.boobs > 800>>
 		$His breasts are pleasingly large and appealingly visible, even beneath the folds and ruffles of $his dress. They often cause $him difficulty by mashing against the top surface of your desk as $he tries to duck beneath to clean the underside. The struggle is surprisingly erotic - if not without humor.
@@ -3750,7 +3751,7 @@ As another long week draws to a close, <<EventNameLink $activeSlave>> happens to
 <<else>>
 	"<<Master>>, you're <<s>>o old," $he <<say>>s penitently before smiling shyly in an attempt to insert some levity into $his confession. "Compared to you, I'm nothing, <<Master>>. I feel <<s>>o inadequate and I don't want to
 	<<if $activeSlave.mother == -1>>
-		have been a wa<<s>>te of time for you. I'm <<s>>orry you had to carry me in<<s>>ide you for nine month<<s>>, and I'm <<s>>orry I <<s>>tretched you out when I wa<<s>> born, 
+		have been a wa<<s>>te of time for you. I'm <<s>>orry you had to carry me in<<s>>ide you for nine month<<s>>, and I'm <<s>>orry I <<s>>tretched you out when I wa<<s>> born,
 	<<else>>
 		be a di<<s>>appointment to you,
 	<</if>>
@@ -4044,7 +4045,7 @@ You cross paths with <<EventNameLink $activeSlave>> as $he returns from $activeS
 <<elseif ($activeSlave.collar == "massive dildo gag")>>
 	dildo gag hugely distending $his throat,
 <</if>>
-the existence of which is a constant reminder to $him of $his submission to you and your immense power over $him. 
+the existence of which is a constant reminder to $him of $his submission to you and your immense power over $him.
 <br><br>
 Since $he cannot speak through $his gag, $he merely gestures $his recognition of your presence and lingers in case you wish to use $him. Though $he does $his best to avoid showing $his discomfort, it is clear from the expression on $his
 <<if $activeSlave.face > 95>>
@@ -4221,66 +4222,66 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?"
 
 <<case "hyperpreg stuck">>
 
-You are alerted to an issue regarding your 
-<<if ($activeSlave.broodmother === 2) && ($activeSlave.preg >= 30)>> 
+You are alerted to an issue regarding your
+<<if ($activeSlave.broodmother === 2) && ($activeSlave.preg >= 30)>>
 	hyperbroodmother,
-<<elseif ($activeSlave.broodmother == 1) && ($activeSlave.preg >= 30)>> 
+<<elseif ($activeSlave.broodmother == 1) && ($activeSlave.preg >= 30)>>
 	broodmother,
-<<else>> 
-	debilitatingly pregnant slave, 
+<<else>>
+	debilitatingly pregnant slave,
 <</if>>
-<<EventNameLink $activeSlave>>. It seems 
+<<EventNameLink $activeSlave>>. It seems
 <<if $pregAccessibility == 1 || $ballsAccessibility == 1 || $buttAccessibility == 1 || $boobAccessibility == 1>>
-	that, despite updating your penthouse to accommodate extra wide slaves, 
-<<else>> 
-	since you have not yet updated your penthouse to accommodate slaves of $his girth, 
-<</if>> 
-the poor $girl has gotten lodged in the doorway exiting 
-<<if ($activeSlave.livingRules == "luxurious")>> 
+	that, despite updating your penthouse to accommodate extra wide slaves,
+<<else>>
+	since you have not yet updated your penthouse to accommodate slaves of $his girth,
+<</if>>
+the poor $girl has gotten lodged in the doorway exiting
+<<if ($activeSlave.livingRules == "luxurious")>>
 	$his room.
 <<elseif ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite == 1)>>
 	$his suite.
-<<else>> 
+<<else>>
 	the dormitory where $he sleeps.
 <</if>>
-The menials assigned to care for $him have been struggling for several weeks to fit $his through this particular doorway, but refrained from informing you, as their ward 
-<<if $activeSlave.devotion > 95>> 
-	did not wish to worry you. 
-<<elseif $activeSlave.devotion > 50>> 
-	was concerned you would worry. 
-<<elseif $activeSlave.devotion > 20>> 
-	was concerned how you would react. 
-<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> 
-	feared how you would react. 
-<<elseif ($activeSlave.trust < -50)>> 
-	was terrified of how you might respond. 
+The menials assigned to care for $him have been struggling for several weeks to fit $his through this particular doorway, but refrained from informing you, as their ward
+<<if $activeSlave.devotion > 95>>
+	did not wish to worry you.
+<<elseif $activeSlave.devotion > 50>>
+	was concerned you would worry.
+<<elseif $activeSlave.devotion > 20>>
+	was concerned how you would react.
+<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>>
+	feared how you would react.
+<<elseif ($activeSlave.trust < -50)>>
+	was terrified of how you might respond.
 <<else>>
-	argued you couldn't be trusted. 
-<</if>> 
-You make a mental note to punish $his caretakers and then set out to see $his predicament for yourself. 
+	argued you couldn't be trusted.
+<</if>>
+You make a mental note to punish $his caretakers and then set out to see $his predicament for yourself.
 <br><br>
-The sight that greets you when you arrive is equal parts incredible and amusing. En route to the baths, the slave attempted to exit 
-<<if ($activeSlave.livingRules == "luxurious")>> 
+The sight that greets you when you arrive is equal parts incredible and amusing. En route to the baths, the slave attempted to exit
+<<if ($activeSlave.livingRules == "luxurious")>>
 	$his room
 <<elseif ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite == 1)>>
 	$his suite
-<<else>> 
+<<else>>
 	the dorm
 <</if>>
-backwards and, as a result, you have a glorious view of $his 
-<<if ($activeSlave.broodmother === 2) && ($activeSlave.preg >= 30)>> 
-	mind boggling, obscenely swollen belly 
-<<elseif ($activeSlave.broodmother == 1) && ($activeSlave.preg >= 30)>> 
-	massive, brood swollen belly 
-<<else>> 
-	inhumanly gravid belly 
-<</if>> 
-squeezed painfully by the inadequate doorway and framing the attractive rear view of the rest of $his body, including $his 
+backwards and, as a result, you have a glorious view of $his
+<<if ($activeSlave.broodmother === 2) && ($activeSlave.preg >= 30)>>
+	mind boggling, obscenely swollen belly
+<<elseif ($activeSlave.broodmother == 1) && ($activeSlave.preg >= 30)>>
+	massive, brood swollen belly
+<<else>>
+	inhumanly gravid belly
+<</if>>
+squeezed painfully by the inadequate doorway and framing the attractive rear view of the rest of $his body, including $his
 <<if $activeSlave.butt > 5>>
 	debilitatlingly huge ass cheeks.
 <<elseif $activeSlave.butt > 2>>
-	plush ass. 
-<<else>> 
+	plush ass.
+<<else>>
 	cute little ass.
 <</if>>
 <br><br>
@@ -4288,7 +4289,7 @@ $He cranes $his neck, glancing over $his shoulder to give you a pleading look.
 
 <<case "devoted fearful slave">>
 
-You are working late tonight, poring over some particularly troublesome business documents -- though, thankfully, the end appears to be in sight. The sun has all but completely slipped below the horizon, drowning your office in moody twilight. Seeing that you are finally approaching the end of a long day, $assistantName takes the liberty of having a 
+You are working late tonight, poring over some particularly troublesome business documents -- though, thankfully, the end appears to be in sight. The sun has all but completely slipped below the horizon, drowning your office in moody twilight. Seeing that you are finally approaching the end of a long day, $assistantName takes the liberty of having a
 <<if $PC.refreshmentType == 0>>
 	$PC.refreshment
 <<elseif $PC.refreshmentType == 1>>
@@ -4437,7 +4438,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 	<</if>>
 	You push $him back down as you straddle $his
 	<<if $activeSlave.belly >= 1500>>
-		_belly <<if $activeSlave.bellyPreg >= 1500>>pregnant <</if>>belly 
+		_belly <<if $activeSlave.bellyPreg >= 1500>>pregnant <</if>>belly
 	<<elseif $activeSlave.boobs > 2000>>
 		huge tits
 	<<else>>
@@ -4727,7 +4728,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 
 <<case "mutinery attempt">>
 
-<<if $mutinery == 1>> 
+<<if $mutinery == 1>>
 	<<link "Fight $him off as much as you can">>
 		<<EventNameDelink $activeSlave>>
 		<<replace "#result">>
@@ -5017,7 +5018,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 		<</if>>
 		</span>
 		<</replace>>
-	<</link>> 
+	<</link>>
 <<else>>
 	With the bitch restrained, you have all the time you need to devise $his punishment.
 	<<set $mutinery = 2>>
@@ -5086,7 +5087,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 		<</link>> //Will cost <<print cashFormat(($surgeryCost*4))>>//
 	<</if>>
 	</span>
-<</if>> 
+<</if>>
 
 <<case "breeding bull">>
 
@@ -5231,7 +5232,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 			<<if canTalk($activeSlave)>>
 				"Don't lie to me, <<Master>>! You really think I don't know I'm a bloated hog!?"
 			<<else>>
-				$His face contorts into a vicious glare; it seems you choose the wrong thing to say. 
+				$His face contorts into a vicious glare; it seems you choose the wrong thing to say.
 			<</if>>
 			$He runs out of your office @@.mediumorchid;in tears.@@ It's likely that $he'll @@.gold;dwell on your response@@ for some time.
 			<<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>>
@@ -5336,7 +5337,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 			<</if>>
 			fingers curling as $his orgasm approaches, a delighted <<if canTalk($activeSlave)>>shout<<else>>shudder<</if>>
 			<<if $activeSlave.dick != 0>>
-				and a 
+				and a
 				<<if $activeSlave.prostate == 3>>
 					flood of cum
 				<<elseif $activeSlave.prostate == 2>>
@@ -5344,25 +5345,25 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 				<<elseif $activeSlave.prostate == 1>>
 					splurt of cum
 				<<else>>
-					dribble of fluid 
+					dribble of fluid
 				<</if>>
 			<</if>>
-			announcing it. $He's 
+			announcing it. $He's
 			<<if $activeSlave.behavioralQuirk == "fitness">>
 				a little loopy from the rush, but a buck of your hips informs $him $he's not finished yet. Delighted,
 			<<else>>
 				panting from the exertion, but a buck of your hips informs $him $he's not finished yet. It's not as hard and fast this time, but
 			<</if>>
-			$he pounds $himself diligently, only breaking momentarily for increasingly worn out gasps and moans, coating your couch <<if $activeSlave.dick != 0 && ($activeSlave.prostate != 0)>>and shirt<</if>> with a mix of fluids every time. Only when $his legs refuse to support $him anymore and $his hips can barely shift do you let $him stop, admiring the sweat drenched spent slave draped over your 
+			$he pounds $himself diligently, only breaking momentarily for increasingly worn out gasps and moans, coating your couch <<if $activeSlave.dick != 0 && ($activeSlave.prostate != 0)>>and shirt<</if>> with a mix of fluids every time. Only when $his legs refuse to support $him anymore and $his hips can barely shift do you let $him stop, admiring the sweat drenched spent slave draped over your
 			<<if $PC.belly < 5000>>
 				chest.
 			<<else>>
 				belly.
 			<</if>>
 			<br><br>
-			You stretch before gathering $him up, 
+			You stretch before gathering $him up,
 			<<if $PC.belly < 10000>>
-				carrying 
+				carrying
 			<<else>>
 				coaxing
 			<</if>>
@@ -5455,7 +5456,6 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 <</link>>
 
 
-
 <<case "devoted lotion">>
 
 <<link "Apply lotion liberally">>
@@ -5943,7 +5943,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 <<link "Make $him do that again">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You laugh at $him kindly, and $he @@.mediumaquamarine;smiles with relief,@@ happy that you find $his wonderful and terrible sex drive amusing. After a cursory inspection, you 
+	You laugh at $him kindly, and $he @@.mediumaquamarine;smiles with relief,@@ happy that you find $his wonderful and terrible sex drive amusing. After a cursory inspection, you
 	<<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>
 		<<if canSee($activeSlave)>>toss<<else>>hand<</if>> $him a <<if ($activeSlave.anus > 2)>>vibrating buttplug so big it will fill even $his gaping backdoor<<elseif ($activeSlave.anus > 1)>>sizable vibrating buttplug<<else>>vibrating buttplug<</if>>, let $him suck it wet and get it nestled between $his buttcheeks, and then tell $him to stand next to your desk. $He obeys, a bit puzzled, but $he loves standing around with things shoved up $his asshole
 	<<elseif ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishKnown == 1)>>
@@ -6446,18 +6446,18 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 		$his abs playing across $his midsection as $he does<<else>>$his trim rear catching your eye.
 	<</if>>
 	In the same straightforward tone, you ask about $his health. $He swallows nervously and stammers,
-	<<if ($activeSlave.preg > 5) && ($activeSlave.preg < 12)>>
+	<<if ($activeSlave.preg > $activeSlave.pregData.normalBirth/8) && ($activeSlave.preg < $activeSlave.pregData.normalBirth/3.33)>>
 		"I, I haven't been feeling good in the morning,
 	<<elseif ($activeSlave.health < -20)>>
 		"I, I don't feel very good,
-	<<elseif ($activeSlave.preg > 0) && ($activeSlave.preg < 6)>>
+	<<elseif ($activeSlave.preg > 0) && ($activeSlave.preg < $activeSlave.pregData.normalBirth/6.66)>>
 		"I, I feel a little off. The food ta<<s>>te<<s>> weird lately and my brea<<s>>t<<s>> are really <<s>>en<<s>>itive,
 	<<elseif ($activeSlave.health > 20)>>
 		"I'm, I'm okay,
 	<<else>>
 		"I, I feel healthy,
 	<</if>>
-	<<if $activeSlave.preg > 38 && $activeSlave.pregControl != "labor supressors">>
+	<<if $activeSlave.preg > $activeSlave.pregData.normalBirth-2 && $activeSlave.pregControl != "labor supressors">>
 		and I think it might be time <<s>>oon,
 	<</if>>
 	<<if $activeSlave.rudeTitle == 1>><<= PoliteRudeTitle($activeSlave)>><<else>><<Master>><</if>>."
@@ -7061,7 +7061,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 	<<else>>
 		masculine hips
 	<</if>>
-	and mounting you. 
+	and mounting you.
 	<<if ($activeSlave.belly >= 100000)>>
 		You grunt as the weight of her _belly <<if $activeSlave.bellyPreg >= 1500>>pregnant <</if>>belly comes to rest on your back<<if $activeSlave.belly >= 300000>>, the sheer gravity of it threatening to force you to the floor<</if>>.
 	<<elseif ($activeSlave.boobs >= 15000)>>
@@ -7077,10 +7077,10 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 				You sigh as her tiny dick enters your stretched pussy. You're far too traveled to enjoy such a meager offering.
 			<<elseif $PC.births >= 10>>
 				You sigh as her tiny dick enters your used pussy. You've been stretched out so much from childbirth that $he just can't satisfy you anymore.
-				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile. Suddenly, the size of $his cock doesn't seem to matter as much anymore.<</if>> 
+				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile. Suddenly, the size of $his cock doesn't seem to matter as much anymore.<</if>>
 			<<elseif $PC.career == "servant">>
 				You sigh as her tiny dick enters your used pussy. $He stands no chance of competing with your old Master.
-				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile. Suddenly, the size of $his cock doesn't seem to matter as much anymore.<</if>> 
+				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile. Suddenly, the size of $his cock doesn't seem to matter as much anymore.<</if>>
 			<<elseif $PC.births > 2>>
 				You can barely feel her slip into your loose cunt, but $he is so small it's not like you're missing much.
 			<<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">>
@@ -7099,10 +7099,10 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 				You sigh as her cute dick enters your stretched pussy. You're far too traveled to enjoy such a meager offering, no matter how pathetically adorable it is.
 			<<elseif $PC.births >= 10>>
 				You sigh as her cute dick enters your abused pussy. You've been stretched out so much from childbirth that $he just can't satisfy you anymore.
-				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile. Hopefully such a cute penis puts a cute baby in you.<</if>> 
+				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile. Hopefully such a cute penis puts a cute baby in you.<</if>>
 			<<elseif $PC.career == "servant">>
 				You sigh as her cute dick enters your used pussy. $He stands no chance of competing with your old Master.
-				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile. You doubt her children will stand up to his either.<</if>> 
+				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile. You doubt her children will stand up to his either.<</if>>
 			<<elseif $PC.births > 2>>
 				You can barely feel her slip into your loose cunt, but $he is so small it's not like you're missing much.
 			<<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">>
@@ -7121,10 +7121,10 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 				You sigh as her dick slips into your stretched pussy. You're far too traveled for even average cocks these days.
 			<<elseif $PC.births >= 10>>
 				You sigh as her dick enters your abused pussy. You've been stretched out so much from childbirth that $he just can't satisfy you anymore.
-				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>> 
+				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>>
 			<<elseif $PC.career == "servant">>
 				You sigh as her dick enters your used pussy. $He stands no chance of competing with your old Master.
-				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>> 
+				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>>
 			<<elseif $PC.births > 2>>
 				You've gotten rather loose after your multiple children, so her average cock is somewhat underwhelming.
 			<<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">>
@@ -7144,10 +7144,10 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 				You shudder as her big dick slips into your stretched pussy. $He could use to be a little wider, but at least you can feel $him.
 			<<elseif $PC.births >= 10>>
 				You shudder as her big dick slips into your stretched pussy. $He could use to be a little wider, but at least you can feel her after the havok wreaked by your children.
-				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>> 
+				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>>
 			<<elseif $PC.career == "servant">>
 				You shudder as her big dick slips into your used pussy. $He's just the right size for you to remember your Master.
-				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>> 
+				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>>
 			<<elseif $PC.births > 2>>
 				You've gotten rather loose after your multiple children, so her big cock is a welcome feeling.
 			<<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">>
@@ -7167,10 +7167,10 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 				You quiver with pleasure as her impressive dick slips into your stretched pussy. It takes a lot to satisfy you and $he is not disappointing.
 			<<elseif $PC.births >= 10>>
 				You quiver with pleasure as her impressive dick slips into your stretched pussy. Even given the state of your pussy, $he fills you completely and perfectly.
-				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>> 
+				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>>
 			<<elseif $PC.career == "servant">>
 				You quiver with pleasure as her impressive dick slips into your used pussy. $He's bigger than your Master was and is hitting all the right places.
-				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>> 
+				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>>
 			<<elseif $PC.births > 2>>
 				You've gotten rather loose after your multiple children, but you still find her impressive dick almost uncomfortably large.
 			<<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">>
@@ -7190,10 +7190,10 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del
 				You moan with pleasure as her huge dick completely fills your stretched pussy. You gently caress her dick through the bulge in your middle.
 			<<elseif $PC.births >= 10>>
 				You moan with pleasure as her huge dick completely fills your stretched pussy. You gently caress her dick through the bulge in your middle.
-				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>> 
+				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>>
 			<<elseif $PC.career == "servant">>
 				You moan with pleasure as her huge dick stretches your used pussy. $He's far bigger than your Master ever was.
-				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>> 
+				<<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile.<</if>>
 			<<elseif $PC.births > 2>>
 				You may be rather loose after your multiple children, but her huge dick is uncomfortably large.
 			<<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">>
@@ -7662,7 +7662,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		<<if $activeSlave.belly >= 5000>>
 			with $his chest against the top of the desk with her _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly hanging of the side, so that
 		<<else>>
-			so that $his chest is against the top of the desk and 
+			so that $his chest is against the top of the desk and
 		<</if>>
 		$he's standing upright with $his ass in the air.
 	<<else>>
@@ -7674,7 +7674,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 			You place the protesting, defenseless torso on your desk, face down.
 		<</if>>
 	<</if>>
-	You spank her severely, leaving her buttocks bright pink. $He must count the strokes or have her punishment start over. Sobbing, $he counts 
+	You spank her severely, leaving her buttocks bright pink. $He must count the strokes or have her punishment start over. Sobbing, $he counts
 	<<if ($activeSlave.lips > 70)>>
 		through her massive dick-sucking lips,
 	<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
@@ -7928,7 +7928,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<replace "#result">>
 	You call $activeSlave.slaveName in and ask how full $he is. $He looks confused for a moment but soon figures out what you mean.
 	<<if !canTalk($activeSlave) && ($activeSlave.amp == 1)>>
-		As a mute amputee $he communicates poorly, 
+		As a mute amputee $he communicates poorly,
 		<<if $activeSlave.inflationType == "cum">>
 			<<if $activeSlave.bellyFluid >= 10000>>
 				but $he sticks out her hugely bloated cum-belly and opens wide, her intent clear.
@@ -7943,11 +7943,11 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<elseif !canTalk($activeSlave)>>
 		<<if $activeSlave.inflationType == "cum">>
 			<<if $activeSlave.bellyFluid >= 10000>>
-				$He strokes her hugely bloated cum-belly, makes a sign for "never," and then makes a sign for "enough." 
+				$He strokes her hugely bloated cum-belly, makes a sign for "never," and then makes a sign for "enough."
 			<<elseif $activeSlave.bellyFluid >= 5000>>
-				$He jiggles her cum-filled belly lewdly, makes a sign for "need," and then makes a sign for "more." 
+				$He jiggles her cum-filled belly lewdly, makes a sign for "need," and then makes a sign for "more."
 			<<else>>
-				$He pats her cum-swollen belly, makes a sign for "much," and then makes a sign for "room." 
+				$He pats her cum-swollen belly, makes a sign for "much," and then makes a sign for "room."
 			<</if>>
 		<<else>>
 			$He gestures at her<<if $activeSlave.belly >= 1500>> _belly<</if>> stomach, makes a sign for "full," and then makes a sign for "never."
@@ -8251,7 +8251,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <br><<link "Give $him a bigger mess to deal with">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	In accordance with the rules, $he 
+	In accordance with the rules, $he
 	<<if $activeSlave.weight > 190 || $activeSlave.belly >= 100000>>
 		struggles
 	<<else>>
@@ -8293,7 +8293,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <br><<link "Enjoy the view">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	In accordance with the rules, $he 
+	In accordance with the rules, $he
 	<<if $activeSlave.weight > 190 || $activeSlave.belly >= 100000>>
 		struggles
 	<<else>>
@@ -9427,7 +9427,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<else>>
 		but her massive tits stop her from bringing $himself too close to you as you take $him.
 	<</if>>
-	$He enjoys $himself immensely, but $he loses it again when $he feels your 
+	$He enjoys $himself immensely, but $he loses it again when $he feels your
 	<<if $PC.balls == 3>>
 		seed inflating her womb until $his stomach is <<if $activeSlave.belly >= 2000>>noticeably larger than when $he started<<else>>distended and wobbling with cum<</if>>.
 	<<elseif $PC.balls == 2>>
@@ -9507,7 +9507,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<else>>
 		loose
 	<</if>>
-	ass and shove it up there instead. $He knows better than to protest, but the expression on her face is a wonderful mix of submission, anguish and disappointment as $he takes the anal fuck. To stop her fugue of disappointment you give $him a light slap on the cheek to get her attention, and then instruct $him that it's not her place to plan her pregnancies. They'll happen when they happen, and until then $he'll take it up the butt like a good slut. $He @@.gold;nods and wipes $his eyes@@ even as 
+	ass and shove it up there instead. $He knows better than to protest, but the expression on her face is a wonderful mix of submission, anguish and disappointment as $he takes the anal fuck. To stop her fugue of disappointment you give $him a light slap on the cheek to get her attention, and then instruct $him that it's not her place to plan her pregnancies. They'll happen when they happen, and until then $he'll take it up the butt like a good slut. $He @@.gold;nods and wipes $his eyes@@ even as
 	<<if ($activeSlave.anus == 1)>>
 		$he grimaces involuntarily at your painful use of her tight butthole.
 	<<elseif ($activeSlave.anus == 2)>>
@@ -9623,7 +9623,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <<link "Show $him off around the arcology">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You give $activeSlave.slaveName a variation on a usual slave gown. It's just as gorgeous, but this one actually covers $his <<if $activeSlave.belly >= 1500>>_belly <<if $activeSlave.bellyPreg >= 1500>>pregnancy<<else>>belly<</if>>, <</if>>ass and crotch as well. In fact, it covers $his 
+	You give $activeSlave.slaveName a variation on a usual slave gown. It's just as gorgeous, but this one actually covers $his <<if $activeSlave.belly >= 1500>>_belly <<if $activeSlave.bellyPreg >= 1500>>pregnancy<<else>>belly<</if>>, <</if>>ass and crotch as well. In fact, it covers $his
 	<<if $activeSlave.amp == 1>>
 		limbless torso and head completely: everything except the lower part of $his face, and $his boobs.
 	<<else>>
@@ -9638,7 +9638,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 			$arcologies[0].name's clubs.
 		<</if>>
 	<<else>>
-		You place a gentle hand on the small of $his back to guide $him, and stroll around 
+		You place a gentle hand on the small of $his back to guide $him, and stroll around
 		<<if $club != 0>>
 			$clubName.
 		<<else>>
@@ -9850,7 +9850,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <<link "Fuck her as $he asks">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	$He almost sobs with joy as <<if $PC.dick == 0>>your strap-on enters<<else>>you enter<</if>> $him. The two of you have 
+	$He almost sobs with joy as <<if $PC.dick == 0>>your strap-on enters<<else>>you enter<</if>> $him. The two of you have
 	<<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>
 		passionate oral, vanilla, and finally anal sex
 	<<elseif canDoVaginal($activeSlave)>>
@@ -10165,14 +10165,14 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<</if>>
 	briefly. Comprehension dawns across $his<<if $activeSlave.faceShape != "normal">> $activeSlave.faceShape<</if>> face.
 	"Yes <<Master>>," $he <<say>>s quietly, more to buy time to formulate a response than anything else. "Um. I <<s>>till really, really want to cum, though. W-would you plea<<s>>e fuck me? Plea<<s>>e, plea<<s>>e, <<Master>>, plea<<s>>e fuck
-	<<if ($activeSlave.vagina > 0) && ($activeSlave.preg > 10) && canDoVaginal($activeSlave)>>
+	<<if ($activeSlave.vagina > 0) && ($activeSlave.preg > $activeSlave.pregData.normalBirth/4) && canDoVaginal($activeSlave)>>
 		my pregnant pu<<ss>>y."
 	<<elseif ($activeSlave.vagina > 0) && canDoVaginal($activeSlave)>>
 		me."
 	<<elseif canDoAnal($activeSlave)>>
 		my butt."
 	<<else>>
-		<<if ($activeSlave.vagina > 0) && ($activeSlave.preg > 10)>>
+		<<if ($activeSlave.vagina > 0) && ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>>
 			my pregnant pu<<ss>>y.
 		<<elseif ($activeSlave.vagina > 0)>>
 			me.
@@ -10198,7 +10198,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		<</if>>
 		$He smiles	@@.mediumaquamarine;trustingly@@ up at you in the afterglow,
 		<<if $activeSlave.balls > 0>>
-			her ejaculate 
+			her ejaculate
 			<<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
 				seeping from her chastity cage,
 			<<else>>
@@ -10259,7 +10259,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		"Oh, oh, it feel<<s>> <<s>>o g-good! Ye<<s>>! AHH!"
 		$He shudders with climax, smiling @@.mediumaquamarine;trustingly@@ up at you in the afterglow,
 		<<if $activeSlave.balls > 0>>
-			her ejaculate 
+			her ejaculate
 			<<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
 				seeping from her chastity cage,
 			<<else>>
@@ -10625,7 +10625,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<else>>
 		$He manages to beg, "Plea<<s>>e no, <<Master>> -"
 	<</if>>
-	before you give $him a hard warning slap on the ass to shut her up. $He's quiet, but starts to sob a little when $he feels <<if $PC.dick == 0>>the head of a strap-on<<else>>an invading<<if $PC.vagina == 1>> futa<</if>> cockhead<</if>> against her 
+	before you give $him a hard warning slap on the ass to shut her up. $He's quiet, but starts to sob a little when $he feels <<if $PC.dick == 0>>the head of a strap-on<<else>>an invading<<if $PC.vagina == 1>> futa<</if>> cockhead<</if>> against her
 	<<if canDoAnal($activeSlave)>>
 		anus.
 		<<if ($activeSlave.anus > 2)>>
@@ -10820,7 +10820,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		<<if canDoAnal($activeSlave) && canDoVaginal($activeSlave)>>
 			butt is right at the edge of the desk. You warm yourself up with a pussy fuck before shifting your attention to her neglected asshole.
 			<<= BothVCheck(3)>>
-			When you finish, you 
+			When you finish, you
 		<<elseif canDoAnal($activeSlave)>>
 			butt is right at the edge of the desk.
 			<<= AnalVCheck(3)>>
@@ -10925,14 +10925,14 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		<<set $activeSlave.mammaryCount++, $mammaryTotal++>>
 	<<case "pregnancy">>
 		<<if !canDoAnal($activeSlave) && !canDoVaginal($activeSlave)>>
-			join you on the couch. Since <<if ($activeSlave.vagina >= 0)>>you're saving $his pussy<<else>>this slave $girl doesn't have a pussy<</if>>, and her tight little rosebud is off limits, your options are a bit limited. But you work with what you have, playing with her 
+			join you on the couch. Since <<if ($activeSlave.vagina >= 0)>>you're saving $his pussy<<else>>this slave $girl doesn't have a pussy<</if>>, and her tight little rosebud is off limits, your options are a bit limited. But you work with what you have, playing with her
 			<<if isFertile($activeSlave)>>
 				<<if $activeSlave.lactation == 0>>
 					nipples and describing in whispers how pregnancy would make them drip with cream.
 				<<else>>
 					breasts and describing in whispers how big they'll swell if $he got pregnant.
 				<</if>>
-			<<elseif $activeSlave.preg > 20>>
+			<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>
 				<<if $activeSlave.lactation == 1>>
 					nipples and describing in whispers how nice and swollen $he is with milk.
 				<<else>>
@@ -10961,7 +10961,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 				<<else>>
 					breasts and describing in whispers how big they'll swell if $he got pregnant.
 				<</if>>
-			<<elseif $activeSlave.preg > 20>>
+			<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>
 				<<if $activeSlave.lactation == 1>>
 					nipples and describing in whispers how nice and swollen $he is with milk.
 				<<else>>
@@ -11156,7 +11156,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 			<</if>>
 			to $his knees,
 		<</if>>
-		where $he brings her face to your <<if $PC.dick == 1>>erect cock<<else>>moist pussy<</if>> and $his hand to her crotch. $He starts crying a little with relief as $he feels you slowly <<if $PC.dick == 0>>push your slit against<<else>>insert your cock into<</if>> $his mouth. You are not gentle, and by the time you <<if $PC.dick == 1>>blow your load down her throat<<else>>splash her face with your girlcum<</if>>, $he still hasn't reached her climax. $He's so eager to get off $he doesn't bother to move, and just humps $himself against $his hand, against 
+		where $he brings her face to your <<if $PC.dick == 1>>erect cock<<else>>moist pussy<</if>> and $his hand to her crotch. $He starts crying a little with relief as $he feels you slowly <<if $PC.dick == 0>>push your slit against<<else>>insert your cock into<</if>> $his mouth. You are not gentle, and by the time you <<if $PC.dick == 1>>blow your load down her throat<<else>>splash her face with your girlcum<</if>>, $he still hasn't reached her climax. $He's so eager to get off $he doesn't bother to move, and just humps $himself against $his hand, against
 		<<if $activeSlave.belly >= 300000>>
 			$his belly.
 		<<else>>
@@ -11223,7 +11223,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <br><<link "Delay her milking and then fuck her in public">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	$activeSlave.slaveName obeys <<if $activeSlave.devotion > 20>>without hesitation<<else>>hesitantly<</if>> when you order $him to kneel next to your desk the next time $he tries to go to the milkers. $His equanimity is severely tested over the next hours as you ignore $him. The occasional glance at her shows her growing increasingly frantic as $his breasts grow heavier and $his nipples <<if $activeSlave.nipples != "fuckable">>get prouder<<else>>begin to prolapse<</if>>. <<if $activeSlave.preg > 30>>Soon, her child's kicking is forcing milk out of her swollen breasts.<</if>> Eventually, the slight rising and falling of her ribcage as $he inhales and exhales induces enough motion in her overfull breasts that milk spurts out of her with each breath. Satisfied that $he's ready, you<<if $PC.dick == 0>> don a strap-on and<</if>> lead the whimpering, dripping slave out to a public street. Here, you hold her upright so you can fuck her standing. When $he finally comes through the pain of her overfull udders, you reach forward and squeeze her so that $he screams in pain and relief, spraying jets of milk. $He continually aftershock orgasms as you continue pounding. You offer $his breasts to the growing crowd, many of whom come forward to taste her cream.
+	$activeSlave.slaveName obeys <<if $activeSlave.devotion > 20>>without hesitation<<else>>hesitantly<</if>> when you order $him to kneel next to your desk the next time $he tries to go to the milkers. $His equanimity is severely tested over the next hours as you ignore $him. The occasional glance at her shows her growing increasingly frantic as $his breasts grow heavier and $his nipples <<if $activeSlave.nipples != "fuckable">>get prouder<<else>>begin to prolapse<</if>>. <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>>Soon, her child's kicking is forcing milk out of her swollen breasts.<</if>> Eventually, the slight rising and falling of her ribcage as $he inhales and exhales induces enough motion in her overfull breasts that milk spurts out of her with each breath. Satisfied that $he's ready, you<<if $PC.dick == 0>> don a strap-on and<</if>> lead the whimpering, dripping slave out to a public street. Here, you hold her upright so you can fuck her standing. When $he finally comes through the pain of her overfull udders, you reach forward and squeeze her so that $he screams in pain and relief, spraying jets of milk. $He continually aftershock orgasms as you continue pounding. You offer $his breasts to the growing crowd, many of whom come forward to taste her cream.
 	<<if !canDoVaginal($activeSlave)>>
 		You fuck $his butt until they've sucked her empty.
 		<<= AnalVCheck()>>
@@ -11456,7 +11456,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <br><<link "Give her some aftercare">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	$activeSlave.slaveName returns many hours later. $He carefully took breaks for her own safety <<if $activeSlave.preg > 30>>,especially so given her advanced pregnancy<</if>>, and cleaned $himself periodically, so there isn't much evidence, but $he's obviously bone tired. When you meet her at the entrance to your penthouse $he's surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> you, but $he gives you a little smile anyway. You give $him a strong massage and put $him to bed. Afterward you turn to be about your business, but $he wordlessly offers $himself to you as you do.
+	$activeSlave.slaveName returns many hours later. $He carefully took breaks for her own safety <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>>,especially so given her advanced pregnancy<</if>>, and cleaned $himself periodically, so there isn't much evidence, but $he's obviously bone tired. When you meet her at the entrance to your penthouse $he's surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> you, but $he gives you a little smile anyway. You give $him a strong massage and put $him to bed. Afterward you turn to be about your business, but $he wordlessly offers $himself to you as you do.
 	<<if canDoVaginal($activeSlave)>>
 		<<if $activeSlave.vagina == 0>>
 			$His virgin pussy is certainly tempting.
@@ -11551,7 +11551,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <br><<link "Include everyone in her millenary">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You decide to celebrate this happy event with everyone. You beckon to the watching slaves<<if $PC.dick == 0>>, while you don a strap-on,<</if>> and they come eagerly or sullenly according to their natures. They troop in. After some thought, you position a slave on the couch next to your desk, $activeSlave.slaveName <<if $activeSlave.amp != 1>>on all fours<<else>>propped up<</if>> in front of her giving cunnilingus, a third slave<<if $activeSlave.belly >= 5000>>squeezed<</if>> under $activeSlave.slaveName to orally service her in turn, and yourself behind $activeSlave.slaveName to 
+	You decide to celebrate this happy event with everyone. You beckon to the watching slaves<<if $PC.dick == 0>>, while you don a strap-on,<</if>> and they come eagerly or sullenly according to their natures. They troop in. After some thought, you position a slave on the couch next to your desk, $activeSlave.slaveName <<if $activeSlave.amp != 1>>on all fours<<else>>propped up<</if>> in front of her giving cunnilingus, a third slave<<if $activeSlave.belly >= 5000>>squeezed<</if>> under $activeSlave.slaveName to orally service her in turn, and yourself behind $activeSlave.slaveName to
 	<<if canDoVaginal($activeSlave)>>
 		take her <<if $seeRace == 1>>$activeSlave.race <</if>>pussy.
 	<<elseif canDoAnal($activeSlave)>>
@@ -11758,7 +11758,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<if $PC.dick == 0>>
 		own.<<if $activeSlave.belly >= 5000>> You move your hands under $him to better support her <<if $activeSlave.bellyPreg >= 3000>>gravid bulk<<else>>distended body<</if>>.<</if>> $He moans in pain as you scissor against her sore pussy,
 	<<else>>
-		stiff prick.<<if $activeSlave.preg > 20>> You move your hands under $him to better support her <<if $activeSlave.bellyPreg >= 3000>>gravid bulk<<else>>distended body<</if>>.<</if>> $He gasps in pain as you press past her sore pussylips,
+		stiff prick.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> You move your hands under $him to better support her <<if $activeSlave.bellyPreg >= 3000>>gravid bulk<<else>>distended body<</if>>.<</if>> $He gasps in pain as you press past her sore pussylips,
 	<</if>>
 	but before long $he's grinding against you with her back propped against the wall, using the embrace of her strong legs to provide the power for a vigorous fuck. When $he finally slides down the wall to stand again, a look of @@.hotpink;profound pleasure@@ on her face, $he lets you know that $he understands your meaning and that $he'll put up with sore petals, since her <<= WrittenMaster()>> prefers $him that way.
 	<<= VaginalVCheck()>>
@@ -12072,7 +12072,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 				<<= knockMeUp($PC, 20, 0, $activeSlave.ID)>>
 			<</if>>
 		<<else>>
-			"Plea<<s>>e, would you fuck my brain<<s>> out, <<Master>>?" $He bounces on her heels, biting her lip with anticipation. You could fuck her brains out, and you do, enjoying the dominant slave's constant sexual one-upsmanship.
+			"Plea<<s>>e, would you fuck my brain<<s>> out, <<Master>>?" $He bounces on her heels, biting her lip with anticipation. You could fuck her brains out, and you do, enjoying the dominant slave's constant sexual oneupmanship.
 			<<if canDoVaginal($activeSlave)>>
 				<<= VaginalVCheck()>>
 			<<elseif canDoAnal($activeSlave)>>
@@ -12805,7 +12805,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 			<<if canDoVaginal($activeSlave)>>
 				womanhood,
 			<<else>>
-				bowels, 
+				bowels,
 			<</if>>
 			but $he's very aware of it. You tell $him to do $his best to watch, and begin thrusting. $He groans from the awkward position, internal fullness, and sexual confusion. Turned as much as $he can, $he stares, transfixed by the sight of you thrusting into $his body.
 			<<if canDoVaginal($activeSlave)>>
@@ -13084,13 +13084,13 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<else>>
 		$He begs, "Plea<<s>>e no, <<Master>>, plea<<s>>e don't rape me in my a<<ss>>, <<Master>>!"
 	<</if>>
-	You make a show of considering, and then tell her you know a way $he can continue being an anal virgin - for now. You want a new hole to play with, and $he has two untouched holes. $He gasps when $he realizes what you want. $He hesitates to answer, uncertain of which $he values more, and finds $himself bound to the couch<<if ["combined chastity", "anal chastity"].includes($activeSlave.vaginalAccessory) || ["combined chastity", "anal chastity"].includes($activeSlave.dickAccessory)>>, stripped of her chastity,<</if>> and thoroughly whipped. It isn't a sexual whipping, either, but a methodical and scientific administration of pain right up to the border of damage. When $he's been reduced to a state of abject, sobbing surrender, you free $him and repeat your orders as though nothing had happened. Still crying, $he prostrates $himself and 
+	You make a show of considering, and then tell her you know a way $he can continue being an anal virgin - for now. You want a new hole to play with, and $he has two untouched holes. $He gasps when $he realizes what you want. $He hesitates to answer, uncertain of which $he values more, and finds $himself bound to the couch<<if ["combined chastity", "anal chastity"].includes($activeSlave.vaginalAccessory) || ["combined chastity", "anal chastity"].includes($activeSlave.dickAccessory)>>, stripped of her chastity,<</if>> and thoroughly whipped. It isn't a sexual whipping, either, but a methodical and scientific administration of pain right up to the border of damage. When $he's been reduced to a state of abject, sobbing surrender, you free $him and repeat your orders as though nothing had happened. Still crying, $he prostrates $himself and
 	<<if $activeSlave.trust < 20>>
 		spreads $his butt for you.
 	<<else>>
 		her pussylips for you.
 	<</if>>
-	You callously ram a dildo into her fresh hole and tell $him to keep working $himself with it or suffer another whipping. After $he's fucked $himself for a good while, $he has no trouble taking a <<if $PC.dick == 0>>strap-on<<else>>real dick<</if>> for the first time, and is by this point too exhausted to do anything but lie there and take it a good little slave. @@.gold;$He fears you@@ but @@.hotpink;looses $himself to your rule.@@ 
+	You callously ram a dildo into her fresh hole and tell $him to keep working $himself with it or suffer another whipping. After $he's fucked $himself for a good while, $he has no trouble taking a <<if $PC.dick == 0>>strap-on<<else>>real dick<</if>> for the first time, and is by this point too exhausted to do anything but lie there and take it a good little slave. @@.gold;$He fears you@@ but @@.hotpink;looses $himself to your rule.@@
 	<<if $activeSlave.trust < 20>>
 		@@.lime;$His butthole has been broken in.@@
 		<<set $activeSlave.anus = 1>>
@@ -13390,9 +13390,9 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<replace "#result">>
 	It's childishly easy to catch her at it. You simply call a slave eating her breakfast away over the arcology's audio system, and then enter the kitchen by a different door. $activeSlave.slaveName has the departed slave's cup in $his hand and halfway to $his mouth when $he's caught in the act. You relieve her of her prize, and finding that $he has not started her own proper portion, pour it out onto the floor. You tell $him to lap it up without using $his hands, and begin counting down from ten. $He obeys,
 	<<if $activeSlave.belly >= 300000>>
-		only to find her _belly stomach keeps her from reaching the puddle. When you reach zero you shove her over her middle, face first into the pool of slave food, and administer a stinging slap across her thieving <<if $seeRace == 1>>$activeSlave.race <</if>> ass. 
+		only to find her _belly stomach keeps her from reaching the puddle. When you reach zero you shove her over her middle, face first into the pool of slave food, and administer a stinging slap across her thieving <<if $seeRace == 1>>$activeSlave.race <</if>> ass.
 	<<else>>
-		but slowly and hesitantly. When you reach zero you order $him to get to all fours and administer a stinging slap across her thieving <<if $seeRace == 1>>$activeSlave.race <</if>> ass. 
+		but slowly and hesitantly. When you reach zero you order $him to get to all fours and administer a stinging slap across her thieving <<if $seeRace == 1>>$activeSlave.race <</if>> ass.
 	<</if>>
 	$He alternates ten seconds of desperate lapping with being beaten across the buttocks until $he's done, by which time $he is @@.gold;desperate to obey and avoid further punishment.@@
 	<<set $activeSlave.trust -= 5>>
@@ -13910,7 +13910,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		<<else>>
 			her tight little pussy completely vulnerable.
 		<</if>>
-		As <<if $PC.dick == 1>><<if $PC.vagina == 1>>use manual stimulation of your pussy to get your dick<<else>>stroke yourself<</if>> rapidly back to full mast<<else>>don a strap-on<</if>>, $assistantName opines helpfully, "Hey $activeSlave.slaveName! You're about to get fucked!" The slave reacts by obediently reaching back to spread her buttocks and relaxing, but $assistantName ruins her attempt at graceful submission." <<if $PC.title == 1>>Siiir,<<else>>Ma'aaam,<</if>> $he's bluuuushing," $he says tauntingly, and the slave stiffens with renewed embarrassment, not to mention stimulation, as you penetrate $him. 
+		As <<if $PC.dick == 1>><<if $PC.vagina == 1>>use manual stimulation of your pussy to get your dick<<else>>stroke yourself<</if>> rapidly back to full mast<<else>>don a strap-on<</if>>, $assistantName opines helpfully, "Hey $activeSlave.slaveName! You're about to get fucked!" The slave reacts by obediently reaching back to spread her buttocks and relaxing, but $assistantName ruins her attempt at graceful submission." <<if $PC.title == 1>>Siiir,<<else>>Ma'aaam,<</if>> $he's bluuuushing," $he says tauntingly, and the slave stiffens with renewed embarrassment, not to mention stimulation, as you penetrate $him.
 		<<= VaginalVCheck()>>
 	<<else>>
 		<<if $activeSlave.anus > 2>>
@@ -13920,7 +13920,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		<<else>>
 			her tight little rosebud completely vulnerable.
 		<</if>>
-		As <<if $PC.dick == 1>><<if $PC.vagina == 1>>use manual stimulation of your pussy to get your dick<<else>>stroke yourself<</if>> rapidly back to full mast<<else>>don a strap-on<</if>>, $assistantName opines helpfully, "Hey $activeSlave.slaveName! You're about to get buttfucked!" The slave reacts by obediently reaching back to spread her buttocks, and relaxes $his anus, but $assistantName ruins her attempt at graceful anal submission." <<if $PC.title == 1>>Siiir,<<else>>Ma'aaam,<</if>> $he's bluuuushing," $he says tauntingly, and the slave stiffens with renewed embarrassment, not to mention discomfort, as you penetrate $him. 
+		As <<if $PC.dick == 1>><<if $PC.vagina == 1>>use manual stimulation of your pussy to get your dick<<else>>stroke yourself<</if>> rapidly back to full mast<<else>>don a strap-on<</if>>, $assistantName opines helpfully, "Hey $activeSlave.slaveName! You're about to get buttfucked!" The slave reacts by obediently reaching back to spread her buttocks, and relaxes $his anus, but $assistantName ruins her attempt at graceful anal submission." <<if $PC.title == 1>>Siiir,<<else>>Ma'aaam,<</if>> $he's bluuuushing," $he says tauntingly, and the slave stiffens with renewed embarrassment, not to mention discomfort, as you penetrate $him.
 		<<= AnalVCheck()>>
 	<</if>>
 	$He keeps licking away, cleaning up the mess you made as $assistantName does everything $he can to make it seem like the slave is pleasuring $him. Partway through, $assistantName sticks out a hand for a high-five from you, producing a gurgle of indignation @@.mediumaquamarine;or perhaps even laughter@@ as her owner and her owner's personal assistant program high-five over her back.
@@ -13979,7 +13979,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		chubby
 	<<elseif $activeSlave.muscles > 30>>
 		heavily muscled
-	<<elseif $activeSlave.preg >= 5>>
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth/8>>
 		motherly
 	<<elseif $activeSlave.weight > 10>>
 		plush
@@ -14042,7 +14042,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <<link "Fuck her">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	$He asked for it, and $he'll get it. You get to your 
+	$He asked for it, and $he'll get it. You get to your
 	<<if ["chastity belt", "combined chastity"].includes($activeSlave.vaginalAccessory) || !canDoAnal($activeSlave)>>
 		feet, unhook her chastity,
 	<<else>>
@@ -14056,7 +14056,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		<<else>>
 			shoving her down to kneel at your feet
 		<</if>>
-		with her face 
+		with her face
 		<<if $PC.belly >= 5000>>
 			crammed under your pregnant belly, level with your cunt.
 		<<else>>
@@ -14132,7 +14132,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		<<else>>
 			You spit on $his asshole and then give her some anal foreplay, if slapping your dick against $his anus twice before shoving it inside her counts as anal foreplay.
 			<<= AnalVCheck()>>
-			$He tries to be brave and relax, but those are contradictory goals and $he manages neither as you assrape her into inelegant, tearful begging for you to take your dick out of $his butt, because it hurts. 
+			$He tries to be brave and relax, but those are contradictory goals and $he manages neither as you assrape her into inelegant, tearful begging for you to take your dick out of $his butt, because it hurts.
 		<</if>>
 		It isn't the first time you've heard that, or the hundredth.
 	<</if>>
@@ -14177,7 +14177,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 			<<else>>
 				shoving her down to kneel at your feet
 			<</if>>
-			with her face 
+			with her face
 			<<if $PC.belly >= 5000>>
 				crammed under your pregnant belly, level with your cunt.
 			<<else>>
@@ -14213,7 +14213,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<</link>><<if (($activeSlave.anus == 0) || ($activeSlave.vagina == 0)) && ($PC.dick == 1)>> //This option will take virginity//<</if>>
 	<br><<link "Now rape her">>
 		<<replace "#result2">>
-		You get to your feet, letting $him know that the other slaves weren't wrong. $His relief is palpable, but $he's getting ahead of 
+		You get to your feet, letting $him know that the other slaves weren't wrong. $His relief is palpable, but $he's getting ahead of
 		<<if ["chastity belt", "combined chastity"].includes($activeSlave.vaginalAccessory) || !canDoAnal($activeSlave)>>
 			$himself as you undo her chastity.
 		<<else>>
@@ -14253,7 +14253,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 			<<else>>
 				You spit on $his asshole and then give her some anal foreplay, if slapping your dick against $his anus twice before shoving it inside her counts as anal foreplay.
 				<<= AnalVCheck()>>
-				$He tries to be brave and relax, but those are contradictory goals and $he manages neither as you assrape her into inelegant, tearful begging for you to take your dick out of $his butt, because it hurts. 
+				$He tries to be brave and relax, but those are contradictory goals and $he manages neither as you assrape her into inelegant, tearful begging for you to take your dick out of $his butt, because it hurts.
 			<</if>>
 			It isn't the first time you've heard that, or the hundredth.
 		<</if>>
@@ -14793,7 +14793,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		<<if $activeSlave.vagina == 0>>
 			and thoroughly coating her inner thighs with her saliva.
 		<<else>>
-			and thoroughly coating the 
+			and thoroughly coating the
 			<<if $activeSlave.butt <= 2>>
 				crack of her slender
 			<<elseif $activeSlave.butt <= 4>>
@@ -15048,7 +15048,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<if $activeSlave.belly >= 1500>>
 		massaging her rounded belly<<if $activeSlave.belly > 10000>> and fondling her popped navel<</if>>.
 	<<else>>
-		and 
+		and
 		<<if $activeSlave.weight > 130>>
 			groping her huge gut.
 		<<elseif $activeSlave.weight > 95>>
@@ -15110,7 +15110,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <<link "Go clubbing">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You inform $activeSlave.slaveName of your plans and tell $him to get dressed appropriately. $He meets you at the door wearing glitzy heels, an extremely short skirt<<if $activeSlave.belly >= 5000>> barely noticeable under her _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>>, and a string bikini top so brief that $his areolae are clearly visible. As you descend through $arcologies[0].name the beats get faster and the drops get heavier. By the time you reach the club where the Free Cities' hottest DJ has a show tonight, $activeSlave.slaveName is a whirlwind of sexual energy in motion, moving <<if canHear($activeSlave)>>with every beat<<else>>wildly<</if>> and catching every eye<<if $activeSlave.preg > 30>>, despite how far along $he is<<elseif $activeSlave.belly >= 5000 || $activeSlave.weight > 130>>, despite how big $he is<</if>>. $His skills could have half the club lining up to fuck $him for money, but tonight $he's all yours. The entire floor is envious of you as the night wears on and $his dancing turns into sexually servicing you<<if canHear($activeSlave)>> in time with the music<</if>>.
+	You inform $activeSlave.slaveName of your plans and tell $him to get dressed appropriately. $He meets you at the door wearing glitzy heels, an extremely short skirt<<if $activeSlave.belly >= 5000>> barely noticeable under her _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>>, and a string bikini top so brief that $his areolae are clearly visible. As you descend through $arcologies[0].name the beats get faster and the drops get heavier. By the time you reach the club where the Free Cities' hottest DJ has a show tonight, $activeSlave.slaveName is a whirlwind of sexual energy in motion, moving <<if canHear($activeSlave)>>with every beat<<else>>wildly<</if>> and catching every eye<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>>, despite how far along $he is<<elseif $activeSlave.belly >= 5000 || $activeSlave.weight > 130>>, despite how big $he is<</if>>. $His skills could have half the club lining up to fuck $him for money, but tonight $he's all yours. The entire floor is envious of you as the night wears on and $his dancing turns into sexually servicing you<<if canHear($activeSlave)>> in time with the music<</if>>.
 	<<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
 		The smell of her pre-cum is noticeable even over the stink of sweat.
 	<<elseif ($activeSlave.dick > 0) && canAchieveErection($activeSlave)>>
@@ -15188,14 +15188,14 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <br><<link "Require double repayment and spend it on her">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	Your tenant knows that abject surrender is his only hope once you make it clear to him that his scheme is known to you. He complies all too eagerly with your demand that he repay double what he owes. Slaves are not permitted to keep possessions, especially money, so you spend it on $activeSlave.slaveName directly. $He spends the day <<if $activeSlave.preg > 20>>having her pregnant belly moisturized, her tired feet rubbed, her cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take her out for a lovely meal, allowing $him to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. $He's @@.hotpink;deeply touched@@ by an evening of affection without sex.
+	Your tenant knows that abject surrender is his only hope once you make it clear to him that his scheme is known to you. He complies all too eagerly with your demand that he repay double what he owes. Slaves are not permitted to keep possessions, especially money, so you spend it on $activeSlave.slaveName directly. $He spends the day <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>having her pregnant belly moisturized, her tired feet rubbed, her cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take her out for a lovely meal, allowing $him to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. $He's @@.hotpink;deeply touched@@ by an evening of affection without sex.
 	<<set $activeSlave.devotion += 10>>
 	<</replace>>
 <</link>>
 <br><<link "Leverage the situation and reward her">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	Archimedes might have his lever, but give you a place to set such information as this, and you can move a mountain of money. Before he knows what has beset him, your tenant is bustled out of $arcologies[0].name and replaced by a favored and hopefully more honest competitor, who @@.green;is well aware of the score here.@@ $activeSlave.slaveName, who made this possible, spends the day <<if $activeSlave.preg > 20>>having her pregnant belly moisturized, her tired feet rubbed, her cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take her out for a lovely meal, allowing $him to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. $He's @@.hotpink;deeply touched@@ by an evening of affection without sex, and $he @@.mediumaquamarine;trusts you@@ with all sorts of amusing whorehouse rumors.
+	Archimedes might have his lever, but give you a place to set such information as this, and you can move a mountain of money. Before he knows what has beset him, your tenant is bustled out of $arcologies[0].name and replaced by a favored and hopefully more honest competitor, who @@.green;is well aware of the score here.@@ $activeSlave.slaveName, who made this possible, spends the day <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>having her pregnant belly moisturized, her tired feet rubbed, her cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take her out for a lovely meal, allowing $him to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. $He's @@.hotpink;deeply touched@@ by an evening of affection without sex, and $he @@.mediumaquamarine;trusts you@@ with all sorts of amusing whorehouse rumors.
 	<<set $activeSlave.devotion += 3, $activeSlave.trust += 3>>
 	<<set $cash -= 2000>>
 	<<set $arcologies[0].prosperity += 1>>
@@ -15398,7 +15398,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <br><<link "Just watch her for a little while">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You stand there for a while, watching the exhausted slave sleep. It's an oddly restful sight, and the aesthetics of her slumbering little movements hold your attention for a time.<<if $activeSlave.preg > 20>> You watch the subtle movements going on within her womb as well.<</if>> After a while, you head to your own bed. Several of her fellow slaves came and went as you watched $him, but if they're surprised by the sight, they have the presence of mind not to show it.
+	You stand there for a while, watching the exhausted slave sleep. It's an oddly restful sight, and the aesthetics of her slumbering little movements hold your attention for a time.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> You watch the subtle movements going on within her womb as well.<</if>> After a while, you head to your own bed. Several of her fellow slaves came and went as you watched $him, but if they're surprised by the sight, they have the presence of mind not to show it.
 	<br><br>
 	One of them quietly lets $him know about the incident the next day, though, and the overall impact on her mental state is surprisingly positive. In a more normal human setting, the news that someone watched her sleep last night without her consent or even knowledge at the time would disturb her greatly. However, it's not uncommon for slaves in the dormitory to wake up to the sounds of the occupant of the bedroll next to theirs getting fucked, and without her consent, either. Perhaps you're odd, $he's obviously thinking, but @@.mediumaquamarine;perhaps you won't rape her while $he sleeps.@@
 	<<set $activeSlave.trust += 4>>
@@ -15490,16 +15490,16 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<</if>>
 	channel.
 	<<= VaginalVCheck()>>
-	You're here to rut, not make love, and you give it to her hard, forcing <<if $activeSlave.voice >= 3>>high squeals<<else>>animal grunts<</if>> out of $him. $He climaxes strongly, and the glorious feeling finishes you as well, bringing rope after rope of your cum jetting into $him. $He groans at the feeling, and as $he <<if $activeSlave.belly >= 5000 || $activeSlave.weight > 190>>slowly <</if>>gets to her feet $he uses a hand to transfer a taste of the mixture of your seed and <<if $PC.vagina == 1>>both of your<<else>>her<</if>> pussyjuice to $his mouth.
+	You're here to rut, not make love, and you give it to her hard, forcing <<if $activeSlave.voice >= 3>>high squeals<<else>>animal grunts<</if>> out of $him. $He climaxes strongly, and the glorious feeling finishes you as well, bringing rope after rope of your cum jetting into $him. $He groans at the feeling, and as $he <<if $activeSlave.belly >= 5000 || $activeSlave.weight > 190>>slowly <</if>>gets to $his feet $he uses a hand to transfer a taste of the mixture of your seed and <<if $PC.vagina == 1>>both of your<<else>>her<</if>> pussyjuice to $his mouth.
 	<<if $activeSlave.belly >= 750000>>
-		"Oh <<Master>>! I'm <<s>>welling <<s>>o fast with imp<<s>> for you! There'<<s>> <<s>>o many in me... Oh god, it feel<<s>> like I'm going to bur<<s>>t! <<S>>o many... <<Master>> <<s>>ure i<<s>> potent! I hope <<if $PC.title == 1>>he<<else>><<sh>>e<</if>> can handle them all!" $He groans, cradling her _belly belly and pretending to be forced to the ground by $his pregnancy growing ever larger. "<<Master>>! They won't <<s>>top! Oh... <<S>>o full... I can't <<s>>top con<<c>>eiving!" $He roles onto her back and clutches her absurd stomach. "<<S>>o tight! <<S>>o full! <<S>>o Good! I need more! Oh, <<Master>>..." $He may be getting a little too into the fantasy.
+		"Oh <<Master>>! I'm <<s>>welling <<s>>o fast with imp<<s>> for you! There'<<s>> <<s>>o many in me... Oh god, it feel<<s>> like I'm going to bur<<s>>t! <<S>>o many... <<Master>> <<s>>ure i<<s>> potent! I hope _heP can handle them all!" $He groans, cradling $his _belly belly and pretending to be forced to the ground by $his pregnancy growing ever larger. "<<Master>>! They won't <<s>>top! Oh... <<S>>o full... I can't <<s>>top con<<c>>eiving!" $He roles onto her back and clutches her absurd stomach. "<<S>>o tight! <<S>>o full! <<S>>o Good! I need more! Oh, <<Master>>..." $He may be getting a little too into the fantasy.
 		<<if $activeSlave.broodmother == 2 && $activeSlave.preg > 37>>
-			A gush of fluid flows from $his pussy, snapping her out of $his roleplay. "<<Master>>! I need... One'<<s>> coming now!" You rub $his contracting stomach, enjoying the feeling of the life within shifting to take advantage of the free space. You sigh and lean down, the vessel of your spawn needs help after pinning $himself in such a compromising position. Holding $his belly clear of $his crotch, you watch $him steadily push out $his child before spasming with orgasm and freeing it effortlessly into the world. After collecting it for a servant to handle, you help the exhausted $girl back to $his feet. $He thanks you sincerely for the assist before going to clean $himself up. You barely have time to turn away before another splash catches your attention. "<<Master>>... Another'<<s>>, mmmmh, coming...".
+			A gush of fluid flows from $his pussy, snapping $him out of $his roleplay. "<<Master>>! I need... One'<<s>> coming now!" You rub $his contracting stomach, enjoying the feeling of the life within shifting to take advantage of the free space. You sigh and lean down, the vessel of your spawn needs help after pinning $himself in such a compromising position. Holding $his belly clear of $his crotch, you watch $him steadily push out $his child before spasming with orgasm and freeing it effortlessly into the world. After collecting it for a servant to handle, you help the exhausted $girl back to $his feet. $He thanks you sincerely for the assist before going to clean $himself up. You barely have time to turn away before another splash catches your attention. "<<Master>>... Another'<<s>>, mmmmh, coming...".
 		<</if>>
 	<<elseif $activeSlave.belly >= 600000>>
-		"Oh <<Master>>! I'm <<s>>welling <<s>>o fast with imp<<s>> for you! There'<<s>> <<s>>o many in me... Oh god, it feel<<s>> like I'm going to bur<<s>>t! <<S>>o many... <<Master>> <<s>>ure i<<s>> potent! I hope <<if $PC.title == 1>>he<<else>><<sh>>e<</if>> can handle them all!" $He teases, cradling $his _belly belly and pretending to be forced to the ground by $his pregnancy growing ever larger.
+		"Oh <<Master>>! I'm <<s>>welling <<s>>o fast with imp<<s>> for you! There'<<s>> <<s>>o many in me... Oh god, it feel<<s>> like I'm going to bur<<s>>t! <<S>>o many... <<Master>> <<s>>ure i<<s>> potent! I hope _heP can handle them all!" $He teases, cradling $his _belly belly and pretending to be forced to the ground by $his pregnancy growing ever larger.
 	<<elseif $activeSlave.belly >= 450000>>
-		"Oh <<Master>>! I'm <<s>>welling <<s>>o fast with imp<<s>> for you! There'<<s>> <<s>>o many in me... Oh god, it feel<<s>> <<s>>o good! <<S>>o many... <<Master>> <<s>>ure i<<s>> potent! I hope <<if $PC.title == 1>>he<<else>><<sh>>e<</if>> can handle them all!" $He teases, cradling $his _belly belly and pretending to be forced to the ground by $his pregnancy growing ever larger.
+		"Oh <<Master>>! I'm <<s>>welling <<s>>o fast with imp<<s>> for you! There'<<s>> <<s>>o many in me... Oh god, it feel<<s>> <<s>>o good! <<S>>o many... <<Master>> <<s>>ure i<<s>> potent! I hope _heP can handle them all!" $He teases, cradling $his _belly belly and pretending to be forced to the ground by $his pregnancy growing ever larger.
 	<<elseif $activeSlave.belly >= 300000>>
 		"Oh <<Master>>! I'm <<s>>welling <<s>>o fast with imp<<s>> for you! There'<<s>> <<s>>o many in me... Oh god, it feel<<s>> <<s>>o good! I feel them moving! They're ready to come out <<Master>>!" $He teases, cradling $his _belly belly and pretending it just grew that huge.
 	<<elseif $activeSlave.belly >= 150000>>
@@ -16451,7 +16451,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<else>>
 		nipples and playing with her boobs.
 	<</if>>
-	Deciding that you're done with the $PC.refreshment, you pull a long draw of smoke into your mouth, bringing the coal at its foot to a fine glow. Then you pull it out of your mouth and press it against the slave's defenseless $activeSlave.skin <<if $activeSlave.preg > 20>>pregnant belly<<else>>breast<</if>>. $He <<if $activeSlave.voice == 0>>makes the horrible rasping noise that her mute throat substitutes for screams of agony<<else>>shrieks with agony<</if>>, flinching away instinctively, and collapses to the ground<<if $activeSlave.fetish == "masochist">>, orgasming from the sudden rush of stimulation<</if>>. Writhing in pain, $he cherishes the burn on her <<if $activeSlave.preg > 20>>stomach<<else>>breast<</if>> with both hands, her sobbing only interrupted by ragged gasps for breath. You order $him to go get her burn looked at, and go back to your work. $He scrabbles toward the door, weeping,<<if $activeSlave.fetish == "masochist">> horrified at $himself for getting off to that, @@.hotpink;more convinced than ever that $he's a pain slut,@@ and yet<</if>> @@.gold;eager to get away.@@
+	Deciding that you're done with the $PC.refreshment, you pull a long draw of smoke into your mouth, bringing the coal at its foot to a fine glow. Then you pull it out of your mouth and press it against the slave's defenseless $activeSlave.skin <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>pregnant belly<<else>>breast<</if>>. $He <<if $activeSlave.voice == 0>>makes the horrible rasping noise that her mute throat substitutes for screams of agony<<else>>shrieks with agony<</if>>, flinching away instinctively, and collapses to the ground<<if $activeSlave.fetish == "masochist">>, orgasming from the sudden rush of stimulation<</if>>. Writhing in pain, $he cherishes the burn on her <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>stomach<<else>>breast<</if>> with both hands, her sobbing only interrupted by ragged gasps for breath. You order $him to go get her burn looked at, and go back to your work. $He scrabbles toward the door, weeping,<<if $activeSlave.fetish == "masochist">> horrified at $himself for getting off to that, @@.hotpink;more convinced than ever that $he's a pain slut,@@ and yet<</if>> @@.gold;eager to get away.@@
 	<<set $activeSlave.trust -= 5>>
 	<<if $activeSlave.fetish == "masochist">><<set $activeSlave.devotion += 4>><</if>>
 	<</replace>>
@@ -16556,7 +16556,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <<link "Hug $him">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You reach out to hug $him, but as soon as your hand touches her shoulder, $he writhes instinctively away. <<if canSee($activeSlave)>>$His eyes fly open, searching frantically for her assailant. Seeing that it's you, $he screams and scrabbles away even harder. After making it a few feet, $he collects her wits enough to bring $himself to a stop and stop screaming, though $he continues to sob, staring at you in terror<<else>>$He gropes frantically for her assailant, before making contact with you. $He screams and scrabbles away, only stopping when $he collides with the nearest solid object. <<if canHear($activeSlave)>>Only after several call outs that it is you does $he stop screaming, though $he continues to sob, listening to your every breath in terror<<else>>After screaming $himself horase, $he realizes that $his assault has abruptly ended, and gently feels around $his surroundings with a shaking hand to disover $himself back in $his room<</if>><</if>>. $He remains frozen in place as you slowly advance on $him and give $him a light embrace. $His tears gradually stop, but $he does not relax, <<if canSee($activeSlave)>>remaining dumbly stiff<<else>>continuing to quake in fear<</if>> within your arms. Eventually you let $him go, and $he crawls pathetically back under $his sheet, still weeping softly. It seems $he is @@.gold;more afraid of you@@ than ever, and if you thought that a simple hug could win $him over, you were wrong.
+	You reach out to hug $him, but as soon as your hand touches her shoulder, $he writhes instinctively away. <<if canSee($activeSlave)>>$His eyes fly open, searching frantically for her assailant. Seeing that it's you, $he screams and scrabbles away even harder. After making it a few feet, $he collects her wits enough to bring $himself to a stop and stop screaming, though $he continues to sob, staring at you in terror<<else>>$He gropes frantically for her assailant, before making contact with you. $He screams and scrabbles away, only stopping when $he collides with the nearest solid object. <<if canHear($activeSlave)>>Only after several call outs that it is you does $he stop screaming, though $he continues to sob, listening to your every breath in terror<<else>>After screaming $himself horase, $he realizes that $his assault has abruptly ended, and gently feels around $his surroundings with a shaking hand to discover $himself back in $his room<</if>><</if>>. $He remains frozen in place as you slowly advance on $him and give $him a light embrace. $His tears gradually stop, but $he does not relax, <<if canSee($activeSlave)>>remaining dumbly stiff<<else>>continuing to quake in fear<</if>> within your arms. Eventually you let $him go, and $he crawls pathetically back under $his sheet, still weeping softly. It seems $he is @@.gold;more afraid of you@@ than ever, and if you thought that a simple hug could win $him over, you were wrong.
 	<<if canSee($activeSlave)>>
 		<<set $activeSlave.trust -= 4>>
 	<<elseif canHear($activeSlave)>>
@@ -17491,7 +17491,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<if $clinic > 0>>
 		While $clinicName is available to normal slaves to recover from injuries and general ill health, such things aren't afforded to $arcologies[0].FSSubjugationistRace whores. They have to work through it, no matter the outcome.
 		<<if $activeSlave.ovaries == 1 || $activeSlave.mpreg == 1>>
-			A slave in the throes of labor catches $his attention. Assisted birth is a luxury, gravid <<print $arcologies[0].FSSubjugationistRace>>s receive no aid with childbirth, nor are contraceptives wasted on them. 
+			A slave in the throes of labor catches $his attention. Assisted birth is a luxury, gravid <<print $arcologies[0].FSSubjugationistRace>>s receive no aid with childbirth, nor are contraceptives wasted on them.
 		<</if>>
 	<<else>>
 		As you tour, you pass an exhausted $arcologies[0].FSSubjugationistRace _girlU struggling to give birth. _HeU'll be left to handle the act alone as medical care is seldom given to $arcologies[0].FSSubjugationistRace mongrels.
@@ -17542,7 +17542,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<else>>
 		$he is being fed significant amounts of ejaculate.
 	<</if>>
-	While her <<if $activeSlave.dietCum == 2>>extreme <</if>>diet is still engineered to <<if $activeSlave.dietCum == 2>>barely <</if>> provide the nutrition $he needs, if $he can't hold the stuff down, $he can't gain weight<<if $activeSlave.pregKnown == 1 && $activeSlave.preg > 10>>, even more so with her growing child<<if $activeSlave.pregType > 1>>ren<</if>> taking whatever nutrients <<if $activeSlave.pregType > 1>>they<<else>>it<</if>> can<</if>>. With a few taps on the keyboard you change her orders so that $he will be fed a much more nutritionally rich diet that is free of ejaculate. However, you make sure to warn $him that $assistantName will be monitoring $him, and you may change your mind once $he reaches a more attractive weight. $He thanks you profusely, <<if $activeSlave.vagina != 0>>even attempting to offer $his body for use in gratitude,<</if>> but you simply send her away. You find yourself concerned that you are becoming soft by allowing slaves to dictate what they will and won't eat, but your benevolent decision has already had a @@.hotpink;positive effect on her attitude@@. $He @@.mediumaquamarine;trusts you a little more@@ too.
+	While her <<if $activeSlave.dietCum == 2>>extreme <</if>>diet is still engineered to <<if $activeSlave.dietCum == 2>>barely <</if>> provide the nutrition $he needs, if $he can't hold the stuff down, $he can't gain weight<<if $activeSlave.pregKnown == 1 && $activeSlave.preg > $activeSlave.pregData.normalBirth/4>>, even more so with her growing child<<if $activeSlave.pregType > 1>>ren<</if>> taking whatever nutrients <<if $activeSlave.pregType > 1>>they<<else>>it<</if>> can<</if>>. With a few taps on the keyboard you change her orders so that $he will be fed a much more nutritionally rich diet that is free of ejaculate. However, you make sure to warn $him that $assistantName will be monitoring $him, and you may change your mind once $he reaches a more attractive weight. $He thanks you profusely, <<if $activeSlave.vagina != 0>>even attempting to offer $his body for use in gratitude,<</if>> but you simply send her away. You find yourself concerned that you are becoming soft by allowing slaves to dictate what they will and won't eat, but your benevolent decision has already had a @@.hotpink;positive effect on her attitude@@. $He @@.mediumaquamarine;trusts you a little more@@ too.
 	<<set $activeSlave.trust += 2, $activeSlave.devotion += 2, $activeSlave.dietCum = 0>>
 	<</replace>>
 <</link>>
@@ -17920,7 +17920,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		<<elseif $activeSlave.weight > 160>>
 			fat folds.
 		<<elseif $activeSlave.belly >= 5000>>
-			<<if $activeSlave.preg >= 3000>>
+			<<if $activeSlave.bellyPreg >= 3000>>
 				gravidness.
 			<<elseif $activeSlave.bellyImplant >= 3000>>
 				distended belly.
@@ -18973,7 +18973,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	Together, the two of you make fiercely intimate love, while you whisper romantic reassurances into $his ear, nip at $his neck,
 	<<if $activeSlave.bellyPreg >= 300000>>
 		run your hands across $his squirming brood,
-	<<elseif $activeSlave.preg > 20>>
+	<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>
 		stroke $his pregnant belly,
 	<<elseif $activeSlave.belly >= 5000>>
 		caress the curve of $his _belly belly,
@@ -19075,7 +19075,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <<link "Gently acclimate $him to the age difference with some lovemaking">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	As you cross the breadth of your office to reach $activeSlave.slaveName, $he presents $himself for your sexual usage out of habit. However, you take $him by surprise by drawing her into you arms, running the tips of your fingers through her $activeSlave.hColor hair, and looking into her $activeSlave.eyeColor eyes. <<if canSee($activeSlave)>>$He meets your gaze for a brief moment before blushing girlishly, as if forgetting how many years her senior you are<<else>>$He seems to feel the intensity of your gaze despite her sightless eyes and blushes girlishly, as if forgetting how many years her senior you are<</if>> . In lieu of words, you lift her chin with a single beckoning finger and steal $his breath from $his lips with a firm kiss. Once $he's recovered her wits $he clings to you with almost animalistic attachment. After a few moments $he moves to get down on $his knees, clearly defaulting to her role as a sex slave in response to your unexpected intimacy. 
+	As you cross the breadth of your office to reach $activeSlave.slaveName, $he presents $himself for your sexual usage out of habit. However, you take $him by surprise by drawing her into you arms, running the tips of your fingers through her $activeSlave.hColor hair, and looking into her $activeSlave.eyeColor eyes. <<if canSee($activeSlave)>>$He meets your gaze for a brief moment before blushing girlishly, as if forgetting how many years her senior you are<<else>>$He seems to feel the intensity of your gaze despite her sightless eyes and blushes girlishly, as if forgetting how many years her senior you are<</if>> . In lieu of words, you lift her chin with a single beckoning finger and steal $his breath from $his lips with a firm kiss. Once $he's recovered her wits $he clings to you with almost animalistic attachment. After a few moments $he moves to get down on $his knees, clearly defaulting to her role as a sex slave in response to your unexpected intimacy.
 	Instead, you
 	<<if $activeSlave.belly >= 300000>>
 		help $him to her feet and guide $him to bed, aiding the
@@ -19125,7 +19125,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	Together, the two of you make fiercely intimate love, while you whisper romantic reassurances into her ear, nip at her neck,
 	<<if $activeSlave.bellyPreg >= 300000>>
 		run your hands across her squirming brood,
-	<<elseif $activeSlave.preg > 20>>
+	<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>
 		stroke her pregnant belly,
 	<<elseif $activeSlave.belly >= 5000>>
 		caress the curve of her _belly belly,
@@ -19560,11 +19560,11 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 		<<if $PC.balls == 3>>
 			pump your endless load down her throat and steadily fill $his stomach. $He opens $his eyes slowly, endowed with a belly stuffed to capacity with cum
 		<<elseif $PC.balls == 2>>
-			pump load after load down her throat and into $his stomach. $He opens $his eyes slowly, endowed with a belly stuffed with cum 
+			pump load after load down her throat and into $his stomach. $He opens $his eyes slowly, endowed with a belly stuffed with cum
 		<<elseif $PC.balls == 1>>
-			blow your huge load down her throat, and diligently $he swallows it all. $He opens $his eyes slowly, endowed with a belly full of cum 
+			blow your huge load down her throat, and diligently $he swallows it all. $He opens $his eyes slowly, endowed with a belly full of cum
 		<<else>>
-			blow your load down her throat, and $he swallows it all. $He opens $his eyes slowly, endowed with a belly full of cum 
+			blow your load down her throat, and $he swallows it all. $He opens $his eyes slowly, endowed with a belly full of cum
 		<</if>>
 		and a new understanding of @@.mediumaquamarine;her place as a short slave@@.
 	<</replace>>
@@ -19734,8 +19734,8 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	<<if $activeSlave.belly >= 3000000>>
-		You pull your chair back from your desk and order $him to lie on $his back with $his _belly belly to the ceiling. $He isn't sure what you are up to, but it quickly dawns on her as you straddle $his stomach and take a seat. $He groans under the massive pressure increase inside $him, but does her best to hold your weight.
-		<<if $activeSlave.preg > 10>>
+		You pull your chair back from your desk and order $him to lie on her back with her _belly belly to the ceiling. $He isn't sure what you are up to, but it quickly dawns on her as you straddle $his stomach and take a seat. $He groans under the massive pressure increase inside $him, but does her best to hold your weight.
+		<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>>
 			You manage to get very little work done. The sheer amount of motion
 			<<if $PC.dick == 1>>
 				beneath your balls
@@ -19962,7 +19962,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<elseif ($activeSlave.teeth == "straightening braces") || ($activeSlave.teeth == "cosmetic braces")>>
 		Though your attention is largely sapped by her tender oral ministrations, you note that $he takes care to keep her braces off you.
 	<</if>>
-	When you eventually move on, it is with 
+	When you eventually move on, it is with
 	<<if $activeSlave.hLength > 1>>
 		a ruffle of $activeSlave.slaveName's $activeSlave.hColor hair
 	<<else>>
@@ -20045,7 +20045,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <br><<link "Hurt $him">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You decide to exercise a little maliciousness. You take a step forward, producing a look of 
+	You decide to exercise a little maliciousness. You take a step forward, producing a look of
 	<<if $activeSlave.energy > 80>>lustful anticipation<<elseif $activeSlave.trust > 20>>expectation<<else>>trepidation<</if>>,
 	but then you stop, <<if canSee($activeSlave)>>wordlessly<<else>>loudly<</if>> gesturing at $him to continue. $He does, bending her back forward and backward, concave and convex, rolling $himself around on $his hips a little, and making her <<if $activeSlave.belly >= 5000>>_belly belly and <</if>>breasts move mesmerizingly. Eventually, $he stretches deeply enough that<<if $activeSlave.trust <= 50>> $he lets her guard down and<</if>> $his eyes close again.
 	<<switch $activeSlave.nipples>>
@@ -20351,27 +20351,27 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <<link "Abuse $him">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You lean against a wall and take a moment to enjoy your slave's discomfort. Realizing that her <<= WrittenMaster($activeSlave)>> is intending to do nothing, $he blushes and begins pulling on $his belly, attempting to free $himself. 
-	<<if ($activeSlave.broodmother === 2) && ($activeSlave.preg >= 30)>> 
-		$His innumerable brood are awakened by her exertions and begin to move, testing the thin walls of the womb constraining them and causing $his belly to throb ominously. You count the number of infants distinctly outlined against your poor hyperbroodmother's straining body. 
-	<<elseif ($activeSlave.broodmother == 1) && ($activeSlave.preg >= 30)>> 
-		With a groan of effort, the broodmother manages to pull $his belly slightly further out through the doorway, but, in the effort, only really manages to wedge it more firmly. It bulges ominously from the added pressure. 
-	<<else>> 
+	You lean against a wall and take a moment to enjoy your slave's discomfort. Realizing that her <<= WrittenMaster($activeSlave)>> is intending to do nothing, $he blushes and begins pulling on $his belly, attempting to free $himself.
+	<<if ($activeSlave.broodmother === 2) && ($activeSlave.preg >= 30)>>
+		$His innumerable brood are awakened by her exertions and begin to move, testing the thin walls of the womb constraining them and causing $his belly to throb ominously. You count the number of infants distinctly outlined against your poor hyperbroodmother's straining body.
+	<<elseif ($activeSlave.broodmother == 1) && ($activeSlave.preg >= 30)>>
+		With a groan of effort, the broodmother manages to pull $his belly slightly further out through the doorway, but, in the effort, only really manages to wedge it more firmly. It bulges ominously from the added pressure.
+	<<else>>
 		The massively pregnant slave's belly clutches in a false contraction and $he pulls several inches further out through the doorframe before it expands again, leaving her even more hopelessly stuck
 	<</if>>
 	<br><br>
-	<<if !canTalk($activeSlave)>> 
+	<<if !canTalk($activeSlave)>>
 		$He moans and rubs up and down what little $he can reach of $his belly while looking back at you with more urgency. It's clear $he is in severe distress.
-	<<else>> 
+	<<else>>
 		"<<Master>>," $he says through clenched teeth. "Plea<<s>>e."
 	<</if>>
 	<br><br>
 	You judge that you've seen enough and move forward.
-	<<if $activeSlave.butt > 10>> 
+	<<if $activeSlave.butt > 10>>
 		Wading in between her huge ass cheeks
-	<<elseif $activeSlave.butt > 4>> 
+	<<elseif $activeSlave.butt > 4>>
 		Grabbing a handful of one generous ass cheek,
-	<<else>> 
+	<<else>>
 		Slapping a pert ass cheek,
 	<</if>>
 	<<if canDoVaginal($activeSlave)>>
@@ -20398,48 +20398,48 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <br><<link "Fuck $him">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You can't help but be aroused by the sight of your swollen, helpless slave, and you take off your pants, revealing your erection. The slave's <<if canSee($activeSlave)>>backward glance falls on your dick<<else>>ears perk up<</if>> and $he 
-	<<if $activeSlave.devotion > 95>> 
-		licks $his lips, 
-		<<if $activeSlave.amp == 1>> 
-			wiggling the stumps of $his legs and swiveling $his hips to give you a clear angle at her hungry <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>>. 
-		<<else>> 
+	You can't help but be aroused by the sight of your swollen, helpless slave, and you take off your pants, revealing your erection. The slave's <<if canSee($activeSlave)>>backward glance falls on your dick<<else>>ears perk up<</if>> and $he
+	<<if $activeSlave.devotion > 95>>
+		licks $his lips,
+		<<if $activeSlave.amp == 1>>
+			wiggling the stumps of $his legs and swiveling $his hips to give you a clear angle at her hungry <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>>.
+		<<else>>
 			spreading $his legs and revealing more of her massive underbelly while angling her wanting <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>> at the perfect angle for fucking.
-		<</if>> 
-	<<elseif $activeSlave.devotion > 50>> 
-		blushes, swiveling $his hips to give you easy access to her <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>>. 
-	<<elseif $activeSlave.devotion > 20>> 
+		<</if>>
+	<<elseif $activeSlave.devotion > 50>>
+		blushes, swiveling $his hips to give you easy access to her <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>>.
+	<<elseif $activeSlave.devotion > 20>>
 		blushes and leans into $his belly, knowing what to expect.
-	<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> 
-		moans nervously. 
-	<<elseif ($activeSlave.trust < -50)>> 
-		yelps, turning away from you and clenching $his eyes shut as her 
-		<<if $activeSlave.amp == 1>> 
-			stumps push toward each other, clearly trying (and failing) to conceal her <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>>. 
-		<<else>> 
+	<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>>
+		moans nervously.
+	<<elseif ($activeSlave.trust < -50)>>
+		yelps, turning away from you and clenching $his eyes shut as her
+		<<if $activeSlave.amp == 1>>
+			stumps push toward each other, clearly trying (and failing) to conceal her <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>>.
+		<<else>>
 			legs instinctively clench together to hide her <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>>.
 		<</if>>
-	<<else>> 
-		snorts derisively despite her vulnerability. 
+	<<else>>
+		snorts derisively despite her vulnerability.
 	<</if>>
 	<br><br>
-	You step forward and run an appreciative hand over the surface of $his belly. $His womb is packed so full that the outline of her squirming children is obvious under her stretched-thin flesh. $He groans at your touch, clearly in some distress, and you promise $him that you'll free her once you've finished up. 
-	<<if $activeSlave.devotion > 95>> 
+	You step forward and run an appreciative hand over the surface of $his belly. $His womb is packed so full that the outline of her squirming children is obvious under her stretched-thin flesh. $He groans at your touch, clearly in some distress, and you promise $him that you'll free her once you've finished up.
+	<<if $activeSlave.devotion > 95>>
 		The slave is clearly too aroused by your fondling to <<if canHear($activeSlave)>>hear what you're saying<<else>>interpret your body language<</if>> and leans back into you, stretching against $his tortured belly to nibble at your ear.
-	<<elseif $activeSlave.devotion > 50>> 
+	<<elseif $activeSlave.devotion > 50>>
 		The slave says nothing, but wiggles $his ass against your hips, making it clear $he's ready.
-	<<elseif $activeSlave.devotion > 20>> 
+	<<elseif $activeSlave.devotion > 20>>
 		You can see tears streaming down the slave's face from the discomfort $he's experiencing, but $he nods that $he's ready.
-	<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> 
-		The slave cries and begs you to finish quickly and help her before $he bursts. 
-	<<elseif ($activeSlave.trust < -50)>> 
-		The shock of contact with your body causes the terrified slave's skin to contract, as if $he's trying to pull away despite her current reality, and her only response to your promise is sobbing. 
-	<<else>> 
-		The slave 
-		<<if !canTalk($activeSlave)>> 
+	<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>>
+		The slave cries and begs you to finish quickly and help her before $he bursts.
+	<<elseif ($activeSlave.trust < -50)>>
+		The shock of contact with your body causes the terrified slave's skin to contract, as if $he's trying to pull away despite her current reality, and her only response to your promise is sobbing.
+	<<else>>
+		The slave
+		<<if !canTalk($activeSlave)>>
 			motions for you to
-		<<else>> 
-			responds by telling you to 
+		<<else>>
+			responds by telling you to
 		<</if>>
 		just fuck her already and let her move on with her day.
 	<</if>>
@@ -20453,12 +20453,12 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 	<<else>>
 		and trace the edge of her chastity with a finger, making her whimper, before removing your hand and squeezing $his rear around your cock.
 	<</if>>
-	As you fuck $him, her poor, tortured belly wobbles against the constraining door frame and the frame itself groans in protest. $He grinds in rhythm to your pistoning until the back and forth movement of her sloshing tummy overpowers her efforts and sends her careening back and forth between its oceanic movements and your less than tender ministrations. The sensation of fucking a woman who is literally a slave to the motion of her own womb drives you over the edge and you pull out, ejaculating all over her 
-	<<if $activeSlave.butt > 10>> 
-		enveloping ass cleavage. 
-	<<elseif $activeSlave.butt > 4>> 
-		fat, waiting ass cheeks. 
-	<<else>> 
+	As you fuck $him, her poor, tortured belly wobbles against the constraining door frame and the frame itself groans in protest. $He grinds in rhythm to your pistoning until the back and forth movement of her sloshing tummy overpowers her efforts and sends her careening back and forth between its oceanic movements and your less than tender ministrations. The sensation of fucking a woman who is literally a slave to the motion of her own womb drives you over the edge and you pull out, ejaculating all over her
+	<<if $activeSlave.butt > 10>>
+		enveloping ass cleavage.
+	<<elseif $activeSlave.butt > 4>>
+		fat, waiting ass cheeks.
+	<<else>>
 		pert ass.
 	<</if>>
 	<br><br>
@@ -20470,48 +20470,48 @@ You tell her kindly that you understand, and that $he'll be trained to address t
 <br><<link "Try the 'Butter Strategy'">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You ponder $his predicament for a moment before settling on a solution. You procure an industrial sized jar of curative laced moisturizing butter--specially formulated to ease the strain of hypermassive pregnancy--and explain to your slave that, to free $him, you're going to need to completely cover $him in it so that $he can squeeze through. 
-	<<if $activeSlave.devotion > 95>> 
-		$He grins at you and then huffs, pretending to be put off by the idea. 
-	<<elseif $activeSlave.devotion > 50>> 
+	You ponder $his predicament for a moment before settling on a solution. You procure an industrial sized jar of curative laced moisturizing butter--specially formulated to ease the strain of hypermassive pregnancy--and explain to your slave that, to free $him, you're going to need to completely cover $him in it so that $he can squeeze through.
+	<<if $activeSlave.devotion > 95>>
+		$He grins at you and then huffs, pretending to be put off by the idea.
+	<<elseif $activeSlave.devotion > 50>>
 		$He quirks an eyebrow, then smiles, clearly intrigued.
-	<<elseif $activeSlave.devotion > 20>> 
+	<<elseif $activeSlave.devotion > 20>>
 		$He nods, happy to hear you've considered a way to free $him without causing $him undue harm.
-	<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> 
-		$He had seemed uneasy when you first described your idea, but seems to resign $himself to it once you finish your description. 
-	<<elseif ($activeSlave.trust < -50)>> 
-		The wide eyed slave nods as you describe your idea, clearly hoping you'll free $him as quickly as possible so that $he can get away from you. 
-	<<else>> 
+	<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>>
+		$He had seemed uneasy when you first described your idea, but seems to resign $himself to it once you finish your description.
+	<<elseif ($activeSlave.trust < -50)>>
+		The wide eyed slave nods as you describe your idea, clearly hoping you'll free $him as quickly as possible so that $he can get away from you.
+	<<else>>
 		$He laughs derisively at you after you describe your idea, then motions for you to get on with it.
-	<</if>> 
-	You move toward $him and slather a generous helping of the stuff over $his back and 
-	<<if $activeSlave.butt > 10>> 
+	<</if>>
+	You move toward $him and slather a generous helping of the stuff over $his back and
+	<<if $activeSlave.butt > 10>>
 		couch-smothering ass,
-	<<elseif $activeSlave.butt > 4>> 
+	<<elseif $activeSlave.butt > 4>>
 		fat ass cheeks,
 	<<else>>
 		petite ass,
-	<</if>> 
-	for the sake of "being thorough." You then move forward, covering the parts of $his belly you can reach from behind and taking special care to 
-	<<if ($activeSlave.boobs >= 20000)>> 
-		massage the soft butter into every inch of $his colossal tits, noting with satisfaction $his distant nipples, stuck on the other side of the doorway with the bulk of $his room filling breasts, harden with arousal. 
-	<<elseif ($activeSlave.boobs >= 12000)>> 
-		massage the soft butter into $his massive tits as they push up between the arch of the doorway and $his bulging belly. You note with satisfaction $his nipples harden with arousal. 
-	<<elseif ($activeSlave.boobs >= 7000)>> 
-		massage the soft butter into $his monstrous tits, enjoying the struggle it takes to heft each butter-slick, glistening melon with both hands. You note with satisfaction $his nipples harden with arousal. 
-	<<elseif ($activeSlave.boobs >= 3000)>> 
-		massage the soft butter into each of $his huge tits. Your slave cranes $his head back a bit to avoid being smothered by $his own breasts as you work the butter into them, but you can tell $he's aroused by what you're doing--$his nipples have turned hard as rocks. 
+	<</if>>
+	for the sake of "being thorough." You then move forward, covering the parts of $his belly you can reach from behind and taking special care to
+	<<if ($activeSlave.boobs >= 20000)>>
+		massage the soft butter into every inch of $his colossal tits, noting with satisfaction $his distant nipples, stuck on the other side of the doorway with the bulk of $his room filling breasts, harden with arousal.
+	<<elseif ($activeSlave.boobs >= 12000)>>
+		massage the soft butter into $his massive tits as they push up between the arch of the doorway and $his bulging belly. You note with satisfaction $his nipples harden with arousal.
+	<<elseif ($activeSlave.boobs >= 7000)>>
+		massage the soft butter into $his monstrous tits, enjoying the struggle it takes to heft each butter-slick, glistening melon with both hands. You note with satisfaction $his nipples harden with arousal.
+	<<elseif ($activeSlave.boobs >= 3000)>>
+		massage the soft butter into each of $his huge tits. Your slave cranes $his head back a bit to avoid being smothered by $his own breasts as you work the butter into them, but you can tell $he's aroused by what you're doing--$his nipples have turned hard as rocks.
 	<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
-		massage the soft butter into $his fat, fake titties, noting with satisfaction $his nipples harden with arousal. 
-	<<elseif ($activeSlave.boobs >= 650)>> 
-		massage the soft butter into $his big tits, noting with satisfaction $his nipples harden with arousal. 
-	<<elseif ($activeSlave.boobs >= 300)>> 
+		massage the soft butter into $his fat, fake titties, noting with satisfaction $his nipples harden with arousal.
+	<<elseif ($activeSlave.boobs >= 650)>>
+		massage the soft butter into $his big tits, noting with satisfaction $his nipples harden with arousal.
+	<<elseif ($activeSlave.boobs >= 300)>>
 		massage the soft butter into $his small, girlish chest, noting with satisfaction $his nipples harden with arousal.
 	<<else>>
 		massage the soft butter into $his flat chest, noting with satisfaction $his nipples harden with arousal.
 	<</if>>
 	<br><br>
-	Satisfied with your covering of your slave's back half, you then resolve to work on $his front. Getting down on your hands and knees, you crawl through the narrow triangle of space between the base of your slave's massive belly, the floor, and the doorway. It's a tight squeeze, and you take longer than you need to in order to enjoy the sound of your slave groaning as you rub up against $his sweaty, buttered up belly, but you eventually make it through. Taking generous handfuls of butter, you slick up the front half of your slave's stomach, starting at the flattened nub of $his pressure-obliterated belly button and slowly working your way up to the round oval of baby-packed flesh being constricted by the doorway. 
+	Satisfied with your covering of your slave's back half, you then resolve to work on $his front. Getting down on your hands and knees, you crawl through the narrow triangle of space between the base of your slave's massive belly, the floor, and the doorway. It's a tight squeeze, and you take longer than you need to in order to enjoy the sound of your slave groaning as you rub up against $his sweaty, buttered up belly, but you eventually make it through. Taking generous handfuls of butter, you slick up the front half of your slave's stomach, starting at the flattened nub of $his pressure-obliterated belly button and slowly working your way up to the round oval of baby-packed flesh being constricted by the doorway.
 	<br><br>
 	With your slave's body dripping with the thick moisturizer, you call out to $him to start pulling $his belly through the doorway, pushing your body up against $his stomach to help push. You didn't bother to strip your clothes while buttering $his gravid figure and, as you crush up against $him and heave, again and again, against the sheer mass of $his abdomen, you can't help but get aroused by the way your greasy clothes rub between your body and $hers with each motion. At first, $his belly is so firmly lodged that it doesn't move, but momentum eventually builds up and, with an audible "pop," the poor baby-laden breeder finally breaks free from $his containment, falling onto $his back and pulling you with $him into an absurd, buttery mass of flailing limbs and giggles. You take some time to flip $him into a position where $he won't be crushed by the weight of $his own womb, and then take some more time to enjoy the fruits of your labors.
 	<br><br>
diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw
index a56510c44d27a3625254443b84ba465f8b02d119..1937f6c8a538c4f3ebbef3e92fad2846837b45a5 100644
--- a/src/uncategorized/RETS.tw
+++ b/src/uncategorized/RETS.tw
@@ -219,7 +219,7 @@ $activeSlave.slaveName
 <<else>>
 	lowers $his cup for a moment.
 <</if>>
-<<if $activeSlave.preg > 20>>
+<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>
 	"The <<s>>our pickle flavor," $he responds, patting $his rounded middle. "I ju<<s>>t can't get enough of it."
 <<else>>
 	"The tart fruity kind," $he responds. "It'<<s>> refre<<sh>>ing fir<<s>>t thing in the morning."
@@ -287,15 +287,15 @@ liquid food into $his mouth. $He turns to $subSlave.slaveName.
 <<elseif ($subSlave.boobs > 5000)>>
 	($subSlave.slaveName's tits are so huge that _he2 has to press them hard against $activeSlave.slaveName to get close enough to kiss.)
 <<elseif ($activeSlave.belly >= 5000) && ($subSlave.belly >= 5000)>>
-	(Their bellies are so swollen <<if ($activeSlave.preg > 5) && ($subSlave.preg > 5)>>with life <</if>>that _he2 has to fight to get close enough to kiss.)
+	(Their bellies are so swollen <<if ($activeSlave.preg > $activeSlave.pregData.normalBirth/8) && ($subSlave.preg > $subSlave.pregData.normalBirth/8)>>with life <</if>>that _he2 has to fight to get close enough to kiss.)
 <<elseif ($activeSlave.belly >= 300000)>>
-	($activeSlave.slaveName's <<if ($activeSlave.preg > 5)>>pregnancy<<else>>belly<</if>> is so massive that _he2 has to practically climb atop it to get close enough to kiss.)
+	($activeSlave.slaveName's <<if ($activeSlave.preg > $activeSlave.pregData.normalBirth/8)>>pregnancy<<else>>belly<</if>> is so massive that _he2 has to practically climb atop it to get close enough to kiss.)
 <<elseif ($subSlave.belly >= 300000)>>
-	($subSlave.slaveName's <<if ($subSlave.preg > 5)>>pregnancy<<else>>belly<</if>> is so massive that _he2 has to practically climb atop it to get close enough to kiss.)
+	($subSlave.slaveName's <<if ($subSlave.preg > $subSlave.pregData.normalBirth/8)>>pregnancy<<else>>belly<</if>> is so massive that _he2 has to practically climb atop it to get close enough to kiss.)
 <<elseif ($activeSlave.belly >= 10000)>>
-	($activeSlave.slaveName's <<if ($activeSlave.preg > 5)>>pregnancy<<else>>belly<</if>> is so big that _he2 has to press hard against it to get close enough to kiss.)
+	($activeSlave.slaveName's <<if ($activeSlave.preg > $activeSlave.pregData.normalBirth/8)>>pregnancy<<else>>belly<</if>> is so big that _he2 has to press hard against it to get close enough to kiss.)
 <<elseif ($subSlave.belly >= 10000)>>
-	($subSlave.slaveName's <<if ($subSlave.preg > 5)>>pregnancy<<else>>belly<</if>> is so big that _he2 has to press it firmly against $activeSlave.slaveName to get close enough to kiss.)
+	($subSlave.slaveName's <<if ($subSlave.preg > $subSlave.pregData.normalBirth/8)>>pregnancy<<else>>belly<</if>> is so big that _he2 has to press it firmly against $activeSlave.slaveName to get close enough to kiss.)
 <</if>>
 _He2 stiffens with the lewd feeling of the warm fluid pressing into _his2 mouth. After a moment _he2 tries to back off and concentrate on the food, but $activeSlave.slaveName is having none of that, and uses $his arms to hug $subSlave.slaveName close, making out with $his catch.
 <<if ($subSlave.energy > 60)>>
@@ -316,7 +316,7 @@ asks if $he can beg a favor. Absurd though it sounds, $he does exactly that, say
 
 As you approach your office as you return from an unexpected but minor matter, you hear the unmistakable sounds of sexual congress. Reviewing your schedule as you cover the last meters on your way there, you see that indeed, <<EventNameLink $activeSlave>> is due to be inspected. It seems likely that while waiting for your return, $he called a fellow slave who was passing your office in to keep $him company. And as you enter, you see that this is true.
 <br><br>
-$He's sitting on the end of the couch, though only $his legs, crotch and hands are immediately visible. This is because $he has $subSlave.slaveName on top of $him, impaled on <<if canPenetrate($activeSlave)>>$his cock<<else>>a strap-on $he's wearing<</if>>. $subSlave.slaveName is bent almost double. $activeSlave.slaveName has $his $activeSlave.skin hands up on the backs of $subSlave.slaveName's $subSlave.skin knees, holding _his2 legs<<if $activeSlave.belly >= 5000>> to either side of _his2 <<if ($activeSlave.preg > 5)>>pregnancy<<else>>belly<</if>>,<</if>> up against _his2 <<if $subSlave.boobs > 2000>>inconveniently big boobs<<else>>shoulders<</if>>. $subSlave.slaveName is completely helpless, and _he2's being fucked hard:
+$He's sitting on the end of the couch, though only $his legs, crotch and hands are immediately visible. This is because $he has $subSlave.slaveName on top of $him, impaled on <<if canPenetrate($activeSlave)>>$his cock<<else>>a strap-on $he's wearing<</if>>. $subSlave.slaveName is bent almost double. $activeSlave.slaveName has $his $activeSlave.skin hands up on the backs of $subSlave.slaveName's $subSlave.skin knees, holding _his2 legs<<if $activeSlave.belly >= 5000>> to either side of _his2 <<if ($activeSlave.preg > $activeSlave.pregData.normalBirth/8)>>pregnancy<<else>>belly<</if>>,<</if>> up against _his2 <<if $subSlave.boobs > 2000>>inconveniently big boobs<<else>>shoulders<</if>>. $subSlave.slaveName is completely helpless, and _he2's being fucked hard:
 <<if canPenetrate($activeSlave)>>
 	<<if ($activeSlave.dick - $subSlave.anus > 2)>>
 		$activeSlave.slaveName's cock is very big, <<if $subSlave.anus > 2>>even for $subSlave.slaveName's loose anus<<elseif $subSlave.anus > 1>>even for $subSlave.slaveName's experienced anus<<else>>especially for $subSlave.slaveName's tight anus<</if>>, so $activeSlave.slaveName is bouncing $his anal bottom up and down only a little way, allowing $him to do so fast.
@@ -618,12 +618,9 @@ $activeSlave.slaveName chuckles into $subSlave.slaveName's ear, crooning,
 <<else>>
 	"You <<s>>tupid <<s>>lut. Too bad you never went to <<s>>chool, maybe you could have learned <<s>>omething and not ended up a<<s>> a fuck <<s>>lave."
 <</if>>
-<<if SlaveStatsChecker.checkForLisp($activeSlave)>>
-	<<set _heP = lispReplace($PC.pronoun), _HeP = lispReplace(capFirstChar(_heP)), _hisP = lispReplace($PC.possessive)>>
-<<else>>
-	<<set _heP = $PC.pronoun, _HeP = capFirstChar(_heP), _hisP = $PC.possessive>>
-<</if>>
-$He grinds against the wilting $subSlave.slaveName, and then continues, "I felt your <<if ($activeSlave.butt > 4)>>fat butt<<elseif ($activeSlave.butt > 2)>>big butt<<else>>tiny little butt<</if>> clench ju<<s>>t now." $He gives $subSlave.slaveName's <<if ($subSlave.balls > 0 && $subSlave.scrotum > 0)>>balls a gentle squeeze<<elseif ($subSlave.dick > 0)>>dick a gentle tug<<elseif $subSlave.vagina == -1>>butthole a gentle massage<<else>>pussylips a gentle massage<</if>>. "_HeP ha<<s>>n't fucked you back there yet, ha<<s>> _heP? It'<<s>> going to hurt, you little bitch. _HeP'<<s>> going to hold you down and <<sh>>ove _hisP <<if $PC.dick == 1>>huge cockhead<<else>>bigge<<s>>t <<s>>trap-on<</if>> right up again<<s>>t thi<<s>> tight little hole." $He gropes the quivering slave's virgin anus, careful not to penetrate it. "You're going to do your be<<s>>t to relax like a good little _girl2. But it'<<s>> going to be so big. It'<<s>> going to burn. And then you're going to panic, and <<s>>truggle, and _heP'<<s>> going to hold you down and rape your butt while you <<s>>cream and cry."
+<<setPlayerPronouns>>
+<<setSpokenPlayerPronouns $activeSlave>>
+$He grinds against the wilting $subSlave.slaveName, and then continues, "I felt your <<if ($subSlave.butt > 4)>>fat butt<<elseif ($subSlave.butt > 2)>>big butt<<else>>tiny little butt<</if>> clench ju<<s>>t now." $He gives $subSlave.slaveName's <<if ($subSlave.balls > 0 && $subSlave.scrotum > 0)>>balls a gentle squeeze<<elseif ($subSlave.dick > 0)>>dick a gentle tug<<elseif $subSlave.vagina == -1>>butthole a gentle massage<<else>>pussylips a gentle massage<</if>>. "<<HeP>> ha<<s>>n't fucked you back there yet, ha<<s>> <<heP>>? It'<<s>> going to hurt, you little bitch. <<HeP>>'<<s>> going to hold you down and <<sh>>ove <<hisP>> <<if $PC.dick == 1>>huge cockhead<<else>>bigge<<s>>t <<s>>trap-on<</if>> right up again<<s>>t thi<<s>> tight little hole." $He gropes the quivering slave's virgin anus, careful not to penetrate it. "You're going to do your be<<s>>t to relax like a good little _girl2. But it'<<s>> going to be so big. It'<<s>> going to burn. And then you're going to panic, and <<s>>truggle, and <<heP>>'<<s>> going to hold you down and rape your butt while you <<s>>cream and cry."
 <br><br>
 $subSlave.slaveName keeps _his2 eyes clamped shut and _his2 hands down at _his2 sides, balled into fists, but _his2 self-control finally cracks and _he2 lets out a great gasping sob before bursting into tears.
 
@@ -766,9 +763,9 @@ Early in the morning, you run across $subSlave.slaveName using one of the pentho
 <<if $subSlave.lactation == 0>>
 	_he2's not lactating, but _he2's a good semen producer and when _he2 wakes up, _he2's usually very ready to have one of the machines drain _his2 balls for _him2.
 <<else>>
-	<<if $subSlave.preg > 30>>
+	<<if $subSlave.preg > $subSlave.pregData.normalBirth/1.33>>
 		it's late in _his2 pregnancy and _he2 wakes up every day with _his2 $subSlave.boobShape breasts sore, painfully swollen with rich, nutritious milk.
-	<<elseif $subSlave.preg > 20>>
+	<<elseif $subSlave.preg > $subSlave.pregData.normalBirth/2>>
 		_he2's pregnant and _he2 wakes up every day with _his2 $subSlave.boobShape breasts sore and swollen with rich, nutritious milk.
 	<<elseif $subSlave.lactation > 1>>
 		the tiny little slow-release implant in each of _his2 breasts is merciless. It keeps _his2 mammary glands in a permanent state of barely-safe hyperproduction, and _he2 wakes up every day with _his2 terribly sore breasts spontaneously dribbling milk.
@@ -840,7 +837,7 @@ voice. It's $subSlave.slaveName.
 	<</if>>
 <<elseif $subSlave.bellyFluid >= 10000 && $activeSlave.dick > 3>>
 	"I'm really full of $subSlave.inflationType. I don't know what will happen if you fuck me."
-<<elseif $subSlave.preg > 30 && $activeSlave.dick > 3>>
+<<elseif $subSlave.preg > $subSlave.pregData.normalBirth/1.33 && $activeSlave.dick > 3>>
 	"I'm really pregnant, and it'<<s>> getting uncomfortable to take a big cock like your<<s>>."
 <<elseif $subSlave.assignment == "work in the brothel" || $subSlave.assignment == "whore">>
 	"And my <<if _vaginal>>pu<<ss>>y<<else>>a<<ss>><</if>> i<<s>> <<s>>ore. Cu<<s>>tomer<<s>> <<if _vaginal>>fucked me<<else>>pounded it<</if>> all day."
@@ -995,7 +992,6 @@ while _he2 nurses. $activeSlave.slaveName notices you first, of course, and <<if
 $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of _his2 <<if $subSlave.lips > 95>>facepussy<<elseif $subSlave.lipsImplant > 0>>fake lips<<elseif $subSlave.lips > 20>>big lips<<else>>mouth<</if>> so _he2 can turn around and greet you too, but _he2 hurries back to the nipple afterward, and doesn't stop stimulating _his2 _mother for a moment.
 
 
-
 <<default>>
 	<br>ERROR: bad RETS event $RETSevent
 <</switch>>
@@ -1036,7 +1032,7 @@ $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of
 	You move in. $activeSlave.slaveName <<if canSee($activeSlave)>>catches sight of<<else>>notices<</if>> your approach, and you see the corners of $his mouth quirk upward. $He breaks the lip lock and says breathily, "Hey $subSlave.slaveName, I think there'<<s>> <<s>>omething el<<s>>e you <<sh>>ould ta<<s>>te te<<s>>t."
 	<br><br>
 	<<run Enunciate($subSlave)>>
-	"Whaa-" the slave starts to ask warily before $activeSlave.slaveName pushes _him2 to _his2 knees, spinning _him2 around as $he does so. This brings $subSlave.slaveName face to face with your <<if $PC.dick == 1>>stiff prick, a bead of precum already present at its tip<<else>>wet cunt, a bead of pussyjuice already trailing down your inner thigh<</if>>. "Oh, um, hi <<Master $subSlave>>," _he2 stammers, and then starts to <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat your pussy<</if>>. This leaves poor $activeSlave.slaveName without anyone to make out with, so you step in there, grabbing $him and pulling the giggling slave in to kiss $him deeply. $His mouth is indeed a bit <<if $activeSlave.preg > 20>>sour<<else>>tart<</if>>. $He moans into your mouth as $he feels $his nipples press against <<if $PC.boobs == 1>>yours<<else>>your hard chest<</if>>, and then again as your tongue invades $him. When you <<if $PC.dick == 1>>fill $subSlave.slaveName's mouth with cum<<else>>climax wetly against $subSlave.slaveName's mouth<</if>>, you pull away slightly, letting the slave on _his2 knees below you gasp "You ta<<s>>te great, <<Master>>!" before you spin _him2 around in turn so _he2 can give $activeSlave.slaveName $his own allotment of oral sex. You leave them to it. They @@.mediumaquamarine;trust you a bit more@@ after such a lighthearted little escapade.
+	"Whaa-" the slave starts to ask warily before $activeSlave.slaveName pushes _him2 to _his2 knees, spinning _him2 around as $he does so. This brings $subSlave.slaveName face to face with your <<if $PC.dick == 1>>stiff prick, a bead of precum already present at its tip<<else>>wet cunt, a bead of pussyjuice already trailing down your inner thigh<</if>>. "Oh, um, hi <<Master $subSlave>>," _he2 stammers, and then starts to <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat your pussy<</if>>. This leaves poor $activeSlave.slaveName without anyone to make out with, so you step in there, grabbing $him and pulling the giggling slave in to kiss $him deeply. $His mouth is indeed a bit <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>sour<<else>>tart<</if>>. $He moans into your mouth as $he feels $his nipples press against <<if $PC.boobs == 1>>yours<<else>>your hard chest<</if>>, and then again as your tongue invades $him. When you <<if $PC.dick == 1>>fill $subSlave.slaveName's mouth with cum<<else>>climax wetly against $subSlave.slaveName's mouth<</if>>, you pull away slightly, letting the slave on _his2 knees below you gasp "You ta<<s>>te great, <<Master>>!" before you spin _him2 around in turn so _he2 can give $activeSlave.slaveName $his own allotment of oral sex. You leave them to it. They @@.mediumaquamarine;trust you a bit more@@ after such a lighthearted little escapade.
 	<<set $activeSlave.trust += 2, $subSlave.trust += 2, $subSlave.oralCount += 2>>
 	<<set $oralTotal += 2>>
 	<<set $slaves[$slaveIndices[$subSlave.ID]] = $subSlave>>
@@ -1536,7 +1532,7 @@ $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of
 <<link "<<= $Girl>>s' butts are for loving">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You tell $him that $his butt is for lovemaking, just like $subSlave.slaveName's. $He looks horrified. You clear $his schedule and sit $him down on the couch ($he carefully avoids the spot where you and $subSlave.slaveName embraced) before continuing with your day. $subSlave.slaveName was your first inspection of the day, so $activeSlave.slaveName has nothing to do for hours and hours other than sit there and <<if canSee($activeSlave)>>watch you<<else>>listen to your actions<</if>>. $He's a healthy $girl,<<if $activeSlave.preg > 20>> ripe with pregnancy,<</if>> and $his food is laced with mild aphrodisiacs. The boredom and $his building arousal begin to torture $him, until finally $he grinds out a hesitant "P-plea<<s>>e fuck me, <<Master>>." You glance at $him and $he quickly looks down, blushing. You go back to your work, and an hour later $he manages a more confident "Plea<<s>>e fuck me, <<Master>>."
+	You tell $him that $his butt is for lovemaking, just like $subSlave.slaveName's. $He looks horrified. You clear $his schedule and sit $him down on the couch ($he carefully avoids the spot where you and $subSlave.slaveName embraced) before continuing with your day. $subSlave.slaveName was your first inspection of the day, so $activeSlave.slaveName has nothing to do for hours and hours other than sit there and <<if canSee($activeSlave)>>watch you<<else>>listen to your actions<</if>>. $He's a healthy $girl,<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> ripe with pregnancy,<</if>> and $his food is laced with mild aphrodisiacs. The boredom and $his building arousal begin to torture $him, until finally $he grinds out a hesitant "P-plea<<s>>e fuck me, <<Master>>." You glance at $him and $he quickly looks down, blushing. You go back to your work, and an hour later $he manages a more confident "Plea<<s>>e fuck me, <<Master>>."
 	<br><br>
 	Judging $him ready, you tell $him to kneel on the couch. $He does, trembling with fear and arousal;
 	<<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
@@ -1577,7 +1573,7 @@ $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of
 <br><<link "<<= $Girl>>s' butts are for pounding">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
-	You tell $him that $his butt is your property, just like $subSlave.slaveName's. $He looks @@.gold;terrified.@@ You continue, telling $him to bring your property over to you. $He stumbles over, begging, "P-plea<<s>>e, fuck me <<Master>>, plea<<s>>e don't do <<s>>tuff to my butt. It'<<s>> going t-to h-hurt.<<if $activeSlave.preg > 20>> And I-I'm r-really pregnant.<<elseif $activeSlave.pregKnown == 1>> And I-I'm p-pregnant.<</if>>" You push $him down across your desk, giving $him a swat across the rump to warn $him to shut up. $He does, though $he makes a little squealing noise when you begin to grope $his ass, working your way in towards $his virgin backdoor. When $he feels <<if $PC.dick == 1>>your lubed cockhead<<else>>a lubed strap-on<</if>> sliding between $his buttocks and then pressing against $his anus, $he bursts out, "Plea<<s>>e no, <<Master>>! Plea<<s>>e not my - AAAH! OW!" and bursts into tears. You give $him a few seconds to get used to your girth and then begin to fuck $his delicious little virgin behind. Despite the pain, the <<if $activeSlave.vagina != -1>>stimulation gets $him wet<<elseif $activeSlave.prostate != 0>>prostate stimulation gets $him hard<<else>>stimulation brings a little fluid out of $him<</if>>, and you tell $him that $he clearly wants it. $He doesn't know what to say in response, so $he just cries harder as <<if $activeSlave.dick == 0>>you reach around to cup $his soaking cunt possessively<<else>>$he starts to leak despite $his displeasure<</if>>. $His butthole is so wonderfully tight that you orgasm quickly, throwing $his unresisting butt over onto the couch for another round. $He's @@.green;no longer repressed,@@ but $he now @@.red;hates@@ having $his @@.lime;newly loosened butt@@ fucked.
+	You tell $him that $his butt is your property, just like $subSlave.slaveName's. $He looks @@.gold;terrified.@@ You continue, telling $him to bring your property over to you. $He stumbles over, begging, "P-plea<<s>>e, fuck me <<Master>>, plea<<s>>e don't do <<s>>tuff to my butt. It'<<s>> going t-to h-hurt.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> And I-I'm r-really pregnant.<<elseif $activeSlave.pregKnown == 1>> And I-I'm p-pregnant.<</if>>" You push $him down across your desk, giving $him a swat across the rump to warn $him to shut up. $He does, though $he makes a little squealing noise when you begin to grope $his ass, working your way in towards $his virgin backdoor. When $he feels <<if $PC.dick == 1>>your lubed cockhead<<else>>a lubed strap-on<</if>> sliding between $his buttocks and then pressing against $his anus, $he bursts out, "Plea<<s>>e no, <<Master>>! Plea<<s>>e not my - AAAH! OW!" and bursts into tears. You give $him a few seconds to get used to your girth and then begin to fuck $his delicious little virgin behind. Despite the pain, the <<if $activeSlave.vagina != -1>>stimulation gets $him wet<<elseif $activeSlave.prostate != 0>>prostate stimulation gets $him hard<<else>>stimulation brings a little fluid out of $him<</if>>, and you tell $him that $he clearly wants it. $He doesn't know what to say in response, so $he just cries harder as <<if $activeSlave.dick == 0>>you reach around to cup $his soaking cunt possessively<<else>>$he starts to leak despite $his displeasure<</if>>. $His butthole is so wonderfully tight that you orgasm quickly, throwing $his unresisting butt over onto the couch for another round. $He's @@.green;no longer repressed,@@ but $he now @@.red;hates@@ having $his @@.lime;newly loosened butt@@ fucked.
 	<<set $activeSlave.behavioralFlaw = 0, $activeSlave.sexualFlaw = "hates anal", $activeSlave.trust -= 5, $activeSlave.anus += 1, $activeSlave.analCount++>>
 	<<set $analTotal++>>
 	<<if canImpreg($activeSlave, $PC)>>
@@ -2211,7 +2207,7 @@ $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of
 				<</if>>
 			<<elseif $activeSlave.pregKnown == 1>>
 				"and keep doing that. Ju<<s>>t, ju<<s>>t touch my belly, too.
-				<<if $activeSlave.preg > 35>>
+				<<if $activeSlave.preg > $activeSlave.pregData.minLiveBirth>>
 					You're going to have a <<s>>i<<s>>ter <<s>>oon."
 				<<elseif $activeSlave.belly >= 10000>>
 					Your <<s>>i<<s>>ter<<if $activeSlave.pregType > 1>><<s>> are<<else>> i<<s>><</if>> kicking away, <<s>>ay hello to your family.
diff --git a/src/uncategorized/arcadeReport.tw b/src/uncategorized/arcadeReport.tw
index 34edfde6d531caaa5eca20508ea071e76a8d301d..369786421d7127fe628547d17a43453f09e6dccf 100644
--- a/src/uncategorized/arcadeReport.tw
+++ b/src/uncategorized/arcadeReport.tw
@@ -108,7 +108,7 @@
 			<</if>>
 			<<if ($slaves[$i].geneMods.NCS == 1)>>
 				/*
-				**  NCS will allow some growth for Arcade milking, but not as much as the Dairy.
+				** NCS will allow some growth for Arcade milking, but not as much as the Dairy.
 				*/
 				<<set _growth = Math.trunc(_growth/3.5)>>
 			<</if>>
diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw
index 80f6ac590f04a47bf8bcd645aaa339cab0fdbec1..a18c81b2ea8d2980a191a993dc4b893d7e5a4a1b 100644
--- a/src/uncategorized/arcmgmt.tw
+++ b/src/uncategorized/arcmgmt.tw
@@ -3,8 +3,8 @@
 <<if $useTabs == 0>>__Arcology Management__<</if>>
 <br>
 
-/* New Population 
-Populations depend on the 'demand' for them. People flock to the Free City when there are jobs. Jobs for lower class people depend on prosperity and the need for labor from other classes. They compete with slaves for work. 
+/* New Population
+Populations depend on the 'demand' for them. People flock to the Free City when there are jobs. Jobs for lower class people depend on prosperity and the need for labor from other classes. They compete with slaves for work.
 More elite citizens require their own slaves and will cause the population of slaves to increase as they move in. FS and policies will impact how many slaves they desire and how productive they are. The PC's menials also compete for labor within the arcology. Slaves can now 'expire', speed depends on FS and policies. Default lifespan for menials is an average of ~4 years. */
 
 <<set $oldACitizens = $ACitizens,
@@ -204,7 +204,7 @@ _topClassP = 1>>
 	_slaveDemandU *= 1 + Math.trunc(Math.min($arcologies[0].FSRomanRevivalist, 100) / 20) * 0.02,
 	_slaveDemandT *= 1 + Math.trunc(Math.min($arcologies[0].FSRomanRevivalist, 100) / 20) * 0.025,
 	_expirationFS *= 1 + Math.trunc(Math.min($arcologies[0].FSRomanRevivalist, 100) / 20) * -0.1,
-	_welfareFS *= 1 + Math.trunc(Math.min($arcologies[0].FSRomanRevivalist, 100) / 20) * -0.05, 
+	_welfareFS *= 1 + Math.trunc(Math.min($arcologies[0].FSRomanRevivalist, 100) / 20) * -0.05,
 	_lowerClass += Math.trunc(Math.min($arcologies[0].FSRomanRevivalist, 100) / 20) * 40,
 	_lowerClassP *= 1 + Math.trunc(Math.min($arcologies[0].FSRomanRevivalist, 100) / 20) * 0.002,
 	_topClass += Math.trunc(Math.min($arcologies[0].FSRomanRevivalist, 100) / 20) * -5.4,
@@ -582,7 +582,7 @@ _middleClass *= 1 + ($TSS.subsidize + $GRI.subsidize + $SCP.subsidize + $LDE.sub
 
 /*Slave retirement trigger pulled (one time only)*/
 <<if $CitizenRetirementTrigger == 1>>
-	<<if $arcologies[0].FSSupremacistLawME < 1 && $arcologies[0].FSSubjugationistLawME < 1>> 
+	<<if $arcologies[0].FSSupremacistLawME < 1 && $arcologies[0].FSSubjugationistLawME < 1>>
 		<<set $lowerClass += Math.trunc(($NPCSlaves + $helots + $fuckdolls + $menialBioreactors) * 0.2)>>
 	<<elseif $arcologies[0].FSSubjugationistLawME == 1>>
 		<<set $lowerClass += Math.trunc(($NPCSlaves + $helots + $fuckdolls + $menialBioreactors) * 0.15)>>
diff --git a/src/uncategorized/arcologyDescription.tw b/src/uncategorized/arcologyDescription.tw
index e7b8a379c4e0d5a47cc700164bd22ff8bdb43656..fbb0e73ece8dbce882d136ab1cd0b7d317807dd9 100644
--- a/src/uncategorized/arcologyDescription.tw
+++ b/src/uncategorized/arcologyDescription.tw
@@ -38,6 +38,7 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
 <</if>>
 
 <<if ($arcologies[0].FSSupremacistDecoration == 100) || ($arcologies[0].FSSubjugationistDecoration == 100) || ($arcologies[0].FSGenderRadicalistDecoration == 100) || ($arcologies[0].FSGenderFundamentalistDecoration == 100) || ($arcologies[0].FSPaternalistDecoration == 100) || ($arcologies[0].FSDegradationistDecoration == 100) || ($arcologies[0].FSBodyPuristDecoration == 100) || ($arcologies[0].FSTransformationFetishistDecoration == 100) || ($arcologies[0].FSYouthPreferentialistDecoration == 100) || ($arcologies[0].FSMaturityPreferentialistDecoration == 100) || ($arcologies[0].FSSlimnessEnthusiastDecoration == 100) || ($arcologies[0].FSAssetExpansionistDecoration == 100) || ($arcologies[0].FSPastoralistDecoration == 100) || ($arcologies[0].FSPhysicalIdealistDecoration == 100) || ($arcologies[0].FSChattelReligionistDecoration == 100) || ($arcologies[0].FSRomanRevivalistDecoration == 100) || ($arcologies[0].FSAztecRevivalistDecoration == 100) || ($arcologies[0].FSEgyptianRevivalistDecoration == 100) || ($arcologies[0].FSEdoRevivalistDecoration == 100) || ($arcologies[0].FSArabianRevivalistDecoration == 100) || ($arcologies[0].FSChineseRevivalistDecoration == 100) || ($arcologies[0].FSRepopulationFocusDecoration == 100) || ($arcologies[0].FSRestartDecoration == 100) || ($arcologies[0].FSHedonisticDecadenceDecoration == 100)>>
+	<<setPlayerPronouns>>
 	Outside the main entrance, there is an enormous statue of an idealized
 	<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure with several statues of nude slaves at its feet.
 	<<if $arcologies[0].FSSupremacistDecoration == 100>>
@@ -109,33 +110,22 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
 	<</if>>
 	<<if $arcologies[0].FSChattelReligionistDecoration == 100>>
 		The central
-		<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure has a halo behind <<if $PC.title == 1>>his<<else>>her<</if>> head, and the slaves are in attitudes of worship.
+		<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure has a halo behind _hisP head, and the slaves are in attitudes of worship.
 	<</if>>
 	<<if $arcologies[0].FSRomanRevivalistDecoration == 100>>
 		The central
-		<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure is wearing a toga; <<if $PC.title == 1>>he<<else>>she<</if>> has a laurel wreath about <<if $PC.title == 1>>his<<else>>her<</if>> brow.
+		<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure is wearing a toga; _heP has a laurel wreath about _hisP brow.
 	<</if>>
 	<<if $arcologies[0].FSAztecRevivalistDecoration == 100>>
 		The central
-		<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure is wearing a feathered cloak, ornamented with jewels; <<if $PC.title == 1>>he<<else>>she<</if>> has a giant headdress on <<if $PC.title == 1>>his<<else>>her<</if>> head.
+		<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure is wearing a feathered cloak, ornamented with jewels; _heP has a giant headdress on _hisP head.
 	<</if>>
 	<<if $arcologies[0].FSEgyptianRevivalistDecoration == 100>>
 		The central <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure is wearing a pharaoh's crown.
 	<</if>>
 	<<if $arcologies[0].FSEdoRevivalistDecoration == 100>>
-		The central <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure has a hand resting confidently on the hilts of the sheathed katana and wakizashi
-		<<if ($PC.title == 1)>>
-			he
-		<<else>>
-			she
-		<</if>>
-		has thrust through the sash about
-		<<if ($PC.title == 1)>>
-			his
-		<<else>>
-			her
-		<</if>>
-		waist.
+		The central <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure has a hand resting confidently on the hilts of the sheathed katana and wakizashi _heP
+		has thrust through the sash about _hisP waist.
 	<</if>>
 	<<if $arcologies[0].FSArabianRevivalistDecoration == 100>>
 		The central <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure is wearing a turban and flowing robes.
@@ -379,7 +369,7 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
 		Near the penthouse the riot control center can be found. Here dissidents and dangerous political forces of $arcologies[0].name are carefully monitored and managed.
 	<</if>>
 	<<if $transportHub == 1>>
-		 The transport hub, in the commercial section of the arcology, deals with new arrivals to $arcologies[0].name via <<if $terrain != "oceanic" && $terrain != "marine">>land<<else>>sea<</if>> in addition to air.
+		The transport hub, in the commercial section of the arcology, deals with new arrivals to $arcologies[0].name via <<if $terrain != "oceanic" && $terrain != "marine">>land<<else>>sea<</if>> in addition to air.
 	<</if>>
 <</if>>
 
diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index 4057afc56a0288fd800ded996583b42af4bb6647..2cdeb84ad592ac8090b3eaa1fd4e2cd6776346db 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -70,35 +70,35 @@
 	<</if>>
 	<<if $activeSlave.nipplesPiercing+$activeSlave.areolaePiercing != _slaveBeforeSession.nipplesPiercing+_slaveBeforeSession.areolaePiercing>>
 		<<if $activeSlave.fetishKnown>>
-		<<if $activeSlave.fetishStrength > 10>>
-		<<if $activeSlave.fetish == "boobs">>
-			Since $he's fixated on $his boobs, $he's
-			<<if $activeSlave.nipplesPiercing+$activeSlave.areolaePiercing > _slaveBeforeSession.nipplesPiercing+_slaveBeforeSession.areolaePiercing>>
-				<<if $activeSlave.nipplesPiercing+$activeSlave.areolaePiercing > 2>>@@.hotpink;very happy@@ you took the time to personally pierce them so heavily<<else>>@@.hotpink;happy@@ to get nipple piercings from you personally<</if>>. As far as $he's concerned, more attention on $his tits is always good.
-				<<set $activeSlave.devotion += ($activeSlave.nipplesPiercing+$activeSlave.areolaePiercing-_slaveBeforeSession.nipplesPiercing-_slaveBeforeSession.areolaePiercing)*2>>
-			<<elseif $activeSlave.devotion <= 95>>
-				@@.mediumorchid;saddened@@ you decided to take out $his nipple piercings yourself. $He doesn't like anything that makes $his tits less distinctive.
-				<<set $activeSlave.devotion += ($activeSlave.tonguePiercing-_slaveBeforeSession.tonguePiercing)*2>>
+			<<if $activeSlave.fetishStrength > 10>>
+				<<if $activeSlave.fetish == "boobs">>
+					Since $he's fixated on $his boobs, $he's
+					<<if $activeSlave.nipplesPiercing+$activeSlave.areolaePiercing > _slaveBeforeSession.nipplesPiercing+_slaveBeforeSession.areolaePiercing>>
+						<<if $activeSlave.nipplesPiercing+$activeSlave.areolaePiercing > 2>>@@.hotpink;very happy@@ you took the time to personally pierce them so heavily<<else>>@@.hotpink;happy@@ to get nipple piercings from you personally<</if>>. As far as $he's concerned, more attention on $his tits is always good.
+						<<set $activeSlave.devotion += ($activeSlave.nipplesPiercing+$activeSlave.areolaePiercing-_slaveBeforeSession.nipplesPiercing-_slaveBeforeSession.areolaePiercing)*2>>
+					<<elseif $activeSlave.devotion <= 95>>
+						@@.mediumorchid;saddened@@ you decided to take out $his nipple piercings yourself. $He doesn't like anything that makes $his tits less distinctive.
+						<<set $activeSlave.devotion += ($activeSlave.tonguePiercing-_slaveBeforeSession.tonguePiercing)*2>>
+					<</if>>
+				<</if>>
 			<</if>>
 		<</if>>
-		<</if>>
-		<</if>>
 	<</if>>
 	<<if $activeSlave.corsetPiercing != _slaveBeforeSession.corsetPiercing>>
 		<<if $activeSlave.fetishKnown>>
-		<<if $activeSlave.fetishStrength > 10>>
-		<<if $activeSlave.fetish == "masochist">>
-			Since $he's a pain whore,
-			<<if $activeSlave.corsetPiercing > _slaveBeforeSession.corsetPiercing>>
-				$he @@.hotpink;got off on@@ you giving $his a corset piercing personally. $He loved the feeling of the metal entering $his flesh.
-				<<set $activeSlave.devotion += ($activeSlave.corsetPiercing-_slaveBeforeSession.corsetPiercing)*2>>
-			<<elseif $activeSlave.devotion <= 95>>
-				 $he's @@.mediumorchid;saddened@@ you decided to take out $his corset piercings yourself. $He'll miss the constant slight discomfort they gave $him.
-				<<set $activeSlave.devotion += ($activeSlave.corsetPiercing-_slaveBeforeSession.corsetPiercing)*2>>
+			<<if $activeSlave.fetishStrength > 10>>
+				<<if $activeSlave.fetish == "masochist">>
+					Since $he's a pain whore,
+					<<if $activeSlave.corsetPiercing > _slaveBeforeSession.corsetPiercing>>
+						$he @@.hotpink;got off on@@ you giving $his a corset piercing personally. $He loved the feeling of the metal entering $his flesh.
+						<<set $activeSlave.devotion += ($activeSlave.corsetPiercing-_slaveBeforeSession.corsetPiercing)*2>>
+					<<elseif $activeSlave.devotion <= 95>>
+						$he's @@.mediumorchid;saddened@@ you decided to take out $his corset piercings yourself. $He'll miss the constant slight discomfort they gave $him.
+						<<set $activeSlave.devotion += ($activeSlave.corsetPiercing-_slaveBeforeSession.corsetPiercing)*2>>
+					<</if>>
+				<</if>>
 			<</if>>
 		<</if>>
-		<</if>>
-		<</if>>
 	<</if>>
 	<<if $activeSlave.vaginaPiercing != _slaveBeforeSession.vaginaPiercing>>
 		<<if $activeSlave.fetishKnown>>
@@ -322,11 +322,11 @@
 
 /* 000-250-006 */
 <<if $seeImages == 1>>
-<<if $imageChoice == 1>>
-	<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 3 0>></div>
-<<else>>
-	<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 3 0>></div>
-<</if>>
+	<<if $imageChoice == 1>>
+		<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 3 0>></div>
+	<<else>>
+		<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 3 0>></div>
+	<</if>>
 <</if>>
 /* 000-250-006 */
 
@@ -512,7 +512,7 @@ Choose piercing style:
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 Remove piercings from:
 
-/* no dick/vagina checks in 'remove' so stealth piercings can be cleaned. Check only for piercings.  */
+/* no dick/vagina checks in 'remove' so stealth piercings can be cleaned. Check only for piercings. */
 <<link "Everywhere">>
 	<<if $activeSlave.earPiercing > 0>><<set $activeSlave.earPiercing = 0>>			<<set $cash -= $modCost>><</if>>
 	<<if $activeSlave.nosePiercing > 0>><<set $activeSlave.nosePiercing = 0>>		<<set $cash -= $modCost>><</if>>
@@ -555,17 +555,17 @@ Remove piercings from:
 /* TATTOOS */
 
 Tattoos:
-<<if $activeSlave.shouldersTat	!= 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<shouldersTatDescription>><<set _hasTat = 1>><</if>>
-<<if $activeSlave.lipsTat		!= 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<lipsTatDescription>><<set _hasTat = 1>><</if>>
-<<if $activeSlave.boobsTat		!= 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<boobsTatDescription>><<set _hasTat = 1>><</if>>
-<<if $activeSlave.armsTat		!= 0 && $activeSlave.amp != 1>>	<br>&nbsp;&nbsp;&nbsp;&nbsp;<<armsTatDescription>><<set _hasTat = 1>><</if>>
-<<if $activeSlave.backTat		!= 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<backTatDescription>><<set _hasTat = 1>><</if>>
-<<if $activeSlave.stampTat		!= 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<stampTatDescription>><<set _hasTat = 1>><</if>>
-<<if $activeSlave.buttTat		!= 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<buttTatDescription>><<set _hasTat = 1>><</if>>
-<<if $activeSlave.vaginaTat		!= 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<vaginaTatDescription>><<set _hasTat = 1>><</if>>
-<<if $activeSlave.dickTat		!= 0 && $activeSlave.dick > 0>>	<br>&nbsp;&nbsp;&nbsp;&nbsp;<<dickTatDescription>><<set _hasTat = 1>><</if>>
-<<if $activeSlave.anusTat		!= 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<anusTatDescription>><<set _hasTat = 1>><</if>>
-<<if $activeSlave.legsTat		!= 0 && $activeSlave.amp != 1>>	<br>&nbsp;&nbsp;&nbsp;&nbsp;<<legsTatDescription>><<set _hasTat = 1>><</if>>
+<<if $activeSlave.shouldersTat != 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<shouldersTatDescription>><<set _hasTat = 1>><</if>>
+<<if $activeSlave.lipsTat != 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<lipsTatDescription>><<set _hasTat = 1>><</if>>
+<<if $activeSlave.boobsTat != 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<boobsTatDescription>><<set _hasTat = 1>><</if>>
+<<if $activeSlave.armsTat != 0 && $activeSlave.amp != 1>>	<br>&nbsp;&nbsp;&nbsp;&nbsp;<<armsTatDescription>><<set _hasTat = 1>><</if>>
+<<if $activeSlave.backTat != 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<backTatDescription>><<set _hasTat = 1>><</if>>
+<<if $activeSlave.stampTat != 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<stampTatDescription>><<set _hasTat = 1>><</if>>
+<<if $activeSlave.buttTat != 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<buttTatDescription>><<set _hasTat = 1>><</if>>
+<<if $activeSlave.vaginaTat != 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<vaginaTatDescription>><<set _hasTat = 1>><</if>>
+<<if $activeSlave.dickTat != 0 && $activeSlave.dick > 0>>	<br>&nbsp;&nbsp;&nbsp;&nbsp;<<dickTatDescription>><<set _hasTat = 1>><</if>>
+<<if $activeSlave.anusTat != 0>>							<br>&nbsp;&nbsp;&nbsp;&nbsp;<<anusTatDescription>><<set _hasTat = 1>><</if>>
+<<if $activeSlave.legsTat != 0 && $activeSlave.amp != 1>>	<br>&nbsp;&nbsp;&nbsp;&nbsp;<<legsTatDescription>><<set _hasTat = 1>><</if>>
 
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 Choose a tattoo style:
@@ -974,7 +974,7 @@ Choose a site for branding:
 		<<set $cash -= $modCost>>
 		<<set $degradation += 10>>
 		<<goto "Body Modification">>
-	<</link>>  $brandTarget, or
+	<</link>> $brandTarget, or
 	<<link "both">>
 		<<set $brandApplied = 1>>
 		<<set $activeSlave.brand = $brandDesign>>
diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw
index 27927fc1d18f57138618e05ea670443d81d1a865..b1d93e70fbc0e9af8b3efee9c0e27bbd050e9821 100644
--- a/src/uncategorized/brothelReport.tw
+++ b/src/uncategorized/brothelReport.tw
@@ -288,7 +288,7 @@
 	<<for _dI = 0; _dI < _DL; _dI++>>
 		<<set $i = $slaveIndices[$BrothiIDs[_dI]]>>
 		<<setLocalPronouns $slaves[$i]>>
-		<<if ($legendaryWombID == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].preg > 30) && ($slaves[$i].broodmother == 0) && ($slaves[$i].eggType == "human") && ($slaves[$i].births > 10) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
+		<<if ($legendaryWombID == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33) && ($slaves[$i].broodmother == 0) && ($slaves[$i].eggType == "human") && ($slaves[$i].births > 10) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
 			<<set $legendaryWombID = $slaves[$i].ID>>
 		<</if>>
 		<<if ($legendaryWhoreID == 0) && ($slaves[$i].whoreSkill >= 100) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw
index c8eacb9a6c6f51c0cf679da2c97b530c5bc323be..898aef812d33a25fe901df0e0e7fd8f37ad0826c 100644
--- a/src/uncategorized/clinicReport.tw
+++ b/src/uncategorized/clinicReport.tw
@@ -161,7 +161,7 @@
 				_He2 is filled to the maximum that _his2 implant can stand.
 			<</if>>
 		<</if>>
-		<<if $slaves[$i].pregKnown == 1 && $slaves[$i].preg < 40 && $slaves[$i].pregControl == "speed up">>
+		<<if $slaves[$i].pregKnown == 1 && $slaves[$i].preg < $slaves[$i].pregData.normalBirth && $slaves[$i].pregControl == "speed up">>
 			<<setLocalPronouns $slaves[$i] 2>>
 			<br>''@@.pink;$slaves[$i].slaveName@@'' spends most of _his2 time on bedrest being filled with rapid gestation agents and concentrated slave food. All _he2 can do is <<if $slaves[$i].amp != 1 && canSee($slaves[$i])>>watch and feel _his2 belly pushing further and further out with life<<elseif $slaves[$i].amp != 1>>watch _his2 belly bulging further and further out with life<<elseif !canSee($slaves[$i])>>feel _his2 belly pushing further and further out with life beneath _his2 fingers<<else>>feel the every growing pressure inside _his2 abdomen<</if>>. Careful attention, along with numerous drug injections, are used to make sure _his2 body is able to safely adjust to _his2 pregnancy's rapid growth.
 			<<set $slaves[$i].health -= 10>>
@@ -172,7 +172,7 @@
 			<<else>>
 				<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 10>>
 			<</if>>
-			<<if $slaves[$i].preg >= 35 && $slaves[$i].pregControl == "speed up">>
+			<<if $slaves[$i].preg >= $slaves[$i].pregData.minLiveBirth && $slaves[$i].pregControl == "speed up">>
 				<<set $slaves[$i].pregControl = "none">>
 				''@@.pink;$slaves[$i].slaveName's@@'' child is ready to pop out of _his2 womb, ''@@.yellow;_his2 course of rapid gestation agents is finished''.
 			<</if>>
@@ -265,7 +265,7 @@
 	<<if ($slaves[$i].health <= 40)>>
 	<<elseif ($Nurse != 0) && ($slaves[$i].chem > 15) && ($clinicUpgradeFilters == 1)>>
 	<<elseif ($Nurse != 0) && ($slaves[$i].pregKnown == 1) && ($clinicSpeedGestation >= 0 || $slaves[$i].pregControl == "speed up")>>
-	<<elseif ($Nurse != 0) && ($slaves[$i].pregAdaptation*1000 < $slaves[$i].bellyPreg || $slaves[$i].preg > 30)>>
+	<<elseif ($Nurse != 0) && ($slaves[$i].pregAdaptation*1000 < $slaves[$i].bellyPreg || $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33)>>
 	<<elseif ($Nurse != 0) && ($clinicInflateBelly > 0) && ($slaves[$i].bellyImplant >= 0) && ($slaves[$i].bellyImplant <= ($arcologies[0].FSTransformationFetishistResearch ? 800000 : 130000))>>
 	<<else>>
 		<br><br>''__@@.pink;$slaves[$i].slaveName@@__'' has been returned to health<<if ($Nurse != 0) && ($clinicUpgradeFilters == 1)>> and purity<</if>>, so @@.yellow;$his assignment has defaulted to rest.@@
diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw
index c261005b1000f8a8b7d4f7a17c5ff477f53cc235..377cc76986694290faeafe1a6bd95ada0dc3b8c2 100644
--- a/src/uncategorized/clubReport.tw
+++ b/src/uncategorized/clubReport.tw
@@ -202,7 +202,7 @@
 		<<if ($legendaryEntertainerID == 0) && ($slaves[$i].prestige == 0) && ($slaves[$i].entertainSkill >= 100) && ($slaves[$i].devotion > 50)>>
 			<<set $legendaryEntertainerID = $slaves[$i].ID>>
 		<</if>>
-		<<if ($legendaryWombID == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].preg > 30) && ($slaves[$i].broodmother == 0) && ($slaves[$i].eggType == "human") && ($slaves[$i].births > 10) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
+		<<if ($legendaryWombID == 0) && ($slaves[$i].amp != 1) && ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33) && ($slaves[$i].broodmother == 0) && ($slaves[$i].eggType == "human") && ($slaves[$i].births > 10) && ($slaves[$i].devotion > 50) && ($slaves[$i].prestige == 0)>>
 			<<set $legendaryWombID = $slaves[$i].ID>>
 		<</if>>
 		<<if ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -20)>>
diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index 328837a142843b4448f7095d3f8662a3f5d4ead2..783c2499379d20dbe178e26df35bc73406c60a43 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -85,7 +85,7 @@ your __personal living expenses__ are <<print cashFormat(Math.trunc($girls*(250+
 	<</if>>
 	<<if $SF.Bonus>>
 		<<= Count()>>
-		<br>__Bonuses for basic FS acceptance amoungst $SF.Lower:__ <<print cashFormat(Math.ceil(_SFCashBonus))>>
+		<br>__Bonuses for basic FS acceptance amongst $SF.Lower:__ <<print cashFormat(Math.ceil(_SFCashBonus))>>
 		<br>&nbsp;Colonel <<print cashFormat(_ColonelCashBonus*_Env)>>.
 		&nbsp;Troop size: <<print commaNum($SFUnit.Troops)>> and each solider recives <<print cashFormat(_inviTroop*_Env)>>, totalling <<print cashFormat(Math.ceil(_TroopCashBonus*_Env))>>.
 		<<set _archologyCosts += _SFCashBonus>>
@@ -141,13 +141,13 @@ your __personal living expenses__ are <<print cashFormat(Math.trunc($girls*(250+
 <<if ($servantsQuarters > 0 && $servantsQuartersUpgradeMonitoring > 0) ||
 $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
 ($cyberMod != 0 && $researchLab.built == "true")>>
-<br>__Penthouse facility maintenance__: 
+<br>__Penthouse facility maintenance__:
 	<<if ($servantsQuarters > 0) && ($servantsQuartersUpgradeMonitoring > 0)>>
-		Servants' Quarters: <<print cashFormat((0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost))>> 
+		Servants' Quarters: <<print cashFormat((0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost))>>
 		<<set _archologyCosts += 0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost>>
 	<</if>>
 	<<if $nursery > 0>> /*TODO: this will definitely need to be expanded to take into account the number of children and other factors*/
-		Nursery: <<print cashFormat($nursery*$facilityCost)>> 
+		Nursery: <<print cashFormat($nursery*$facilityCost)>>
 		<<set _archologyCosts += $nursery*$facilityCost>>
 	<</if>>
 	<<if ($masterSuiteUpgradePregnancy > 0)>>
@@ -178,17 +178,17 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
 		<<set _archologyCosts += ($edictsUpkeep + $SFSupportUpkeep)>>
 	<</if>>
 	<<if $propHub != 0 || $secHQ != 0 || $secBarracks != 0 || $riotCenter != 0>>
-		<br>__Security apartus maintenance costs__: 
+		<br>__Security apartus maintenance costs__:
 		<<if $propHub != 0>>
-			Propaganda Hub: @@.yellowgreen;<<print cashFormat($propHubUpkeep)>>@@ 
+			Propaganda Hub: @@.yellowgreen;<<print cashFormat($propHubUpkeep)>>@@
 			<<set _archologyCosts += $propHubUpkeep>>
 		<</if>>
 		<<if $secHQ != 0>>
-			Security Headquarters: @@.yellowgreen;<<print cashFormat(($secHQUpkeep)+(20*$secHelots))>>@@ 
+			Security Headquarters: @@.yellowgreen;<<print cashFormat(($secHQUpkeep)+(20*$secHelots))>>@@
 			<<set _archologyCosts += ($secHQUpkeep)+(20*$secHelots)>>
 		<</if>>
 		<<if $secBarracks != 0>>
-			Barracks: @@.yellowgreen;<<print cashFormat($secBarracksUpkeep)>>@@ 
+			Barracks: @@.yellowgreen;<<print cashFormat($secBarracksUpkeep)>>@@
 			<<set _archologyCosts += $secBarracksUpkeep>>
 		<</if>>
 		<<if $riotCenter != 0>>
@@ -196,7 +196,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
 			<<set _archologyCosts += $riotUpkeep>>
 		<</if>>
 	<</if>>
-	
+
 	<<if $soldierWages == 0>>
 		<<set _soldierMod = 1>>
 	<<elseif $soldierWages == 1>>
@@ -205,7 +205,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
 		<<set _soldierMod = 2>>
 	<</if>>
 	<<if $militiaUnits.length > 0>>
-		<br>__Militia platoon(s) upkeep__: 
+		<br>__Militia platoon(s) upkeep__:
 		<<set _milTotal = 0>>
 		<<for _i = 0; _i < $militiaUnits.length; _i++>>
 			 <i> <<print ordinalSuffix($militiaUnits.length-[_i])>>:</i> <<print cashFormat($militiaUnits[_i].troops*$soldierUpkeep * _soldierMod)>>
@@ -214,7 +214,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
 		<br>&nbsp;__Total__: @@.yellowgreen;<<print cashFormat(_milTotal)>>@@
 	<</if>>
 	<<if $slaveUnits.length > 0>>
-		<br>__Slave platoon(s) upkeep__: 
+		<br>__Slave platoon(s) upkeep__:
 		<<set _slaveTotal = 0>>
 		<<for _i = 0; _i < $slaveUnits.length; _i++>>
 			 <i> <<print ordinalSuffix($slaveUnits.length-[_i])>>:</i> <<print cashFormat($slaveUnits[_i].troops*$soldierUpkeep * 0.5 * _soldierMod)>>
@@ -223,7 +223,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
 		<br>&nbsp;__Total__: @@.yellowgreen;<<print cashFormat(_slaveTotal)>>@@
 	<</if>>
 	<<if $mercUnits.length > 0>>
-		<br>__Merc platoon(s) upkeep__: 
+		<br>__Merc platoon(s) upkeep__:
 		<<set _mercTotal = 0>>
 		<<for _i = 0; _i < $mercUnits.length; _i++>>
 			 <i> <<print ordinalSuffix($mercUnits.length-[_i])>>:</i> <<print cashFormat($mercUnits[_i].troops*$soldierUpkeep * 1.5 * _soldierMod)>>
@@ -321,15 +321,15 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
 <<if $alwaysSubsidizeGrowth > 0 || $alwaysSubsidizeRep > 0 || $RegularParties > 0>>
 	<br>__Weekly costs__:
 	<<if $alwaysSubsidizeGrowth > 0>>
-		&nbsp;arcology growth subsidy: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ 
+		&nbsp;arcology growth subsidy: @@.yellowgreen;<<print cashFormat($policyCost)>>@@
 		<<set _archologyCosts += $policyCost>>
 	<</if>>
 	<<if $alwaysSubsidizeRep > 0>>
-		self-promotion budget: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ 
+		self-promotion budget: @@.yellowgreen;<<print cashFormat($policyCost)>>@@
 		<<set _archologyCosts += $policyCost>>
 	<</if>>
 	<<if $RegularParties > 0>>
-		social gatherings: @@.yellowgreen;<<print cashFormat($policyCost)>>@@ 
+		social gatherings: @@.yellowgreen;<<print cashFormat($policyCost)>>@@
 		<<set _archologyCosts += $policyCost>>
 	<</if>>
 <</if>>
@@ -432,7 +432,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
 	<</switch>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;<i>Living expenses:</i> <<print cashFormat(_livingExpense)>>
 	<<set _individualCosts += _livingExpense>>
-	
+
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;<i>Basic slave food cost:</i> <<print cashFormat($foodCost*4)>>
 	<<set _individualCosts += $foodCost*4>>
 	<<switch $slaves[$i].diet>>
@@ -467,7 +467,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
 		<<print cashFormat($foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000)))>>
 		<<set _individualCosts += $foodCost*$slaves[$i].lactation*(1+Math.trunc($slaves[$i].boobs/10000))>>
 	<</if>>
-	<<if $slaves[$i].preg > 5>>
+	<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/8>>
 		<<if $slaves[$i].assignment == "work in the dairy" && $dairyFeedersSetting > 0>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;<i>Extra feeding costs to support pregnancy are covered by dairy feeders.</i>
 		<<elseif ($slaves[$i].assignment == "serve in the master suite" || $slaves[$i].assignment == "be your concubine") && $masterSuiteUpgradePregnancy == 1>>
@@ -591,7 +591,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 ||
 			<<set _individualCosts += 50>>
 		<</if>>
 	<</if>>
-	<<if $slaves[$i].preg > 35>>
+	<<if $slaves[$i].preg > $slaves[$i].pregData.minLiveBirth>>
 		<<if $universalRulesBirthing == 1>>
 			<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2)>>
 				<br>&nbsp;&nbsp;&nbsp;&nbsp;<i>Coverage cost for daily pregnancy scanning:</i> <<print cashFormat(50)>>
diff --git a/src/uncategorized/economics.tw b/src/uncategorized/economics.tw
index 9f403ab05b3c1d51f6383dc3f9e5da375125d80c..2b889aebe3702d272550b31c413418bf2067d887 100644
--- a/src/uncategorized/economics.tw
+++ b/src/uncategorized/economics.tw
@@ -30,19 +30,19 @@
 <<if $corpAnnounced == 1>>
 	<br><br>
 	<<if $corpIncorporated == 0>>
-	<span id="incorporate">
-	You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 10>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(10)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>//
-	</span>
+		<span id="incorporate">
+		You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 10>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(10)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>//
+		</span>
 	<<else>>
-	<<include "Corporation Developments">>
+		<<include "Corporation Developments">>
 	<</if>>
 <</if>>
 
 <<if $secExp == 1>>
-<br><br>
-<<include "authorityReport">>
-<br><br>
-<<include "securityReport">>
+	<br><br>
+	<<include "authorityReport">>
+	<br><br>
+	<<include "securityReport">>
 <</if>>
 
 <br><br>
@@ -54,8 +54,8 @@
 <<include "Personal Business">>
 
 <<if ($PC.boobs == 1 && $PC.boobsBonus > 0) || $PC.pregKnown == 1 || $playerAging != 0>>
-<br><br>
-<<include "Personal Notes">>
+	<br><br>
+	<<include "Personal Notes">>
 <</if>>
 
 <<else>>
@@ -63,9 +63,9 @@
 <body>
 
 <div class="tab">
-  	<button class="tablinks" onclick="opentab(event, 'Arcologies')" id="defaultOpen">Arcologies</button>
-  	<button class="tablinks" onclick="opentab(event, 'Management')">Arcology Management</button>
-  	<<if $FSAnnounced > 0>>
+	<button class="tablinks" onclick="opentab(event, 'Arcologies')" id="defaultOpen">Arcologies</button>
+	<button class="tablinks" onclick="opentab(event, 'Management')">Arcology Management</button>
+	<<if $FSAnnounced > 0>>
 		<button class="tablinks" onclick="opentab(event, 'Societies')">Society Development</button>
 	<</if>>
 	<<if $corpAnnounced == 1>>
@@ -76,7 +76,7 @@
 		<button class="tablinks" onclick="opentab(event, 'securityReport')">Security</button>
 	<</if>>
 	<button class="tablinks" onclick="opentab(event, 'Reputation')">Reputation</button>
-  	<button class="tablinks" onclick="opentab(event, 'Business')">Personal Business</button>
+	<button class="tablinks" onclick="opentab(event, 'Business')">Personal Business</button>
 	<<if ($PC.boobs == 1 && $PC.boobsBonus > 0) || $PC.pregKnown == 1 || $playerAging != 0>>
 		<button class="tablinks" onclick="opentab(event, 'Personal')">Personal Notes</button>
 	<</if>>
@@ -95,25 +95,25 @@
 </div>
 
 <<if $FSAnnounced > 0>>
-<div id="Societies" class="tabcontent">
-<div class="content">
-<<include "FS Developments">>
-</div>
-</div>
+	<div id="Societies" class="tabcontent">
+	<div class="content">
+	<<include "FS Developments">>
+	</div>
+	</div>
 <</if>>
 
 <<if $corpAnnounced == 1>>
-<div id="Corporation" class="tabcontent">
-<div class="content">
-<<if $corpIncorporated == 0>>
-<span id="incorporate">
-You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 10>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(10)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>//
-</span>
-<<else>>
-<<include "Corporation Developments">>
-<</if>>
-</div>
-</div>
+	<div id="Corporation" class="tabcontent">
+	<div class="content">
+	<<if $corpIncorporated == 0>>
+		<span id="incorporate">
+		You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 10>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(10)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>//
+		</span>
+	<<else>>
+		<<include "Corporation Developments">>
+	<</if>>
+	</div>
+	</div>
 <</if>>
 
 <div id="Authority" class="tabcontent">
@@ -141,11 +141,11 @@ You have not yet committed funds to create a publicly traded slave trading corpo
 </div>
 
 <<if ($PC.boobs == 1 && $PC.boobsBonus > 0) || $PC.pregKnown == 1 || $playerAging != 0>>
-<div id="Personal" class="tabcontent">
-<div class="content">
-<<include "Personal Notes">>
-</div>
-</div>
+	<div id="Personal" class="tabcontent">
+	<div class="content">
+	<<include "Personal Notes">>
+	</div>
+	</div>
 <</if>>
 
 <script>
diff --git a/src/uncategorized/endWeek.tw b/src/uncategorized/endWeek.tw
index 99a0b88f8958f0062001ffe67ab97cbfed83aa7e..e55ac26e04d6586e2bf13613b8058fa1b77bbfb8 100644
--- a/src/uncategorized/endWeek.tw
+++ b/src/uncategorized/endWeek.tw
@@ -96,16 +96,16 @@
 /% Begin section: ensure minimum age is set (game may have been loaded from a non-modded version). %/
 <<if $minimumSlaveAge <= 18 && $minimumSlaveAge > 0>>
 <<else>>
-  <<set $minimumSlaveAge = 18>>
-  <<set $pedo_mode = 0>>
-  <<if $fertilityAge <= 18 && $fertilityAge > 0>>
-  <<else>>
-	<<set $fertilityAge = 13>>
-  <</if>>
-  <<if $potencyAge <= 18 && $potencyAge > 0>>
-  <<else>>
-	<<set $potencyAge = 13>>
-  <</if>>
+	<<set $minimumSlaveAge = 18>>
+	<<set $pedo_mode = 0>>
+	<<if $fertilityAge <= 18 && $fertilityAge > 0>>
+	<<else>>
+		<<set $fertilityAge = 13>>
+	<</if>>
+	<<if $potencyAge <= 18 && $potencyAge > 0>>
+	<<else>>
+		<<set $potencyAge = 13>>
+	<</if>>
 <</if>>
 /% End section: ensure minimum age is set. %/
 
diff --git a/src/uncategorized/futureSociety.tw b/src/uncategorized/futureSociety.tw
index 24b5136971cd8f388f2f5e7502b8419937d37f8f..a584ad65864ed0a0b08987ee5f64e41ffcb3da9b 100644
--- a/src/uncategorized/futureSociety.tw
+++ b/src/uncategorized/futureSociety.tw
@@ -85,93 +85,93 @@
 	<<set $arcologies[0].FSChineseRevivalist = "unset">>
 <</if>>
 <<if ndef $FSCreditCountString>>
-<<if $FSCreditCount == 7>>
-	<<set $FSCreditCountString = "seven">>
-<<elseif $FSCreditCount == 6>>
-	<<set $FSCreditCountString = "six">>
-<<elseif $FSCreditCount == 5>>
-	<<set $FSCreditCountString = "five">>
-<<else>>
-	<<set $FSCreditCountString = "four">>
-<</if>>
+	<<if $FSCreditCount == 7>>
+		<<set $FSCreditCountString = "seven">>
+	<<elseif $FSCreditCount == 6>>
+		<<set $FSCreditCountString = "six">>
+	<<elseif $FSCreditCount == 5>>
+		<<set $FSCreditCountString = "five">>
+	<<else>>
+		<<set $FSCreditCountString = "four">>
+	<</if>>
 <</if>>
 
 /* FIRST FS STORING FOR RIVALRY */
 
 <<if $rivalryFS == 0>>
-<<if $arcologies[0].FSSubjugationist != "unset">>
-	<<set $rivalryFS = "Racial Subjugationism">>
-	<<set $rivalryFSRace = $arcologies[0].FSSubjugationistRace>>
-<</if>>
-<<if $arcologies[0].FSSupremacist != "unset">>
-	<<set $rivalryFS = "Racial Supremacism">>
-	<<set $rivalryFSRace = $arcologies[0].FSSupremacistRace>>
-<</if>>
-<<if $arcologies[0].FSGenderRadicalist != "unset">>
-	<<set $rivalryFS = "Gender Radicalism">>
-<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-	<<set $rivalryFS = "Gender Fundamentalism">>
-<</if>>
-<<if $arcologies[0].FSRepopulationFocus != "unset">>
-	<<set $rivalryFS = "Repopulation Focus">>
-<<elseif $arcologies[0].FSRestart != "unset">>
-	<<set $rivalryFS = "Eugenics">>
-<</if>>
-<<if $arcologies[0].FSPaternalist != "unset">>
-	<<set $rivalryFS = "Paternalism">>
-<<elseif $arcologies[0].FSDegradationist != "unset">>
-	<<set $rivalryFS = "Degradationism">>
-<</if>>
-<<if $arcologies[0].FSBodyPurist != "unset">>
-	<<set $rivalryFS = "Body Purism">>
-<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
-	<<set $rivalryFS = "Transformation Fetishism">>
-<</if>>
-<<if $arcologies[0].FSYouthPreferentialist != "unset">>
-	<<set $rivalryFS = "Youth Preferentialism">>
-<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
-	<<set $rivalryFS = "Maturity Preferentialism">>
-<</if>>
-<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
-	<<set $rivalryFS = "Slimness Enthusiasm">>
-<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
-	<<set $rivalryFS = "Asset Expansionism">>
-<</if>>
-<<if $arcologies[0].FSPastoralist != "unset">>
-	<<set $rivalryFS = "Pastoralism">>
-<<elseif $arcologies[0].FSCummunism != "unset">>
-	<<set $rivalryFS = "Cummunism">>
-<</if>>
-<<if $arcologies[0].FSHedonisticDecadence != "unset">>
-	<<set $rivalryFS = "Hedonistic Decadence">>
-<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
-	<<set $rivalryFS = "Physical Idealism">>
-<</if>>
-<<if $arcologies[0].FSChattelReligionist != "unset">>
-	<<set $rivalryFS = "Chattel Religionism">>
-<<elseif $arcologies[0].FSNull != "unset">>
-	<<set $rivalryFS = "Multiculturalism">>
-<</if>>
-<<if $arcologies[0].FSRomanRevivalist != "unset">>
-	<<set $rivalryFS = "Roman Revivalism">>
-<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
-	<<set $rivalryFS = "Aztec Revivalism">>
-<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
-	<<set $rivalryFS = "Egyptian Revivalism">>
-<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
-	<<set $rivalryFS = "Edo Revivalism">>
-<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
-	<<set $rivalryFS = "Arabian Revivalism">>
-<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
-	<<set $rivalryFS = "Chinese Revivalism">>
-<</if>>
+	<<if $arcologies[0].FSSubjugationist != "unset">>
+		<<set $rivalryFS = "Racial Subjugationism">>
+		<<set $rivalryFSRace = $arcologies[0].FSSubjugationistRace>>
+	<</if>>
+	<<if $arcologies[0].FSSupremacist != "unset">>
+		<<set $rivalryFS = "Racial Supremacism">>
+		<<set $rivalryFSRace = $arcologies[0].FSSupremacistRace>>
+	<</if>>
+	<<if $arcologies[0].FSGenderRadicalist != "unset">>
+		<<set $rivalryFS = "Gender Radicalism">>
+	<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
+		<<set $rivalryFS = "Gender Fundamentalism">>
+	<</if>>
+	<<if $arcologies[0].FSRepopulationFocus != "unset">>
+		<<set $rivalryFS = "Repopulation Focus">>
+	<<elseif $arcologies[0].FSRestart != "unset">>
+		<<set $rivalryFS = "Eugenics">>
+	<</if>>
+	<<if $arcologies[0].FSPaternalist != "unset">>
+		<<set $rivalryFS = "Paternalism">>
+	<<elseif $arcologies[0].FSDegradationist != "unset">>
+		<<set $rivalryFS = "Degradationism">>
+	<</if>>
+	<<if $arcologies[0].FSBodyPurist != "unset">>
+		<<set $rivalryFS = "Body Purism">>
+	<<elseif $arcologies[0].FSTransformationFetishist != "unset">>
+		<<set $rivalryFS = "Transformation Fetishism">>
+	<</if>>
+	<<if $arcologies[0].FSYouthPreferentialist != "unset">>
+		<<set $rivalryFS = "Youth Preferentialism">>
+	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
+		<<set $rivalryFS = "Maturity Preferentialism">>
+	<</if>>
+	<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
+		<<set $rivalryFS = "Slimness Enthusiasm">>
+	<<elseif $arcologies[0].FSAssetExpansionist != "unset">>
+		<<set $rivalryFS = "Asset Expansionism">>
+	<</if>>
+	<<if $arcologies[0].FSPastoralist != "unset">>
+		<<set $rivalryFS = "Pastoralism">>
+	<<elseif $arcologies[0].FSCummunism != "unset">>
+		<<set $rivalryFS = "Cummunism">>
+	<</if>>
+	<<if $arcologies[0].FSHedonisticDecadence != "unset">>
+		<<set $rivalryFS = "Hedonistic Decadence">>
+	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
+		<<set $rivalryFS = "Physical Idealism">>
+	<</if>>
+	<<if $arcologies[0].FSChattelReligionist != "unset">>
+		<<set $rivalryFS = "Chattel Religionism">>
+	<<elseif $arcologies[0].FSNull != "unset">>
+		<<set $rivalryFS = "Multiculturalism">>
+	<</if>>
+	<<if $arcologies[0].FSRomanRevivalist != "unset">>
+		<<set $rivalryFS = "Roman Revivalism">>
+	<<elseif $arcologies[0].FSAztecRevivalist != "unset">>
+		<<set $rivalryFS = "Aztec Revivalism">>
+	<<elseif $arcologies[0].FSEgyptianRevivalist != "unset">>
+		<<set $rivalryFS = "Egyptian Revivalism">>
+	<<elseif $arcologies[0].FSEdoRevivalist != "unset">>
+		<<set $rivalryFS = "Edo Revivalism">>
+	<<elseif $arcologies[0].FSArabianRevivalist != "unset">>
+		<<set $rivalryFS = "Arabian Revivalism">>
+	<<elseif $arcologies[0].FSChineseRevivalist != "unset">>
+		<<set $rivalryFS = "Chinese Revivalism">>
+	<</if>>
 <</if>>
 
 <<if $cheatMode == 1>>
-<center>
-//[[Cheat Edit Future Society|MOD_Edit FS Cheat][$cheater = 1]]//
-</center>
-<br><br>
+	<center>
+	//[[Cheat Edit Future Society|MOD_Edit FS Cheat][$cheater = 1]]//
+	</center>
+	<br><br>
 <</if>>
 
 <<if $FSCredits > 0>>
@@ -203,23 +203,23 @@
 <</if>>
 
 <<if $arcologies[0].FSRepopulationFocus >= $FSLockinLevel>>
-  $arcologies[0].name believes implicitly that all women should be pregnant.
+	$arcologies[0].name believes implicitly that all women should be pregnant.
 <<elseif $arcologies[0].FSRepopulationFocus >= $FSLockinLevel*0.6>>
-  $arcologies[0].name agrees strongly that all women should be pregnant.
+	$arcologies[0].name agrees strongly that all women should be pregnant.
 <<elseif $arcologies[0].FSRepopulationFocus >= $FSLockinLevel*0.3>>
-  $arcologies[0].name is sympathetic to the idea that all women should be pregnant.
+	$arcologies[0].name is sympathetic to the idea that all women should be pregnant.
 <<elseif $arcologies[0].FSRepopulationFocus != "unset">>
-  $arcologies[0].name is unconvinced that all women should be pregnant.
+	$arcologies[0].name is unconvinced that all women should be pregnant.
 <</if>>
 
 <<if $arcologies[0].FSRestart >= $FSLockinLevel>>
-  $arcologies[0].name believes implicitly that only the elite should reproduce.
+	$arcologies[0].name believes implicitly that only the elite should reproduce.
 <<elseif $arcologies[0].FSRestart >= $FSLockinLevel*0.6>>
-  $arcologies[0].name agrees strongly that only the elite should reproduce.
+	$arcologies[0].name agrees strongly that only the elite should reproduce.
 <<elseif $arcologies[0].FSRestart >= $FSLockinLevel*0.3>>
-  $arcologies[0].name is sympathetic to the idea only the elite should reproduce.
+	$arcologies[0].name is sympathetic to the idea only the elite should reproduce.
 <<elseif $arcologies[0].FSRestart != "unset">>
-  $arcologies[0].name is unconvinced that only the elite should reproduce.
+	$arcologies[0].name is unconvinced that only the elite should reproduce.
 <</if>>
 
 <<if $arcologies[0].FSGenderRadicalist >= $FSLockinLevel>>
@@ -560,27 +560,27 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<<link "Rename your obedient slaves according to Paternalist custom">>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 		<<if ($slaves[$i].devotion > 20) || (($slaves[$i].devotion >= -20) && ($slaves[$i].trust < -20))>>
-		<<set $toSearch = $slaves[$i].slaveName>>
-		<<if ($toSearch.indexOf("Miss") == -1)>>
-		<<if ($toSearch.indexOf("Ms.") == -1)>>
-		<<if ($toSearch.indexOf("Mrs.") == -1)>>
-		<<if ($slaves[$i].relationship > 4)>>
-		/*
-			<<for $j = 0; $j < $slaves.length; $j++>>
-			<<if ($slaves[$i].relationshipTarget == $slaves[$j].ID)>>
-				<<set $slaves[$i].slaveName = ("Mrs. " + $slaves[$i].slaveName + " " + $slaves[$j].slaveName)>>
+			<<set $toSearch = $slaves[$i].slaveName>>
+			<<if ($toSearch.indexOf("Miss") == -1)>>
+				<<if ($toSearch.indexOf("Ms.") == -1)>>
+					<<if ($toSearch.indexOf("Mrs.") == -1)>>
+						<<if ($slaves[$i].relationship > 4)>>
+							/*
+							<<for $j = 0; $j < $slaves.length; $j++>>
+								<<if ($slaves[$i].relationshipTarget == $slaves[$j].ID)>>
+									<<set $slaves[$i].slaveName = ("Mrs. " + $slaves[$i].slaveName + " " + $slaves[$j].slaveName)>>
+								<</if>>
+							<</for>>
+							*/
+							<<set $slaves[$i].slaveName = ("Mrs. " + $slaves[$i].slaveName)>>
+						<<elseif ($slaves[$i].actualAge > 24)>>
+							<<set $slaves[$i].slaveName = ("Ms. " + $slaves[$i].slaveName)>>
+						<<else>>
+							<<set $slaves[$i].slaveName = ("Miss " + $slaves[$i].slaveName)>>
+						<</if>>
+					<</if>>
+				<</if>>
 			<</if>>
-			<</for>>
-		*/
-				<<set $slaves[$i].slaveName = ("Mrs. " + $slaves[$i].slaveName)>>
-		<<elseif ($slaves[$i].actualAge > 24)>>
-			<<set $slaves[$i].slaveName = ("Ms. " + $slaves[$i].slaveName)>>
-		<<else>>
-			<<set $slaves[$i].slaveName = ("Miss " + $slaves[$i].slaveName)>>
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
 		<</if>>
 	<</for>>
 	<<replace "#mass">>
@@ -596,13 +596,13 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<br>''You are pursuing'' $arcologies[0].FSSupremacistRace superiority. //<<link "Abandon" "Future Society">><<run removeFS("FSSupremacist")>><<if $assistantFSAppearance == "supremacist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<FSChangeDecoration "FSSupremacist">>
 	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "succubus")>>
-	//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
+		<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "succubus")>>
+			//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+		<</if>>
 	<</if>>
 <<else>>
 	<<if $FSCredits > 0>>
-		<br>[[Racial supremacism|Future Society][$arcologies[0].FSSupremacist = 4, $FSCredits -= 1]]: a belief in <<if $arcologies[0].FSSupremacistRace == 0>>the superiority of a chosen race<<else>>$arcologies[0].FSSupremacistRace superiority<</if>>.
+		<br>[[Racial Supremacism|Future Society][$arcologies[0].FSSupremacist = 4, $FSCredits -= 1]]: a belief in <<if $arcologies[0].FSSupremacistRace == 0>>the superiority of a chosen race<<else>>$arcologies[0].FSSupremacistRace superiority<</if>>.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;Select race:
 		<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "white">>It is established that whites are inferior.<<elseif $arcologies[0].FSSupremacistRace != "white">>[[White|Future Society][$arcologies[0].FSSupremacistRace = "white"]]<<else>>White<</if>> |
 		<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "asian">>It is established that asians are inferior.<<elseif $arcologies[0].FSSupremacistRace != "asian">>[[Asian|Future Society][$arcologies[0].FSSupremacistRace = "asian"]]<<else>>Asian<</if>> |
@@ -617,7 +617,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 		<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "semitic">>It is established that semites are inferior.<<elseif $arcologies[0].FSSupremacistRace != "semitic">>[[Semitic|Future Society][$arcologies[0].FSSupremacistRace = "semitic"]]<<else>>Semitic<</if>> |
 		<<if $arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "mixed race">>It is established that those with mixed blood are inferior.<<elseif $arcologies[0].FSSupremacistRace != "mixed race">>[[Mixed Race|Future Society][$arcologies[0].FSSupremacistRace = "mixed race"]]<<else>>Mixed Race<</if>>
 	<<else>>
-		/*//''Racial supremacism'': a belief in the superiority of a chosen race.//*/
+		/*//''Racial Supremacism'': a belief in the superiority of a chosen race.//*/
 	<</if>>
 <</if>>
 
@@ -625,13 +625,13 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 	<br>''You are pursuing'' $arcologies[0].FSSubjugationistRace inferiority. //<<link "Abandon" "Future Society">><<run removeFS("FSSubjugationist")>><<if $assistantFSAppearance == "subjugationist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<FSChangeDecoration "FSSubjugationist">>
 	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon") || ($assistantAppearance == "imp")>>
-	//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
+		<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon") || ($assistantAppearance == "imp")>>
+			//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+		<</if>>
 	<</if>>
 <<else>>
 	<<if $FSCredits > 0>>
-		<br>''''[[Racial subjugationism|Future Society][$arcologies[0].FSSubjugationist = 4, $FSCredits -= 1]]: a belief in <<if $arcologies[0].FSSubjugationistRace == 0>>the inferiority of a chosen race<<else>>$arcologies[0].FSSubjugationistRace inferiority<</if>>.
+		<br>''''[[Racial Subjugationism|Future Society][$arcologies[0].FSSubjugationist = 4, $FSCredits -= 1]]: a belief in <<if $arcologies[0].FSSubjugationistRace == 0>>the inferiority of a chosen race<<else>>$arcologies[0].FSSubjugationistRace inferiority<</if>>.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;Select race:
 		<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "white">>It is established that whites are superior.<<elseif $arcologies[0].FSSubjugationistRace != "white">>[[White|Future Society][$arcologies[0].FSSubjugationistRace = "white"]]<<else>>White<</if>> |
 		<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "asian">>It is established that asians are superior.<<elseif $arcologies[0].FSSubjugationistRace != "asian">>[[Asian|Future Society][$arcologies[0].FSSubjugationistRace = "asian"]]<<else>>Asian<</if>> |
@@ -646,587 +646,593 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 		<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "semitic">>It is established that semites are superior.<<elseif $arcologies[0].FSSubjugationistRace != "semitic">>[[Semitic|Future Society][$arcologies[0].FSSubjugationistRace = "semitic"]]<<else>>Semitic<</if>> |
 		<<if $arcologies[0].FSSupremacist != "unset" && $arcologies[0].FSSupremacistRace == "mixed race">>It is established that those with mixed blood are superior.<<elseif $arcologies[0].FSSubjugationistRace != "mixed race">>[[Mixed Race|Future Society][$arcologies[0].FSSubjugationistRace = "mixed race"]]<<else>>Mixed Race<</if>>
 	<<else>>
-		/*//''Racial subjugationism'': a belief in the inferiority of a subject race.//*/
+		/*//''Racial Subjugationism'': a belief in the inferiority of a subject race.//*/
 	<</if>>
 <</if>>
 
 <<if $seePreg != 0>>
-<<if $arcologies[0].FSRestart == "unset">>
-<<if $arcologies[0].FSRepopulationFocus != "unset">>
-	<br>''You are pursuing'' the belief that mass breeding will save humanity.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSRepopulationFocus")>><<if $assistantFSAppearance == "repopulation focus">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSRepopulationFocus" "clothesBoughtMaternityLingerie" "clothesBoughtMaternityDress" "clothesBoughtBelly">>
-  <<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
-	  //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+	<<if $arcologies[0].FSRestart == "unset">>
+		<<if $arcologies[0].FSRepopulationFocus != "unset">>
+			<br>''You are pursuing'' the belief that mass breeding will save humanity.
+			//<<link "Abandon" "Future Society">><<run removeFS("FSRepopulationFocus")>><<if $assistantFSAppearance == "repopulation focus">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+			<<FSChangeDecoration "FSRepopulationFocus" "clothesBoughtMaternityLingerie" "clothesBoughtMaternityDress" "clothesBoughtBelly">>
+			<<if $PAPublic == 1>>
+				<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
+					//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if ($FSCredits > 0)>>
+				<br>''''[[Repopulation Efforts|Future Society][$arcologies[0].FSRepopulationFocus = 4+$arcologies[0].FSRepopulationFocusInterest-$arcologies[0].FSEugenicsInterest, $FSCredits -= 1, $arcologies[0].FSRepopulationFocusPregPolicy = 0, $arcologies[0].FSRepopulationFocusMilfPolicy = 0]]: focus on mass breeding in order to repopulate the future world.
+			<<else>>
+				/*//''Repopulation Efforts'': societal fetishization of pregnancy.//*/
+			<</if>>
+		<</if>>
 	<</if>>
-  <</if>>
-<<else>>
-  <<if ($FSCredits > 0)>>
-	<br>''''[[Repopulation Efforts|Future Society][$arcologies[0].FSRepopulationFocus = 4+$arcologies[0].FSRepopulationFocusInterest-$arcologies[0].FSEugenicsInterest, $FSCredits -= 1, $arcologies[0].FSRepopulationFocusPregPolicy = 0, $arcologies[0].FSRepopulationFocusMilfPolicy = 0]]: focus on mass breeding in order to repopulate the future world.
-  <<else>>
-	/*//''Repopulation Efforts'': societal fetishization of pregnancy.//*/
-  <</if>>
-<</if>>
-<</if>>
 
-<<if $arcologies[0].FSRepopulationFocus == "unset">>
-<<if $arcologies[0].FSRestart != "unset">>
-<<if $arcologies[0].FSRestartDecoration != 100>>
-	<br>''You are pursuing'' Eugenics.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSRestart")>><<if $assistantFSAppearance == "eugenics">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSRestart">>
-<<else>>
-	<br>''You have established'' Eugenics.
-	<<if $eugenicsFullControl != 1>>
-		The Societal Elite will not permit you to abandon Eugenics.
-	<<else>>
-		//<<link "Abandon" "Future Society">><<run removeFS("FSRestart")>><<if $assistantFSAppearance == "eugenics">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//
-	<</if>>
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSRestart">>
-	The Societal Elite exist as the highest class, allowing you access to all manner of benefits
-	<<if $PAPublic == 1>>
-		<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "loli") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "incubus") || ($assistantAppearance == "angel")>>
-			 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+	<<if $arcologies[0].FSRepopulationFocus == "unset">>
+		<<if $arcologies[0].FSRestart != "unset">>
+			<<if $arcologies[0].FSRestartDecoration != 100>>
+				<br>''You are pursuing'' Eugenics.
+				//<<link "Abandon" "Future Society">><<run removeFS("FSRestart")>><<if $assistantFSAppearance == "eugenics">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+				<<FSChangeDecoration "FSRestart">>
+			<<else>>
+				<br>''You have established'' Eugenics.
+				<<if $eugenicsFullControl != 1>>
+					The Societal Elite will not permit you to abandon Eugenics.
+				<<else>>
+					//<<link "Abandon" "Future Society">><<run removeFS("FSRestart")>><<if $assistantFSAppearance == "eugenics">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//
+				<</if>>
+				<br>&nbsp;&nbsp;&nbsp;&nbsp;
+				<<FSChangeDecoration "FSRestart">>
+				The Societal Elite exist as the highest class, allowing you access to all manner of benefits
+				<<if $PAPublic == 1>>
+					<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "loli") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "incubus") || ($assistantAppearance == "angel")>>
+						//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+					<</if>>
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if ($FSCredits > 0)>>
+				<br>''''[[Eugenics|Future Society][$arcologies[0].FSRestart = 4+$arcologies[0].FSEugenicsInterest-$arcologies[0].FSRepopulationFocusInterest, $FSCredits -= 1, $arcologies[0].FSRepopulationFocusPregPolicy = 0, $arcologies[0].FSRepopulationFocusMilfPolicy = 0]]: rebuilding society using restrictive breeding programs reserved solely for society's finest.
+			<<else>>
+				/*//''Complete Societal Reconstruction'': rebuilding society based off the elite.//*/
+			<</if>>
 		<</if>>
 	<</if>>
 <</if>>
-<<else>>
-  <<if ($FSCredits > 0)>>
-	<br>''''[[Eugenics|Future Society][$arcologies[0].FSRestart = 4+$arcologies[0].FSEugenicsInterest-$arcologies[0].FSRepopulationFocusInterest, $FSCredits -= 1, $arcologies[0].FSRepopulationFocusPregPolicy = 0, $arcologies[0].FSRepopulationFocusMilfPolicy = 0z]]: rebuilding society using restrictive breeding programs reserved solely for society's finest.
-  <<else>>
-	/*//''Complete Societal Reconstruction'': rebuilding society based off the elite.//*/
-  <</if>>
-<</if>>
-<</if>>
-<</if>>
 
 <<if $seeDicks != 0 || $makeDicks == 1>>
-<<if $arcologies[0].FSGenderFundamentalist == "unset">>
-<<if $arcologies[0].FSGenderRadicalist != "unset">>
-	<br>''You are pursuing'' a radical redefinition of gender that identifies powerful people as male, and everyone else as female.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSGenderRadicalist")>><<if $assistantFSAppearance == "gender radicalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSGenderRadicalist">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "shemale") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Gender radicalism|Future Society][$arcologies[0].FSGenderRadicalist = 4, $FSCredits -= 1]]: a radical redefinition of gender that identifies powerful people as male, and everyone else as female.
-	<<else>>
-	/*//''Gender radicalism'': a radical redefinition of gender that identifies powerful people as male, and everyone else as female.//*/
+	<<if $arcologies[0].FSGenderFundamentalist == "unset">>
+		<<if $arcologies[0].FSGenderRadicalist != "unset">>
+			<br>''You are pursuing'' a radical redefinition of gender that identifies powerful people as male, and everyone else as female.
+			//<<link "Abandon" "Future Society">><<run removeFS("FSGenderRadicalist")>><<if $assistantFSAppearance == "gender radicalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+			<<FSChangeDecoration "FSGenderRadicalist">>
+			<<if $PAPublic == 1>>
+				<<if ($assistantAppearance == "shemale") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
+					//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if $FSCredits > 0>>
+				<br>''''[[Gender radicalism|Future Society][$arcologies[0].FSGenderRadicalist = 4, $FSCredits -= 1]]: a radical redefinition of gender that identifies powerful people as male, and everyone else as female.
+			<<else>>
+				/*//''Gender radicalism'': a radical redefinition of gender that identifies powerful people as male, and everyone else as female.//*/
+			<</if>>
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
-<</if>>
 
 <<if $arcologies[0].FSGenderRadicalist == "unset">>
-<<if $arcologies[0].FSGenderFundamentalist != "unset">>
-	<br>''You are pursuing'' gender traditionalism, including a societal preference for feminine slaves and support for slave pregnancy.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSGenderFundamentalist")>><<if $assistantFSAppearance == "gender fundamentalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSGenderFundamentalist" "clothesBoughtBunny">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Gender traditionalism|Future Society][$arcologies[0].FSGenderFundamentalist = 4, $FSCredits -= 1]]: a societal preference for feminine slaves and support for slave pregnancy.
+	<<if $arcologies[0].FSGenderFundamentalist != "unset">>
+		<br>''You are pursuing'' gender traditionalism, including a societal preference for feminine slaves and support for slave pregnancy.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSGenderFundamentalist")>><<if $assistantFSAppearance == "gender fundamentalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSGenderFundamentalist" "clothesBoughtBunny">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Gender traditionalism'': a societal preference for feminine slaves and support for slave pregnancy.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Gender traditionalism|Future Society][$arcologies[0].FSGenderFundamentalist = 4, $FSCredits -= 1]]: a societal preference for feminine slaves and support for slave pregnancy.
+		<<else>>
+			/*//''Gender traditionalism'': a societal preference for feminine slaves and support for slave pregnancy.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if $arcologies[0].FSDegradationist == "unset">>
-<<if $arcologies[0].FSPaternalist != "unset">>
-	<br>''You are pursuing'' a vision of slave improvement, including slaves' health, mental well-being, and education.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSPaternalist")>><<if $assistantFSAppearance == "paternalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSPaternalist" "clothesBoughtConservative">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Paternalism|Future Society][$arcologies[0].FSPaternalist = 4, $FSCredits -= 1]]: a vision of slave improvement, including slaves' health, mental well-being, and education.
+	<<if $arcologies[0].FSPaternalist != "unset">>
+		<br>''You are pursuing'' a vision of slave improvement, including slaves' health, mental well-being, and education.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSPaternalist")>><<if $assistantFSAppearance == "paternalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSPaternalist" "clothesBoughtConservative">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Paternalism'': a vision of slave improvement, including slaves' health, mental well-being, and education.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Paternalism|Future Society][$arcologies[0].FSPaternalist = 4, $FSCredits -= 1]]: a vision of slave improvement, including slaves' health, mental well-being, and education.
+		<<else>>
+			/*//''Paternalism'': a vision of slave improvement, including slaves' health, mental well-being, and education.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if $arcologies[0].FSPaternalist == "unset">>
-<<if $arcologies[0].FSDegradationist != "unset">>
-	<br>''You are pursuing'' slave degradation, a belief that slaves are not human and should not be treated decently.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSDegradationist")>><<if $assistantFSAppearance == "degradationist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSDegradationist" "clothesBoughtChains">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "monstergirl") || ($assistantAppearance == "businesswoman") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "imp")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Degradationism|Future Society][$arcologies[0].FSDegradationist = 4, $FSCredits -= 1]]: a belief that slaves are not human and should not be treated decently.
+	<<if $arcologies[0].FSDegradationist != "unset">>
+		<br>''You are pursuing'' slave degradation, a belief that slaves are not human and should not be treated decently.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSDegradationist")>><<if $assistantFSAppearance == "degradationist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSDegradationist" "clothesBoughtChains">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "monstergirl") || ($assistantAppearance == "businesswoman") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "imp")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Degradation'': a belief that slaves are not human and should not be treated decently.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Degradationism|Future Society][$arcologies[0].FSDegradationist = 4, $FSCredits -= 1]]: a belief that slaves are not human and should not be treated decently.
+		<<else>>
+			/*//''Degradation'': a belief that slaves are not human and should not be treated decently.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if $arcologies[0].FSTransformationFetishist == "unset">>
-<<if $arcologies[0].FSBodyPurist != "unset">>
-	<br>''You are pursuing'' societal disapproval of implant surgery.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSBodyPurist")>><<if $assistantFSAppearance == "body purist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSBodyPurist">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "goddess") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "angel") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Body Purism|Future Society][$arcologies[0].FSBodyPurist = 4, $FSCredits -= 1]]: societal disapproval of implant surgery.
+	<<if $arcologies[0].FSBodyPurist != "unset">>
+		<br>''You are pursuing'' societal disapproval of implant surgery.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSBodyPurist")>><<if $assistantFSAppearance == "body purist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSBodyPurist">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "goddess") || ($assistantAppearance == "loli") || ($assistantAppearance == "fairy") || ($assistantAppearance == "pregnant fairy") || ($assistantAppearance == "angel") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Body Purism'': societal disapproval of implant surgery.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Body Purism|Future Society][$arcologies[0].FSBodyPurist = 4, $FSCredits -= 1]]: societal disapproval of implant surgery.
+		<<else>>
+			/*//''Body Purism'': societal disapproval of implant surgery.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if $arcologies[0].FSBodyPurist == "unset">>
-<<if $arcologies[0].FSTransformationFetishist != "unset">>
-	<br>''You are pursuing'' societal fetishization of implant surgery.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSTransformationFetishist")>><<if $assistantFSAppearance == "transformation fetishist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSTransformationFetishist">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if ($FSCredits > 0)>>
-	<br>''''[[Transformation Fetishism|Future Society][$arcologies[0].FSTransformationFetishist = 4, $FSCredits -= 1]]: societal fetishization of implant surgery.
+	<<if $arcologies[0].FSTransformationFetishist != "unset">>
+		<br>''You are pursuing'' societal fetishization of implant surgery.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSTransformationFetishist")>><<if $assistantFSAppearance == "transformation fetishist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSTransformationFetishist">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Transformation Fetishism'': societal fetishization of implant surgery.//*/
+		<<if ($FSCredits > 0)>>
+			<br>''''[[Transformation Fetishism|Future Society][$arcologies[0].FSTransformationFetishist = 4, $FSCredits -= 1]]: societal fetishization of implant surgery.
+		<<else>>
+			/*//''Transformation Fetishism'': societal fetishization of implant surgery.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if $arcologies[0].FSMaturityPreferentialist == "unset">>
-<<if $arcologies[0].FSYouthPreferentialist != "unset">>
-	<br>''You are pursuing'' an accentuated societal preference for younger slaves.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSYouthPreferentialist")>><<if $assistantFSAppearance == "youth preferentialist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSYouthPreferentialist">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "succubus") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub") || ($assistantAppearance == "imp") || ($assistantAppearance == "witch")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Youth Preferentialism|Future Society][$arcologies[0].FSYouthPreferentialist = 4, $FSCredits -= 1]]: increased interest in girls just past their majority.
+	<<if $arcologies[0].FSYouthPreferentialist != "unset">>
+		<br>''You are pursuing'' an accentuated societal preference for younger slaves.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSYouthPreferentialist")>><<if $assistantFSAppearance == "youth preferentialist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSYouthPreferentialist">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "loli") || ($assistantAppearance == "succubus") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub") || ($assistantAppearance == "imp") || ($assistantAppearance == "witch")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Youth Preferentialism'': increased interest in girls just past their majority.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Youth Preferentialism|Future Society][$arcologies[0].FSYouthPreferentialist = 4, $FSCredits -= 1]]: increased interest in girls just past their majority.
+		<<else>>
+			/*//''Youth Preferentialism'': increased interest in girls just past their majority.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if $arcologies[0].FSYouthPreferentialist == "unset">>
-<<if $arcologies[0].FSMaturityPreferentialist != "unset">>
-	<br>''You are pursuing'' a societal preference for older women.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSMaturityPreferentialist")>><<if $assistantFSAppearance == "maturity preferentialist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSMaturityPreferentialist">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "goddess") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "angel")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Maturity Preferentialism|Future Society][$arcologies[0].FSMaturityPreferentialist = 4, $FSCredits -= 1]]: increased interest in mature slaves.
+	<<if $arcologies[0].FSMaturityPreferentialist != "unset">>
+		<br>''You are pursuing'' a societal preference for older women.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSMaturityPreferentialist")>><<if $assistantFSAppearance == "maturity preferentialist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSMaturityPreferentialist">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "goddess") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "angel")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Maturity Preferentialism'': increased interest in mature slaves.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Maturity Preferentialism|Future Society][$arcologies[0].FSMaturityPreferentialist = 4, $FSCredits -= 1]]: increased interest in mature slaves.
+		<<else>>
+			/*//''Maturity Preferentialism'': increased interest in mature slaves.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if $arcologies[0].FSAssetExpansionist == "unset">>
-<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
-	<br>''You are supporting'' enthusiasm for slaves with girlish figures.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSSlimnessEnthusiast")>><<if $assistantFSAppearance == "slimness enthusiast">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSSlimnessEnthusiast">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "loli") || ($assistantAppearance == "cherub") || ($assistantAppearance == "imp") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Slimness Enthusiasm|Future Society][$arcologies[0].FSSlimnessEnthusiast = 4, $FSCredits -= 1]]: a fashion for slaves with girlish figures.
+	<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
+		<br>''You are supporting'' enthusiasm for slaves with girlish figures.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSSlimnessEnthusiast")>><<if $assistantFSAppearance == "slimness enthusiast">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSSlimnessEnthusiast">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "shemale") || ($assistantAppearance == "loli") || ($assistantAppearance == "cherub") || ($assistantAppearance == "imp") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Slimness Enthusiasm'': a fashion for slaves with girlish figures.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Slimness Enthusiasm|Future Society][$arcologies[0].FSSlimnessEnthusiast = 4, $FSCredits -= 1]]: a fashion for slaves with girlish figures.
+		<<else>>
+			/*//''Slimness Enthusiasm'': a fashion for slaves with girlish figures.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if $arcologies[0].FSSlimnessEnthusiast == "unset">>
-<<if $arcologies[0].FSAssetExpansionist != "unset">>
-	<br>''You are pursuing'' societal hunger for huge assets.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSAssetExpansionist")>><<if $assistantFSAppearance == "asset expansionist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSAssetExpansionist">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Asset Expansionism|Future Society][$arcologies[0].FSAssetExpansionist = 4, $FSCredits -= 1]]: societal hunger for huge assets of whatever origin.
+	<<if $arcologies[0].FSAssetExpansionist != "unset">>
+		<br>''You are pursuing'' societal hunger for huge assets.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSAssetExpansionist")>><<if $assistantFSAppearance == "asset expansionist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSAssetExpansionist">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "succubus") || ($assistantAppearance == "incubus") || ($assistantAppearance == "witch")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Asset Expansionism'': societal hunger for huge assets of whatever origin.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Asset Expansionism|Future Society][$arcologies[0].FSAssetExpansionist = 4, $FSCredits -= 1]]: societal hunger for huge assets of whatever origin.
+		<<else>>
+			/*//''Asset Expansionism'': societal hunger for huge assets of whatever origin.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if $arcologies[0].FSPastoralist != "unset">>
 	<br>''You are pursuing'' societal normalization of slave milking.
 	//<<link "Abandon" "Future Society">><<run removeFS("FSPastoralist")>><<if $assistantFSAppearance == "pastoralist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<FSChangeDecoration "FSPastoralist" "clothesBoughtWestern">>
 	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
+		<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "shemale") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
+			//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+		<</if>>
 	<</if>>
 <<else>>
 	<<if $FSCredits > 0>>
-	<br>''''[[Slave Pastoralism|Future Society][$arcologies[0].FSPastoralist = 4, $FSCredits -= 1]]: societal acceptance of slave products like milk.
+		<br>''''[[Slave Pastoralism|Future Society][$arcologies[0].FSPastoralist = 4, $FSCredits -= 1]]: societal acceptance of slave products like milk.
 	<<else>>
-	/*//''Slave Pastoralism'': societal acceptance of slave products like milk.//*/
+		/*//''Slave Pastoralism'': societal acceptance of slave products like milk.//*/
 	<</if>>
 <</if>>
 
 <<if $arcologies[0].FSHedonisticDecadence == "unset">>
-<<if $arcologies[0].FSPhysicalIdealist != "unset">>
-	<br>''You are pursuing'' societal reverence for the idealized human form, including height, health and muscle.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSPhysicalIdealist")>><<if $assistantFSAppearance == "physical idealist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSPhysicalIdealist" "clothesBoughtOil">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "shemale") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Physical Idealism|Future Society][$arcologies[0].FSPhysicalIdealist = 4, $FSCredits -= 1]]: societal reverence for the idealized human form, including height, health and muscle.
+	<<if $arcologies[0].FSPhysicalIdealist != "unset">>
+		<br>''You are pursuing'' societal reverence for the idealized human form, including height, health and muscle.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSPhysicalIdealist")>><<if $assistantFSAppearance == "physical idealist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSPhysicalIdealist" "clothesBoughtOil">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "shemale") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Physical Idealism'': societal reverence for the idealized human form, including height, health and muscle.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Physical Idealism|Future Society][$arcologies[0].FSPhysicalIdealist = 4, $FSCredits -= 1]]: societal reverence for the idealized human form, including height, health and muscle.
+		<<else>>
+			/*//''Physical Idealism'': societal reverence for the idealized human form, including height, health and muscle.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if $arcologies[0].FSPhysicalIdealist == "unset">>
-<<if $arcologies[0].FSHedonisticDecadence != "unset">>
-	<br>''You are pursuing'' societal normalization of overindulgence and immediate gratification. Be it food, drink, sex, drugs or whatever one's desire may be.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSHedonisticDecadence")>><<if $assistantFSAppearance == "hedonistic decadence">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSHedonisticDecadence">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "imp") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Hedonistic Decadence|Future Society][$arcologies[0].FSHedonisticDecadence = 4, $FSCredits -= 1]]: societal acceptance of overindulgence and immediate gratification. Be it food, drink, sex, drugs or whatever one's desire may be.
+	<<if $arcologies[0].FSHedonisticDecadence != "unset">>
+		<br>''You are pursuing'' societal normalization of overindulgence and immediate gratification. Be it food, drink, sex, drugs or whatever one's desire may be.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSHedonisticDecadence")>><<if $assistantFSAppearance == "hedonistic decadence">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSHedonisticDecadence">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "hypergoddess") || ($assistantAppearance == "preggololi") || ($assistantAppearance == "imp") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''HedonisticDecadence'': societal acceptance of over indulgence, particularly of food, drink, sex and drugs.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Hedonistic Decadence|Future Society][$arcologies[0].FSHedonisticDecadence = 4, $FSCredits -= 1]]: societal acceptance of overindulgence and immediate gratification. Be it food, drink, sex, drugs or whatever one's desire may be.
+		<<else>>
+			/*//''HedonisticDecadence'': societal acceptance of over indulgence, particularly of food, drink, sex and drugs.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if $arcologies[0].FSNull == "unset">>
-<<if $arcologies[0].FSChattelReligionist != "unset">>
-	<br>''You are pursuing'' a new strain of religion that emphasizes the slaveholding portions of religious history.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSChattelReligionist")>><<if $assistantFSAppearance == "chattel religionist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSChattelReligionist" "clothesBoughtHabit">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub") || ($assistantAppearance == "imp")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Chattel Religionism|Future Society][$arcologies[0].FSChattelReligionist = 4, $FSCredits -= 1]]: a new strain of religion that emphasizes the slaveholding portions of religious history.
+	<<if $arcologies[0].FSChattelReligionist != "unset">>
+		<br>''You are pursuing'' a new strain of religion that emphasizes the slaveholding portions of religious history.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSChattelReligionist")>><<if $assistantFSAppearance == "chattel religionist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSChattelReligionist" "clothesBoughtHabit">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus") || ($assistantAppearance == "witch") || ($assistantAppearance == "angel") || ($assistantAppearance == "cherub") || ($assistantAppearance == "imp")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Chattel Religionism'': a new strain of religion that emphasizes the slaveholding portions of religious history.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Chattel Religionism|Future Society][$arcologies[0].FSChattelReligionist = 4, $FSCredits -= 1]]: a new strain of religion that emphasizes the slaveholding portions of religious history.
+		<<else>>
+			/*//''Chattel Religionism'': a new strain of religion that emphasizes the slaveholding portions of religious history.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
-<<if $arcologies[0].FSRomanRevivalist != "unset">>
-	<br>''You are pursuing'' a vision of a new Rome.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSRomanRevivalist")>><<if $assistantFSAppearance == "roman revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSRomanRevivalist" "clothesBoughtToga">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Roman Revivalism|Future Society][$arcologies[0].FSRomanRevivalist = 4, $FSCredits -= 1]]: a vision of a new Rome.
+	<<if $arcologies[0].FSRomanRevivalist != "unset">>
+		<br>''You are pursuing'' a vision of a new Rome.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSRomanRevivalist")>><<if $assistantFSAppearance == "roman revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSRomanRevivalist" "clothesBoughtToga">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "amazon") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Roman Revivalism'': a vision of a new Rome.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Roman Revivalism|Future Society][$arcologies[0].FSRomanRevivalist = 4, $FSCredits -= 1]]: a vision of a new Rome.
+		<<else>>
+			/*//''Roman Revivalism'': a vision of a new Rome.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
-<<if $arcologies[0].FSAztecRevivalist != "unset">>
-	<br>''You are pursuing'' a vision of a new Aztec Empire.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSAztecRevivalist")>><<if $assistantFSAppearance == "aztec revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSAztecRevivalist" "clothesBoughtHuipil">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "amazon") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Aztec Revivalism|Future Society][$arcologies[0].FSAztecRevivalist = 4, $FSCredits -= 1]]: a vision of a new Aztec Empire.
+	<<if $arcologies[0].FSAztecRevivalist != "unset">>
+		<br>''You are pursuing'' a vision of a new Aztec Empire.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSAztecRevivalist")>><<if $assistantFSAppearance == "aztec revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSAztecRevivalist" "clothesBoughtHuipil">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "amazon") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Aztec Revivalism'': a vision of a new Aztec Empire.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Aztec Revivalism|Future Society][$arcologies[0].FSAztecRevivalist = 4, $FSCredits -= 1]]: a vision of a new Aztec Empire.
+		<<else>>
+			/*//''Aztec Revivalism'': a vision of a new Aztec Empire.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
-<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
-	<br>''You are pursuing'' a vision of Pharaoh's Egypt.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSEgyptianRevivalist")>><<if $assistantFSAppearance == "egyptian revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSEgyptianRevivalist" "clothesBoughtEgypt">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Egyptian Revivalism|Future Society][$arcologies[0].FSEgyptianRevivalist = (4+$arcologies[0].FSEgyptianRevivalistInterest), $FSCredits -= 1, $arcologies[0].FSEgyptianRevivalistIncestPolicy = 0]]: a vision of a Pharaoh's Egypt.
+	<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
+		<br>''You are pursuing'' a vision of Pharaoh's Egypt.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSEgyptianRevivalist")>><<if $assistantFSAppearance == "egyptian revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSEgyptianRevivalist" "clothesBoughtEgypt">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "goddess") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
+		<</if>>
 	<<else>>
-	/*//''Egyptian Revivalism'': a vision of Pharaoh's Egypt.//*/
+		<<if $FSCredits > 0>>
+			<br>''''[[Egyptian Revivalism|Future Society][$arcologies[0].FSEgyptianRevivalist = (4+$arcologies[0].FSEgyptianRevivalistInterest), $FSCredits -= 1, $arcologies[0].FSEgyptianRevivalistIncestPolicy = 0]]: a vision of a Pharaoh's Egypt.
+		<<else>>
+			/*//''Egyptian Revivalism'': a vision of Pharaoh's Egypt.//*/
+		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
-<<if $arcologies[0].FSEdoRevivalist != "unset">>
-	<br>''You are pursuing'' a vision of Edo Japan.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSEdoRevivalist")>><<if $assistantFSAppearance == "edo revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSEdoRevivalist" "clothesBoughtKimono">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "loli") || ($assistantAppearance == "kitsune") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Edo Revivalism|Future Society][$arcologies[0].FSEdoRevivalist = 4, $FSCredits -= 1]]: a vision of Edo Japan.
-	<</if>>
-<</if>>
-<</if>>
-
-<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
-<<if $arcologies[0].FSArabianRevivalist != "unset">>
-	<br>''You are pursuing'' a vision of the Sultanate of old.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSArabianRevivalist")>><<if $assistantFSAppearance == "arabian revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSArabianRevivalist" "clothesBoughtHarem">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Arabian Revivalism|Future Society][$arcologies[0].FSArabianRevivalist = 4, $FSCredits -= 1]]: a vision of the Sultanate of old.
-	<</if>>
-<</if>>
-<</if>>
-
-<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset")>>
-<<if $arcologies[0].FSChineseRevivalist != "unset">>
-	<br>''You are pursuing'' a vision of ancient China.
-	//<<link "Abandon" "Future Society">><<run removeFS("FSChineseRevivalist")>><<if $assistantFSAppearance == "chinese revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	<<FSChangeDecoration "FSChineseRevivalist" "clothesBoughtQipao">>
-	<<if $PAPublic == 1>>
-	<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
-	 //With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $FSCredits > 0>>
-	<br>''''[[Chinese Revivalism|Future Society][$arcologies[0].FSChineseRevivalist = 4, $FSCredits -= 1]]: a vision of ancient China.
-	<</if>>
-<</if>>
-<</if>>
-
-<<if $arcologies[0].FSChattelReligionist == "unset">>
-<<if $FSCreditCount == 4>>
-	<<if $arcologies[0].FSNull != "unset">>
-		<br>''You are permitting <<if $arcologies[0].FSNull <= 25>>basic<<elseif $arcologies[0].FSNull <= 50>>considerable<<elseif $arcologies[0].FSNull <= 75>>advanced<<else>>absolute<</if>>'' cultural freedom in your arcology.
-		<<if $arcologies[0].FSNull <= 25>>
-			//[[Abandon|Future Society][removeFS("FSNull")]]//
-		<<else>>
-			//[[Withdraw|Future Society][$arcologies[0].FSNull -= 25, $FSCredits += 1]]//
-		<</if>>
-		<<if $FSCredits > 0>>
-		<<if $arcologies[0].FSNull < $FSLockinLevel>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Advance|Future Society][$arcologies[0].FSNull += 25, $FSCredits -= 1]]: further commitment to allow your arcology's citizens cultural freedom.
-		<</if>>
+	<<if $arcologies[0].FSEdoRevivalist != "unset">>
+		<br>''You are pursuing'' a vision of Edo Japan.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSEdoRevivalist")>><<if $assistantFSAppearance == "edo revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSEdoRevivalist" "clothesBoughtKimono">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "amazon") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "loli") || ($assistantAppearance == "kitsune") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
 		<</if>>
 	<<else>>
 		<<if $FSCredits > 0>>
-			<br>[[Multiculturalism|Future Society][$arcologies[0].FSNull = 25, $FSCredits -= 1]]: a commitment to allow your arcology's citizens cultural freedom.
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;//This option is an alternative to societal advancement, and will not advance naturally.//
-		<</if>>
-	<</if>>
-<<elseif $FSCreditCount == 6>>
-	<<if $arcologies[0].FSNull != "unset">>
-		<br>''You are permitting <<if $arcologies[0].FSNull <= 17>>basic<<elseif $arcologies[0].FSNull <= 34>>some<<elseif $arcologies[0].FSNull <= 51>>considerable<<elseif $arcologies[0].FSNull <= 68>>great<<elseif $arcologies[0].FSNull <= 85>>advanced<<else>>absolute<</if>>'' cultural freedom in your arcology.
-		<<if $arcologies[0].FSNull <= 20>>
-			//[[Abandon|Future Society][removeFS("FSNull")]]//
+			<br>''''[[Edo Revivalism|Future Society][$arcologies[0].FSEdoRevivalist = 4, $FSCredits -= 1]]: a vision of Edo Japan.
 		<<else>>
-			//[[Withdraw|Future Society][$arcologies[0].FSNull -= 17, $FSCredits += 1]]//
-		<</if>>
-		<<if $FSCredits > 0>>
-		<<if $arcologies[0].FSNull < $FSLockinLevel>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Advance|Future Society][$arcologies[0].FSNull += 17, $FSCredits -= 1]]: further commitment to allow your arcology's citizens cultural freedom.
+			/*//''Edo Revivalism'': a vision of Edo Japan.//*/
 		<</if>>
+	<</if>>
+<</if>>
+
+<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSChineseRevivalist == "unset")>>
+	<<if $arcologies[0].FSArabianRevivalist != "unset">>
+		<br>''You are pursuing'' a vision of the Sultanate of old.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSArabianRevivalist")>><<if $assistantFSAppearance == "arabian revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSArabianRevivalist" "clothesBoughtHarem">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "businesswoman") || ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
 		<</if>>
 	<<else>>
 		<<if $FSCredits > 0>>
-			<br>[[Multiculturalism|Future Society][$arcologies[0].FSNull = 17, $FSCredits -= 1]]: a commitment to allow your arcology's citizens cultural freedom.
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;//This option is an alternative to societal advancement, and will not advance naturally.//
-		<</if>>
-	<</if>>
-<<elseif $FSCreditCount == 7>>
-	<<if $arcologies[0].FSNull != "unset">>
-		<br>''You are permitting <<if $arcologies[0].FSNull <= 15>>basic<<elseif $arcologies[0].FSNull <= 30>>some<<elseif $arcologies[0].FSNull <= 45>>notable<<elseif $arcologies[0].FSNull <= 60>>considerable<<elseif $arcologies[0].FSNull <= 75>>great<<elseif $arcologies[0].FSNull <= 90>>advanced<<else>>absolute<</if>>'' cultural freedom in your arcology.
-		<<if $arcologies[0].FSNull <= 20>>
-			//[[Abandon|Future Society][removeFS("FSNull")]]//
+			<br>''''[[Arabian Revivalism|Future Society][$arcologies[0].FSArabianRevivalist = 4, $FSCredits -= 1]]: a vision of the Sultanate of old.
 		<<else>>
-			//[[Withdraw|Future Society][$arcologies[0].FSNull -= 15, $FSCredits += 1]]//
-		<</if>>
-		<<if $FSCredits > 0>>
-		<<if $arcologies[0].FSNull < $FSLockinLevel>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Advance|Future Society][$arcologies[0].FSNull += 15, $FSCredits -= 1]]: further commitment to allow your arcology's citizens cultural freedom.
+			/*//''Arabian Revivalism'': a vision of the Sultanate of old.//*/
 		<</if>>
+	<</if>>
+<</if>>
+
+<<if ($arcologies[0].FSRomanRevivalist == "unset") && ($arcologies[0].FSAztecRevivalist == "unset") && ($arcologies[0].FSEgyptianRevivalist == "unset") && ($arcologies[0].FSEdoRevivalist == "unset") && ($arcologies[0].FSArabianRevivalist == "unset")>>
+	<<if $arcologies[0].FSChineseRevivalist != "unset">>
+		<br>''You are pursuing'' a vision of ancient China.
+		//<<link "Abandon" "Future Society">><<run removeFS("FSChineseRevivalist")>><<if $assistantFSAppearance == "chinese revivalist">><<set $assistantFSAppearance = "default">><</if>><<ClearFacilityDecorations>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
+		<<FSChangeDecoration "FSChineseRevivalist" "clothesBoughtQipao">>
+		<<if $PAPublic == 1>>
+			<<if ($assistantAppearance == "schoolgirl") || ($assistantAppearance == "monstergirl") || ($assistantAppearance == "incubus") || ($assistantAppearance == "succubus")>>
+				//With her $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
+			<</if>>
 		<</if>>
 	<<else>>
 		<<if $FSCredits > 0>>
-			<br>[[Multiculturalism|Future Society][$arcologies[0].FSNull = 15, $FSCredits -= 1]]: a commitment to allow your arcology's citizens cultural freedom.
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;//This option is an alternative to societal advancement, and will not advance naturally.//
+			<br>''''[[Chinese Revivalism|Future Society][$arcologies[0].FSChineseRevivalist = 4, $FSCredits -= 1]]: a vision of ancient China.
+		<<else>>
+			/*//''Chinese Revivalism'': a vision of ancient China./*//
 		<</if>>
 	<</if>>
-<<else>>
-	<<if $arcologies[0].FSNull != "unset">>
-		<br>''You are permitting <<if $arcologies[0].FSNull <= 20>>basic<<elseif $arcologies[0].FSNull <= 40>>considerable<<elseif $arcologies[0].FSNull <= 60>>great<<elseif $arcologies[0].FSNull <= 80>>advanced<<else>>absolute<</if>>'' cultural freedom in your arcology.
-		<<if $arcologies[0].FSNull <= 20>>
-			//[[Abandon|Future Society][removeFS("FSNull")]]//
+<</if>>
+
+<<if $arcologies[0].FSChattelReligionist == "unset">>
+	<<if $FSCreditCount == 4>>
+		<<if $arcologies[0].FSNull != "unset">>
+			<br>''You are permitting <<if $arcologies[0].FSNull <= 25>>basic<<elseif $arcologies[0].FSNull <= 50>>considerable<<elseif $arcologies[0].FSNull <= 75>>advanced<<else>>absolute<</if>>'' cultural freedom in your arcology.
+			<<if $arcologies[0].FSNull <= 25>>
+				//[[Abandon|Future Society][removeFS("FSNull")]]//
+			<<else>>
+				//[[Withdraw|Future Society][$arcologies[0].FSNull -= 25, $FSCredits += 1]]//
+			<</if>>
+			<<if $FSCredits > 0>>
+				<<if $arcologies[0].FSNull < $FSLockinLevel>>
+					<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Advance|Future Society][$arcologies[0].FSNull += 25, $FSCredits -= 1]]: further commitment to allow your arcology's citizens cultural freedom.
+				<</if>>
+			<</if>>
 		<<else>>
-			//[[Withdraw|Future Society][$arcologies[0].FSNull -= 20, $FSCredits += 1]]//
+			<<if $FSCredits > 0>>
+				<br>[[Multiculturalism|Future Society][$arcologies[0].FSNull = 25, $FSCredits -= 1]]: a commitment to allow your arcology's citizens cultural freedom.
+				<br>&nbsp;&nbsp;&nbsp;&nbsp;//This option is an alternative to societal advancement, and will not advance naturally.//
+			<</if>>
 		<</if>>
-		<<if $FSCredits > 0>>
-		<<if $arcologies[0].FSNull < $FSLockinLevel>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Advance|Future Society][$arcologies[0].FSNull += 20, $FSCredits -= 1]]: further commitment to allow your arcology's citizens cultural freedom.
+	<<elseif $FSCreditCount == 6>>
+		<<if $arcologies[0].FSNull != "unset">>
+			<br>''You are permitting <<if $arcologies[0].FSNull <= 17>>basic<<elseif $arcologies[0].FSNull <= 34>>some<<elseif $arcologies[0].FSNull <= 51>>considerable<<elseif $arcologies[0].FSNull <= 68>>great<<elseif $arcologies[0].FSNull <= 85>>advanced<<else>>absolute<</if>>'' cultural freedom in your arcology.
+			<<if $arcologies[0].FSNull <= 20>>
+				//[[Abandon|Future Society][removeFS("FSNull")]]//
+			<<else>>
+				//[[Withdraw|Future Society][$arcologies[0].FSNull -= 17, $FSCredits += 1]]//
+			<</if>>
+			<<if $FSCredits > 0>>
+				<<if $arcologies[0].FSNull < $FSLockinLevel>>
+					<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Advance|Future Society][$arcologies[0].FSNull += 17, $FSCredits -= 1]]: further commitment to allow your arcology's citizens cultural freedom.
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if $FSCredits > 0>>
+				<br>[[Multiculturalism|Future Society][$arcologies[0].FSNull = 17, $FSCredits -= 1]]: a commitment to allow your arcology's citizens cultural freedom.
+				<br>&nbsp;&nbsp;&nbsp;&nbsp;//This option is an alternative to societal advancement, and will not advance naturally.//
+			<</if>>
 		<</if>>
+	<<elseif $FSCreditCount == 7>>
+		<<if $arcologies[0].FSNull != "unset">>
+			<br>''You are permitting <<if $arcologies[0].FSNull <= 15>>basic<<elseif $arcologies[0].FSNull <= 30>>some<<elseif $arcologies[0].FSNull <= 45>>notable<<elseif $arcologies[0].FSNull <= 60>>considerable<<elseif $arcologies[0].FSNull <= 75>>great<<elseif $arcologies[0].FSNull <= 90>>advanced<<else>>absolute<</if>>'' cultural freedom in your arcology.
+			<<if $arcologies[0].FSNull <= 20>>
+				//[[Abandon|Future Society][removeFS("FSNull")]]//
+			<<else>>
+				//[[Withdraw|Future Society][$arcologies[0].FSNull -= 15, $FSCredits += 1]]//
+			<</if>>
+			<<if $FSCredits > 0>>
+				<<if $arcologies[0].FSNull < $FSLockinLevel>>
+					<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Advance|Future Society][$arcologies[0].FSNull += 15, $FSCredits -= 1]]: further commitment to allow your arcology's citizens cultural freedom.
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if $FSCredits > 0>>
+				<br>[[Multiculturalism|Future Society][$arcologies[0].FSNull = 15, $FSCredits -= 1]]: a commitment to allow your arcology's citizens cultural freedom.
+				<br>&nbsp;&nbsp;&nbsp;&nbsp;//This option is an alternative to societal advancement, and will not advance naturally.//
+			<</if>>
 		<</if>>
 	<<else>>
-		<<if $FSCredits > 0>>
-			<br>[[Multiculturalism|Future Society][$arcologies[0].FSNull = 20, $FSCredits -= 1]]: a commitment to allow your arcology's citizens cultural freedom.
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;//This option is an alternative to societal advancement, and will not advance naturally.//
+		<<if $arcologies[0].FSNull != "unset">>
+			<br>''You are permitting <<if $arcologies[0].FSNull <= 20>>basic<<elseif $arcologies[0].FSNull <= 40>>considerable<<elseif $arcologies[0].FSNull <= 60>>great<<elseif $arcologies[0].FSNull <= 80>>advanced<<else>>absolute<</if>>'' cultural freedom in your arcology.
+			<<if $arcologies[0].FSNull <= 20>>
+				//[[Abandon|Future Society][removeFS("FSNull")]]//
+			<<else>>
+				//[[Withdraw|Future Society][$arcologies[0].FSNull -= 20, $FSCredits += 1]]//
+			<</if>>
+			<<if $FSCredits > 0>>
+				<<if $arcologies[0].FSNull < $FSLockinLevel>>
+					<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Advance|Future Society][$arcologies[0].FSNull += 20, $FSCredits -= 1]]: further commitment to allow your arcology's citizens cultural freedom.
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if $FSCredits > 0>>
+				<br>[[Multiculturalism|Future Society][$arcologies[0].FSNull = 20, $FSCredits -= 1]]: a commitment to allow your arcology's citizens cultural freedom.
+				<br>&nbsp;&nbsp;&nbsp;&nbsp;//This option is an alternative to societal advancement, and will not advance naturally.//
+			<</if>>
 		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <br>
 
 /* FACILITY REDECORATION */
 <<if $brothel > 0>>
-<<run ValidateFacilityDecoration("brothelDecoration")>>
-<br>$brothelNameCaps is decorated in $brothelDecoration style.
-<<SetFacilityDecoration "brothelDecoration">>
+	<<run ValidateFacilityDecoration("brothelDecoration")>>
+	<br>$brothelNameCaps is decorated in $brothelDecoration style.
+	<<SetFacilityDecoration "brothelDecoration">>
 <</if>>
 
 <<if $club > 0>>
-<<run ValidateFacilityDecoration("clubDecoration")>>
-<br>$clubNameCaps is decorated in $clubDecoration style.
-<<SetFacilityDecoration "clubDecoration">>
+	<<run ValidateFacilityDecoration("clubDecoration")>>
+	<br>$clubNameCaps is decorated in $clubDecoration style.
+	<<SetFacilityDecoration "clubDecoration">>
 <</if>>
 
 <<if $dairy > 0>>
-<<run ValidateFacilityDecoration("dairyDecoration")>>
-<br>$dairyNameCaps is decorated in $dairyDecoration style.
-<<SetFacilityDecoration "dairyDecoration">>
+	<<run ValidateFacilityDecoration("dairyDecoration")>>
+	<br>$dairyNameCaps is decorated in $dairyDecoration style.
+	<<SetFacilityDecoration "dairyDecoration">>
 <</if>>
 
 <<if $farmyard > 0>>
-<<run ValidateFacilityDecoration("farmyardDecoration")>>
-<br>$farmyardNameCaps is decorated in $farmyardDecoration style.
-<<SetFacilityDecoration "farmyardDecoration">>
+	<<run ValidateFacilityDecoration("farmyardDecoration")>>
+	<br>$farmyardNameCaps is decorated in $farmyardDecoration style.
+	<<SetFacilityDecoration "farmyardDecoration">>
 <</if>>
 
 <<if $spa > 0>>
-<<run ValidateFacilityDecoration("spaDecoration")>>
-<br>$spaNameCaps is decorated in $spaDecoration style.
-<<SetFacilityDecoration "spaDecoration">>
+	<<run ValidateFacilityDecoration("spaDecoration")>>
+	<br>$spaNameCaps is decorated in $spaDecoration style.
+	<<SetFacilityDecoration "spaDecoration">>
 <</if>>
 
 <<if $nursery > 0>>
-<<run ValidateFacilityDecoration("nurseryDecoration")>>
-<br>$nurseryNameCaps is decorated in $nurseryDecoration style.
-<<SetFacilityDecoration "nurseryDecoration">>
+	<<run ValidateFacilityDecoration("nurseryDecoration")>>
+	<br>$nurseryNameCaps is decorated in $nurseryDecoration style.
+	<<SetFacilityDecoration "nurseryDecoration">>
 <</if>>
 
 <<if $clinic > 0>>
-<<run ValidateFacilityDecoration("clinicDecoration")>>
-<br>$clinicNameCaps is decorated in $clinicDecoration style.
-<<SetFacilityDecoration "clinicDecoration">>
+	<<run ValidateFacilityDecoration("clinicDecoration")>>
+	<br>$clinicNameCaps is decorated in $clinicDecoration style.
+	<<SetFacilityDecoration "clinicDecoration">>
 <</if>>
 
 <<if $schoolroom > 0>>
-<<run ValidateFacilityDecoration("schoolroomDecoration")>>
-<br>$schoolroomNameCaps is decorated in $schoolroomDecoration style.
-<<SetFacilityDecoration "schoolroomDecoration">>
+	<<run ValidateFacilityDecoration("schoolroomDecoration")>>
+	<br>$schoolroomNameCaps is decorated in $schoolroomDecoration style.
+	<<SetFacilityDecoration "schoolroomDecoration">>
 <</if>>
 
 <<if $cellblock > 0>>
-<<run ValidateFacilityDecoration("cellblockDecoration")>>
-<br>$cellblockNameCaps is decorated in $cellblockDecoration style.
-<<SetFacilityDecoration "cellblockDecoration">>
+	<<run ValidateFacilityDecoration("cellblockDecoration")>>
+	<br>$cellblockNameCaps is decorated in $cellblockDecoration style.
+	<<SetFacilityDecoration "cellblockDecoration">>
 <</if>>
 
 <<if $servantsQuarters > 0>>
-<<run ValidateFacilityDecoration("servantsQuartersDecoration")>>
-<br>$servantsQuartersNameCaps is decorated in $servantsQuartersDecoration style.
-<<SetFacilityDecoration "servantsQuartersDecoration">>
+	<<run ValidateFacilityDecoration("servantsQuartersDecoration")>>
+	<br>$servantsQuartersNameCaps is decorated in $servantsQuartersDecoration style.
+	<<SetFacilityDecoration "servantsQuartersDecoration">>
 <</if>>
 
 <<if $arcade > 0>>
-<<run ValidateFacilityDecoration("arcadeDecoration")>>
-<br>$arcadeNameCaps is decorated in $arcadeDecoration style.
-<<SetFacilityDecoration "arcadeDecoration">>
+	<<run ValidateFacilityDecoration("arcadeDecoration")>>
+	<br>$arcadeNameCaps is decorated in $arcadeDecoration style.
+	<<SetFacilityDecoration "arcadeDecoration">>
 <</if>>
 
 <<if $masterSuite > 0>>
-<<run ValidateFacilityDecoration("masterSuiteDecoration")>>
-<br>$masterSuiteNameCaps is decorated in $masterSuiteDecoration style.
-<<SetFacilityDecoration "masterSuiteDecoration">>
+	<<run ValidateFacilityDecoration("masterSuiteDecoration")>>
+	<br>$masterSuiteNameCaps is decorated in $masterSuiteDecoration style.
+	<<SetFacilityDecoration "masterSuiteDecoration">>
 <</if>>
diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index 815412afc4d0e3685cfd36c22740e2dd8add5698..1736db5a7d9e1a5f7711a9a54be8618a62c1b928 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -198,7 +198,7 @@ in the capital city.
 	<<if $PAidTarget == "convent">>
 		 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">>
-		 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. 
+		 better-off citizens, including the caller. Though most of the students and faculty 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">>
 		 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">>
diff --git a/src/uncategorized/hgSelect.tw b/src/uncategorized/hgSelect.tw
index d41eb839c782f70860755c512686813f3962e22f..168ed9c184ca999bc0a6362b2e42282c5690560b 100644
--- a/src/uncategorized/hgSelect.tw
+++ b/src/uncategorized/hgSelect.tw
@@ -42,7 +42,7 @@ _HGName will be
 <<if ($HGSeverity > 0)>>
 	''aggressive'' when punishing, with rape strongly encouraged. [[Moderate|HG Select][$HGSeverity = 0]]
 <<elseif ($HGSeverity == 0)>>
-	''moderate'' when punishing, carefully selecting appropriate consequences. [[Be aggressive|HG Select][$HGSeverity = 1]] | [[Restrict her|HG Select][$HGSeverity = -1]]
+	''moderate'' when punishing, carefully selecting appropriate consequences. [[Be aggressive|HG Select][$HGSeverity = 1]] | [["Restrict " + $him + ""|HG Select][$HGSeverity = -1]]
 <<else>>
 	''respectful'' when punishing, treating slaves decently. [[Be stricter|HG Select][$HGSeverity = 0]]
 <</if>>
@@ -77,10 +77,10 @@ _HGName
 	<<else>>
 		However, $HeadGirl.slaveName cannot perform this duty.
 	<</if>>
-	[["Rescind "+$his+" impregnation responsibility"|HG Select][$universalRulesImpregnation = "none"]] | [[See to it yourself|HG Select][$universalRulesImpregnation = "PC"]]
+	[["Rescind " + $his + " impregnation responsibility"|HG Select][$universalRulesImpregnation = "none"]] | [[See to it yourself|HG Select][$universalRulesImpregnation = "PC"]]
 <<else>>
 	<<if canPenetrate($HeadGirl) && $HeadGirl.pubertyXY == 1>>
-		<br><br>_HGName is capable of impregnating slaves, but it's not part of $his responsibilities. [["Assign "+$his+" to impregnate"|HG Select][$universalRulesImpregnation = "HG"]]
+		<br><br>_HGName is capable of impregnating slaves, but it's not part of $his responsibilities. [["Assign " + $him + " to impregnate"|HG Select][$universalRulesImpregnation = "HG"]]
 	<</if>>
 <</if>>
 <</if>>
diff --git a/src/uncategorized/manageArcology.tw b/src/uncategorized/manageArcology.tw
index c917d77bea8e89c30b4d5826f1979f8f40161b9a..d3335db7c91e48492755eb77f25cd649e5c1b38f 100644
--- a/src/uncategorized/manageArcology.tw
+++ b/src/uncategorized/manageArcology.tw
@@ -36,16 +36,7 @@ __Construction__
 <br>
 
 <<if $arcologyUpgrade.drones != 1>>
-	//The first major upgrade needed is the installation of a drone security system so higher-class citizens will feel safe and protected should they choose to immigrate. This upgrade will cost <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>.//
-	<<link "Install drone security system">>
-		<<set $cash -= Math.trunc(5000*$upgradeMultiplierArcology)>>
-		<<set $arcologyUpgrade.drones = 1>>
-		<<set $secBots.active = 1>>
-		<<set $secBots.troops = 30>>
-		<<set $secBots.maxTroops = 30>>
-		<<goto "Manage Arcology">>
-		<<if $PC.engineering < 100>><<set $PC.engineering += 1>><</if>>
-	<</link>>
+	//The first major upgrade needed is the installation of a drone security system so higher-class citizens will feel safe and protected should they choose to immigrate. This upgrade will cost <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>.//  [[Install drone security system|Manage Arcology][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $arcologyUpgrade.drones = 1, $secBots.active = 1, $secBots.troops = 30, $secBots.maxTroops = 30, $PC.engineering += 1]]
 <<elseif $arcologyUpgrade.hydro != 1>>
 	//The next major upgrade needed is the installation of a better water reclamation system so your residents will have access to cheaper water and hydroponically grown food. This upgrade will cost <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>.// [[Upgrade water reclamation system|Manage Arcology][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $arcologyUpgrade.hydro = 1, $PC.engineering += 1]]
 <<elseif $arcologyUpgrade.apron != 1>>
diff --git a/src/uncategorized/managePenthouse.tw b/src/uncategorized/managePenthouse.tw
index 46c51ea9a6a8b986f63d0f8cfb7a78bf299d4ebb..43bb2cc0de0dc149c28e4e3b87f02492d7878a1a 100644
--- a/src/uncategorized/managePenthouse.tw
+++ b/src/uncategorized/managePenthouse.tw
@@ -339,7 +339,6 @@ __Penthouse Upgrades__
 <br>
 
 
-
 <<if $cyberMod == 0>>
 	<<switch $prostheticsUpgrade>>
 	<<case 1>>
diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw
index 86f91981777c076d6309c4e17bf9ace8665130f2..4bf64a0617584c9456c0266c72eee49f4983bc70 100644
--- a/src/uncategorized/masterSuiteReport.tw
+++ b/src/uncategorized/masterSuiteReport.tw
@@ -327,7 +327,7 @@
 				/* Once we know they're knocked up, get the counter going. */
 				<<set _masterSuitePregnantSlaves += 1>>
 				/* Don't know about twins/triplets etc until 10 weeks. Once we do, get the counter going */
-				<<if ($slaves[$i].pregType > 1) && ($slaves[$i].preg >= 10)>>
+				<<if ($slaves[$i].pregType > 1) && ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth/1.33)>>
 					<<set _masterSuitePregnantSlavesMultiple += 1>>
 				<</if>>
 				/* If they're preggo and in the upgraded suite, give them extra devotion. More if they're being given lighter duties. */
diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw
index d232e94b31a0b862ee19be6f250612b9b2cdbdc2..9cea2fc95874ea1e4b11faacba693f2a53613a60 100644
--- a/src/uncategorized/matchmaking.tw
+++ b/src/uncategorized/matchmaking.tw
@@ -434,15 +434,15 @@ Being ordered into a relationship would be difficult for anyone, but they're so
 	$subSlave.slaveName fetishized breasts so much that _he2 thinks $eventSlave.slaveName's udders are one of the sexiest things _he2's ever seen.
 <<elseif ($eventSlave.fetish == "pregnancy") && ($subSlave.fetish == "pregnancy") && $subSlave.bellyPreg >= 300000 && $eventSlave.bellyPreg >= 300000>>
 	$eventSlave.slaveName and $subSlave.slaveName are both enormously laden with children, much to the other's delight. They can't wait to explore each other's baby filled middle.
-<<elseif ($eventSlave.fetish == "pregnancy") && ($subSlave.fetish == "pregnancy") && $subSlave.preg > 20 && $eventSlave.preg > 20>>
+<<elseif ($eventSlave.fetish == "pregnancy") && ($subSlave.fetish == "pregnancy") && $subSlave.preg > $subSlave.pregData.normalBirth/2 && $eventSlave.preg > $eventSlave.pregData.normalBirth/2>>
 	$eventSlave.slaveName and $subSlave.slaveName are both heavily pregnant, much to the other's delight.
 <<elseif ($subSlave.fetish == "pregnancy") && $eventSlave.bellyPreg >= 300000>>
 	$subSlave.slaveName fetishizes pregnant bellies so much that _he2 is awestruck by $eventSlave.slaveName's enormous, baby filled middle.
 <<elseif ($eventSlave.fetish == "pregnancy") && $subSlave.bellyPreg >= 300000>>
 	$eventSlave.slaveName fetishizes pregnant bellies so much that $he is awestruck by $subSlave.slaveName's enormous, baby filled middle.
-<<elseif ($subSlave.fetish == "pregnancy") && $eventSlave.preg > 20>>
+<<elseif ($subSlave.fetish == "pregnancy") && $eventSlave.preg > $eventSlave.pregData.normalBirth/2>>
 	$subSlave.slaveName fetishizes pregnant bellies so much that _he2 thinks $eventSlave.slaveName gravid middle is one of the sexiest things _he2's ever seen.
-<<elseif ($eventSlave.fetish == "pregnancy") && $subSlave.preg > 20>>
+<<elseif ($eventSlave.fetish == "pregnancy") && $subSlave.preg > $subSlave.pregData.normalBirth/2>>
 	$eventSlave.slaveName fetishizes pregnant bellies so much that $he thinks $subSlave.slaveName's gravid middle is one of the sexiest things $he's ever seen.
 <<elseif ($eventSlave.fetish == "pregnancy") && ($subSlave.fetish == "pregnancy") && $subSlave.bellyPreg >= 100 && $eventSlave.bellyPreg >= 100>>
 	$eventSlave.slaveName and $subSlave.slaveName are both pregnant and just beginning to show. They'll both be able to enjoy the other's swelling body.
diff --git a/src/uncategorized/neighborsFSAdoption.tw b/src/uncategorized/neighborsFSAdoption.tw
index 93dbdd57254cac51fd2bb6a5dff99f9987f87ebc..a9a6077b4cdcc6fbd6325736b62df4fd346d99b3 100644
--- a/src/uncategorized/neighborsFSAdoption.tw
+++ b/src/uncategorized/neighborsFSAdoption.tw
@@ -513,8 +513,8 @@ societal development.
 
 <<if $arcologies[$i].FSSubjugationist > random(50,200)>>
 	<<if ($arcologies[$i].FSDegradationist == "unset") && ($arcologies[$i].FSPaternalist == "unset")>>
-	The arcology's racial Subjugationist culture @@.yellow;pushes it towards Degradationism.@@
-	<<set $arcologies[$i].FSDegradationist = 5>><<break>>
+		The arcology's racial Subjugationist culture @@.yellow;pushes it towards Degradationism.@@
+		<<set $arcologies[$i].FSDegradationist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
 		<<if random(0,1) == 0>>
 			The arcology's racial Subjugationist culture @@.yellow;pushes it towards Egyptian Revivalism,@@ since the Ancient Egyptians are famous for keeping a race of slaves.
@@ -527,8 +527,8 @@ societal development.
 <</if>>
 <<if $arcologies[$i].FSSupremacist > random(50,200)>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's racial Supremacist culture @@.yellow;pushes it towards Paternalism.@@
-	<<set $arcologies[$i].FSPaternalist = 5>><<break>>
+		The arcology's racial Supremacist culture @@.yellow;pushes it towards Paternalism.@@
+		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset") && ($arcologies[$i].FSSupremacistRace == "asian")>>
 	<<if random(0,1) == 0>>
 		The arcology's racial Supremacist culture @@.yellow;pushes it towards Edo Revivalism,@@ since the beauty and grace of the Japanese people are watchwords there.
@@ -541,76 +541,76 @@ societal development.
 <</if>>
 <<if $arcologies[$i].FSRepopulationFocus > random(50,200)>>
 	<<if ($arcologies[$i].FSAssetExpationist == "unset") && ($arcologies[$i].FSSlimnessEnthusiast == "unset")>>
-	The arcology's Repopulationist culture @@.yellow;pushes it towards Asset Expansionism,@@ since big pregnant bellies go great with huge tits and asses.
-	<<set $arcologies[$i].FSAssetExpationist = 5>><<break>>
+		The arcology's Repopulationist culture @@.yellow;pushes it towards Asset Expansionism,@@ since big pregnant bellies go great with huge tits and asses.
+		<<set $arcologies[$i].FSAssetExpationist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSGenderFundamentalist == "unset") && ($arcologies[$i].FSGenderRadicalist == "unset")>>
-	The arcology's Repopulationist culture @@.yellow;pushes it towards Gender Fundamentalism,@@ since traditional women make better mothers.
-	<<set $arcologies[$i].FSGenderFundamentalist = 5>><<break>>
+		The arcology's Repopulationist culture @@.yellow;pushes it towards Gender Fundamentalism,@@ since traditional women make better mothers.
+		<<set $arcologies[$i].FSGenderFundamentalist = 5>><<break>>
 	<</if>>
 <<elseif $arcologies[$i].FSRestart > random(50,200)>>
 	<<if ($arcologies[$i].FSDegradationist == "unset") && ($arcologies[$i].FSPaternalist == "unset")>>
-	The arcology's elite focused culture @@.yellow;pushes it towards Degradationism,@@ since its lowest class deserves nothing but misery.
-	<<set $arcologies[$i].FSDegradationist = 5>><<break>>
+		The arcology's elite focused culture @@.yellow;pushes it towards Degradationism,@@ since its lowest class deserves nothing but misery.
+		<<set $arcologies[$i].FSDegradationist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSHedonisticDecadence == "unset") && ($arcologies[$i].FSPhysicalIdealist == "unset")>>
-	The arcology's wide range of imports @@.yellow;pushes it towards Decadent Hedonism,@@ since it has access to so many undiscovered pleasures.
-	<<set $arcologies[$i].FSDegradationist = 5>><<break>>
+		The arcology's wide range of imports @@.yellow;pushes it towards Decadent Hedonism,@@ since it has access to so many undiscovered pleasures.
+		<<set $arcologies[$i].FSDegradationist = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSGenderRadicalist > random(50,200)>>
 	<<if ($arcologies[$i].FSTransformationFetishist == "unset") && ($arcologies[$i].FSBodyPurist == "unset")>>
-	The arcology's Gender Radicalist culture @@.yellow;pushes it towards Transformation Fetishism,@@ since surgery can turn a slave into anything.
-	<<set $arcologies[$i].FSTransformationFetishist = 5>><<break>>
+		The arcology's Gender Radicalist culture @@.yellow;pushes it towards Transformation Fetishism,@@ since surgery can turn a slave into anything.
+		<<set $arcologies[$i].FSTransformationFetishist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>>
-	The arcology's Gender Radicalist culture @@.yellow;pushes it towards Slimness Enthusiasm,@@ since that's the kind of body many of its slaves have.
-	<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
+		The arcology's Gender Radicalist culture @@.yellow;pushes it towards Slimness Enthusiasm,@@ since that's the kind of body many of its slaves have.
+		<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
 	<<elseif ($arcologies[$i].FSPastoralist == "unset") && ($arcologies[$i].FSCummunism == "unset")>>
-	The arcology's Gender Radicalist culture @@.yellow;pushes it towards Cummunism,@@ since many of its slaves are capable of giving cum.
-	<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
+		The arcology's Gender Radicalist culture @@.yellow;pushes it towards Cummunism,@@ since many of its slaves are capable of giving cum.
+		<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
 	<</if>>
 <<elseif $arcologies[$i].FSGenderFundamentalist > random(50,200)>>
 	<<if ($arcologies[$i].FSPastoralist == "unset") && ($arcologies[$i].FSCummunism == "unset")>>
-	The arcology's Gender Fundamentalist culture @@.yellow;pushes it towards Pastoralism,@@ since its pregnant slaves are already giving milk.
-	<<set $arcologies[$i].FSPastoralist = 5>><<break>>
+		The arcology's Gender Fundamentalist culture @@.yellow;pushes it towards Pastoralism,@@ since its pregnant slaves are already giving milk.
+		<<set $arcologies[$i].FSPastoralist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>>
-	The arcology's Gender Fundamentalist culture @@.yellow;pushes it towards Youth Preferentialism,@@ since younger slaves are beautiful and fertile.
-	<<set $arcologies[$i].FSYouthPreferentialist = 5>><<break>>
+		The arcology's Gender Fundamentalist culture @@.yellow;pushes it towards Youth Preferentialism,@@ since younger slaves are beautiful and fertile.
+		<<set $arcologies[$i].FSYouthPreferentialist = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSPaternalist > random(50,200)>>
 	<<if ($arcologies[$i].FSChattelReligionist == "unset")>>
-	The arcology's Paternalist culture @@.yellow;pushes it towards Chattel Religionism,@@ since many of its slaves are already worshipful.
-	<<set $arcologies[$i].FSChattelReligionist = 5>><<break>>
+		The arcology's Paternalist culture @@.yellow;pushes it towards Chattel Religionism,@@ since many of its slaves are already worshipful.
+		<<set $arcologies[$i].FSChattelReligionist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Paternalist culture @@.yellow;pushes it towards Body Purism,@@ since giving slaves dangerous drugs is hardly good for them.
-	<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
+		The arcology's Paternalist culture @@.yellow;pushes it towards Body Purism,@@ since giving slaves dangerous drugs is hardly good for them.
+		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	The arcology's Paternalist culture @@.yellow;pushes it towards Roman Revivalism,@@ since loyal service to the res publica bears similarity to their existing mores.
-	<<set $arcologies[$i].FSRomanRevivalist = 5>><<break>>
+		The arcology's Paternalist culture @@.yellow;pushes it towards Roman Revivalism,@@ since loyal service to the res publica bears similarity to their existing mores.
+		<<set $arcologies[$i].FSRomanRevivalist = 5>><<break>>
 	<</if>>
 <<elseif $arcologies[$i].FSDegradationist > random(50,200)>>
 	<<if ($arcologies[$i].FSTransformationFetishist == "unset") && ($arcologies[$i].FSBodyPurist == "unset")>>
-	The arcology's Degradationist culture @@.yellow;pushes it towards Transformation Fetishism,@@ the ultimate expression of power over slave bodies.
-	<<set $arcologies[$i].FSTransformationFetishist = 5>><<break>>
+		The arcology's Degradationist culture @@.yellow;pushes it towards Transformation Fetishism,@@ the ultimate expression of power over slave bodies.
+		<<set $arcologies[$i].FSTransformationFetishist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSGenderRadicalist == "unset") && ($arcologies[$i].FSGenderFundamentalist == "unset")>>
-	The arcology's Degradationist culture @@.yellow;pushes it towards Gender Radicalism,@@ since the joy of forcing a gender role on a slave is already popular.
-	<<set $arcologies[$i].FSGenderRadicalist = 5>><<break>>
+		The arcology's Degradationist culture @@.yellow;pushes it towards Gender Radicalism,@@ since the joy of forcing a gender role on a slave is already popular.
+		<<set $arcologies[$i].FSGenderRadicalist = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSBodyPurist > random(50,200)>>
 	<<if ($arcologies[$i].FSPhysicalIdealist == "unset") && ($arcologies[$i].FSHedonisticDecadence == "unset")>>
-	The arcology's Body Purist culture @@.yellow;pushes it towards Physical Idealism,@@ since it already takes an intense interest in bodily perfection.
-	<<set $arcologies[$i].FSPhysicalIdealist = 5>><<break>>
+		The arcology's Body Purist culture @@.yellow;pushes it towards Physical Idealism,@@ since it already takes an intense interest in bodily perfection.
+		<<set $arcologies[$i].FSPhysicalIdealist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's Body Purist culture @@.yellow;pushes it towards Paternalism,@@ since it's become obvious that happiness is a necessary part of wellness.
-	<<set $arcologies[$i].FSPaternalist = 5>><<break>>
+		The arcology's Body Purist culture @@.yellow;pushes it towards Paternalism,@@ since it's become obvious that happiness is a necessary part of wellness.
+		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
 	<</if>>
 <<elseif $arcologies[$i].FSTransformationFetishist > random(50,200)>>
 	<<if ($arcologies[$i].FSAssetExpansionist == "unset") && ($arcologies[$i].FSSlimnessEnthusiast == "unset")>>
-	The arcology's Transformation Fetishist culture @@.yellow;pushes it towards Asset Expansionism,@@ since it's already overrun with massive tits and asses.
-	<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
+		The arcology's Transformation Fetishist culture @@.yellow;pushes it towards Asset Expansionism,@@ since it's already overrun with massive tits and asses.
+		<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSDegradationist == "unset") && ($arcologies[$i].FSPaternalist == "unset")>>
-	The arcology's Transformation Fetishist culture @@.yellow;pushes it towards Degradationism,@@ since it's already used to slaves whining about their latest surgeries.
-	<<set $arcologies[$i].FSDegradationist = 5>><<break>>
+		The arcology's Transformation Fetishist culture @@.yellow;pushes it towards Degradationism,@@ since it's already used to slaves whining about their latest surgeries.
+		<<set $arcologies[$i].FSDegradationist = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSYouthPreferentialist > random(50,200)>>
@@ -623,71 +623,71 @@ societal development.
 	<</if>>
 <<elseif $arcologies[$i].FSMaturityPreferentialist > random(50,200)>>
 	<<if ($arcologies[$i].FSAssetExpansionist == "unset") && ($arcologies[$i].FSSlimnessEnthusiast == "unset")>>
-	The arcology's Maturity Preferentialist culture @@.yellow;pushes it towards Asset Expansionism,@@ since that's the kind of body many of its slaves have.
-	<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
+		The arcology's Maturity Preferentialist culture @@.yellow;pushes it towards Asset Expansionism,@@ since that's the kind of body many of its slaves have.
+		<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's Maturity Preferentialist culture @@.yellow;pushes it towards Paternalism,@@ since its many older slaves have skills best applied by a happy woman.
-	<<set $arcologies[$i].FSPaternalist = 5>><<break>>
+		The arcology's Maturity Preferentialist culture @@.yellow;pushes it towards Paternalism,@@ since its many older slaves have skills best applied by a happy woman.
+		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSSlimnessEnthusiast > random(50,200)>>
 	<<if ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>>
-	The arcology's Slimness Enthusiast culture @@.yellow;pushes it towards Youth Preferentialism,@@ since younger slaves are often attractively slim.
-	<<set $arcologies[$i].FSYouthPreferentialist = 5>><<break>>
+		The arcology's Slimness Enthusiast culture @@.yellow;pushes it towards Youth Preferentialism,@@ since younger slaves are often attractively slim.
+		<<set $arcologies[$i].FSYouthPreferentialist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Slimness Enthusiast culture @@.yellow;pushes it towards Body Purism,@@ since the last thing they want is prettily slender girls with health trouble.
-	<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
+		The arcology's Slimness Enthusiast culture @@.yellow;pushes it towards Body Purism,@@ since the last thing they want is prettily slender girls with health trouble.
+		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
 	<</if>>
 <<elseif $arcologies[$i].FSAssetExpansionist > random(50,200)>>
 	<<if ($arcologies[$i].FSMaturityPreferentialist == "unset") && ($arcologies[$i].FSYouthPreferentialist == "unset")>>
-	The arcology's Asset Expansionist culture @@.yellow;pushes it towards Maturity Preferentialism,@@ since MILF slaves tend to come with nice big tits.
-	<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<break>>
+		The arcology's Asset Expansionist culture @@.yellow;pushes it towards Maturity Preferentialism,@@ since MILF slaves tend to come with nice big tits.
+		<<set $arcologies[$i].FSMaturityPreferentialist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Asset Expansionist culture @@.yellow;pushes it towards Body Purism,@@ since slaves on curatives are slaves not on growth hormones.
-	<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
+		The arcology's Asset Expansionist culture @@.yellow;pushes it towards Body Purism,@@ since slaves on curatives are slaves not on growth hormones.
+		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSPastoralist > random(50,200)>>
 	<<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Pastoralist culture @@.yellow;pushes it towards Body Purism,@@ since there have been concerns about milk purity.
-	<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
+		The arcology's Pastoralist culture @@.yellow;pushes it towards Body Purism,@@ since there have been concerns about milk purity.
+		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSAssetExpansionist == "unset") && ($arcologies[$i].FSSlimnessEnthusiast == "unset")>>
-	The arcology's Pastoralist culture @@.yellow;pushes it towards Asset Expansionism,@@ since they're convinced that there's no such thing as udders that are too big.
-	<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
+		The arcology's Pastoralist culture @@.yellow;pushes it towards Asset Expansionism,@@ since they're convinced that there's no such thing as udders that are too big.
+		<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSRepopulationFocus == "unset") && ($arcologies[$i].FSRestart == "unset")>>
-	The arcology's Pastoralist culture @@.yellow;pushes it towards Repopulationisn,@@ since pregnancy stimulates milk flow.
-	<<set $arcologies[$i].FSRepopulationFocus = 5>><<break>>
+		The arcology's Pastoralist culture @@.yellow;pushes it towards Repopulationisn,@@ since pregnancy stimulates milk flow.
+		<<set $arcologies[$i].FSRepopulationFocus = 5>><<break>>
 	<</if>>
 <<elseif $arcologies[$i].FSCummunism > random(50,200)>>
 	<<if ($arcologies[$i].FSPhysicalIdealist == "unset") && ($arcologies[$i].FSHedonisticDecadence == "unset")>>
-	The arcology's Cummunist culture @@.yellow;pushes it towards Physical Idealism,@@ since big balls and huge loads go hand in hand with masculine muscles.
-	<<set $arcologies[$i].FSPhysicalIdealist = 5>><<break>>
+		The arcology's Cummunist culture @@.yellow;pushes it towards Physical Idealism,@@ since big balls and huge loads go hand in hand with masculine muscles.
+		<<set $arcologies[$i].FSPhysicalIdealist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSAssetExpansionist == "unset") && ($arcologies[$i].FSSlimnessEnthusiast == "unset")>>
-	The arcology's Cummunist culture @@.yellow;pushes it towards Asset Expansionism,@@ since they're convinced that there's no such thing as balls that are too big.
-	<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
+		The arcology's Cummunist culture @@.yellow;pushes it towards Asset Expansionism,@@ since they're convinced that there's no such thing as balls that are too big.
+		<<set $arcologies[$i].FSAssetExpansionist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Cummunist culture @@.yellow;pushes it towards Body Purism,@@ since there have been concerns about cum purity.
-	<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
+		The arcology's Cummunist culture @@.yellow;pushes it towards Body Purism,@@ since there have been concerns about cum purity.
+		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSHedonisticDecadence > random(50,200)>>
 	<<if ($arcologies[$i].FSPastoralist == "unset") && ($arcologies[$i].FSCummunism == "unset")>>
-	The arcology's Hedonistic culture @@.yellow;pushes it towards Pastoralism,@@ since nothing beats a nice glass of fresh squeezed milk with your cake.
-	<<set $arcologies[$i].FSPastoralist = 5>><<break>>
+		The arcology's Hedonistic culture @@.yellow;pushes it towards Pastoralism,@@ since nothing beats a nice glass of fresh squeezed milk with your cake.
+		<<set $arcologies[$i].FSPastoralist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's Hedonistic culture @@.yellow;pushes it towards Paternalism,@@ since happiness is infectious.
-	<<set $arcologies[$i].FSPaternalist = 5>><<break>>
+		The arcology's Hedonistic culture @@.yellow;pushes it towards Paternalism,@@ since happiness is infectious.
+		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
 	<</if>>
 <<elseif $arcologies[$i].FSPhysicalIdealist > random(50,200)>>
 	<<if ($arcologies[$i].FSBodyPurist == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Physical Idealist culture @@.yellow;pushes it towards Body Purism,@@ since it's already used to treating slaves' bodies as temples.
-	<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
+		The arcology's Physical Idealist culture @@.yellow;pushes it towards Body Purism,@@ since it's already used to treating slaves' bodies as temples.
+		<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSYouthPreferentialist == "unset") && ($arcologies[$i].FSMaturityPreferentialist == "unset")>>
-	The arcology's Physical Idealist culture @@.yellow;pushes it towards Youth Preferentialism,@@ since beauty and athletic prowess do tend to peak early.
-	<<set $arcologies[$i].FSYouthPreferentialist = 5>><<break>>
+		The arcology's Physical Idealist culture @@.yellow;pushes it towards Youth Preferentialism,@@ since beauty and athletic prowess do tend to peak early.
+		<<set $arcologies[$i].FSYouthPreferentialist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSCummunism == "unset") && ($arcologies[$i].FSPastoralist == "unset")>>
-	The arcology's Physical Idealist culture @@.yellow;pushes it towards Cummunism,@@ since muscular, testosterone filled slaves make admirable cumshots.
-	<<set $arcologies[$i].FSCummunism = 5>><<break>>
+		The arcology's Physical Idealist culture @@.yellow;pushes it towards Cummunism,@@ since muscular, testosterone filled slaves make admirable cumshots.
+		<<set $arcologies[$i].FSCummunism = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSIncestFetishist > random(50,200)>>
@@ -707,23 +707,23 @@ societal development.
 <</if>>
 <<if $arcologies[$i].FSChattelReligionist > random(50,200)>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's Chattel Religionist culture @@.yellow;pushes it towards Paternalism,@@ since charitable care for slaves' welfare has become widespread.
-	<<set $arcologies[$i].FSPaternalist = 5>><<break>>
+		The arcology's Chattel Religionist culture @@.yellow;pushes it towards Paternalism,@@ since charitable care for slaves' welfare has become widespread.
+		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
 	<<elseif ($arcologies[$i].FSRomanRevivalist == "unset") && ($arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
-	The arcology's Chattel Religionist culture @@.yellow;pushes it towards Arabian Revivalism,@@ since such an intermingling of slavery and faith fascinates them.
-	<<set $arcologies[$i].FSArabianRevivalist = 5>><<break>>
+		The arcology's Chattel Religionist culture @@.yellow;pushes it towards Arabian Revivalism,@@ since such an intermingling of slavery and faith fascinates them.
+		<<set $arcologies[$i].FSArabianRevivalist = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSRomanRevivalist > random(50,200)>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's Roman Revivalist culture @@.yellow;pushes it towards Paternalism,@@ since some Roman slaves were traditionally permitted limited rights.
-	<<set $arcologies[$i].FSPaternalist = 5>><<break>>
+		The arcology's Roman Revivalist culture @@.yellow;pushes it towards Paternalism,@@ since some Roman slaves were traditionally permitted limited rights.
+		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSAztecRevivalist > random(50,200)>>
 	<<if ($arcologies[$i].FSDegradationist == "unset") && ($arcologies[$i].FSPaternalist == "unset")>>
-	The arcology's Aztec Revivalist culture @@.yellow;pushes it towards Degradation,@@ since most Aztec war slaves were tortured and sacrificed.
-	<<set $arcologies[$i].FSPaternalist = 5>><<break>>
+		The arcology's Aztec Revivalist culture @@.yellow;pushes it towards Degradation,@@ since most Aztec war slaves were tortured and sacrificed.
+		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSEgyptianRevivalist > random(50,200)>>
@@ -737,20 +737,20 @@ societal development.
 <</if>>
 <<if $arcologies[$i].FSEdoRevivalist > random(50,200)>>
 	<<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
-	The arcology's Edo Revivalist culture @@.yellow;pushes it towards Slimness Enthusiasm,@@ since slim and elegant slaves are already fashionable there.
-	<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
+		The arcology's Edo Revivalist culture @@.yellow;pushes it towards Slimness Enthusiasm,@@ since slim and elegant slaves are already fashionable there.
+		<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSArabianRevivalist > random(50,200)>>
 	<<if ($arcologies[$i].FSChattelReligionist == "unset")>>
-	The arcology's Arabian Revivalist culture @@.yellow;pushes it towards Chattel Religionism,@@ since the word of God is already a matter of daily significance there.
-	<<set $arcologies[$i].FSChattelReligionist = 5>><<break>>
+		The arcology's Arabian Revivalist culture @@.yellow;pushes it towards Chattel Religionism,@@ since the word of God is already a matter of daily significance there.
+		<<set $arcologies[$i].FSChattelReligionist = 5>><<break>>
 	<</if>>
 <</if>>
 <<if $arcologies[$i].FSChineseRevivalist > random(50,200)>>
 	<<if ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>>
-	The arcology's Chinese Revivalist culture @@.yellow;pushes it towards Paternalism,@@ since traditional beliefs about duty and order have become accepted.
-	<<set $arcologies[$i].FSPaternalist = 5>><<break>>
+		The arcology's Chinese Revivalist culture @@.yellow;pushes it towards Paternalism,@@ since traditional beliefs about duty and order have become accepted.
+		<<set $arcologies[$i].FSPaternalist = 5>><<break>>
 	<</if>>
 <</if>>
 
@@ -961,7 +961,7 @@ societal development.
 <</switch>>
 <<switch random(1,26)>>
 <<case 1>>
-	<<set _subjugationRace = either("white", "asian", "latina", "middle eastern", "black", "indo-aryan", "pacific islander", "malay", "amerindian", "southern european", "semitic", "mixed race")>>
+	<<set _subjugationRace = either("amerindian", "asian", "black", "indo-aryan", "latina", "malay", "middle eastern", "mixed race", "pacific islander", "semitic", "southern european", "white")>>
 	<<if ($arcologies[$i].FSSubjugationist == "unset")>>
 		<<if ($arcologies[$i].FSSupremacist == "unset") || (_subjugationRace != $arcologies[$i].FSSupremacistRace)>>
 			$desc preoccupied by a racial animus towards _subjugationRace people, leading the arcology to @@.yellow;adopt _subjugationRace Subjugation.@@
@@ -970,7 +970,7 @@ societal development.
 		<</if>>
 	<</if>>
 <<case 2>>
-	<<set _supremacistRace = either("white", "asian", "latina", "middle eastern", "black", "indo-aryan", "pacific islander", "malay", "amerindian", "southern european", "semitic", "mixed race")>>
+	<<set _supremacistRace = either("amerindian", "asian", "black", "indo-aryan", "latina", "malay", "middle eastern", "mixed race", "pacific islander", "semitic", "southern european", "white")>>
 	<<if ($arcologies[$i].FSSupremacist == "unset")>>
 		<<if ($arcologies[$i].FSSubjugationist == "unset") || (_supremacistRace != $arcologies[$i].FSSubjugationistRace)>>
 			$desc preoccupied by belief in the superiority of the _supremacistRace race, leading the arcology to @@.yellow;adopt _supremacistRace Supremacy.@@
diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 4c27ed8a95f9ce8933ccd234980a2fe863b67ecb..1582f45e5fc3981b4a9f14396bf8bcd187d3700b 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -1066,9 +1066,9 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' <<
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Sterilize $him">>
 		<<replace "#introResult">>
-			You drag $him to the remote surgery and strap $his face up with $his<<if $activeSlave.bellyPreg >= 1500>> pregnant<</if>> stomach bare. $He doesn't understand what's coming for a while, even as $his belly is carefully cleaned and disinfected. $He begins to panic at the sight of the approaching surgical manipulators, cringing as they cut into $his<<if $activeSlave.bellyPreg >= 1500>> rounded<</if>> abdomen. $He squeals in horror as $his<<if $activeSlave.preg > 30>> swollen womb, still moving with life,<<elseif $activeSlave.bellyPreg >= 1500>> pregnant womb<<else>> womb<</if>> and ovaries are extracted before $his eyes.
+			You drag $him to the remote surgery and strap $his face up with $his<<if $activeSlave.bellyPreg >= 1500>> pregnant<</if>> stomach bare. $He doesn't understand what's coming for a while, even as $his belly is carefully cleaned and disinfected. $He begins to panic at the sight of the approaching surgical manipulators, cringing as they cut into $his<<if $activeSlave.bellyPreg >= 1500>> rounded<</if>> abdomen. $He squeals in horror as $his<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> swollen womb, still moving with life,<<elseif $activeSlave.bellyPreg >= 1500>> pregnant womb<<else>> womb<</if>> and ovaries are extracted before $his eyes.
 			<<if $activeSlave.fetish == "pregnancy" && $activeSlave.pregKnown == 1>>
-				<<if $activeSlave.preg > 25>>
+				<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.6>>
 					$He watches $his exposed womb with absolute terror in $his eyes. A small handprint bulges against the organ; $he sobs once before $his mind @@.red;shatters at the sight.@@
 					<<set $activeSlave.fetish = "mindbroken", $activeSlave.fetishKnown = 1, $activeSlave.behavioralQuirk == "none", $activeSlave.behavioralFlaw == "none", $activeSlave.sexualQuirk == "none", $activeSlave.sexualFlaw == "none">>
 				<<else>>
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index 5fc50ae4ff295158593fe10e130cf0abf802f44e..97f812e5d098849c25094d0e9d604e2ca6c7ea71 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -7,14 +7,14 @@
 This save was created using FC version $ver build $releaseID.
 <br>&nbsp;&nbsp;&nbsp;&nbsp;[[Apply Backwards Compatibility Update|Backwards Compatibility]]
 <<if $secExp == 1>>
-<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Apply Security Expansion mod backwards compatibility |SecExpBackwardCompatibility]]
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Apply Security Expansion mod backwards compatibility |SecExpBackwardCompatibility]]
 <</if>>
 
 <br>
 <<if ($autosave == 0)>>
-End of week autosaving is currently @@.red;DISABLED@@. [[Enable|Options][$autosave = 1]]
+	End of week autosaving is currently @@.red;DISABLED@@. [[Enable|Options][$autosave = 1]]
 <<else>>
-End of week autosaving is currently @@.cyan;ENABLED@@. [[Disable|Options][$autosave = 0]]
+	End of week autosaving is currently @@.cyan;ENABLED@@. [[Disable|Options][$autosave = 0]]
 <</if>>
 
 <<if ($releaseID >= 1000) || $ver.startsWith("0.9") || $ver.startsWith("0.8") || $ver.startsWith("0.7") || $ver.startsWith("0.6")>>
@@ -32,14 +32,14 @@ End of week autosaving is currently @@.cyan;ENABLED@@. [[Disable|Options][$autos
 <br>
 
 <<if $familyTesting == 1>>
-<br><<link "Reset extended family mode controllers">><<goto "family panic">><</link>> //Clears and rebuilds .sister and .daughter tracking.//
+	<br><<link "Reset extended family mode controllers">><<goto "family panic">><</link>> //Clears and rebuilds .sister and .daughter tracking.//
 <</if>>
 
 <<if isNaN($rep)>>
-<br>[[Reset Reputation|Options][$rep = 0]]
+	<br>[[Reset Reputation|Options][$rep = 0]]
 <</if>>
 <<if isNaN($cash)>>
-<br>[[Reset Money|Options][$cash = 500]]
+	<br>[[Reset Money|Options][$cash = 500]]
 <</if>>
 
 <br>
@@ -57,7 +57,7 @@ Image display
 	<<if $imageChoice == 1>>
 		@@.yellow;Vector art by NoX/Deepmurk@@ is selected. [[Switch to rendered imagepack|Options][$imageChoice = 0]] | [[Switch to non-embedded vector art|Options][$imageChoice = 2]] | [[Switch to revamped embedded vector art|Options][$imageChoice = 3]]
 		<br>
-		Face artwork is 
+		Face artwork is
 		<<if $seeFaces > 0>>
 			@@.cyan;ENABLED@@. [[Disable|Options][$seeFaces = 0]]
 		<<else>>
@@ -93,7 +93,7 @@ Image display
 		<</if>>
 	<</if>>
 	<br>
-	PA avatar art is 
+	PA avatar art is
 	<<if $seeAvatar == 1>>
 		@@.cyan;ENABLED@@. [[Disable|Options][$seeAvatar = 0]]
 	<<else>>
@@ -121,33 +121,33 @@ Image display
 ''MAIN ARCOLOGY SCREEN OPTIONS''
 <br>
 <<if $newModelUI != 0>>
-New Model UI @@.cyan;ENABLED@@. [[Disable|Options][$newModelUI = 0]]
+	New Model UI @@.cyan;ENABLED@@. [[Disable|Options][$newModelUI = 0]]
 <<else>>
-New Model UI @@.red;DISABLED@@. [[Enable|Options][$newModelUI = 1]]
+	New Model UI @@.red;DISABLED@@. [[Enable|Options][$newModelUI = 1]]
 <</if>>
 
 <br>
 
 <<if $seeArcology == 1>>
-Main menu arcology description @@.cyan;ENABLED@@. [[Disable|Options][$seeArcology = 0]]
+	Main menu arcology description @@.cyan;ENABLED@@. [[Disable|Options][$seeArcology = 0]]
 <<else>>
-Main menu arcology description @@.red;DISABLED@@. [[Enable|Options][$seeArcology = 1]]
+	Main menu arcology description @@.red;DISABLED@@. [[Enable|Options][$seeArcology = 1]]
 <</if>>
 
 <br>
 
 <<if ($seeDesk == 0)>>
-Main menu desk description @@.red;DISABLED@@. [[Enable|Options][$seeDesk = 1]]
+	Main menu desk description @@.red;DISABLED@@. [[Enable|Options][$seeDesk = 1]]
 <<else>>
-Main menu desk description @@.cyan;ENABLED@@. [[Disable|Options][$seeDesk = 0]]
+	Main menu desk description @@.cyan;ENABLED@@. [[Disable|Options][$seeDesk = 0]]
 <</if>>
 
 <br>
 
 <<if ($seeFCNN == 0)>>
-Main menu newsfeed @@.red;DISABLED@@. [[Enable|Options][$seeFCNN = 1]]
+	Main menu newsfeed @@.red;DISABLED@@. [[Enable|Options][$seeFCNN = 1]]
 <<else>>
-Main menu newsfeed @@.cyan;ENABLED@@. [[Disable|Options][$seeFCNN = 0]]
+	Main menu newsfeed @@.cyan;ENABLED@@. [[Disable|Options][$seeFCNN = 0]]
 <</if>>
 
 <br>
@@ -268,9 +268,9 @@ Detailed corporation controls are
 
 Economic Tabs on weekly reports are
 <<if $useTabs == 0>>
-@@.red;DISABLED@@. [[Enable|Options][$useTabs = 1]]
+	@@.red;DISABLED@@. [[Enable|Options][$useTabs = 1]]
 <<else>>
-@@.cyan;ENABLED@@. [[Disable|Options][$useTabs = 0]]
+	@@.cyan;ENABLED@@. [[Disable|Options][$useTabs = 0]]
 <</if>>
 
 <br>
@@ -352,38 +352,38 @@ Assignment performance vignettes on the end week report are
 ''CONTENT''
 <br>
 <<if ($seeExtreme == 0)>>
-Extreme content like amputation is currently @@.red;DISABLED@@. [[Enable|Options][$seeExtreme = 1]]
+	Extreme content like amputation is currently @@.red;DISABLED@@. [[Enable|Options][$seeExtreme = 1]]
 <<else>>
-Extreme content like amputation is currently @@.cyan;ENABLED@@. [[Disable|Options][$seeExtreme = 0]]
+	Extreme content like amputation is currently @@.cyan;ENABLED@@. [[Disable|Options][$seeExtreme = 0]]
 <</if>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;//Will not affect extreme surgeries already applied already in-game.
 <br>&nbsp;&nbsp;&nbsp;&nbsp;More granular control of what appears is in// [[Description Options]].
 
 <br>
 <<if ($seeBestiality == 0)>>
-Bestiality related content is currently @@.red;DISABLED@@. [[Enable|Options][$seeBestiality = 1]]
+	Bestiality related content is currently @@.red;DISABLED@@. [[Enable|Options][$seeBestiality = 1]]
 <<else>>
-Bestiality related content is currently @@.cyan;ENABLED@@. [[Disable|Options][$seeBestiality = 0]] //Will not remove existing facilities, but will block content from appearing.//
+	Bestiality related content is currently @@.cyan;ENABLED@@. [[Disable|Options][$seeBestiality = 0]] //Will not remove existing facilities, but will block content from appearing.//
 <</if>>
 
 <br>
 <<if ($seePreg == 0)>>
-Pregnancy related content is currently @@.red;DISABLED@@. [[Enable|Options][$seePreg = 1]]
+	Pregnancy related content is currently @@.red;DISABLED@@. [[Enable|Options][$seePreg = 1]]
 <<else>>
-Pregnancy related content is currently @@.cyan;ENABLED@@. [[Disable|Options][$seePreg = 0]]
+	Pregnancy related content is currently @@.cyan;ENABLED@@. [[Disable|Options][$seePreg = 0]]
 <</if>> //Will not affect existing pregnancies already in-game.//
 
 <br>
 <<if ($seeDicksAffectsPregnancy == 1)>>
-Child gender ''will'' be generated based off dick content settings. Currently <<print $seeDicks>>% of children will be born male. [[Disable|Options][$seeDicksAffectsPregnancy = 0]]
+	Child gender ''will'' be generated based off dick content settings. Currently <<print $seeDicks>>% of children will be born male. [[Disable|Options][$seeDicksAffectsPregnancy = 0]]
 <<else>>
-Child gender ''will not'' be generated based off dick content settings. [[Enable|Options][$seeDicksAffectsPregnancy = 1]]
+	Child gender ''will not'' be generated based off dick content settings. [[Enable|Options][$seeDicksAffectsPregnancy = 1]]
 <</if>>
 
 <<if $seeDicksAffectsPregnancy == 0>>
 	<br>
 	<<if $adamPrinciple == 1>>
-		XX slaves ''can not'' have sons. [[Enable|Options][$adamPrinciple = 0]]
+		XX slaves ''cannot'' have sons. [[Enable|Options][$adamPrinciple = 0]]
 	<<else>>
 		XX slaves ''can'' have sons. [[Disable|Options][$adamPrinciple = 0]]
 	<</if>> //Will not affect existing pregnancies already in-game.//
@@ -391,16 +391,17 @@ Child gender ''will not'' be generated based off dick content settings. [[Enable
 
 <br>
 <<if ($seeHyperPreg == 0)>>
-Extreme pregnancy content like broodmothers is currently @@.red;DISABLED@@. [[Enable|Options][$seeHyperPreg = 1]]
+	Extreme pregnancy content like broodmothers is currently @@.red;DISABLED@@. [[Enable|Options][$seeHyperPreg = 1]]
 <<else>>
-Extreme pregnancy content like broodmothers is currently @@.cyan;ENABLED@@. [[Disable|Options][$seeHyperPreg = 0]]
-<</if>> //Will not affect existing hyperpregnancies already in-game.//
+	Extreme pregnancy content like broodmothers is currently @@.cyan;ENABLED@@. [[Disable|Options][$seeHyperPreg = 0]]
+<</if>>
+//Will not affect existing hyperpregnancies already in-game.//
 
 <br>
 <<if ($dangerousPregnancy == 0)>>
-Pregnancy complications due to multiples and body size are currently @@.red;DISABLED@@. [[Enable|Options][$dangerousPregnancy = 1]]
+	Pregnancy complications due to multiples and body size are currently @@.red;DISABLED@@. [[Enable|Options][$dangerousPregnancy = 1]]
 <<else>>
-Pregnancy complications due to multiples and body size are currently @@.cyan;ENABLED@@. [[Disable|Options][$dangerousPregnancy = 0]]
+	Pregnancy complications due to multiples and body size are currently @@.cyan;ENABLED@@. [[Disable|Options][$dangerousPregnancy = 0]]
 <</if>>
 
 <br>
@@ -428,41 +429,41 @@ Pregnancy complications due to multiples and body size are currently @@.cyan;ENA
 
 <br>
 <<if ($diversePronouns == 1)>>
-Experimental male pronouns are currently @@.cyan;ENABLED@@. [[Disable|Options][$diversePronouns = 0]]
+	Experimental male pronouns are currently @@.cyan;ENABLED@@. [[Disable|Options][$diversePronouns = 0]]
 <<else>>
-Experimental male pronouns are currently @@.red;DISABLED@@. [[Enable|Options][$diversePronouns = 1]]
+	Experimental male pronouns are currently @@.red;DISABLED@@. [[Enable|Options][$diversePronouns = 1]]
 <</if>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;//Apply Backwards Compatibility after changing to update slave's pronouns. Not all scenes support male pronouns and this is not yet incorporated into the lore or mechanics.//
 
 <br>
 <<if $allowMaleSlaveNames>>
-Male slave names are currently @@.cyan;PERMITTED@@. [[Deny|Options][$allowMaleSlaveNames = false]]
+	Male slave names are currently @@.cyan;PERMITTED@@. [[Deny|Options][$allowMaleSlaveNames = false]]
 <<else>>
-Male slave names are currently @@.red;FORBIDDEN@@. [[Allow|Options][$allowMaleSlaveNames = true]]
+	Male slave names are currently @@.red;FORBIDDEN@@. [[Allow|Options][$allowMaleSlaveNames = true]]
 <</if>>
 //This only affects slave generation and not your ability to name your slaves.//
 
 <br>
 <<if $showMissingSlaves>>
-Missing slave names are currently @@.cyan;SHOWN@@. [[Hide|Options][$showMissingSlaves = 0]]
+	Missing slave names are currently @@.cyan;SHOWN@@. [[Hide|Options][$showMissingSlaves = 0]]
 <<else>>
-Missing slave names are currently @@.red;HIDDEN@@. [[Show|Options][$showMissingSlaves = 1]]
+	Missing slave names are currently @@.red;HIDDEN@@. [[Show|Options][$showMissingSlaves = 1]]
 <</if>>
 
 <br><br>
 ''INTERSECTING MECHANICS''
 <br>
 <<if ($weightAffectsAssets != 0)>>
-Slave assets affected by weight is @@.cyan;ENABLED@@. [[Disable|Options][$weightAffectsAssets = 0]]
+	Slave assets affected by weight is @@.cyan;ENABLED@@. [[Disable|Options][$weightAffectsAssets = 0]]
 <<else>>
-Slave assets affected by weight is @@.red;DISABLED@@. [[Enable|Options][$weightAffectsAssets = 1]]
+	Slave assets affected by weight is @@.red;DISABLED@@. [[Enable|Options][$weightAffectsAssets = 1]]
 <</if>> //Diet will still affect asset size.//
 
 <br>
 <<if ($curativeSideEffects != 0)>>
-Curative side effects are @@.cyan;ENABLED@@. [[Disable|Options][$curativeSideEffects = 0]]
+	Curative side effects are @@.cyan;ENABLED@@. [[Disable|Options][$curativeSideEffects = 0]]
 <<else>>
-Curative side effects are @@.red;DISABLED@@. [[Enable|Options][$curativeSideEffects = 1]]
+	Curative side effects are @@.red;DISABLED@@. [[Enable|Options][$curativeSideEffects = 1]]
 <</if>> //If enabled, curatives have a chance to give slaves harmful side effects.//
 
 <br><br>
@@ -474,9 +475,9 @@ Curative side effects are @@.red;DISABLED@@. [[Enable|Options][$curativeSideEffe
 	@@.cyan;ENABLED@@. [[Disable|Options][$SF.Toggle = 0]]
 	<br>&nbsp;The support facility is
 	<<if ($SF.Facility.Toggle === 0)>>
-			@@.red;DISABLED@@. [[Enable|Intro Summary][$SF.Facility.Toggle = 1]]
+			@@.red;DISABLED@@. [[Enable|Options][$SF.Facility.Toggle = 1]]
 	<<else>>
-			@@.cyan;ENABLED@@. [[Disable|Intro Summary][$SF.Facility.Toggle = 0]]
+			@@.cyan;ENABLED@@. [[Disable|Options][$SF.Facility.Toggle = 0]]
 	<</if>> //Prep for future content.
 <</if>> //Will not affect mod content that has already been encountered.//
 
@@ -525,33 +526,33 @@ Curative side effects are @@.red;DISABLED@@. [[Enable|Options][$curativeSideEffe
 ''CHEATING/DEV OPTIONS''
 <br>
 <<if ($cheatMode == 1)>>
-<<if $seeAge == 1>>
-	Slaves will ''age''
-	[[Disable aging|Options][$seeAge = 0]] |
-	[[Semi aging|Options][$seeAge = 2]]
-<<elseif $seeAge == 2>>
-	Slaves ''will'' celebrate birthdays, but ''not age.''
-	[[Enable aging fully|Options][$seeAge = 1]] |
-	[[Disable aging|Options][$seeAge = 0]]
-<<else>>
-	Slaves will ''not age''
-	[[Enable aging|Options][$seeAge = 1]] |
-	[[Semi aging|Options][$seeAge = 2]]
-<</if>>
+	<<if $seeAge == 1>>
+		Slaves will ''age''
+		[[Disable aging|Options][$seeAge = 0]] |
+		[[Semi aging|Options][$seeAge = 2]]
+	<<elseif $seeAge == 2>>
+		Slaves ''will'' celebrate birthdays, but ''not age.''
+		[[Enable aging fully|Options][$seeAge = 1]] |
+		[[Disable aging|Options][$seeAge = 0]]
+	<<else>>
+		Slaves will ''not age''
+		[[Enable aging|Options][$seeAge = 1]] |
+		[[Semi aging|Options][$seeAge = 2]]
+	<</if>>
 <</if>>
 <br>
 <<if ($cheatMode == 1)>>
-<br>
-Cheatmode is currently @@.cyan;ENABLED@@. [[Disable|Options][$cheatMode = 0]]
+	<br>
+	Cheatmode is currently @@.cyan;ENABLED@@. [[Disable|Options][$cheatMode = 0]]
 	<br>
 	<<if ($cheatModeM == 1)>>
-	Sidebar Cheats are currently @@.cyan;SHOWN@@. [[Disable|Options][$cheatModeM = 0]]
+		Sidebar Cheats are currently @@.cyan;SHOWN@@. [[Disable|Options][$cheatModeM = 0]]
 	<<else>>
-	Sidebar Cheats are currently @@.red;HIDDEN@@. [[Enable|Options][$cheatModeM = 1]]
+		Sidebar Cheats are currently @@.red;HIDDEN@@. [[Enable|Options][$cheatModeM = 1]]
 	<</if>>
 <<else>>
-Cheatmode is currently @@.red;DISABLED@@. [[Enable|Options][$cheatMode = 1]]
-//This will allow manual selection of events and unlock some options that would usually be restricted by progress//
+	Cheatmode is currently @@.red;DISABLED@@. [[Enable|Options][$cheatMode = 1]]
+	//This will allow manual selection of events and unlock some options that would usually be restricted by progress//
 <</if>>
 <br>
 &nbsp;&nbsp;&nbsp;&nbsp;[[Add money|Options][$cheater = 1, $cash += 100000]] | [[Add rep|Options][$cheater = 1, $rep += 10000]] //Cheating will be flagged in your save//
diff --git a/src/uncategorized/pBioreactorPerfected.tw b/src/uncategorized/pBioreactorPerfected.tw
index 1134a0b047d0052c8a0757741afd1a89fffe827f..5ce5bc221e1ee8793677e988a34d36ed494a5e41 100644
--- a/src/uncategorized/pBioreactorPerfected.tw
+++ b/src/uncategorized/pBioreactorPerfected.tw
@@ -8,6 +8,8 @@
 	<<goto "Random Nonindividual Event">>
 <<else>>
 
+<<setLocalPronouns $activeSlave>>
+
 When you need peace and quiet to work through a difficult problem, you sometimes take a few minutes to pace through $dairyName. The massive, gently swaying breasts are always an encouraging sight, and the faint, rhythmic sounds of machine milking, machine feeding, and machine sodomy have a stimulating effect on one's thought processes. When you reach the end of the row of machines for the first time today, you turn to walk back again, and then notice that $assistantName's
 <<if $assistant == 0>>
 	symbol is visible on a screen across the last cow in the row from you, glowing gently to get your attention.
@@ -59,10 +61,10 @@ When you need peace and quiet to work through a difficult problem, you sometimes
 <<else>>
 	<<if $PC.title == 1>>"Sir,"<<else>>"Ma'am,"<</if>> she says, "I'd like to ask you something about this slave."
 <</if>>
-You stop and consider the cow, from her titanic breasts to her <<if ($activeSlave.balls >= 10) && ($activeSlave.scrotum > 0)>>swollen balls<<elseif $activeSlave.vagina > -1>>slavering cunt<<else>>distended stomach<</if>> to her dildo-filled anus.
+You stop and consider the cow, from $his titanic breasts to $his <<if ($activeSlave.balls >= 10) && ($activeSlave.scrotum > 0)>>swollen balls<<elseif $activeSlave.vagina > -1>>slavering cunt<<else>>distended stomach<</if>> to $his dildo-filled anus.
 <<if $assistant == 0>>
-	"This slave is permanently dependent on her milking machine," it continues. "She cannot be removed without uneconomical expenditures, and is unlikely to be useful elsewhere.
-	Additionally, there is nothing more that can be done to make her breasts any bigger<<if $activeSlave.balls >= 10>> or her testicles any more productive<<elseif $activeSlave.ovaries == 1>> or her womb any more productive<</if>>. Her development is essentially final, and that status can be made official. She could be redesignated as equipment. Other than her designation, this would make little difference: the machine would be slightly less cautious with her drugs, future intubations, and such. She would be removed from the slave lists."
+	"This slave is permanently dependent on $his milking machine," it continues. "$He cannot be removed without uneconomical expenditures, and is unlikely to be useful elsewhere.
+	Additionally, there is nothing more that can be done to make $his breasts any bigger<<if $activeSlave.balls >= 10>> or $his testicles any more productive<<elseif $activeSlave.ovaries == 1>> or $his womb any more productive<</if>>. $His development is essentially final, and that status can be made official. She could be redesignated as equipment. Other than $his designation, this would make little difference: the machine would be slightly less cautious with $his drugs, future intubations, and such. She would be removed from the slave lists."
 <<else>>
 	"She's never leaving here, not without surgery. And even then, she's forgotten almost everything, and she won't be getting it back."
 	<<switch $assistantAppearance>>
@@ -105,7 +107,7 @@ You stop and consider the cow, from her titanic breasts to her <<if ($activeSlav
 	<<default>>
 		The symbol on the screen dissolves down to create a gentle backlight behind the slave.
 	<</switch>>
-	"She's beautiful, isn't she? Perfect. There's nothing more that can be done, to make her udders any bigger<<if $activeSlave.balls >= 10>> or her balls any more productive<<elseif $activeSlave.ovaries == 1>> or her womb any more productive<</if>>. She's complete, and she's part of this machine now, and that's all she'll ever be. I can make that status official, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. I'd redesignate her as equipment. It wouldn't change much, other than a designation. I'd just be a little less cautious with her drugs, future intubations, things like that. But for slave purposes, she'd be gone. Just a part of $dairyName, forever. Or, until she wears out in <<if $retirementAge-$activeSlave.physicalAge <= 3>>a few years<<elseif $retirementAge-$activeSlave.physicalAge == 10>>a decade or so<<elseif $retirementAge-$activeSlave.physicalAge >= 20>>a couple of decades<</if>>."
+	"$He's beautiful, isn't $he? Perfect. There's nothing more that can be done, to make $his udders any bigger<<if $activeSlave.balls >= 10>> or $his balls any more productive<<elseif $activeSlave.ovaries == 1>> or $his womb any more productive<</if>>. $He's complete, and $he's part of this machine now, and that's all $he'll ever be. I can make that status official, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. I'd redesignate $him as equipment. It wouldn't change much, other than a designation. I'd just be a little less cautious with $his drugs, future intubations, things like that. But for slave purposes, $he'd be gone. Just a part of $dairyName, forever. Or, until $he wears out in <<if $retirementAge-$activeSlave.physicalAge <= 3>>a few years<<elseif $retirementAge-$activeSlave.physicalAge == 10>>a decade or so<<elseif $retirementAge-$activeSlave.physicalAge >= 20>>a couple of decades<</if>>."
 <</if>>
 
 <br><br>
@@ -176,9 +178,9 @@ You stop and consider the cow, from her titanic breasts to her <<if ($activeSlav
 		<<set $createBioreactors = 1>>
 	<</replace>>
 <</link>>
-<br><<link "No, leave her as she is">>
+<br><<link "No, leave $him as $he is">>
 	<<replace "#result">>
-		"Yes, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," your assistant confirms. "This option will remain accessible from $dairyName control interface, if you reconsider."
+		"Yes, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," your assistant confirms. "This option will remain accessible from $dairyName's control interface, if you reconsider."
 	<</replace>>
 <</link>>
 </span>
diff --git a/src/uncategorized/pBombing.tw b/src/uncategorized/pBombing.tw
index 231ba43c5c40f52f27b91f6c40f1e803ca27b851..3620462553685fbbec81d828b62073fc20dcf7bd 100644
--- a/src/uncategorized/pBombing.tw
+++ b/src/uncategorized/pBombing.tw
@@ -3,56 +3,60 @@
 <<set $nextButton = "Continue">>
 <<set $nextLink = "Random Nonindividual Event">>
 
-One fine day, you're strolling down the main promenade, making your usual combined inspection and public rounds. These walks are triply useful, since they allow you to keep a finger on the pulse of your demesne, identify any problems, and display yourself to the population. <<if $Bodyguard != 0>>$Bodyguard.slaveName is walking with you, of course, her presence protection, intimidation, and ostentation, all in one.<</if>>
+<<if $Bodyguard != 0>>
+	<<setLocalPronouns $Bodyguard>>
+<</if>>
+
+One fine day, you're strolling down the main promenade, making your usual combined inspection and public rounds. These walks are triply useful, since they allow you to keep a finger on the pulse of your demesne, identify any problems, and display yourself to the population. <<if $Bodyguard != 0>>$Bodyguard.slaveName is walking with you, of course; $his presence protection, intimidation, and ostentation, all in one.<</if>>
 
 <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> suddenly relays a silent alarm, highlighting a scruffy individual twenty <<if $showInches == 2>>yards<<else>>meters<</if>> ahead. This person is hooded and acting oddly. You catch a glance from beneath the hood in your direction: and the figure obviously decides that it can get no closer to you. Your assistant's scanning detects the presence of an implanted bomb moments before the suicide bomber detonates themselves.
 
-The implant is small, and went off too far ahead to do anything more than stun. <<if $Bodyguard != 0>>Since she was behind you, $Bodyguard.slaveName is in much better shape than you, her ears clear and her senses sharp. <</if>>Three other assailants run at you from where they were waiting in the confusion, wielding improvised weapons that apparently did not set off the security scanners.
+The implant is small, and went off too far ahead to do anything more than stun. <<if $Bodyguard != 0>>Since $he was behind you, $Bodyguard.slaveName is in much better shape than you, $his ears clear and $his senses sharp. <</if>>Three other assailants run at you from where they were waiting in the confusion, wielding improvised weapons that apparently did not set off the security scanners.
 
 <br><br>
 
 <<if $Bodyguard != 0>>
 <<if $Bodyguard.amp <= -4>>
-	$Bodyguard.slaveName glances at you to check that her principal is alive, her P-Limbs already entering combat mode. She becomes more inhuman by the moment,
+	$Bodyguard.slaveName glances at you to check that $his principal is alive, $his P-Limbs already entering combat mode. $He becomes more inhuman by the moment,
 	<<if ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 5>>
-		her calves unfolding to reveal stabilizers that slide down and broaden her ground contact. The targeting programs in her arms allow her to fire her light machine gun from the hip, and she places a precise burst in each target.
+		$his calves unfolding to reveal stabilizers that slide down and broaden $his ground contact. The targeting programs in $his arms allow $him to fire $his light machine gun from the hip, and $he places a precise burst in each target.
 	<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 4>>
-		the arm that holds her battle rifle extending to lock to its foregrip and stock. With it fully attached to her, she raises that arm at each attacker in turn.
+		the arm that holds $his battle rifle extending to lock to its foregrip and stock. With it fully attached to $him, $he raises that arm at each attacker in turn.
 	<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 3>>
-		stabilizers extending from the forearm that holds her submachine gun. She fires it one-handed, the weapons barely moving at all as she flicks from target to target.
+		stabilizers extending from the forearm that holds $his submachine gun. $He fires it one-handed, the weapons barely moving at all as $he flicks from target to target.
 	<<else>>
-		her hand extending fully around her machine pistol even as she brings it up to meet the first target. When its first magazine is expended, her forearm unfolds to reveal another.
+		$his hand extending fully around $his machine pistol even as $he brings it up to meet the first target. When its first magazine is expended, $his forearm unfolds to reveal another.
 	<</if>>
-	Your bodyguard's enhancements are not exactly secret, however, and the attackers are numerous, sent to overwhelm her. She drops her weapon, ammunition expended, producing a scream of triumph from one of the few remaining assailants. Nothing daunted, she swings her dominant hand down to her thigh on that side. It unfolds and places a pistol in her grip, which she brings up and uses to end the engagement.
+	Your bodyguard's enhancements are not exactly secret, however, and the attackers are numerous, sent to overwhelm $him. $He drops $his weapon, ammunition expended, producing a scream of triumph from one of the few remaining assailants. Nothing daunted, $he swings $his dominant hand down to $his thigh on that side. It unfolds and places a pistol in $his grip, which $he brings up and uses to end the engagement.
 	<br><br>
-	After reloading her pistol from the ammunition compartment in her other thigh, she strides mechanically from body to body, a few of which are still moving. Stopping by each one, she places her palm against the base of each head with obscene care before extending the blade in her forearm through it. This done, she scans for further threats. There are none, and due to her terrifying display there is @@.green;an increase in confidence in the security of $arcologies[0].name@@ and @@.green;public applause for your skill in training her.@@ There is some @@.red;minor damage@@ to repair, but no lasting harm.
+	After reloading $his pistol from the ammunition compartment in $his other thigh, $he strides mechanically from body to body, a few of which are still moving. Stopping by each one, $he places $his palm against the base of each head with obscene care before extending the blade in $his forearm through it. This done, $he scans for further threats. There are none, and due to $his terrifying display there is @@.green;an increase in confidence in the security of $arcologies[0].name@@ and @@.green;public applause for your skill in training $him.@@ There is some @@.red;minor damage@@ to repair, but no lasting harm.
 	<<set $cash -= 1000>>
 	<<set $rep += 500>>
 	<<set $arcologies[0].prosperity += 1>>
 
 <<elseif $Bodyguard.combatSkill > 0>>
-	$Bodyguard.slaveName glances at you to check that her principal is alive for the moment, already
+	$Bodyguard.slaveName glances at you to check that $his principal is alive for the moment, already
 	<<if ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 5>>
-		getting her light machine gun into action. Since they're so close, she doesn't even bother to shoulder the weapon, simply using her weapon's firepower to dump rounds into each attacker.
+		getting $his light machine gun into action. Since they're so close, $he doesn't even bother to shoulder the weapon, simply using $his weapon's firepower to dump rounds into each attacker.
 	<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 4>>
-		bringing her battle rifle up. She swivels from target to target, placing a single round in each, using the weapon's devastating stopping power to good effect.
+		bringing $his battle rifle up. $He swivels from target to target, placing a single round in each, using the weapon's devastating stopping power to good effect.
 	<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 3>>
-		bringing her submachine gun up. She cradles the compact weapon in both hands and swivels from target to target, placing a long burst of fire in each, using the weapon's large ammunition capacity to good effect.
+		bringing $his submachine gun up. $He cradles the compact weapon in both hands and swivels from target to target, placing a long burst of fire in each, using the weapon's large ammunition capacity to good effect.
 	<<else>>
-		drawing her machine pistol. She cradles the diminutive weapon in both hands and swivels from target to target, placing a disciplined burst of fire in each at its center of mass.
+		drawing $his machine pistol. $He cradles the diminutive weapon in both hands and swivels from target to target, placing a disciplined burst of fire in each at its center of mass.
 	<</if>>
-	None of them gets within five <<if $showInches == 2>>yards<<else>>meters<</if>>. $Bodyguard.slaveName dispassionately places a round in the head of each body, reloads, and takes up a position from which she can watch for further threats. There are none, and due to her sterling conduct there is @@.green;an increase in confidence in the security of $arcologies[0].name@@ and @@.green;public applause for your skill in training her.@@ There is some @@.red;minor damage@@ to repair, but no lasting harm.
+	None of them gets within five <<if $showInches == 2>>yards<<else>>meters<</if>>. $Bodyguard.slaveName dispassionately places a round in the head of each body, reloads, and takes up a position from which $he can watch for further threats. There are none, and due to $his sterling conduct there is @@.green;an increase in confidence in the security of $arcologies[0].name@@ and @@.green;public applause for your skill in training $him.@@ There is some @@.red;minor damage@@ to repair, but no lasting harm.
 	<<set $cash -= 1000>>
 	<<set $rep += 500>>
 	<<set $arcologies[0].prosperity += 1>>
 
 <<elseif $Bodyguard.muscles > 5>>
-	$Bodyguard.slaveName hurriedly <<if ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 5>>gets her light machine gun firing. The weapon's high rate of fire tears through the first enemy but rapidly pulls her aim off target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 4>>brings up her battle rifle. She hits the nearest assailant with her first round and then fires again, but the weapon's powerful recoil sends it over her target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 3>>brings up her submachine gun. She points it at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls her aim off target.<<else>>draws her machine pistol. She points it one-handed at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls her aim off target.<</if>> By the time she pulls the muzzle back down the others are on her. Fortunately, she is equal to the challenge, getting her sword into gory action. She is physically powerful but unskilled, so the result is simple, unlovely butcher's work. This spectacle produces @@.green;an increase in confidence in the security of $arcologies[0].name.@@ There is some @@.red;minor property damage@@ to repair, but no lasting harm.
+	$Bodyguard.slaveName hurriedly <<if ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 5>>gets $his light machine gun firing. The weapon's high rate of fire tears through the first enemy but rapidly pulls $his aim off target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 4>>brings up $his battle rifle. $He hits the nearest assailant with $his first round and then fires again, but the weapon's powerful recoil sends it over $his target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 3>>brings up $his submachine gun. $He points it at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls $his aim off target.<<else>>draws $his machine pistol. $He points it one-handed at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls $his aim off target.<</if>> By the time $he pulls the muzzle back down the others are on $him. Fortunately, $he is equal to the challenge, getting $his sword into gory action. $He is physically powerful but unskilled, so the result is simple, unlovely butcher's work. This spectacle produces @@.green;an increase in confidence in the security of $arcologies[0].name.@@ There is some @@.red;minor property damage@@ to repair, but no lasting harm.
 	<<set $cash -= 1000>>
 	<<set $arcologies[0].prosperity += 1>>
 
 <<else>>
-	$Bodyguard.slaveName hurriedly <<if ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 5>>gets her light machine gun firing. The weapon's high rate of fire tears through the first enemy but rapidly pulls her aim off target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 4>>brings up her battle rifle. She hits the nearest assailant with her first round and then fires again, but the weapon's powerful recoil sends it over her target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 3>>brings up her submachine gun. She points it at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls her aim off target.<<else>>draws her machine pistol. She points it one-handed at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls her aim off target.<</if>> By the time she pulls the muzzle back down the others are on her. Her sword is very sharp, but so are her assailants' weapons, and everyone is unskilled. As often happens with bladed fights between unarmored novices, everyone dies, and so fast that you cannot intervene. $Bodyguard.slaveName expires gasping in agony over multiple deep wounds to her abdomen, but still manages to lock eyes with you as she does. There is some @@.red;minor property damage@@ to repair, but no lasting harm.
+	$Bodyguard.slaveName hurriedly <<if ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 5>>gets $his light machine gun firing. The weapon's high rate of fire tears through the first enemy but rapidly pulls $his aim off target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 4>>brings up $his battle rifle. $He hits the nearest assailant with $his first round and then fires again, but the weapon's powerful recoil sends it over $his target.<<elseif ($Bodyguard.muscles+$Bodyguard.height-100)/25 > 3>>brings up $his submachine gun. $He points it at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls $his aim off target.<<else>>draws $his machine pistol. $He points it one-handed at the nearest assailant and pulls the trigger; the weapon's high rate of fire tears through the enemy but rapidly pulls $his aim off target.<</if>> By the time $he pulls the muzzle back down the others are on $him. $His sword is very sharp, but so are $his assailants' weapons, and everyone is unskilled. As often happens with bladed fights between unarmored novices, everyone dies, and so fast that you cannot intervene. $Bodyguard.slaveName expires gasping in agony over multiple deep wounds to $his abdomen, but still manages to lock eyes with you as $he does. There is some @@.red;minor property damage@@ to repair, but no lasting harm.
 	<<set $cash -= 1000>>
 	<<set $Bodyguard.health -= 1000>>
 	<<set $activeSlave = $Bodyguard>>
diff --git a/src/uncategorized/pCoupAttempt.tw b/src/uncategorized/pCoupAttempt.tw
index 0084e0742fa9ccca9fdaa6dba197a66e8edf16ca..256b03af319ccf2c4df10499ab74184acf320313 100644
--- a/src/uncategorized/pCoupAttempt.tw
+++ b/src/uncategorized/pCoupAttempt.tw
@@ -7,8 +7,8 @@
 
 	<<set WombProgress($traitor, _pregWeeks)>> /* In all cases should be done */
 	<<set WombUpdatePregVars($traitor)>>
-	<<if WombBirthReady($traitor, 40) > 0 >> /* normal birth case, partial birthers not supported*/
-		<<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, 40), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>>
+	<<if WombBirthReady($traitor, $traitor.pregData.normalBirth) > 0 >> /* normal birth case, partial birthers not supported*/
+		<<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, $traitor.pregData.normalBirth), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>>
 		<<set WombFlush($traitor)>>
 	<<else>>/* still pregnant slave */
 		<<set $traitor.preg = WombMaxPreg($traitor)>> /*most ready fetus is a base*/
diff --git a/src/uncategorized/pCoupCollaboration.tw b/src/uncategorized/pCoupCollaboration.tw
index 2c9b37a9b7255213c8e0a01684d1f241f639a081..0a6afe6549c835ad898ce2fd80a15c20189c0419 100644
--- a/src/uncategorized/pCoupCollaboration.tw
+++ b/src/uncategorized/pCoupCollaboration.tw
@@ -6,8 +6,8 @@
 
 <<set WombProgress($traitor, _pregWeeks)>> /* In all cases should be done */
 <<set WombUpdatePregVars($traitor)>>
-<<if WombBirthReady($traitor, 40) > 0 >> /* normal birth case, partial birthers not supported*/
-	<<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, 40), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>>
+<<if WombBirthReady($traitor, $traitor.pregData.normalBirth) > 0 >> /* normal birth case, partial birthers not supported*/
+	<<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, $traitor.pregData.normalBirth), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>>
 	<<set WombFlush($traitor)>>
 <<else>>/* still pregnant slave */
 	<<set $traitor.preg = WombMaxPreg($traitor)>> /*most ready fetus is a base*/
diff --git a/src/uncategorized/pCoupLoss.tw b/src/uncategorized/pCoupLoss.tw
index 7ed6d5372076dd639ddb2105a879da99d8cf7050..e6ea560ff933dc4066feb38f4d6e8e1f08ddb8ae 100644
--- a/src/uncategorized/pCoupLoss.tw
+++ b/src/uncategorized/pCoupLoss.tw
@@ -5,8 +5,8 @@
 
 <<set WombProgress($traitor, _pregWeeks)>> /* In all cases should be done */
 <<set WombUpdatePregVars($traitor)>>
-<<if WombBirthReady($traitor, 40) > 0 >> /* normal birth case, partial birthers not supported*/
-	<<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, 40), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>>
+<<if WombBirthReady($traitor, $traitor.pregData.normalBirth) > 0 >> /* normal birth case, partial birthers not supported*/
+	<<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, $traitor.pregData.normalBirth), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>>
 	<<set WombFlush($traitor)>>
 <<else>>/* still pregnant slave */
 	<<set $traitor.preg = WombMaxPreg($traitor)>> /*most ready fetus is a base*/
diff --git a/src/uncategorized/pSlaveMedic.tw b/src/uncategorized/pSlaveMedic.tw
index 47376d137c8d6ccbdc823d601fa63d6a5c97b143..af30bb4d9613479a98089f141aa654aec945351b 100644
--- a/src/uncategorized/pSlaveMedic.tw
+++ b/src/uncategorized/pSlaveMedic.tw
@@ -31,7 +31,7 @@
 <<set $activeSlave.intelligence = random(51,95)>>
 <<set $activeSlave.intelligenceImplant = 15>>
 <<if $activeSlave.physicalAge >= 12>>
-  <<set $activeSlave.teeth = "cosmetic braces">>
+	<<set $activeSlave.teeth = "cosmetic braces">>
 <</if>>
 <<set $activeSlave.anus = 2>>
 <<set $activeSlave.hips = 1>>
@@ -43,17 +43,11 @@
 <<set $activeSlave.hLength = 35>>
 <<set $activeSlave.health = random(20,40)>>
 <<if $mercenaries >= 3>>
-  <<if $activeSlave.publicCount>><<set $activeSlave.publicCount += 39>><<else>><<set $activeSlave.publicCount = 39>><</if>>
+	<<if $activeSlave.publicCount>><<set $activeSlave.publicCount += 39>><<else>><<set $activeSlave.publicCount = 39>><</if>>
 <<else>>
-  <<if $activeSlave.publicCount>><<set $activeSlave.publicCount += 13>><<else>><<set $activeSlave.publicCount = 13>><</if>>
+	<<if $activeSlave.publicCount>><<set $activeSlave.publicCount += 13>><<else>><<set $activeSlave.publicCount = 13>><</if>>
 <</if>>
 
-You make a habit of dropping in on your mercenaries whenever you get the chance. You have regular meetings with their grizzled captain, of course, but turning up unannounced to get to know them is simply a matter of self-preservation. The better they like you, the more likely they are to think of more than their pay when deciding how to hazard themselves on your behalf.
-
-When you enter the lounge of their <<if $barracks>>barracks<<else>>main living area<</if>>, you see $activeSlave.slaveName kneeling next to a mercenary with most of his armor stripped off. She's the <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> nurse they captured and enslaved, and she seems to be doing pretty well in her new life. She seems to be checking the sutures on a minor wound to the man's flank.
-
-"Don't squirm!" she says with an annoyed tone. "I'll get you off when I've checked this." He chuckles and holds still; she redresses the wound, stands up, and strips off her tank top, allowing her huge tits to swing free. She's quite young, but her $activeSlave.skin body is appealingly curvy. As she swings one leg across the seated mercenary, she continues, "Please sit still and let me do the work. You need to take it easy for a day or two or you'll pop those sutures." Using her hands, she gently caresses his stiff prick with her pillowy breasts, eliciting a grunt. She's a strong girl, and pleasures him without letting any of her weight rest on his body at all. When he climaxes, she leans in to clean him with her mouth and then heads off to wash out her cleavage.
-
 <<else>>
 
 <<set $activeSlaveOneTimeMinAge = 25>>
@@ -89,29 +83,43 @@ When you enter the lounge of their <<if $barracks>>barracks<<else>>main living a
 <<set $activeSlave.stampTat = either("flowers", "tribal patterns")>>
 <<set $activeSlave.health = random(20,40)>>
 <<if $mercenaries >= 3>>
-  <<if $activeSlave.publicCount>><<set $activeSlave.publicCount += 39>><<else>><<set $activeSlave.publicCount = 39>><</if>>
+	<<if $activeSlave.publicCount>><<set $activeSlave.publicCount += 39>><<else>><<set $activeSlave.publicCount = 39>><</if>>
 <<else>>
-  <<if $activeSlave.publicCount>><<set $activeSlave.publicCount += 13>><<else>><<set $activeSlave.publicCount = 13>><</if>>
+	<<if $activeSlave.publicCount>><<set $activeSlave.publicCount += 13>><<else>><<set $activeSlave.publicCount = 13>><</if>>
 <</if>>
 
+<</if>>
+
+<<setLocalPronouns $activeSlave>>
+
+<<if $pedo_mode == 1>>
+
+You make a habit of dropping in on your mercenaries whenever you get the chance. You have regular meetings with their grizzled captain, of course, but turning up unannounced to get to know them is simply a matter of self-preservation. The better they like you, the more likely they are to think of more than their pay when deciding how to hazard themselves on your behalf.
+
+When you enter the lounge of their <<if $barracks>>barracks<<else>>main living area<</if>>, you see $activeSlave.slaveName kneeling next to a mercenary with most of his armor stripped off. $He's the <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> nurse they captured and enslaved, and $he seems to be doing pretty well in $his new life. $He seems to be checking the sutures on a minor wound to the man's flank.
+
+"Don't squirm!" $he says with an annoyed tone. "I'll get you off when I've checked this." He chuckles and holds still; $he redresses the wound, stands up, and strips off $his tank top, allowing $his huge tits to swing free. $He's quite young, but $his $activeSlave.skin body is appealingly curvy. As $he swings one leg across the seated mercenary, $he continues, "Please sit still and let me do the work. You need to take it easy for a day or two or you'll pop those sutures." Using $his hands, $he gently caresses his stiff prick with $his pillowy breasts, eliciting a grunt. $He's a strong $girl, and pleasures him without letting any of $his weight rest on his body at all. When he climaxes, $he leans in to clean him with $his mouth and then heads off to wash out $his cleavage.
+
+<<else>>
+
 You make a habit of dropping in on your mercenaries whenever you get the chance. You have regular meetings with their grizzled captain, of course, but turning up unannounced to get to know them is simply a matter of self-preservation. The better they like you, the more likely they are to think of more than their pay when deciding how to hazard themselves on your behalf.
 
-When you enter the lounge of their <<if $barracks>>barracks<<else>>main living area<</if>>, you see $activeSlave.slaveName bending over a mercenary with most of his armor stripped off. She's the <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> nurse they captured and enslaved, and she seems to be doing pretty well in her new life. She seems to be checking the sutures on a minor wound to the man's flank.
+When you enter the lounge of their <<if $barracks>>barracks<<else>>main living area<</if>>, you see $activeSlave.slaveName bending over a mercenary with most of his armor stripped off. $He's the <<if $activeSlave.nationality == "a Cook Islander">>Cook Islander<<elseif $activeSlave.nationality == "a Liechtensteiner">>Liechtensteiner<<elseif $activeSlave.nationality == "a New Zealander">>New Zealander<<elseif $activeSlave.nationality == "a Solomon Islander">>Solomon Islander<<else>>$activeSlave.nationality<</if>> nurse they captured and enslaved, and $he seems to be doing pretty well in $his new life. $He seems to be checking the sutures on a minor wound to the man's flank.
 
-"Don't squirm," she says quietly. "I'll get you off when I've checked this." He chuckles and holds still; she redresses the wound, stands up, and strips off her fatigue pants. She's no longer young, but her $activeSlave.skin legs are pretty enough. As she swings one leg across the seated mercenary, she continues, "Please sit still and let me do the work. You need to take it easy for a day or two or you'll pop those sutures." Using a hand, she guides herself down onto his stiff prick, eliciting a grunt. She's a strong girl, and rides him without letting any of her weight rest on his hips at all. When he climaxes, she kneels to clean him with her mouth and then heads off to wash.
+"Don't squirm," $he says quietly. "I'll get you off when I've checked this." He chuckles and holds still; $he redresses the wound, stands up, and strips off $his fatigue pants. $He's no longer young, but $his $activeSlave.skin legs are pretty enough. As $he swings one leg across the seated mercenary, $he continues, "Please sit still and let me do the work. You need to take it easy for a day or two or you'll pop those sutures." Using a hand, $he guides herself down onto his stiff prick, eliciting a grunt. $He's a strong $girl, and rides him without letting any of $his weight rest on his hips at all. When he climaxes, $he kneels to clean him with $his mouth and then heads off to wash.
 
 <</if>>
 
 <span id="result">
-<br><br><<link "Offer <<print cashFormat(10000)>> for her">>
+<br><br><<link "Offer <<print cashFormat(10000)>> for $him">>
 	<<replace "#result">>
-		The mercenary laughs at your offered price. "No offense, <<= properTitle()>>, but no. Even if I wanted to sell her on everyone's behalf for that price, my buddies would kill me for that. She's popular, that $activeSlave.slaveName."
+		The mercenary laughs at your offered price. "No offense, <<= properTitle()>>, but no. Even if I wanted to sell $him on everyone's behalf for that price, my buddies would kill me for that. $He's popular, that $activeSlave.slaveName."
 	<</replace>>
 <</link>>
-<br><<link "Offer a very generous <<print cashFormat(25000)>> for her">>
+<br><<link "Offer a very generous <<print cashFormat(25000)>> for $him">>
 	<<replace "#result">>
 	<<set $cash -= 25000>>
-		"Huh," says the mercenary. "She's popular, but for that we could probably buy two of her. Might be fun to train a couple of new nurses. Let me ask the boys and girls." He speaks into his helmet for a few minutes, and then turns back to you. "Sold. Enjoy, she's a good fuck."
+		"Huh," says the mercenary. "$He's popular, but for that we could probably buy two of $him. Might be fun to train a couple of new nurses. Let me ask the boys and girls." He speaks into his helmet for a few minutes, and then turns back to you. "Sold. Enjoy, $he's a good fuck."
 		<<include "New Slave Intro">>
 	<</replace>>
 <</link>>
diff --git a/src/uncategorized/pTraitorMessage.tw b/src/uncategorized/pTraitorMessage.tw
index 377cc4d96a3d7d855e014f3145a4bfbd6500b379..5127bb2c2188cadbcc96d04de81ec70400cfd561 100644
--- a/src/uncategorized/pTraitorMessage.tw
+++ b/src/uncategorized/pTraitorMessage.tw
@@ -17,8 +17,8 @@
 <<if $traitor.broodmother > 0>> /* Broodmother implant is assumed as removed.*/
 	<<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, 37), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0, $traitor.broodmother == 0, $traitor.broodmotherFetuses = 0>>
 	<<set WombFlush($traitor)>>
-<<elseif WombBirthReady($traitor, 40) > 0 >> /* normal birth case, partial birthers not supported*/
-	<<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, 40), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>>
+<<elseif WombBirthReady($traitor, $traitor.pregData.normalBirth) > 0 >> /* normal birth case, partial birthers not supported*/
+	<<set $traitor.preg = -1, $traitor.birthsTotal += WombBirthReady($traitor, $traitor.pregData.normalBirth), $traitor.pregType = 0, $traitor.pregSource = 0, $traitor.pregWeek = 0, $traitor.pregKnown = 0>>
 	<<set WombFlush($traitor)>>
 <<else>>/* still pregnant slave */
 	<<set $traitor.preg = WombMaxPreg($traitor)>> /*most ready fetus is a base*/
diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw
index 0ddab79a64f8a2d67b8fe690264e786dcb9ac16a..4ee38417a8fdac60781c1f97c1ba9f1d15600944 100644
--- a/src/uncategorized/peConcubineInterview.tw
+++ b/src/uncategorized/peConcubineInterview.tw
@@ -2,14 +2,17 @@
 
 <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check", $activeSlave = $Concubine, $oldRep = $rep>>
 <<run Enunciate($activeSlave)>>
+<<setLocalPronouns $activeSlave>>
 <<set _belly = bellyAdjective($activeSlave)>>
 <<if SlaveStatsChecker.checkForLisp($activeSlave)>>
 	<<set _lisps = 1>>
 <<else>>
 	<<set _lisps = 0>>
 <</if>>
+<<setPlayerPronouns>>
+<<setSpokenPlayerPronouns $activeSlave>>
 
-You receive an official communication from a popular talk show ehosted in one of the old world's still-thriving first world countries. Your fame has become known even in the old world, and they'd like to interview <<EventNameLink $activeSlave>> about you. They frankly warn you that you'll have no right to review the interview and no ability to control what she says, and that they'll be asking about anything the interviewer thinks is juicy. This could be great for your reputation, but it could be hazardous, too.
+You receive an official communication from a popular talk show e-hosted in one of the old world's still-thriving first world countries. Your fame has become known even in the old world, and they'd like to interview <<EventNameLink $activeSlave>> about you. They frankly warn you that you'll have no right to review the interview and no ability to control what she says, and that they'll be asking about anything the interviewer thinks is juicy. This could be great for your reputation, but it could be hazardous, too.
 
 <br><br>
 
@@ -26,7 +29,7 @@ You receive an official communication from a popular talk show ehosted in one of
 	&nbsp;&nbsp;&nbsp;&nbsp;
 	The show is broadcast live; you head out onto a balcony to watch it on a big screen. It's been impossible to hide, and many of your citizens have taken a proprietary attitude towards your fame: they see your success as their success, too, and want to see $activeSlave.slaveName do well. The show introduction plays, introducing the host, a swishy, rail-thin gentleman with impeccable sartorial style and a close-cropped salt-and-pepper beard. He reviews who you are, giving equal time to your accomplishments and the inevitable criticisms from old world antislavery activists, and then calls $activeSlave.slaveName out.
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	She 
+	$He 
 	<<if $activeSlave.bellyPreg >= 1000000>>
 		barely waddles out, arms resting atop her _belly belly,
 	<<elseif $activeSlave.bellyPreg >= 750000>>
@@ -52,13 +55,13 @@ You receive an official communication from a popular talk show ehosted in one of
 		resplendent in $activeSlave.clothes.
 	<</if>>
 	<<if $activeSlave.entertainSkill >= 60>>
-		She's @@.green;graceful and sensual,@@ and entirely at home.
+		$He's @@.green;graceful and sensual,@@ and entirely at home.
 		<<set $rep += 100>>
 	<<elseif $activeSlave.entertainSkill <= 30>>
-		She's @@.red;clumsy and nervous,@@ but does her best to rally.
+		$He's @@.red;clumsy and nervous,@@ but does her best to rally.
 		<<set $rep -= 100>>
 	<<else>>
-		She manages her entrance reasonably well, and conceals any nervousness.
+		$He manages her entrance reasonably well, and conceals any nervousness.
 	<</if>>
 	<<if $activeSlave.face > 95>>
 		"Oh my God," exclaims the host reverently. "Honey, @@.green;you are gorgeous.@@" He turns to the camera. "Isn't she just gorgeous?"
@@ -73,29 +76,29 @@ You receive an official communication from a popular talk show ehosted in one of
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	The host asks her some soft, nonjudgmental questions about her life and how she became your slave. Then he hits her: "So, $activeSlave.slaveName. Tell us about <<= PlayerName()>>."
 	<<if $activeSlave.devotion > 95>>
-		@@.green;Without a moment's hesitation,@@ she <<if _lisps>>lisps<<else>>proclaims<</if>>, "I love <<if $PC.title != 0>>him. He'<<s>> so hand<<s>>ome, and," she manages to blush prettily, "he'<<s>> <<s>>o good to me."<<else>>her. <<Sh>>e'<<s>> <<s>>o pretty, and," she manages to blush cutely, "<<sh>>e'<<s>> <<s>>o good to me."<</if>>
+		@@.green;Without a moment's hesitation,@@ $he <<if _lisps>>lisps<<else>>proclaims<</if>>, "I love _himP. <<HeP>>'<<s>> so <<if $PC.title != 0>>hand<<s>>ome<<else>>pretty<</if>>, and," $he manages to blush prettily, "<<heP>>'<<s>> <<s>>o good to me."
 		<<set $rep += 100>>
 	<<elseif $activeSlave.devotion <= 60>>
-		She struggles for an instant and then says @@.red;unconvincingly@@ that she loves you.
+		$He struggles for an instant and then says @@.red;unconvincingly@@ that $he loves you.
 		<<set $rep -= 100>>
 	<<else>>
-		She recovers quickly and responds that she loves you.
+		$He recovers quickly and responds that she loves you.
 	<</if>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	The host glances at the camera. "Wow." He presses on. "But you're <<if $PC.title != 0>>his<<else>>her<</if>> slave, $activeSlave.slaveName. <<if $PC.title != 0>>He<<else>>She<</if>> owns you. Isn't that hard for you?"
+	The host glances at the camera. "Wow." He presses on. "But you're _hisP slave, $activeSlave.slaveName. _HeP owns you. Isn't that hard for you?"
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
-	She shakes her head.
+	$He shakes her head.
 	<<if $activeSlave.trust > 95>>
-		@@.green;She responds confidently,@@ "My life with <<if $PC.title != 0>>him<<else>>her<</if>> i<<s>> very different from anything you might find here in the old world. But I'm happy with <<if $PC.title != 0>>him<<else>>her<</if>>, and there'<<s>> no one I'd rather be with, a<<s>> a <<s>>lave or not."
+		@@.green;$He responds confidently,@@ "My life with _himP i<<s>> very different from anything you might find here in the old world. But I'm happy with _himP, and there'<<s>> no one I'd rather be with, a<<s>> a <<s>>lave or not."
 		<<set $rep += 100>>
 	<<elseif $activeSlave.trust < 60>>
-		She explains that it isn't hard to trust someone like you, but this @@.red;falls a little flat.@@
+		$He explains that it isn't hard to trust someone like you, but this @@.red;falls a little flat.@@
 		<<set $rep -= 100>>
 	<<else>>
-		She explains earnestly that it isn't hard to trust someone like you, and explains some of the blander details about life as your slave.
+		$He explains earnestly that it isn't hard to trust someone like you, and explains some of the blander details about life as your slave.
 	<</if>>
 	<<if $activeSlave.belly >= 1500>>
-		The host places a hand on her belly,
+		The host places a hand on $his belly,
 		<<if $activeSlave.bellyPreg >= 450000>>
 			gasping at the tautness and the feeling of the children distending the skin beneath his hand.
 		<<elseif $activeSlave.bellyPreg >= 100000>>
@@ -110,9 +113,9 @@ You receive an official communication from a popular talk show ehosted in one of
 		"Now I'm sure our viewers are wondering," He says, patting the firm dome. "Is it <<= PlayerName()>>'s?"
 		<<if $activeSlave.pregSource == -1>>
 			<<if $activeSlave.bellyPreg >= 450000>>
-				"Of cour<<s>>e they are!" She proclaims proudly as she runs her hands across her quivering mass. "All $activeSlave.pregType of them!"
+				"Of cour<<s>>e they are!" $He proclaims proudly as she runs her hands across her quivering mass. "All $activeSlave.pregType of them!"
 			<<elseif $activeSlave.bellyPreg >= 100000>>
-				"Of cour<<s>>e they are!" She proclaims proudly as she runs her hands across her belly. "All $activeSlave.pregType of them!"
+				"Of cour<<s>>e they are!" $He proclaims proudly as she runs her hands across her belly. "All $activeSlave.pregType of them!"
 			<<elseif $activeSlave.bellyImplant >= 1500>>
 				"It'<<s>> fake. Pretty hard to tell though, i<<s>>n't it?"
 			<<elseif $activeSlave.bellyPreg >= 1500>>
@@ -135,11 +138,11 @@ You receive an official communication from a popular talk show ehosted in one of
 				Of cour<<s>>e it i<<s>>!"
 			<</if>>
 		<<else>>
-			"That'<<s>> for me and my <<Master>> only," she teases, sticking out her tongue.
+			"That'<<s>> for me and my <<Master>> only," she teases, sticking out $his tongue.
 		<</if>>
 	<</if>>
 	<<if $activeSlave.broodmother == 2 && $activeSlave.preg > 37>>
-		She grunts and struggles to spread her legs. "I'm <<s>>orry, another one i<<s>> coming out right now..." she <<say>>s, turning red. The host, at a loss for words, can only watch as
+		$He grunts and struggles to spread $his legs. "I'm <<s>>orry, another one i<<s>> coming out right now..." she <<say>>s, turning red. The host, at a loss for words, can only watch as
 		<<if $activeSlave.clothes == "none" || $activeSlave.clothes == "body oil">>
 			a child is born into the world, live on screen.
 		<<else>>
@@ -223,14 +226,14 @@ You receive an official communication from a popular talk show ehosted in one of
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	The interview winds on, gradually descending into prurient territory. $activeSlave.slaveName answers readily, giving everyone watching quite a window into an oversexed slave society.
 	<<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 15>>
-		She's clever enough to @@.green;shock and titillate@@ at the same time; in response to a probing question about whether she has any plans for the rest of the night, she <<say>>s, "Of cour<<s>>e my <<Master>> make<<s>> the plan<<s>>. But I hope I can get back to the arcology early." She shifts suggestively in her chair. "I'm looking forward to getting fucked tonight."
+		$He's clever enough to @@.green;shock and titillate@@ at the same time; in response to a probing question about whether she has any plans for the rest of the night, she <<say>>s, "Of cour<<s>>e my <<Master>> make<<s>> the plan<<s>>. But I hope I can get back to the arcology early." $He shifts suggestively in her chair. "I'm looking forward to getting fucked tonight."
 		<<set $rep += 100>>
 	<<else>>
-		She's rather blunt in her responses, answering with a little too much detail; not that the audience minds.
+		$He's rather blunt in her responses, answering with a little too much detail; not that the audience minds.
 	<</if>>
 	The host, taken off guard, laughs in surprise and says he envies you that. He asks a follow up question that hints at her sexual preferences without coming straight out and asking how she likes it.
 	<<if $activeSlave.intelligence + $activeSlave.intelligenceImplant + $activeSlave.entertainSkill >= 130 && $activeSlave.tankBaby == 0>>
-		She has enough knowledge of the old world to be able to answer without going too far, and @@.green;subtly alludes@@ to how much she enjoys
+		$He has enough knowledge of the old world to be able to answer without going too far, and @@.green;subtly alludes@@ to how much she enjoys
 		<<if ($activeSlave.fetish == "submissive")>>
 			submitting to you in bed.
 		<<elseif ($activeSlave.fetish == "cumslut")>>
@@ -392,11 +395,11 @@ You receive an official communication from a popular talk show ehosted in one of
 	<<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 50 && $PC.title == 0>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		$activeSlave.slaveName even manages to @@.green;respond well@@ to a probing question about your gender.
-		She <<if _lisps>>lisps<<else>>explains<</if>>, "You have to under<<s>>tand that all that non<<s>>en<<s>>e about men and women mean<<s>> le<<ss>> to u<<s>> in the Free Citie<<s>>. My <<Master>> i<<s>> a <<s>>u<<cc>>e<<ss>>ful and powerful woman.
+		$He <<if _lisps>>lisps<<else>>explains<</if>>, "You have to under<<s>>tand that all that non<<s>>en<<s>>e about men and women mean<<s>> le<<ss>> to u<<s>> in the Free Citie<<s>>. My <<Master>> i<<s>> a <<s>>u<<cc>>e<<ss>>ful and powerful woman.
 		<<if $PC.dick == 0>>
-			 We ju<<s>>t pay the right amount of attention to the <<s>>u<<cc>>e<<ss>> and the power." She quirks a corner of her mouth. "I know //I// do."
+			 We ju<<s>>t pay the right amount of attention to the <<s>>u<<cc>>e<<ss>> and the power." $He quirks a corner of her mouth. "I know //I// do."
 		<<else>>
-			She quirks a corner of her mouth. "And <<sh>>e ha<<s>> a //wonderful// cock."
+			$He quirks a corner of her mouth. "And <<heP>> ha<<s>> a //wonderful// cock."
 		<</if>>
 		<<set $rep += 100>>
 	<</if>>
diff --git a/src/uncategorized/pePitFight.tw b/src/uncategorized/pePitFight.tw
index 8c385563c976436707c3f6bd4888b69d76d85d7d..253feefba0a34e4f1a496ac3670534d5e8f43a73 100644
--- a/src/uncategorized/pePitFight.tw
+++ b/src/uncategorized/pePitFight.tw
@@ -102,7 +102,7 @@ Across the ring, $his opponent's owner nods civilly to you and examines $activeS
 <</if>>
 <<if $activeSlave.labor == 1>>
 	$He's feeling labor pains. $His child<<if $activeSlave.pregType > 1>>ren are<<else>> is<</if>> ready to be born.
-<<elseif $activeSlave.preg >= 40 && $activeSlave.pregControl != "labor supressors">>
+<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth && $activeSlave.pregControl != "labor supressors">>
 	$He'll be going into labor any time now and $he knows it.
 <</if>>
 
diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw
index 4aa1c561e4739c5adc814f536a482f09fb6b8931..d9696a8b2412776c37fe49179fcb35ecfaf11b2c 100644
--- a/src/uncategorized/personalAssistantAppearance.tw
+++ b/src/uncategorized/personalAssistantAppearance.tw
@@ -11,9 +11,9 @@ She's a cute little <<if $assistantFSAppearance == "supremacist">>$arcologies[0]
 	<<case "degradationist">>
 		She's sharpened her appearance to be quite frightening: she has impressive fangs, and a snakelike tongue flicks out between them.
 	<<case "supremacist">>
-		Her distinct $arcologies[0].FSSupremacistRace features are only enchanced by her monstorus appearence, and she has taken to jump-scaring slaves of lesser races when she isn't too busy with other tasks.
+		Her distinct $arcologies[0].FSSupremacistRace features are only enchanced by her monstorus appearance, and she has taken to jump-scaring slaves of lesser races when she isn't too busy with other tasks.
 	<<case "subjugationist">>
-		Her distinct $arcologies[0].FSSubjugationistRace features are further exaggerated by her monstorous appearence.
+		Her distinct $arcologies[0].FSSubjugationistRace features are further exaggerated by her monstorous appearance.
 	<<case "roman revivalist">>
 		She's wearing a conservative stola, which combined with her monstrous appearance makes her look like a Greek demigoddess.
 	<<case "aztec revivalist">>
@@ -933,7 +933,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFS
 <</if>>
 
 <<case "slimegirl">>
-	She's a girlish shaped figure, with a crimson core, made entirely out of 
+	She's a girlish shaped figure, with a crimson core, made entirely out of
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
@@ -1092,7 +1092,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFS
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-		She has swapped her usual shirt skirt for a much longer one. No more panty flashes for you! 
+		She has swapped her usual short skirt for a much longer one. No more panty flashes for you!
 	<<case "degradationist">>
 		She is wearing black lipstick along with her usual white linen dress with a short skirt. Occasionally you get a glance up that skirt; a dark black thong greets you.
 	<<case "supremacist">>
@@ -1183,7 +1183,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFS
 	<<case "supremacist">>
 		She's taken to carrying a cat o' nine tails whip at all times so that she's ready to lash a <<if $arcologies[0].FSSupremacistRace == "mixed">>pureblooded<<else>>non-$arcologies[0].FSSupremacistRace<</if>> slave at a moment's notice.
 	<<case "subjugationist">>
-		Her cartoonishly exaggerated $arcologies[0].FSSubjugationistRace body is just begging for a whipping, even when she isn't doing something mischievious and sneaky, which is rare.
+		Her cartoonishly exaggerated $arcologies[0].FSSubjugationistRace body is just begging for a whipping, even when she isn't doing something mischievous and sneaky, which is rare.
 	<<case "roman revivalist">>
 		She'd fit in perfectly tormenting the condemned in Tartarus.
 	<<case "aztec revivalist">>
@@ -1440,7 +1440,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFS
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
 	She's accompanied by your market assistant's fecund avatar.
 	<<if $marketAssistantRelationship == "cute">>
-		The market assistant is tightly wrapped in a bodysuit made of $assistantName, save for her exposed, very pregnant, belly. Her head briefly appears over the girls face and eyes you, while the market assistant giggles at the sensations covering her body. 
+		The market assistant is tightly wrapped in a bodysuit made of $assistantName, save for her exposed, very pregnant, belly. Her head briefly appears over the girls face and eyes you, while the market assistant giggles at the sensations covering her body.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
 		The market assistant has been reduced to nothing more than a bloated incubator. $assistantName runs her tendrils across her breeder's swollen body, fondling her squirming, offspring filled breasts and massaging her octuplet sized, bulging pregnancy. The hapless girl twitches slightly as several more wormlike creatures slip from her body, prompting $assistantName to drive her tentacles into all her holes and vigorously pump her full of even more aphrodisiacs and eggs.
 	<<elseif $marketAssistantRelationship == "incestuous">>
@@ -1599,7 +1599,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFS
 	<<case "maturity preferentialist">>
 		She has a hand down her pants. When she notices you watching, she begins eagerly stroking herself while describing, in detail, what she'd love to do to you.
 	<<case "youth preferentialist">>
-		She has recently adjusted her age to reflect your youth centered society. She has her 
+		She has recently adjusted her age to reflect your youth centered society. She has her
 		<<if $minimumSlaveAge == 3>>
 			shorts pulled down
 		<<elseif $minimumSlaveAge <= 7>>
@@ -1703,7 +1703,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantFS
 <<elseif (_paSeed == 4)>>
 	She has her body pressed up against a recognizable little representation of one of your slaves as she feels her up. The slave must be getting a checkup. She notices your gaze and pinches the slave's erect nipples.
 <<elseif (_paSeed == 5) && ($invasionVictory > 0)>>
-	She's intently staring down a representation of one of your security drones. When she sees you looking at her, she coyly says, "I like this one. He did very well during the invasion and I wanted to reward him, but I can't find a dick..." A small schematic pops on screen, detailing plans for a rather large penetrating attachment for your model of drone. "It vibrates!" She teases. 
+	She's intently staring down a representation of one of your security drones. When she sees you looking at her, she coyly says, "I like this one. He did very well during the invasion and I wanted to reward him, but I can't find a dick..." A small schematic pops on screen, detailing plans for a rather large penetrating attachment for your model of drone. "It vibrates!" She teases.
 <<elseif (_paSeed == 6) && ($studio == 1)>>
 	She's getting oral from a recognizable little representation of one of your slaves, and is using a handheld camera to film the action, gonzo style. The slave must be using one of the penthouse's many vibrators, and your personal assistant is clearly turning the feed of it into porn.
 <<elseif (_paSeed == 7) && ($marketAssistantAnnounced == 1)>>
diff --git a/src/uncategorized/ptWorkaround.tw b/src/uncategorized/ptWorkaround.tw
index f63231acef5163e455fad1124201d25b300662d2..ef55fa5c32140c9a5c8d05c888d4f0507fc80a82 100644
--- a/src/uncategorized/ptWorkaround.tw
+++ b/src/uncategorized/ptWorkaround.tw
@@ -521,7 +521,7 @@
 		<<if $PC.dick == 1>>
 			so you approach it subtly. You simply require her to spend as much time as possible around you, eating, sleeping, and going about normal business. She already understood what you were to your slaves, sexually; she now is accustomed to who you are when your cock isn't pounding a nice hole.
 		<<else>>
-			all the moreso since you cannot use yourself as a teaching tool. Fortunately, there are any number of men coming and going as you do business, and it's trivial to force her to rely on them for social contact.
+			all the more so since you cannot use yourself as a teaching tool. Fortunately, there are any number of men coming and going as you do business, and it's trivial to force her to rely on them for social contact.
 		<</if>>
 		<<set $activeSlave.oralCount += 10, $oralTotal += 10>>
 	<<elseif ($activeSlave.behavioralFlaw == "hates women")>>
diff --git a/src/uncategorized/randomIndividualEvent.tw b/src/uncategorized/randomIndividualEvent.tw
index fd6a597133431f3f802a5dd47fe5ca084345501a..e1b4fbf070c202e67806958f0d80eb0598590117 100644
--- a/src/uncategorized/randomIndividualEvent.tw
+++ b/src/uncategorized/randomIndividualEvent.tw
@@ -9,20 +9,7 @@
 		<<for $i = 0; $i < $eligibleSlaves.length; $i++>>
 			<<capture $i>>
 			<<set $eventSlave = getSlave($eligibleSlaves[$i])>>
-			<<if $eventSlave.slaveSurname>>
-				<<if $surnameOrder != 1>>
-					<<switch $eventSlave.nationality>>
-						<<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">>
-							<<set _slaveName = $eventSlave.slaveSurname + " " + $eventSlave.slaveName>>
-						<<default>>
-							<<set _slaveName = $eventSlave.slaveName + " " + $eventSlave.slaveSurname>>
-					<</switch>>
-				<<else>>
-					<<set _slaveName = $eventSlave.slaveName + " " + $eventSlave.slaveSurname>>
-				<</if>>
-			<<else>>
-				<<set _slaveName = $eventSlave.slaveName>>
-			<</if>>
+			<<set _slaveName = SlaveFullName($eventSlave)>>
 			<br><<print "[[_slaveName|Random Individual Event][$eventSlave = getSlave($eligibleSlaves[$i])]]">>
 			<</capture>>
 		<</for>>
diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw
index 9dcf7e17e1e080e8dafd2736d7d2df0de7f91153..8d996d58461efc20f8aa17835026f4c13e3ca53b 100644
--- a/src/uncategorized/randomNonindividualEvent.tw
+++ b/src/uncategorized/randomNonindividualEvent.tw
@@ -8,21 +8,11 @@
 		''Any one of your slaves would have been selected for a random non-individual event:''
 		<br>
 		<<for $i = 0; $i < $slaves.length; $i++>>
-			<<if $slaves[$i].slaveSurname>>
-				<<if $surnameOrder != 1>>
-					<<switch $slaves[$i].nationality>>
-						<<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">>
-							<<set _slaveName = $slaves[$i].slaveSurname + " " + $slaves[$i].slaveName>>
-						<<default>>
-							<<set _slaveName = $slaves[$i].slaveName + " " + $slaves[$i].slaveSurname>>
-					<</switch>>
-				<<else>>
-					<<set _slaveName = $slaves[$i].slaveName + " " + $slaves[$i].slaveSurname>>
-				<</if>>
-			<<else>>
-				<<set _slaveName = $slaves[$i].slaveName>>
-			<</if>>
-			<br><<print "[[_slaveName|Random Nonindividual Event][$eventSlave = $slaves[" + $i + "]]]">>
+			<<capture $i>>
+			<<set $eventSlave = getSlave($eligibleSlaves[$i])>>
+			<<set _slaveName = SlaveFullName($eventSlave)>>
+			<br><<print "[[_slaveName|Random Nonindividual Event][$eventSlave = getSlave($eligibleSlaves[$i])]]">>
+			<</capture>>
 		<</for>>
 		<br><br>[[Switch to RIE Eligibility Check|RIE Eligibility Check][$activeSlave = 0, $eventSlave = 0]]
 	<<else>>
@@ -495,7 +485,7 @@
 	<<if ($Wardeness != 0) && ($cellblockSlaves > 0) && canTalk($Wardeness)>>
 		<<set $PETSevent.push("abusive wardeness")>>
 	<</if>>
-	
+
 	<<if ($Attendant != 0) && ($spaSlaves > 0) && canTalk($Attendant)>>
 		<<set $PETSevent.push("comforting attendant")>>
 	<</if>>
@@ -741,7 +731,7 @@
 		<<if $seeHyperPreg == 1 && $seePreg != 0 && $arcologies[0].FSRestart == "unset" && random(1,100) <= 5>>
 			<<set $RecETSevent.push("desperate broodmother")>>
 		<</if>>
-	
+
 	<</if>>
 
 	<<set $recruit.push("starving artist")>>
diff --git a/src/uncategorized/reBoomerang.tw b/src/uncategorized/reBoomerang.tw
index 8b68868e02cb0d13f27c84588ffcd4810e7f00c2..36ea23f96398bdc7d656a6a65472dd556424ecc3 100644
--- a/src/uncategorized/reBoomerang.tw
+++ b/src/uncategorized/reBoomerang.tw
@@ -3,7 +3,10 @@
 <<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check", $returnTo = "RIE Eligibility Check", $showEncyclopedia = 1, $encyclopedia = "Enslaving People">>
 
 <<set $activeSlave = $boomerangSlave, _weeks = $boomerangWeeks, _pregWeeks = $boomerangWeeks, $boomerangWeeks = 0, _buyer = $boomerangBuyer, $boomerangBuyer = 0>>
+
+<<run Enunciate($activeSlave)>>
 <<run SetBellySize($activeSlave)>>
+<<setLocalPronouns $activeSlave>>
 
 Your work is interrupted by $assistantName with an alert from the entrance to the penthouse.
 <<if $assistant>>
@@ -11,9 +14,8 @@ Your work is interrupted by $assistantName with an alert from the entrance to th
 <<else>>
 	It's got the incident flagged as not fitting into any of the usual categories of disturbance, and requests your attention. It
 <</if>>
-brings up the relevant feeds. There's a naked body crumpled pathetically against one wall of the entryway, beneath the communications panel. It's $activeSlave.slaveName<<if $activeSlave.slaveSurname>> $activeSlave.slaveSurname<</if>>, who you sold _weeks weeks ago. She's looking up into one of the cameras plaintively.
-<<run Enunciate($activeSlave)>>
-"Plea<<s>>e take me back," she whispers, not wanting to draw the attention of passersby, and knowing that her faint words will be picked up and amplified for you.
+brings up the relevant feeds. There's a naked body crumpled pathetically against one wall of the entryway, beneath the communications panel. It's <<= SlaveFullName($activeSlave)>>, who you sold _weeks weeks ago. $He's looking up into one of the cameras plaintively.
+"Plea<<s>>e take me back," $he whispers, not wanting to draw the attention of passersby, and knowing that $his faint words will be picked up and amplified for you.
 
 <<set $activeSlave.collar = "none", $activeSlave.choosesOwnClothes = 0, $activeSlave.clothes = "no clothing", $activeSlave.buttplug = "none", $activeSlave.vaginalAccessory = "none", $activeSlave.dickAccessory = "none">>
 <<set $activeSlave.health = random(-40,-25)>>
@@ -25,13 +27,13 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 <<if $activeSlave.broodmother > 0>> /* Broodmother implant is assumed as removed.*/
 	<<set $activeSlave.preg = -1, $activeSlave.birthsTotal += WombBirthReady($activeSlave, 37), $activeSlave.pregType = 0, $activeSlave.pregSource = 0, $activeSlave.pregWeek = 0, $activeSlave.pregKnown = 0, $activeSlave.broodmother == 0, $activeSlave.broodmotherFetuses = 0>>
 	<<set WombFlush($activeSlave)>>
-<<elseif WombBirthReady($activeSlave, 40) > 0 >> /* normal birth case, partial birthers not supported*/
-	<<set $activeSlave.preg = -1, $activeSlave.birthsTotal += WombBirthReady($activeSlave, 40), $activeSlave.pregType = 0, $activeSlave.pregSource = 0, $activeSlave.pregWeek = 0, $activeSlave.pregKnown = 0>>
+<<elseif WombBirthReady($activeSlave, $activeSlave.pregData.normalBirth) > 0 >> /* normal birth case, partial birthers not supported*/
+	<<set $activeSlave.preg = -1, $activeSlave.birthsTotal += WombBirthReady($activeSlave, $activeSlave.pregData.normalBirth), $activeSlave.pregType = 0, $activeSlave.pregSource = 0, $activeSlave.pregWeek = 0, $activeSlave.pregKnown = 0>>
 	<<set WombFlush($activeSlave)>>
 <<else>>/* still pregnant slave */
 	<<set $activeSlave.preg = WombMaxPreg($activeSlave)>> /*most ready fetus is a base*/
 	<<set $activeSlave.pregWeek = WombMaxPreg($activeSlave)>> /*most ready fetus is a base*/
-<</if>> 
+<</if>>
 <<run SetBellySize($activeSlave)>> /*In any case it's useful to do.*/
 
 /* old code, commented out.
@@ -42,14 +44,14 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 <<if $activeSlave.preg > 0>>
 	<<set $activeSlave.preg += _weeks>>
 	<<set $activeSlave.pregWeek += _weeks>>
-	<<if $activeSlave.preg > 40>>
+	<<if $activeSlave.preg > $activeSlave.pregData.normalBirth>>
 		<<set $activeSlave.preg = -1, $activeSlave.birthsTotal += $activeSlave.pregType, $activeSlave.pregType = 0, $activeSlave.pregSource = 0, $activeSlave.pregWeek = 0, $activeSlave.pregKnown = 0>>
 	<</if>>
 	<<run SetBellySize($activeSlave)>>
 <</if>>
 */
 
-/* ------------------ pregnancy setup end here----------------- 
+/* ------------------ pregnancy setup end here-----------------
 	As no broodmother cases in code below, it's no need to setup every case of impregnation through new system. Backup mechanic will do it for normal pregnancies.
 */
 
@@ -77,15 +79,15 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 
 <<switch _buyer>>
 <<case "buttbreaker">>
-	"All my Ma<<s>>ter cares about i<<s>> raping my a<<ss>> until I <<s>>cream. I can't get u<<s>>ed to it. I'm loo<<s>>e and ruined, but he ju<<s>>t u<<s>>e<<s>> a dildo big enough to hurt me." She's sitting over on one buttock, and shifts uncomfortably.
+	"All my Ma<<s>>ter cares about i<<s>> raping my a<<ss>> until I <<s>>cream. I can't get u<<s>>ed to it. I'm loo<<s>>e and ruined, but he ju<<s>>t u<<s>>e<<s>> a dildo big enough to hurt me." $He's sitting over on one buttock, and shifts uncomfortably.
 	<<set $activeSlave.anus = 4>>
 	<<set $activeSlave.sexualFlaw = "hates anal">>
-<<case "factory farm" "free range" "pastoralist arcology" "D hucow" "cow trainer" "D milky herm">>
+<<case "cow trainer" "D hucow" "D milky herm" "factory farm" "free range" "pastoralist arcology">>
 	<<switch _buyer>>
 	<<case "free range">>
 		"The ni<<c>>e free range dairy you <<s>>old me to failed, and a horrible factory farm bought everyone. It's horrible." The
 	<<case "pastoralist arcology">>
-		"After they finished showing me off, they just hooked me up to a milking machine and forgot about me." You sold her to a Pastoralist arcology as a prize heifer; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation. The
+		"After they finished showing me off, they just hooked me up to a milking machine and forgot about me." You sold $him to a Pastoralist arcology as a prize heifer; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. The
 	<<case "D hucow">>
 		"My new owner got bored of me as a human cow, and he wa<<s>> in debt, <<s>>o he re<<s>>old me to a dairy. A horrible dairy." The
 	<<case "cow trainer">>
@@ -93,10 +95,10 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 	<<case "D milky herm">>
 		"I got re<<s>>old me to a dairy. A horrible dairy. They <<s>>aid I'm valuable becau<<s>>e I give two kind<<s>> of milk." The
 	<<default>>
-		You sold her to a factory farm, and the
+		You sold $him to a factory farm, and the
 	<</switch>>
-	effects of living there have changed her body greatly. It's surprising she managed to make it up here at all. "Plea<<s>>e," she begs. "I d-don't want to <<s>>pend the r-re<<s>>t of my life being raped by a machine." 
-	<<if $activeSlave.amp == 0>>She shifts uncomfortably on her feet. The soles of the feet are a convenient place to beat a whore, since it's agonizingly painful, doesn't bruise badly, and won't inconvenience a slave that spends all her time kneeling or lying down.<</if>>
+	effects of living there have changed $his body greatly. It's surprising $he managed to make it up here at all. "Plea<<s>>e," $he begs. "I d-don't want to <<s>>pend the r-re<<s>>t of my life being raped by a machine."
+	<<if $activeSlave.amp == 0>>$He shifts uncomfortably on $his feet. The soles of the feet are a convenient place to beat a whore, since it's agonizingly painful, doesn't bruise badly, and won't inconvenience a slave that spends all $his time kneeling or lying down.<</if>>
 	<<set $activeSlave.anus = 4>>
 	<<set $activeSlave.lactation = 2, $activeSlave.lactationAdaptation = 100>>
 	<<set $activeSlave.boobs = Math.clamp($activeSlave.boobs+2000+50*random(-20,20),0,10000)>>
@@ -107,12 +109,12 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 		<<if $activeSlave.dick>><<set $activeSlave.dick = Math.clamp($activeSlave.dick+random(1,2),0,10)>><</if>>
 	<</if>>
 	<<set $activeSlave.intelligence = Math.clamp($activeSlave.intelligence-50,-100,100)>>
-<<case "volume breeder" "preg fetishist">>
+<<case "preg fetishist" "volume breeder">>
 	<<switch _buyer>>
 	<<case "preg fetishist">>
-		"My ni<<c>>e Ma<<s>>ter had a d-debt. And he had to <<s>>ell me t-to a volume breeder. I wa<<s>> pregnant when I got there b-but they <<s>>-<<s>>tarted o-over." She swallows.
+		"My ni<<c>>e Ma<<s>>ter had a d-debt. And he had to <<s>>ell me t-to a volume breeder. I wa<<s>> pregnant when I got there b-but they <<s>>-<<s>>tarted o-over." $He swallows.
 	<<default>>
-		She tearfully describes life at a volume breeder like the one you sold her to.
+		$He tearfully describes life at a volume breeder like the one you sold $him to.
 	<</switch>>
 	"They ran an IV line into me and then put me in a cage with a male <<s>>lave who raped me for a week. Then they <<s>>witched me into a <<s>>maller cage and forgot about me. I can feel my belly <<s>>welling. It'<<s>> horrible."
 	<<set $activeSlave.preg = _pregWeeks-1, $activeSlave.vagina = 4, $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1>>
@@ -123,16 +125,16 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 	<</if>>
 	<<run SetBellySize($activeSlave)>>
 <<case "porn studio">>
-	"They're crazy. At fir<<s>>t it wa<<s>> all the <<s>>ame, ju<<s>>t make more <<s>>mut and reap the atten<<t>>ion, but <<s>>oon they <<s>>tarted wanting me to do more and more e<<x>>treme <<sh>>it." She gags at the thought. "While they were running a train on me, I overheard them talking... <<S>>aying they wanted to end my career in an unforgettable e<<x>>perien<<c>>e, and given what they've been having me do, I ran." You suspected the porn studio you sold her to would try to spice up her content to attract more views, but you never bothered to think of how far they would take it. 
+	"They're crazy. At fir<<s>>t it wa<<s>> all the <<s>>ame, ju<<s>>t make more <<s>>mut and reap the atten<<t>>ion, but <<s>>oon they <<s>>tarted wanting me to do more and more e<<x>>treme <<sh>>it." $He gags at the thought. "While they were running a train on me, I overheard them talking... <<S>>aying they wanted to end my career in an unforgettable e<<x>>perien<<c>>e, and given what they've been having me do, I ran." You suspected the porn studio you sold $him to would try to spice up $his content to attract more views, but you never bothered to think of how far they would take it.
 	<<set $activeSlave.anus = 4>>
 	<<if $activeSlave.vagina > -1 && $activeSlave.vagina < 4>>
 		<<set $activeSlave.vagina = 4>>
 	<</if>>
 	<<set $activeSlave.publicCount += 500>>
 <<case "obsessed fan">>
-	"It wa<<s>> really ni<<c>>e, at first," she sniffles, "and I'm a little <<s>>ad it had to end the way it d-did." You sold her to a die-hard fan who offered up a rather large sum of money for ownership of her. "He took out too big of a loan and when they came to collect, he let me loo<<s>>e and told me to run, run far away. I d-didn't know where el<<s>>e to g-go." She breaks down in tears.
+	"It wa<<s>> really ni<<c>>e, at first," $he sniffles, "and I'm a little <<s>>ad it had to end the way it d-did." You sold $him to a die-hard fan who offered up a rather large sum of money for ownership of $him. "He took out too big of a loan and when they came to collect, he let me loo<<s>>e and told me to run, run far away. I d-didn't know where el<<s>>e to g-go." $He breaks down in tears.
 	<<if canGetPregnant($activeSlave)>>
-		"In the <<sh>>ort time we <<s>>pent together, he left me a gift..." She runs a hand across her stomach. "While I wouldn't <<s>>ay I wa<<s>> in love with him, I feel like I have to keep her <<s>>afe for what he did. I can't even think of where I'd have ended up if they had taken me."
+		"In the <<sh>>ort time we <<s>>pent together, he left me a gift..." $He runs a hand across $his stomach. "While I wouldn't <<s>>ay I wa<<s>> in love with him, I feel like I have to keep them <<s>>afe for what he did. I can't even think of where I'd have ended up if they had taken me."
 		<<if $activeSlave.mpreg == 1 && $activeSlave.anus == 0>>
 			<<set $activeSlave.anus = 1>>
 		<<elseif $activeSlave.ovaries == 1 && $activeSlave.vagina == 0>>
@@ -141,39 +143,39 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 		<<if $seePreg != 0>><<set $activeSlave.preg = random(5,_pregWeeks-1), $activeSlave.pregtype = random(2,4), $activeSlave.vagina = 4, $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1, $activeSlave.pregSource = -2, SetBellySize($activeSlave)>><</if>>
 	<</if>>
 <<case "pain fetishist">>
-	"They whip me. A-actually," she sniffles, "I'm glad when they whip me b-becau<<s>>e e-everything el<<s>>e they d-do is w-wor<<s>>e. The only break I get i-i<<s>> when I'm hurt bad and th-they have to f-fix me." After all, you did sell her into a life as a pain slave.
+	"They whip me. A-actually," $he sniffles, "I'm glad when they whip me b-becau<<s>>e e-everything el<<s>>e they d-do is w-wor<<s>>e. The only break I get i-i<<s>> when I'm hurt bad and th-they have to f-fix me." After all, you did sell $him into a life as a pain slave.
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "apathetic">>
 	<<set $activeSlave.health = random(-85,-75)>>
 <<case "sadism fetishist">>
-	"I-it'<<s>> t-too much." She shudders. You sold her to a sadist who planned to use her to abuse other slaves. "I c-can't d-do it anymore. I u<<s>>ed to fanta<<s>>i<<z>>e about d-doing h-horrible thing<<s>>, but, but, the <<s>>creaming." She squeezes her eyes shut. "If I don't do it I'll h-have it d-done t-to me."
+	"I-it'<<s>> t-too much." $He shudders. You sold $him to a sadist who planned to use $him to abuse other slaves. "I c-can't d-do it anymore. I u<<s>>ed to fanta<<s>>i<<z>>e about d-doing h-horrible thing<<s>>, but, but, the <<s>>creaming." $He squeezes $his eyes shut. "If I don't do it I'll h-have it d-done t-to me."
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "apathetic">>
 	<<set $activeSlave.fetish = "none", $activeSlave.fetishStrength = 0>>
 <<case "dom fetishist">>
-	"I," she mutters, and then loses her way. "I lo<<s>>t," she grates out after a while. "I wa<<s>> <<s>>uppo<<s>>ed to be the Head Girl after you <<s>>old me. But a new girl came, and, and she'<<s>> the Head Girl now." She looks down. "It should have been me."
+	"I," $he mutters, and then loses $his way. "I lo<<s>>t," $he grates out after a while. "I wa<<s>> <<s>>uppo<<s>>ed to be the Head Girl after you <<s>>old me. But a new girl came, and, and she'<<s>> the Head Girl now." $He looks down. "It should have been me."
 	<<set $activeSlave.behavioralFlaw = "hates women">>
 <<case "sub fetishist">>
-	"I thought I'd be happy to be a <<s>>ub forever." You sold her to a determined dom, extreme even by Free Cities standards. "But, but, I haven't, um, had a break <<s>>in<<c>>e I left. I never talk. I never, well, I never do anything. I ju<<s>>t obey." She looks down. "I'm going in<<s>>ane."
+	"I thought I'd be happy to be a <<s>>ub forever." You sold $him to a determined dom, extreme even by Free Cities standards. "But, but, I haven't, um, had a break <<s>>in<<c>>e I left. I never talk. I never, well, I never do anything. I ju<<s>>t obey." $He looks down. "I'm going in<<s>>ane."
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "apathetic">>
 	<<set $activeSlave.fetish = "none", $activeSlave.fetishStrength = 0>>
 <<case "supremacist arcology">>
-	"It wa<<s>> horrible." You sold her to a Supremacist arcology; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation. "The thing<<s>> they made me do to other girl<<s>> ju<<s>>t because of who they were." She swallows. "I tried not to. And they punished me."
+	"It wa<<s>> horrible." You sold $him to a Supremacist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "The thing<<s>> they made me do to other girl<<s>> ju<<s>>t because of who they were." $He swallows. "I tried not to. And they punished me."
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "hates men">>
 <<case "subjugationist arcology">>
-	"They were breeding me with idiot<<s>>." You sold her to a Subjugationist arcology; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation. "I d-don't want thi<<s>> pregnan<<c>>y."
+	"They were breeding me with idiot<<s>>." You sold $him to a Subjugationist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "I d-don't want thi<<s>> pregnan<<c>>y."
 	<<set $activeSlave.preg = _pregWeeks-1, $activeSlave.pregtype = random(2,4), $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1>>
 	<<run SetBellySize($activeSlave)>>
 <<case "gender radicalist arcology">>
-	"They <<if $activeSlave.balls>> cut my ball<<s>> off and then<</if>> j-ju<<s>>t kind of t-turned me loo<<s>>e in the corridor<<s>>," she moans. You sold her to a Gender Radicalist arcology. "Naked, <<s>>o everyone could u<<s>>e my a<<ss>>. Plea<<s>>e, I don't want to be an entire arcology'<<s>> bitch."
+	"They <<if $activeSlave.balls>> cut my ball<<s>> off and then<</if>> j-ju<<s>>t kind of t-turned me loo<<s>>e in the corridor<<s>>," $he moans. You sold $him to a Gender Radicalist arcology. "Naked, <<s>>o everyone could u<<s>>e my a<<ss>>. Plea<<s>>e, I don't want to be an entire arcology'<<s>> bitch."
 	<<set $activeSlave.balls = 0>>
 	<<if $activeSlave.dick>><<set $activeSlave.dick = Math.clamp($activeSlave.dick-random(1,2),0,10)>><</if>>
 <<case "gender fundamentalist arcology">>
-	"It wa<<s>> horrible." You sold her to a Gender Fundamentalist arcology; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation. "I'm, I'm, not an idiot. At lea<<s>>t, not ju<<s>>t becau<<s>>e I'm a girl."
+	"It wa<<s>> horrible." You sold $him to a Gender Fundamentalist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "I'm, I'm, not an idiot. At lea<<s>>t, not ju<<s>>t becau<<s>>e I'm a girl."
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "hates men">>
 <<case "paternalist arcology">>
-	"It wa<<s>> horrible." You sold her to a Paternalist arcology, but she explains the apparent contradiction. "The arcology got a new owner." She shudders. "I gue<<ss>> the ni<<c>>e one wa<<s>> weak, and, and the new one i<<s>> changing thing<<s>>. There'<<s>> cage<<s>>, and <<s>>pike<<s>>, and whip<<s>>, and rape." It's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation.
+	"It wa<<s>> horrible." You sold $him to a Paternalist arcology, but $he explains the apparent contradiction. "The arcology got a new owner." $He shudders. "I gue<<ss>> the ni<<c>>e one wa<<s>> weak, and, and the new one i<<s>> changing thing<<s>>. There'<<s>> cage<<s>>, and <<s>>pike<<s>>, and whip<<s>>, and rape." It's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation.
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "hates men">>
 <<case "degradationist arcology">>
-	"It wa<<s>> horrible." You sold her to a Degradationist arcology; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation.
+	"It wa<<s>> horrible." You sold $him to a Degradationist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation.
 	<<if $activeSlave.ovaries>>
 		<<set $activeSlave.ovaries = 0, $activeSlave.preg = 0, WombFlush($activeSlave), $activeSlave.pregType = 0, $activeSlave.vagina = 4, $activeSlave.pregWeek = 0, $activeSlave.pregKnown = 0>>
 		<<run SetBellySize($activeSlave)>>
@@ -188,68 +190,69 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 	and then u<<s>>ed me to <<s>>ati<<s>>fy labor menial<<s>>. Ten an hour."
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "hates men">>
 <<case "slimness enthusiast arcology">>
-	"It wa<<s>> horrible." You sold her to a pleasant Slimness Enthusiast arcology, but somehow she's acquired grotesque implants. "The arcology got a new owner." She shudders. "I gue<<ss>> the ni<<c>>e one wa<<s>> weak, and, and the new one i<<s>> changing thing<<s>>. Sh-she l-like<<s>> t-to ruin the <<s>>lim one<<s>>." It's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation.
+	"It wa<<s>> horrible." You sold $him to a pleasant Slimness Enthusiast arcology, but somehow $he's acquired grotesque implants. "The arcology got a new owner." $He shudders. "I gue<<ss>> the ni<<c>>e one wa<<s>> weak, and, and the new one i<<s>> changing thing<<s>>. Sh-she l-like<<s>> t-to ruin the <<s>>lim one<<s>>." It's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation.
 	<<set $activeSlave.boobsImplant = 200*random(2,4), $activeSlave.boobs += $activeSlave.boobsImplant>>
 	<<set $activeSlave.buttImplant = random(2,4), $activeSlave.butt = Math.clamp($activeSlave.butt+$activeSlave.buttImplant,0,10)>>
 	<<set $activeSlave.lipsImplant = 10*random(1,3), $activeSlave.lips = Math.clamp($activeSlave.lips+$activeSlave.lipsImplant,0,100)>>
 <<case "asset expansionist arcology">>
-	"It wa<<s>> horrible." You sold her to an Asset Expansionist arcology; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation.
+	"It wa<<s>> horrible." You sold $him to an Asset Expansionist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation.
 	<<if $activeSlave.hips > 0>>
 		<<set $activeSlave.butt = Math.clamp($activeSlave.butt+random(2,4),0,10)>>
-		"They <<s>>aid, <<s>>in<<c>>e I've got broad hip<<s>>, I'd be a 'butt<<s>>lave'." The meaning is obvious; her ass has grown unbelievably.
+		"They <<s>>aid, <<s>>in<<c>>e I've got broad hip<<s>>, I'd be a 'butt<<s>>lave'." The meaning is obvious; $his ass has grown unbelievably.
 	<<else>>
 		<<set $activeSlave.boobs = Math.clamp($activeSlave.boobs+50*random(20,40),0,10000)>>
 		"They <<s>>aid they'd <<s>>tart with my boob<<s>>." It's true; they've grown unbelievably.
 	<</if>>
-	She shivers. "The <<s>>ide effect<<s>> are terrible. I can't <<s>>leep. I can barely eat. They had to feed me with a tube."
+	$He shivers. "The <<s>>ide effect<<s>> are terrible. I can't <<s>>leep. I can barely eat. They had to feed me with a tube."
 	<<set $activeSlave.behavioralFlaw = "anorexic">>
 <<case "transformation fetishist arcology">>
-	"It wa<<s>> horrible." You sold her to a Transformation Fetishist arcology; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation. "They were giving me new boob implant<<s>> every two week<<s>>. I ran away before another <<s>>et. I c-couldn't take any more <<s>>-<<s>>urgery."
+	"It wa<<s>> horrible." You sold $him to a Transformation Fetishist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "They were giving me new boob implant<<s>> every two week<<s>>. I ran away before another <<s>>et. I c-couldn't take any more <<s>>-<<s>>urgery."
 	<<set $activeSlave.boobsImplant = 200*random(9,12), $activeSlave.boobs += $activeSlave.boobsImplant>>
 <<case "physical idealist arcology">>
-	"It wa<<s>> horrible." You sold her to a Physical Idealist arcology; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation. "It should have been called a <<S>>teroid Enthu<<s>>ia<<s>>t arcology." She shivers. "The <<s>>ide effect<<s>> are terrible. I can't <<s>>leep. I can barely eat. They had to feed me with a tube."
+	"It wa<<s>> horrible." You sold $him to a Physical Idealist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "It should have been called a <<S>>teroid Enthu<<s>>ia<<s>>t arcology." $He shivers. "The <<s>>ide effect<<s>> are terrible. I can't <<s>>leep. I can barely eat. They had to feed me with a tube."
 	<<set $activeSlave.muscles = 100, $activeSlave.weight = random(-85,-75)>>
 	<<set $activeSlave.behavioralFlaw = "anorexic">>
 <<case "chattel religionist arcology">>
-	"It wa<<s>> horrible." You sold her to a Chattel Religionist arcology; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation. "There were, um, cult<<s>> there, along with the Faith. They were going to devote me to <<s>>omething called <<Sh>>e Who Thir<<s>>t<<s>>. Nobody ever hear<<s>> of girl<<s>> after that."
+	"It wa<<s>> horrible." You sold $him to a Chattel Religionist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "There were, um, cult<<s>> there, along with the Faith. They were going to devote me to <<s>>omething called <<Sh>>e Who Thir<<s>>t<<s>>. Nobody ever hear<<s>> of girl<<s>> after that."
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "crude", $activeSlave.behavioralQuirk = "devout">>
 <<case "roman revivalist arcology">>
-	"It wa<<s>> horrible." You sold her to a Roman Revivalist arcology; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation. "I had to kill a girl," she adds in a small voice. "In the arena." Then, even more quietly: "I had to kill, um, girl<<s>>. I, I can't. Couldn't. Not again."
+	"It wa<<s>> horrible." You sold $him to a Roman Revivalist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "I had to kill a girl," $he adds in a small voice. "In the arena." Then, even more quietly: "I had to kill, um, girl<<s>>. I, I can't. Couldn't. Not again."
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "crude", $activeSlave.combatSkill = 1>>
 <<case "aztec revivalist arcology">>
-	"It wa<<s>> horrible." You sold her to an Aztec Revivalist arcology; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation. "They told me by blood would feed the <<S>>un." She shudders. "I, they, um, do that to hundred<<s>> of girl<<s>>. I had to help."
+	"It wa<<s>> horrible." You sold $him to an Aztec Revivalist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "They told me by blood would feed the <<S>>un." $He shudders. "I, they, um, do that to hundred<<s>> of girl<<s>>. I had to help."
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "apathetic">>
 <<case "egyptian revivalist arcology">>
-	"It wa<<s>> horrible." You sold her to an Egyptian Revivalist arcology; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation. "My new owner wa<<s>> old, and he wa<<s>> really into <<s>>ome of the tomb <<s>>tuff. If he died, I'd have been buried with him."
+	"It wa<<s>> horrible." You sold $him to an Egyptian Revivalist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "My new owner wa<<s>> old, and he wa<<s>> really into <<s>>ome of the tomb <<s>>tuff. If he died, I'd have been buried with him."
 <<case "body purist arcology">>
-	"It wa<<s>> horrible." You sold her to a pleasant Body Purist arcology, but somehow she's acquired grotesque implants. "The arcology got a new owner." She shudders. "I gue<<ss>> the ni<<c>>e one wa<<s>> weak, and, and the new one i<<s>> changing thing<<s>>. Sh-she l-likes t-to ruin the pure one<<s>>." It's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation.
+	"It wa<<s>> horrible." You sold $him to a pleasant Body Purist arcology, but somehow $he's acquired grotesque implants. "The arcology got a new owner." $He shudders. "I gue<<ss>> the ni<<c>>e one wa<<s>> weak, and, and the new one i<<s>> changing thing<<s>>. Sh-she l-likes t-to ruin the pure one<<s>>." It's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation.
 	<<set $activeSlave.boobsImplant = 200*random(2,4), $activeSlave.boobs += $activeSlave.boobsImplant>>
 	<<set $activeSlave.buttImplant = random(2,4), $activeSlave.butt = Math.clamp($activeSlave.butt+$activeSlave.buttImplant,0,10)>>
 	<<set $activeSlave.lipsImplant = 10*random(1,3), $activeSlave.lips = Math.clamp($activeSlave.lips+$activeSlave.lipsImplant,0,100)>>
-<<case "trainer staffing" "D milf staffing">>
-	"I'm a good <<s>>lave trainer, ju<<s>>t like you <<s>>old me to be. Too good." Her eyes look hollow. "I can't get what I'm doing to the<<s>>e girl<<s>> out of my head. Every young girl I meet, I get to know her and under<<s>>tand her. And then I break her down and turn her into a brainle<<ss>> little fuckpuppet." She swallows. "I can't. Not anymore."
+<<case "D milf staffing" "trainer staffing">>
+	<<setNonLocalPronouns $seeDicks>>
+	"I'm a good <<s>>lave trainer, ju<<s>>t like you <<s>>old me to be. Too good." $His eyes look hollow. "I can't get what I'm doing to the<<s>>e <<= _girlU>><<s>> out of my head. Every young _girlU I meet, I get to know _himU and under<<s>>tand _himU. And then I break _himU down and turn _himU into a brainle<<ss>> little fuckpuppet." $He swallows. "I can't. Not anymore."
 	<<set $activeSlave.fetish = "dom", $activeSlave.fetishStrength = 100>>
 	<<set $activeSlave.behavioralFlaw = "arrogant", $activeSlave.sexualFlaw = "crude">>
 <<case "teaching trainer">>
-	"I'm ju<<s>>t a mannequin now," she <<say>>s hollowly. Her buyer planned to use her as a teaching tool. "There'<<s>> nothing. No joy, no fun. Ju<<s>>t the same thing, over, and over. In<<s>>ide me."
+	"I'm ju<<s>>t a mannequin now," $he <<say>>s hollowly. $His buyer planned to use $him as a teaching tool. "There'<<s>> nothing. No joy, no fun. Ju<<s>>t the same thing, over, and over. In<<s>>ide me."
 	<<set $activeSlave.fetish = "sub", $activeSlave.fetishStrength = 100>>
 	<<set $activeSlave.behavioralFlaw = "hates penetration", $activeSlave.sexualFlaw = "apathetic">>
 <<case "implanting trainer">>
-	"I d-don't want to be c-cut again," she <<say>>s hollowly. Her buyer planned to use her as a surgical teaching tool. "E-every time I'm healed, they implant me again. B-bigger."
+	"I d-don't want to be c-cut again," $he <<say>>s hollowly. $His buyer planned to use $him as a surgical teaching tool. "E-every time I'm healed, they implant me again. B-bigger."
 	<<set $activeSlave.boobsImplant = 200*random(8,12), $activeSlave.boobs += $activeSlave.boobsImplant>>
 	<<set $activeSlave.buttImplant = random(2,4), $activeSlave.butt = Math.clamp($activeSlave.butt+$activeSlave.buttImplant,0,10)>>
 	<<set $activeSlave.lipsImplant = 10*random(1,3), $activeSlave.lips = Math.clamp($activeSlave.lips+$activeSlave.lipsImplant,0,100)>>
 <<case "purifying trainer">>
-	"It w-wa<<s>>n't like I thought it would be," she <<say>>s. "The trainer you <<s>>old me to took out my implant<<s>>. B-but then they <<s>>aid my boob<<s>> had to be rebuilt, only with drug<<s>> thi<<s>> time." She shivers. "The <<s>>ide effect<<s>> are terrible. I can't <<s>>leep. I can barely eat. They had to feed me with a tube."
+	"It w-wa<<s>>n't like I thought it would be," $he <<say>>s. "The trainer you <<s>>old me to took out my implant<<s>>. B-but then they <<s>>aid my boob<<s>> had to be rebuilt, only with drug<<s>> thi<<s>> time." $He shivers. "The <<s>>ide effect<<s>> are terrible. I can't <<s>>leep. I can barely eat. They had to feed me with a tube."
 	<<set $activeSlave.boobs -= $activeSlave.boobsImplant, $activeSlave.boobsImplant = 0>>
 	<<set $activeSlave.butt -= $activeSlave.buttImplant, $activeSlave.buttImplant = 0>>
 	<<set $activeSlave.lips -= $activeSlave.lipsImplant, $activeSlave.lipsImplant = 0>>
 	<<set $activeSlave.boobs = Math.clamp($activeSlave.boobs+50*random(20,40),0,10000)>>
 <<case "D startled the witch">>
-	You sold her to a buyer interested in her because of her sharp teeth, among other things. "It wa<<s>> horrible," she whispers. Then she gags, dry heaves, and vomits slightly. She wipes her mouth with the back of her hand, staring upward vacantly. "Horrible."
+	You sold $him to a buyer interested in $him because of $his sharp teeth, among other things. "It wa<<s>> horrible," $he whispers. Then $he gags, dry heaves, and vomits slightly. $He wipes $his mouth with the back of $his hand, staring upward vacantly. "Horrible."
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "crude">>
 <<case "slimming trainer">>
-	"It's horrible." You sold her to a trainer who specializes in slimming slaves down, and if anything, they seem to have gone too far. She's emaciated. "I'm h-hungry all the time, and when I'm not p-perfect, I d-don't get to eat at all."
+	"It's horrible." You sold $him to a trainer who specializes in slimming slaves down, and if anything, they seem to have gone too far. $He's emaciated. "I'm h-hungry all the time, and when I'm not p-perfect, I d-don't get to eat at all."
 	<<set $activeSlave.boobs = Math.clamp($activeSlave.boobs-50*random(5,10),0,10000)>>
 	<<set $activeSlave.butt = Math.clamp($activeSlave.butt-random(1,2),0,10)>>
 	<<set $activeSlave.waist = Math.clamp($activeSlave.waist-random(20,50),-100,100)>>
@@ -257,18 +260,18 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 <<case "broadening trainer" "D cannibal" "hedonistic decadence arcology">>
 	<<switch _buyer>>
 	<<case "D cannibal">>
-		"M-my new owner i<<s>> going t-to do <<s>>omething horrible to me. H-he keep<<s>> me in a tiny cage and f-feed<<s>> me, and I have to <<s>>tay <<s>>till and eat or I'll <<s>>poil the meat." You did sell her to a citizen widely rumored to be a cannibal. She whispers, "I'm going to die."
+		"M-my new owner i<<s>> going t-to do <<s>>omething horrible to me. H-he keep<<s>> me in a tiny cage and f-feed<<s>> me, and I have to <<s>>tay <<s>>till and eat or I'll <<s>>poil the meat." You did sell $him to a citizen widely rumored to be a cannibal. $He whispers, "I'm going to die."
 	<<case "hedonistic decadence arcology">>
-		You sold her to a Hedonistic arcology; it's nothing short of incredible that she managed to get back here. She must have sold and traded herself without hesitation. "It'<<s>> horrible." You sold her to an arcology that loves fattening slaves up, and if anything, they seem to have gone too far too fast. She's bloated, and her stomach is distended. "T-they beat me if I ever <<s>>topped eating, and they fed my butt too. I'm gro<<ss>> and ugly. Even when they mounted me, they'd <<s>>till <<sh>>ove food down my throat."
+		You sold $him to a Hedonistic arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "It'<<s>> horrible." You sold $him to an arcology that loves fattening slaves up, and if anything, they seem to have gone too far too fast. $He's bloated, and $his stomach is distended. "T-they beat me if I ever <<s>>topped eating, and they fed my butt too. I'm gro<<ss>> and ugly. Even when they mounted me, they'd <<s>>till <<sh>>ove food down my throat."
 	<<default>>
-		"It'<<s>> horrible." You sold her to a trainer who specializes in fattening slaves up, and if anything, they seem to have gone too far. She's bloated, and her stomach is distended. "T-they beat me if I ever <<s>>top eating, and they feed my butt too. I'm gro<<ss>> and ugly."
+		"It'<<s>> horrible." You sold $him to a trainer who specializes in fattening slaves up, and if anything, they seem to have gone too far. $He's bloated, and $his stomach is distended. "T-they beat me if I ever <<s>>top eating, and they feed my butt too. I'm gro<<ss>> and ugly."
 	<</switch>>
 	<<set $activeSlave.boobs = Math.clamp($activeSlave.boobs+50*random(5,10),0,10000)>>
 	<<set $activeSlave.butt = Math.clamp($activeSlave.butt+random(1,2),0,10)>>
 	<<set $activeSlave.waist = Math.clamp($activeSlave.waist-random(20,50),-100,100)>>
 	<<set $activeSlave.weight = Math.clamp($activeSlave.weight+random(50,100),-100,200)>>
 <<case "clipping trainer">>
-	"All I do i<<s>> <<s>>uck dick<<s>> and get fucked in the butt." You sold her to a trainer who specializes in clipping and improving overly masculine slaves, and she's definitely more feminine, if bitterly unhappy. "They're going to <<s>>ell me to a bitch brothel <<s>>oon, I know it. Plea<<s>>e, nobody'<<s>> even <<s>>aid anything to me other than '<<s>>uck my cock' or 'bend over bitch' in week<<s>>."
+	"All I do i<<s>> <<s>>uck dick<<s>> and get fucked in the butt." You sold $him to a trainer who specializes in clipping and improving overly masculine slaves, and $he's definitely more feminine, if bitterly unhappy. "They're going to <<s>>ell me to a bitch brothel <<s>>oon, I know it. Plea<<s>>e, nobody'<<s>> even <<s>>aid anything to me other than '<<s>>uck my cock' or 'bend over bitch' in week<<s>>."
 	<<set $activeSlave.boobsImplant = 200*random(2,4), $activeSlave.boobs += $activeSlave.boobsImplant>>
 	<<set $activeSlave.buttImplant = random(1,2), $activeSlave.butt = Math.clamp($activeSlave.butt+$activeSlave.buttImplant,0,10)>>
 	<<set $activeSlave.lipsImplant = 10*random(1,2), $activeSlave.lips = Math.clamp($activeSlave.lips+$activeSlave.lipsImplant,0,100)>>
@@ -277,7 +280,7 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 	<<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "hates anal">>
 	<<if $activeSlave.faceShape == "masculine">><<set $activeSlave.faceShape = "androgynous">><</if>>
 <<case "reassignment trainer">>
-	"I m-mi<<ss>> my dick." You sold her to a trainer who specializes in gender reassignment, and she's definitely more feminine, if bitterly unhappy. "P-plea<<s>>e, even if you won't f-fix me, plea<<s>>e take me back. I'll b-be a <<s>>e<<x>> <<s>>lave, I ju<<s>>t don't want to be a woman."
+	"I m-mi<<ss>> my dick." You sold $him to a trainer who specializes in gender reassignment, and $he's definitely more feminine, if bitterly unhappy. "P-plea<<s>>e, even if you won't f-fix me, plea<<s>>e take me back. I'll b-be a <<s>>e<<x>> <<s>>lave, I ju<<s>>t don't want to be a woman."
 	<<set $activeSlave.boobsImplant = 200*random(2,4), $activeSlave.boobs += $activeSlave.boobsImplant>>
 	<<set $activeSlave.buttImplant = random(1,2), $activeSlave.butt = Math.clamp($activeSlave.butt+$activeSlave.buttImplant,0,10)>>
 	<<set $activeSlave.lipsImplant = 10*random(1,2), $activeSlave.lips = Math.clamp($activeSlave.lips+$activeSlave.lipsImplant,0,100)>>
@@ -286,28 +289,28 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 	<<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "hates penetration">>
 	<<if $activeSlave.faceShape == "masculine">><<set $activeSlave.faceShape = "androgynous">><</if>>
 <<case "arcade">>
-	"Take me back, or kill me," she <<say>>s. You sold her to an arcade, and it's surprising she managed to make it up here at all. "Plea<<s>>e," she begs. "I will do literally anything. I c-can feel my<<s>>elf going c-cra<<z>>y. I'd rather die." 
+	"Take me back, or kill me," $he <<say>>s. You sold $him to an arcade, and it's surprising $he managed to make it up here at all. "Plea<<s>>e," $he begs. "I will do literally anything. I c-can feel my<<s>>elf going c-cra<<z>>y. I'd rather die."
 	<<set $activeSlave.anus = 4>>
 	<<if $activeSlave.vagina != -1>><<set $activeSlave.vagina = 4>><</if>>
 	<<set $activeSlave.intelligence = Math.clamp($activeSlave.intelligence-50,-100,100)>>
 	<<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "apathetic">>
 <<case "harvester">>
-	"I'm ju<<s>>t kept in a pen unle<<ss>> they're d-doing <<s>>urgery on me." It's not surprising; you did sell her to an organ farm. What's unexpected is that she's still alive. They must be removing the less essential parts gradually. "I'm going to die," she <<say>>s hollowly. "Next <<s>>urgery, I won't wake up."
+	"I'm ju<<s>>t kept in a pen unle<<ss>> they're d-doing <<s>>urgery on me." It's not surprising; you did sell $him to an organ farm. What's unexpected is that $he's still alive. They must be removing the less essential parts gradually. "I'm going to die," $he <<say>>s hollowly. "Next <<s>>urgery, I won't wake up."
 	<<set $activeSlave.balls = 0, $activeSlave.ovaries = 0, $activeSlave.preg = -2, $activeSlave.pregType = 0, $activeSlave.pregWeek = 0, $activeSlave.pregKnown = 0>>
 	<<run SetBellySize($activeSlave)>>
 	<<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "crude">>
 <<case "D butt bury">>
-	"My kind butt loving Ma<<s>>ter had to <<s>>ell me, and the brothel who bought me u<<s>>e<<s>> my behind a<<s>> an adverti<<s>>ement." She shifts uncomfortably. "I can barely feel my anu<<s>>."
+	"My kind butt loving Ma<<s>>ter had to <<s>>ell me, and the brothel who bought me u<<s>>e<<s>> my behind a<<s>> an adverti<<s>>ement." $He shifts uncomfortably. "I can barely feel my anu<<s>>."
 	<<set $activeSlave.anus = 4>>
 	<<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "hates anal">>
 <<case "D shorty breeder">>
 	"My kind Ma<<s>>ter had to <<s>>ell me, and the brothel who bought me got rid of hi<<s>>, um, they got rid of my pregnan<<c>>y, and now I'm ju<<s>>t a short <<s>>lut."
 	<<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "crude">>
 <<case "fuckdoll">>
-	Her appearance is surprising; you sold her to a dealer who planned to encase her in a Fuckdoll suit and thereby transform her into a living sex toy. Apparently they decided to extract a bit of fun out of her first. "I've b-been chained up in their b-bathroom ever <<s>>in<<c>>e you <<s>>old me," she <<say>>s hollowly. "They're g-getting bored of me."
+	$His appearance is surprising; you sold $him to a dealer who planned to encase $him in a Fuckdoll suit and thereby transform $him into a living sex toy. Apparently they decided to extract a bit of fun out of $him first. "I've b-been chained up in their b-bathroom ever <<s>>in<<c>>e you <<s>>old me," $he <<say>>s hollowly. "They're g-getting bored of me."
 	<<set $activeSlave.behavioralFlaw = "hates men", $activeSlave.sexualFlaw = "hates penetration">>
 <<case "stuffer chef">>
-	"They fini<<sh>>ed." Her appearance is not that surprising; you sold her to a chef who enjoyed stuffing her face till she was bloated. Apparently he sold her off after she got too fat for his stuffings to show. "He <<s>>tretched my belly out <<s>>o much and when I got <<s>>o fat he couldn't <<s>>ee a differen<<c>>e with hi<<s>> fea<<s>>t<<s>>, he got rid of me." She lowers her arms, allowing her grotesquely sagging belly to hang free. "I'm gro<<ss>>. I'm fat, <<s>>aggy, and gro<<ss>>."
+	"They fini<<sh>>ed." $His appearance is not that surprising; you sold $him to a chef who enjoyed stuffing $his face till $he was bloated. Apparently he sold $him off after $he got too fat for his stuffings to show. "He <<s>>tretched my belly out <<s>>o much and when I got <<s>>o fat he couldn't <<s>>ee a differen<<c>>e with hi<<s>> fea<<s>>t<<s>>, he got rid of me." $He lowers $his arms, allowing $his grotesquely sagging belly to hang free. "I'm gro<<ss>>. I'm fat, <<s>>aggy, and gro<<ss>>."
 	<<set $activeSlave.boobs = Math.clamp($activeSlave.boobs+50*random(5,10),0,10000)>>
 	<<set $activeSlave.butt = Math.clamp($activeSlave.butt+random(1,2),0,10)>>
 	<<set $activeSlave.waist = Math.clamp($activeSlave.waist-random(20,50),-100,100)>>
@@ -327,22 +330,22 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 	<<default>>
 		"Plea<<s>>e. I've been re<<s>>old
 	<</switch>>
-	to a sh-shitty brothel on the lower level<<s>>. It'<<s>> h-horrible there. I live in a tiny little room, and the only people I ever <<s>>ee ju<<s>>t fuck me and leave. N-nobody ever t-talk<<s>> to me. And they beat me."
-	<<if $activeSlave.amp == 0>>She shifts uncomfortably on her feet. The soles of the feet are a convenient place to beat a whore, since it's agonizingly painful, doesn't bruise badly, and won't inconvenience a slave that spends all her time kneeling or lying down.<</if>>
+	to a <<sh>>-<<sh>>itty brothel on the lower level<<s>>. It'<<s>> h-horrible there. I live in a tiny little room, and the only people I ever <<s>>ee ju<<s>>t fuck me and leave. N-nobody ever t-talk<<s>> to me. And they beat me."
+	<<if $activeSlave.amp == 0>>$He shifts uncomfortably on $his feet. The soles of the feet are a convenient place to beat a whore, since it's agonizingly painful, doesn't bruise badly, and won't inconvenience a slave that spends all $his time kneeling or lying down.<</if>>
 	<<set $activeSlave.anus = 3>>
 	<<if $activeSlave.vagina > -1>><<set $activeSlave.vagina = 3>><</if>>
-	<<set $activeSlave.sexualFlaw = either("hates oral", "hates anal", "hates penetration")>>
+	<<set $activeSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration")>>
 <</switch>>
 
 <br><br>
-It isn't obvious how she managed to escape, though no doubt you could review the arcology surveillance logs and find out. For right now, though, the question is what to do with her.
+It isn't obvious how $he managed to escape, though no doubt you could review the arcology surveillance logs and find out. For right now, though, the question is what to do with $him.
 <<if $activeSlave.trust > 95>>
-	"Plea<<s>>e," she sobs, breaking down at last. "I th-thought I w-wa<<s>> a g-good girl. T-take me b-back and I'll p-pretend I n-never left. I'll d-do anything you a<<s>>k. I'll worship the ground you walk on. Plea<<s>>e."
+	"Plea<<s>>e," $he sobs, breaking down at last. "I th-thought I w-wa<<s>> a g-good girl. T-take me b-back and I'll p-pretend I n-never left. I'll d-do anything you a<<s>>k. I'll worship the ground you walk on. Plea<<s>>e."
 	<<set $activeSlave.devotion = 100>>
 <<elseif $activeSlave.intelligence+$activeSlave.intelligenceImplant < -15>>
-	"Plea<<s>>e," she sobs, breaking down at last. "I d-don't know where el<<s>>e to go." That much you believe; she's an idiot.
+	"Plea<<s>>e," $he sobs, breaking down at last. "I d-don't know where el<<s>>e to go." That much you believe; $he's an idiot.
 <<else>>
-	"I know I'll be caught," she sobs, breaking down at last. "I know you'd f-find me. <<S>>o I came here. Plea<<s>>e." She's right about that much. This is literally the only chance she has of getting away from her current owners.
+	"I know I'll be caught," $he sobs, breaking down at last. "I know you'd f-find me. <<S>>o I came here. Plea<<s>>e." $He's right about that much. This is literally the only chance $he has of getting away from $his current owners.
 <</if>>
 
 <<set $contractCost = 5000>>
@@ -356,15 +359,15 @@ It isn't obvious how she managed to escape, though no doubt you could review the
 <br><br>
 
 <span id="result">
-<<link "Return her">>
+<<link "Return $him">>
 	<<set $rep += Math.trunc($slaveCost/10)>>
 	<<replace "#result">>
-		$activeSlave.slaveName keeps waiting, but the doors to the penthouse never open. When her owners arrive a few minutes later to collect her, she cries harder, but does not resist. Her weeping has the peculiar ring of utter hopelessness as they restrain her and drag her off. A few minutes after that, you receive a businesslike note @@.green;expressing gratitude@@ for your assistance in this matter.
+		$activeSlave.slaveName keeps waiting, but the doors to the penthouse never open. When $his owners arrive a few minutes later to collect $him, $he cries harder, but does not resist. $His weeping has the peculiar ring of utter hopelessness as they restrain $him and drag $him off. A few minutes after that, you receive a businesslike note @@.green;expressing gratitude@@ for your assistance in this matter.
 		<<set $boomerangStats = 0>>
 	<</replace>>
 <</link>>
 <<if $cash >= $contractCost>>
-<br><<link "Obfuscate her appearance and re-enslave her">>
+<br><<link "Obfuscate $his appearance and re-enslave $him">>
 	<<set $cash -= $contractCost>>
 	<<if $familyTesting == 1>>
 		<<if $boomerangStats.PCpregSource > 0 && $PC.preg > 0 && $PC.pregSource == 0>>
@@ -459,18 +462,18 @@ It isn't obvious how she managed to escape, though no doubt you could review the
 	<</for>>
 	<<set $boomerangStats = 0>>
 	<<replace "#result">>
-		The penthouse opens, and $activeSlave.slaveName stumbles inside, sobbing her thanks. She's immediately conducted to the autosurgery for some quick cosmetic surgery, while you and $assistantName do the necessary work to falsify the arcology records and conceal her origins. Even so, it would probably be wise to keep her off public assignments for a while. In no time at all, she's standing in front of your desk like any other new slave. She waits obediently, knowing that it's in her best interests not to mention anything out of the ordinary.
+		The penthouse opens, and $activeSlave.slaveName stumbles inside, sobbing $his thanks. $He's immediately conducted to the autosurgery for some quick cosmetic surgery, while you and $assistantName do the necessary work to falsify the arcology records and conceal $his origins. Even so, it would probably be wise to keep $him off public assignments for a while. In no time at all, $he's standing in front of your desk like any other new slave. $He waits obediently, knowing that it's in $his best interests not to mention anything out of the ordinary.
 	<<include "New Slave Intro">>
 	<</replace>>
 <</link>> //This will cost in <<print cashFormat($contractCost)>>.//
-<br><<link "Sell her immediately">>
+<br><<link "Sell $him immediately">>
 	<<set $cash += $slaveCost>>
 	<<replace "#result">>
-		The penthouse opens, and $activeSlave.slaveName stumbles inside, sobbing her thanks. She's immediately conducted to the autosurgery for some quick cosmetic surgery, while you and $assistantName do the necessary work to falsify the arcology records and conceal her origins. Before she's even out from under anesthesia, she's bundled off into one of the hundreds of slave shipments that move between arcologies every day. This time she'll be sold far enough away that no matter how much of an escape artist she is, you won't be seeing any more of her. She can whine elsewhere.
+		The penthouse opens, and $activeSlave.slaveName stumbles inside, sobbing $his thanks. $He's immediately conducted to the autosurgery for some quick cosmetic surgery, while you and $assistantName do the necessary work to falsify the arcology records and conceal $his origins. Before $he's even out from under anesthesia, $he's bundled off into one of the hundreds of slave shipments that move between arcologies every day. This time $he'll be sold far enough away that no matter how much of an escape artist $he is, you won't be seeing any more of $him. $He can whine elsewhere.
 		<<set $boomerangStats = 0>>
 	<</replace>>
 <</link>> //This will bring in <<print cashFormat($slaveCost)>>.//
 <<else>>
-	//You lack the necessary funds to enslave her.//
+	//You lack the necessary funds to enslave $him.//
 <</if>>
 </span>
diff --git a/src/uncategorized/reCitizenHookup.tw b/src/uncategorized/reCitizenHookup.tw
index 14afbe0dc46288ebb64386223d3f6d9ea153ece1..8e7ac02d3bfb68229890f0fb97db582c098ce03a 100644
--- a/src/uncategorized/reCitizenHookup.tw
+++ b/src/uncategorized/reCitizenHookup.tw
@@ -73,7 +73,7 @@ At night, the best living areas in the arcology offer a constant mélange of sel
 <br><br>
 But tonight, you've put in an appearance. Your citizens are drinking your <<if $arcologies[0].FSPastoralist != "unset">>milk<<elseif $arcologies[0].FSRestart != "unset">>finest alcohol<<else>>alcohol<</if>> and eating your food, though of course they helped pay for it through their rent. They're performing a complex dance of social dominance, and it all radiates around you, with complex unspoken rules of collective approval governing which citizens cycle past you for a word, and for how long. During a low point in the ebb and flow,
 <<switch _FS>>
-<<case "Supremacist" "Subjugationist">>
+<<case "Subjugationist" "Supremacist">>
 	a pretty, racially pure young woman
 <<case "Gender Radicalist">>
 	a beautiful young futa
@@ -136,7 +136,7 @@ sidles up to you. She begins to introduce herself, but one of the advantages of
 <br><br>
 She's yours for the taking, if you want her, and if her praise and proximity weren't enough to make that clear, she manages to
 <<switch _FS>>
-<<case "Supremacist" "Subjugationist">>
+<<case "Subjugationist" "Supremacist">>
 	give you an excellent view straight down her ethnically superior cleavage, straining against the top of her fashionable dress.
 <<case "Gender Radicalist">>
 	simultaneously give you an excellent view straight down her cleavage, and bring the material of her sheer dress tight across her legs in a way that outlines her dick.
@@ -207,7 +207,7 @@ She's clearly attracted to you; even the most consummate actress would have diff
 	<</if>>
 	Your guest restrains her eager praise now that you're in private, but her wide-eyed appreciation of your domain is compliment enough. Once in your suite, she strips, revealing
 	<<switch _FS>>
-	<<case "Supremacist" "Subjugationist">>
+	<<case "Subjugationist" "Supremacist">>
 		her fresh, pure body.
 	<<case "Gender Radicalist">>
 		perky young breasts, a pretty pussy, and a stiff dick above it.
@@ -282,7 +282,7 @@ She's clearly attracted to you; even the most consummate actress would have diff
 	<<replace "#result">>
 	You turn to face her straight on, and something about the look in your eye fills her with mixed apprehension and anticipation. You agree with her banter and praise her for being so forward-thinking, before transitioning to more direct praise of her style and then her body. You're speaking in a tone that cuts through the room, and by the time you kiss your willing conquest, there's not a person in the room who isn't paying attention. They all understand the message: this gathering is turning into something else, now. Those few who aren't willing to fuck in public withdraw, and everyone who didn't come with a sexual partner sends urgent messages to have appropriate slaves brought from their apartments. You make out with her for a while, letting everyone make arrangements, and then pull her clothes off, making sure her
 	<<switch _FS>>
-	<<case "Supremacist" "Subjugationist">>
+	<<case "Subjugationist" "Supremacist">>
 		superior body
 		<<if _FS == "Supremacist">>
 			<<set $arcologies[0].FSSupremacist += 5>>
@@ -350,7 +350,7 @@ She's clearly attracted to you; even the most consummate actress would have diff
 	<<case "Egyptian Revivalist">>
 		beautiful tanned body
 		<<set $arcologies[0].FSEgyptianRevivalist += 5>>
-	<<case "Edo Revivalist" "Arabian Revivalist" "Chinese Revivalist">>
+	<<case "Arabian Revivalist" "Chinese Revivalist" "Edo Revivalist">>
 		graceful form
 		<<if _FS == "Edo Revivalist">>
 			<<set $arcologies[0].FSEdoRevivalist += 5>>
diff --git a/src/uncategorized/reDevotedMotherDaughter.tw b/src/uncategorized/reDevotedMotherDaughter.tw
index 0ca2dac80904e5fd20464b5656267f9e9b5f9c29..b393add88cc7021f5697ea6440bc7ab1346f2716 100644
--- a/src/uncategorized/reDevotedMotherDaughter.tw
+++ b/src/uncategorized/reDevotedMotherDaughter.tw
@@ -12,7 +12,7 @@ $slaves[$i].slaveName and her daughter $slaves[$j].slaveName are both good slave
 <span id="result">
 <br><<link "Spend the night sharing your bed with them, and each of them with the other">>
 	<<replace "#result">>
-	Neither of them bats an eye when you announce you're turning in early and that they'll be joining you. Since they're already naked, they get into your big soft bed before you and lie facing each other, with enough room in between them for you to take a central position. They clearly assume you'll start with one of them on each side of you, so they're quite surprised when you slide in behind $slaves[$i].slaveName instead. $slaves[$j].slaveName snuggles up to her mother happily enough, however. You extend the foreplay to hours, eventually bringing both of them to such a state of naked arousal that they begin grinding against each other as much as they do you. They get the idea, and things turn into a sort of unspoken mutual one-upsmanship between them. What starts with $slaves[$j].slaveName clearly feeling very daring as she sucks her mother's nipple ends with $slaves[$i].slaveName lying on her back getting fucked by you while she orally pleasures $slaves[$j].slaveName. You're face to face with $slaves[$j].slaveName and she groans happily into your mouth as $slaves[$i].slaveName moans into her fuckhole.
+	Neither of them bats an eye when you announce you're turning in early and that they'll be joining you. Since they're already naked, they get into your big soft bed before you and lie facing each other, with enough room in between them for you to take a central position. They clearly assume you'll start with one of them on each side of you, so they're quite surprised when you slide in behind $slaves[$i].slaveName instead. $slaves[$j].slaveName snuggles up to her mother happily enough, however. You extend the foreplay to hours, eventually bringing both of them to such a state of naked arousal that they begin grinding against each other as much as they do you. They get the idea, and things turn into a sort of unspoken mutual oneupmanship between them. What starts with $slaves[$j].slaveName clearly feeling very daring as she sucks her mother's nipple ends with $slaves[$i].slaveName lying on her back getting fucked by you while she orally pleasures $slaves[$j].slaveName. You're face to face with $slaves[$j].slaveName and she groans happily into your mouth as $slaves[$i].slaveName moans into her fuckhole.
 	@@.mediumaquamarine;They have both become more trusting of you.@@
 
 	<<set $slaves[$i].trust += 4, $slaves[$j].trust += 4, $slaves[$i].oralCount += 1, $slaves[$j].oralCount += 1, $oralTotal += 2>>
diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw
index e00bdc3fd620de58c29a584fcbbb1cf9f7b0ba14..bb17c4f799e6d7c4bdfaadc08f06d0a9a5f99664 100644
--- a/src/uncategorized/reFSAcquisition.tw
+++ b/src/uncategorized/reFSAcquisition.tw
@@ -1336,7 +1336,7 @@ The call comes in from an office, and you suppress the urge to check whether $as
 	<<case "Pastoralist">>
 		$He drags $himself in, but as the enslavement process winds grindingly on, $he shakes off $his depression. The vast weight of $his situation lifts from $him. You've seen this before, the perverse internal freedom that comes with the knowledge that $his life is in the hands of another now, and that all $he has to do or can do is obey. $His last words to you as a free woman are an ironic statement that, when $he was teased back in school for the size of $his boobs, $he never thought they'd save $him one day.
 	<<case "Pastoralist Two">>
-		$He speaks to you as a free woman while working through the enslavement process, perhaps $he hasn't quite grasped $his new role. Nonetheless, it seems as if a vast weight has been lifted from $his shoulders. You've seen this before, the perverse internal freedom that comes with the knowledge that $his life is in the hands of another now, and that all $he has to do or can do is obey. $His last words to you as a free woman are an ironic statement that, people always praised $his milk filled udders as givers of life, yet $he never thought they'd save $hers one day.
+		$He speaks to you as a free $woman while working through the enslavement process, perhaps $he hasn't quite grasped $his new role. Nonetheless, it seems as if a vast weight has been lifted from $his shoulders. You've seen this before, the perverse internal freedom that comes with the knowledge that $his life is in the hands of another now, and that all $he has to do or can do is obey. $His last words to you as a free woman are an ironic statement that, people always praised $his milk filled udders as givers of life, yet $he never thought they'd save $hers one day.
 	<<case "Supremacist">>
 		A battered VTOL craft arrives at $arcologies[0].name, broadcasting obviously bogus IFF codes. It seems this mercenary group is playing fast and loose in an attempt to get back on their feet. The aircraft doesn't even touch down on the pad they're directed to: it simply hovers six feet off the pad for the five seconds it takes to shove a canvas bag that obviously contains a struggling human form out of the side door.
 	<<case "Supremacist Two">>
@@ -1369,9 +1369,9 @@ The call comes in from an office, and you suppress the urge to check whether $as
 	<<case "Gender Fundamentalist Two">>
 		When $he arrives, $he is the very picture of a distraught and very pregnant mature woman. $He clearly feels some resentment at $his traditionalist home and family for selling $him into slavery, but $he has just as clearly heard enough about the Free Cities to know that $he's likely traded one form of marginalization for another.
 	<<case "Paternalist">>
-		$He speaks to you as a free woman throughout the enslavement process, but as soon as it is completed, $he stops and waits for instruction before talking. $He does not look directly at your face, but keeps $his gaze lower than that, and stands expectant and ready for commands. You are reminded of $his intelligence by $his precisely correct behavior for a new slave, even before you give any kind of direction.
+		$He speaks to you as a free $woman throughout the enslavement process, but as soon as it is completed, $he stops and waits for instruction before talking. $He does not look directly at your face, but keeps $his gaze lower than that, and stands expectant and ready for commands. You are reminded of $his intelligence by $his precisely correct behavior for a new slave, even before you give any kind of direction.
 	<<case "Paternalist Two">>
-		$He speaks to you as a free woman throughout the enslavement process, but as soon as it is completed, $he stops and waits for instruction before talking. $He may not have had many prospects in $his life back home, but if $he remains this obedient $he'll fit right in here in the Free Cities.
+		$He speaks to you as a free $woman throughout the enslavement process, but as soon as it is completed, $he stops and waits for instruction before talking. $He may not have had many prospects in $his life back home, but if $he remains this obedient $he'll fit right in here in the Free Cities.
 	<<case "Degradationist">>
 		When $he arrives as part of the anonymous slave transfers that make up a good part of the inter-arcology commerce, $he has clearly had some time to mull over $his situation. As soon as $he sees you, $he blurts out, "Whatever that fucker told you, it isn't true. I'll be your little bitch bimbo, whatever you want. Just don't - just don't fucking hurt me." $He sticks out $his chest in a clear attempt to entice you with $his fake tits.
 	<<case "Degradationist Two">>
@@ -1429,7 +1429,7 @@ The call comes in from an office, and you suppress the urge to check whether $as
 	<<case "Pastoralist">>
 		$He drags $himself in, but as the enslavement process winds grindingly on, $he shakes off $his depression. It threatens to descend again when a purchaser's agent comes in to take $him away. $He begs to know where $he's going, so you tell $him $he's to be a cow in a slave dairy. $He quails at the term, but you observe that $he'll be well treated and lightly used, if at all, and $he seems to take heart at this.
 	<<case "Pastoralist Two">>
-		$He speaks to you as a free woman while working through the enslavement process; perhaps $he hasn't quite grasped $his new role. Nonetheless, it seems as if a vast weight has been lifted from $his shoulders. It threatens to descend again when a purchaser's agent comes in to take $him away. $He begs to know where $he's going, so you tell $him $he's to be a cow in a slave dairy. $He quails at the term, but you observe that $he'll be well treated and lightly used, if at all, and $he seems to take heart at this.
+		$He speaks to you as a free $woman while working through the enslavement process; perhaps $he hasn't quite grasped $his new role. Nonetheless, it seems as if a vast weight has been lifted from $his shoulders. It threatens to descend again when a purchaser's agent comes in to take $him away. $He begs to know where $he's going, so you tell $him $he's to be a cow in a slave dairy. $He quails at the term, but you observe that $he'll be well treated and lightly used, if at all, and $he seems to take heart at this.
 	<<case "Supremacist">>
 		A battered VTOL craft arrives at $arcologies[0].name, broadcasting obviously bogus IFF codes. It seems this mercenary group is playing fast and loose in an attempt to get back on their feet. The aircraft doesn't even touch down on the pad they're directed to: it simply hovers six feet off the pad for the five seconds it takes to shove a canvas bag that obviously contains a struggling human form out of the side door. You decide to do the simple thing, and leave the bag where it is. The purchaser's agent can deal with it.
 	<<case "Supremacist Two">>
@@ -1459,9 +1459,9 @@ The call comes in from an office, and you suppress the urge to check whether $as
 	<<case "Gender Fundamentalist Two">>
 		When $he arrives, $he is the very picture of a distraught and very pregnant mature woman. $He clearly feels some resentment at $his traditionalist home and family for selling $him into slavery, but $he has just as clearly heard enough about the Free Cities to know that $he's likely traded one form of marginalization for another. A purchaser's agent appears to take $him away, and $he quietly asks who's bought $him. A breeder, you tell $him, who prefers to squeeze a few pregnancies out of mature women. $He'll probably manage a few pregnancies before $he's retired.
 	<<case "Paternalist">>
-		$He speaks to you as a free woman throughout the enslavement process, but as soon as it is completed, $he stops and waits for instruction before talking. $He does not look directly at your face, but keeps $his gaze lower than that, and stands expectant and ready for commands. You are reminded of $his intelligence by $his presence of mind when a purchaser's agent arrives to take charge of $him; $he clearly calculates that making a scene will gain $him nothing, and cooperates. You reward this by telling $him the truth: $he's been sold to a citizen of $arcologies[0].name who shares paternalistic beliefs; $he'll be fine.
+		$He speaks to you as a free $woman throughout the enslavement process, but as soon as it is completed, $he stops and waits for instruction before talking. $He does not look directly at your face, but keeps $his gaze lower than that, and stands expectant and ready for commands. You are reminded of $his intelligence by $his presence of mind when a purchaser's agent arrives to take charge of $him; $he clearly calculates that making a scene will gain $him nothing, and cooperates. You reward this by telling $him the truth: $he's been sold to a citizen of $arcologies[0].name who shares paternalistic beliefs; $he'll be fine.
 	<<case "Paternalist Two">>
-		$He speaks to you as a free woman throughout the enslavement process, but as soon as it is completed, $he stops and waits for instruction before talking. $He may not have had many prospects in $his life back home, but if $he remains this obedient $he'll fit right in here in the Free Cities. When the purchasing agent arrives $he is momentarily surprised but not alarmed, $he figures $he'll been sold to a citizen of $arcologies[0].name who shares paternalistic beliefs.
+		$He speaks to you as a free $woman throughout the enslavement process, but as soon as it is completed, $he stops and waits for instruction before talking. $He may not have had many prospects in $his life back home, but if $he remains this obedient $he'll fit right in here in the Free Cities. When the purchasing agent arrives $he is momentarily surprised but not alarmed, $he figures $he'll been sold to a citizen of $arcologies[0].name who shares paternalistic beliefs.
 	<<case "Degradationist">>
 		When $he arrives as part of the anonymous slave transfers that make up a good part of the inter-arcology commerce, $he has clearly had some time to mull over $his situation. As soon as $he sees you, $he blurts out, "Whatever that fucker told you, it isn't true. I'll be your little bitch bimbo, whatever you want. Just don't - just don't fucking hurt me." $He sticks out $his chest in a clear attempt to entice you with $his fake tits, and is rewarded with a bag over $his head, courtesy of the purchaser's agent who arrived in the meantime. The agent clearly felt that $he would be a handful worth corralling quickly, and this proves correct. $He goes limp after being tased, though.
 	<<case "Degradationist Two">>
diff --git a/src/uncategorized/reFemaleArcologyOwner.tw b/src/uncategorized/reFemaleArcologyOwner.tw
index 3411912796725eca85971b5a373bcf73ffab831a..3e838212c1864b5c1328254cab8374d52fad0eed 100644
--- a/src/uncategorized/reFemaleArcologyOwner.tw
+++ b/src/uncategorized/reFemaleArcologyOwner.tw
@@ -17,7 +17,7 @@ She strikes a fine balance in conversation with you, firm enough for a rising wo
 <</link>>
 <br><<link "Walk past her and out onto an unoccupied balcony">>
 	<<replace "#result">>
-	You walk past her and out onto a balcony. She politely disengages herself and follows, meeting your gaze with a twinkle in her eye. You start talking of nothing of real consequence, but you find that you do have a fair amount to discuss and joke about, since there are oddities to your life that only another slaveowning arcology owner can really understand. You discover that she is very willing to share $PC.refreshment, and you break out some of your best. The party takes notice of your tete-a-tete, but her judgment was obviously correct. <<if $PC.title == 0>>You are a pair of powerful women who are very obviously in the early stages of an assignation, and it's hard to tell which of you excites more envy.<<else>>Rather than looking down on her, the other prominent guests seem respectfully envious of her access to you.<</if>> This is still the case even when she starts to soften her body language, leaning into you, brushing against you, and more. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when she finally nudges her hip against yours and does not take it away, you take her by the hand and lead her there. She stops you with a hand at the door to the suite and then strips off her suit piece by piece, revealing a triathlete's tanned and sculpted body. You crush her naked form in your still-clothed arms, and she softens into you, whispering, "You have no idea how relaxing this is." <<if $PC.title == 1>>It's clear it's been a long time since she's let someone else take the lead,<<else>>She's obviously an occasional lesbian, at best,<</if>> and she's awkward as a girl at times. She leaves a few hours later with a satisfied expression, giving you a kiss on her way out in full public view. @@.green;Your reputation has greatly improved.@@
+	You walk past her and out onto a balcony. She politely disengages herself and follows, meeting your gaze with a twinkle in her eye. You start talking of nothing of real consequence, but you find that you do have a fair amount to discuss and joke about, since there are oddities to your life that only another slaveowning arcology owner can really understand. You discover that she is very willing to share $PC.refreshment, and you break out some of your best. The party takes notice of your tête-à-tête, but her judgment was obviously correct. <<if $PC.title == 0>>You are a pair of powerful women who are very obviously in the early stages of an assignation, and it's hard to tell which of you excites more envy.<<else>>Rather than looking down on her, the other prominent guests seem respectfully envious of her access to you.<</if>> This is still the case even when she starts to soften her body language, leaning into you, brushing against you, and more. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when she finally nudges her hip against yours and does not take it away, you take her by the hand and lead her there. She stops you with a hand at the door to the suite and then strips off her suit piece by piece, revealing a triathlete's tanned and sculpted body. You crush her naked form in your still-clothed arms, and she softens into you, whispering, "You have no idea how relaxing this is." <<if $PC.title == 1>>It's clear it's been a long time since she's let someone else take the lead,<<else>>She's obviously an occasional lesbian, at best,<</if>> and she's awkward as a girl at times. She leaves a few hours later with a satisfied expression, giving you a kiss on her way out in full public view. @@.green;Your reputation has greatly improved.@@
 	<<set $rep += 1000>>
 	<<set $desc = "a perfumed thank-you note from a female arcology owner of your acquaintance">>
 	<<set $trinkets.push($desc)>>
diff --git a/src/uncategorized/reLegendaryEntertainer.tw b/src/uncategorized/reLegendaryEntertainer.tw
index 9f805ea1bc881ade2c0c4f6a36b441eead7aa613..5a7a369eb0f86d9f2ab3b30827d82d3e96c6a5f7 100644
--- a/src/uncategorized/reLegendaryEntertainer.tw
+++ b/src/uncategorized/reLegendaryEntertainer.tw
@@ -72,4 +72,3 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom
 </span>
 
 <</if>> /* closes validity check */
-
diff --git a/src/uncategorized/reMilfTourist.tw b/src/uncategorized/reMilfTourist.tw
index 403fca036a7956a4072303d512ce82ca3e61f8ea..44531ceeb046ace6256994002618ec69cd4a7d57 100644
--- a/src/uncategorized/reMilfTourist.tw
+++ b/src/uncategorized/reMilfTourist.tw
@@ -32,6 +32,9 @@
 <<set $activeSlave.sexualQuirk = "none">>
 <<set $activeSlave.canRecruit = 0>>
 
+<<setLocalPronouns _milfSlave>>
+<<setLocalPronouns $activeSlave 2>>
+
 <<if $assistant == 1>>
 	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>>'s
 		<<if $assistantAppearance == "normal">>
@@ -39,7 +42,7 @@
 		<<else>>
 			$assistantAppearance avatar
 		<</if>>
-		appears on your desk in the middle of the day. "Something unusual for you, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," she says. "_milfSlave.slaveName is out doing public service. A tourist from the old world accosted her. _milfSlave.slaveName thought she was a rich citizen who wanted to fuck her, but it turns out she just wanted a tour guide. It was a reasonable mistake; she seems wealthy. _milfSlave.slaveName has been showing her around for the last half hour. Now she's asked _milfSlave.slaveName if she can meet you." She displays a video feed showing _milfSlave.slaveName standing with the tourist in question out on the main plaza. She's just into middle age, and extremely plush, wearing capri pants over her motherly hips and a cashmere sweater that understates her generous bust. She's blushing as she asks _milfSlave.slaveName a discreet question about public sex in the arcology, brought on by the sight of a couple of citizens spit roasting a slave. Your personal assistant's avatar
+		appears on your desk in the middle of the day. "Something unusual for you, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," she says. "_milfSlave.slaveName is out doing public service. A tourist from the old world accosted $him. _milfSlave.slaveName thought _he2 was a rich citizen who wanted to fuck $him, but it turns out _he2 just wanted a tour guide. It was a reasonable mistake; _he2 seems wealthy. _milfSlave.slaveName has been showing _him2 around for the last half hour. Now _he2's asked _milfSlave.slaveName if _he2 can meet you." She displays a video feed showing _milfSlave.slaveName standing with the tourist in question out on the main plaza. _He2's just into middle age, and extremely plush, wearing Capri pants over _his2 motherly hips and a cashmere sweater that understates _his2 generous bust. _He2's blushing as _he2 asks _milfSlave.slaveName a discreet question about public sex in the arcology, brought on by the sight of a couple of citizens spit roasting a slave. Your personal assistant's avatar
 		<<switch $assistantAppearance>>
 		<<case "monstergirl">>
 			bares her fangs and makes pinching gestures at nipple height.
@@ -75,7 +78,7 @@
 			reforms into an exaggerated female form before going back to its normal symbol shape.
 		<</switch>>
 <<else>>
-	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> gets your attention the middle of the day. "A minor matter for you, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," she says. "_milfSlave.slaveName is currently performing public service. A tourist from the old world accosted her. _milfSlave.slaveName thought she was a rich citizen who wanted to have sex with her, but it seems she just wanted a tour guide. It was a reasonable mistake; the tourist appears wealthy. _milfSlave.slaveName has been acting as her guide for the last half hour. The tourist has asked _milfSlave.slaveName if she can meet you." She displays a video feed showing _milfSlave.slaveName standing with the tourist in question out on the main plaza. She's just into middle age, and extremely plush, wearing capri pants over her motherly hips and a cashmere sweater that understates her generous bust. She's blushing as she asks _milfSlave.slaveName a discreet question about public sex in the arcology, brought on by the sight of a couple of citizens spit roasting a slave.
+	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> gets your attention the middle of the day. "A minor matter for you, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," she says. "_milfSlave.slaveName is currently performing public service. A tourist from the old world accosted $him. _milfSlave.slaveName thought _he2 was a rich citizen who wanted to have sex with $him, but it seems _he2 just wanted a tour guide. It was a reasonable mistake; the tourist appears wealthy. _milfSlave.slaveName has been acting as _his2 guide for the last half hour. The tourist has asked _milfSlave.slaveName if _he2 can meet you." She displays a video feed showing _milfSlave.slaveName standing with the tourist in question out on the main plaza. _He2's just into middle age, and extremely plush, wearing Capri pants over _his2 motherly hips and a cashmere sweater that understates _his2 generous bust. _He2's blushing as _he2 asks _milfSlave.slaveName a discreet question about public sex in the arcology, brought on by the sight of a couple of citizens spit roasting a slave.
 <</if>>
 
 <br><br>
@@ -83,23 +86,24 @@
 <span id="result">
 <<link "Decline politely">>
 	<<replace "#result">>
-	You have $assistantName instruct _milfSlave.slaveName to pass on your regrets, and add a message for _milfSlave.slaveName expressing confidence in her to represent you and the arcology perfectly well without you. She's @@.mediumaquamarine;affirmed@@ by your trust in her. "<<Master>>," she reports the next time you see her, "that touri<<s>>t wa<<s>> really nice. Al<<s>>o, I got her to have <<s>>e<<x>> with me, after all. <<Sh>>e was all he<<s>>itant and blu<<sh>>y about doing it in public, but <<sh>>e got better after the fir<<s>>t time I ate her out." She looks pleased with herself. "I bet <<sh>>e @@.green;tell<<s>> all her friend<<s>>@@ back home how much fun it i<<s>> here."
+	<<setSpokenLocalPronouns _milfSlave $activeSlave>>
+	You have $assistantName instruct _milfSlave.slaveName to pass on your regrets, and add a message for _milfSlave.slaveName expressing confidence in $him to represent you and the arcology perfectly well without you. $He's @@.mediumaquamarine;affirmed@@ by your trust in $him. "<<Master>>," $he reports the next time you see $him, "that touri<<s>>t wa<<s>> really nice. Al<<s>>o, I got _him2 to have <<s>>e<<x>> with me, after all. <<He 2>> was all he<<s>>itant and blu<<sh>>y about doing it in public, but <<he 2>> got better after the fir<<s>>t time I ate _him2 out." $He looks pleased with $himself. "I bet <<he 2>> @@.green;tell<<s>> all <<his 2>> friend<<s>>@@ back home how much fun it i<<s>> here."
 	<<set $rep += 100>>
 	<<set $slaves[_milfed].trust += 4, $slaves[_milfed].oralCount++>>
 	<<set $oralTotal++>>
 	<</replace>>
 <</link>>
-<br><<link "Share some Free Cities life with her">>
+<br><<link "Share some Free Cities life with _him2">>
 	<<replace "#result">>
-	You have _milfSlave.slaveName bring the tourist up to meet you. She's full of questions about what it's like to be an arcology owner, and you finally tell her that you can give her a pretty good idea. Eagerly, she asks you how, and you point at _milfSlave.slaveName, telling the tourist she ought to bend the slave over the couch if she wants to know what it's really like to be an oversexed oligarch. "I'm, um, not really a lesbian," the tourist responds hesitantly.
+	You have _milfSlave.slaveName bring the tourist up to meet you. _He2's full of questions about what it's like to be an arcology owner, and you finally tell _him2 that you can give _him2 a pretty good idea. Eagerly, _he2 asks you how, and you point at _milfSlave.slaveName, telling the tourist _he2 ought to bend the slave over the couch if _he2 wants to know what it's really like to be an oversexed oligarch. "I'm, um, not really a lesbian," the tourist responds hesitantly.
 	<<if _milfSlave.dick > 0>>
-		"You don't have to be," _milfSlave.slaveName purrs. "I have a cock." She slides in, just close enough to prove it. "Plea<<s>>e,
+		"You don't have to be," _milfSlave.slaveName purrs. "I have a cock." $He slides in, just close enough to prove it. "Plea<<s>>e,
 	<<else>>
 		"Having <<s>>e<<x>> with <<s>>lave<<s>> doe<<s>> not make you a le<<s>>bian," _milfSlave.slaveName purrs. "It'<<s>> different here. Plea<<s>>e,
 	<</if>>
-	fuck me. It'll be fun!" The tourist turns to stare at her, and she offers just the right kind of plaintive expression. "O-okay," the tourist says in a tiny voice, and _milfSlave.slaveName giggles, hugging her from behind. She cups one of the tourist's breasts, and snakes her other hand down the front of her pants. "Here!?" the tourist gasps, staring straight at you and blushing even harder. You tell her that that's how you do things in the Free Cities: enjoying a slave is nothing to be ashamed of. She looks doubtful, but she doesn't try to escape from _milfSlave.slaveName's roving hands, either. Your presence continues to bother her until _milfSlave.slaveName distracts her by getting her to cuddle on the couch and make out, providing enough of a distraction that she gets over her inhibitions and orgasms rather immodestly.
+	fuck me. It'll be fun!" The tourist turns to stare at _him2, and _he2 offers just the right kind of plaintive expression. "O-okay," the tourist says in a tiny voice, and _milfSlave.slaveName giggles, hugging _him2 from behind. $He cups one of the tourist's breasts, and snakes $his other hand down the front of _his2 pants. "Here!?" the tourist gasps, staring straight at you and blushing even harder. You tell _him2 that that's how you do things in the Free Cities: enjoying a slave is nothing to be ashamed of. _He2 looks doubtful, but _he2 doesn't try to escape from _milfSlave.slaveName's roving hands, either. Your presence continues to bother _him2 until _milfSlave.slaveName distracts _him2 by getting _him2 to cuddle on the couch and make out, providing enough of a distraction that _he2 gets over _his2 inhibitions and orgasms rather immodestly.
 	<br><br>
-	You offer her some liquid courage as she recovers, but she's rapidly getting over her hesitation. As the alcohol suffuses her, she starts stealing glances at _milfSlave.slaveName, who for her part is being as seductive as humanly possible. Finally, the tourist mouths 'fuck it' silently, reaches over, and openly gropes the slave's ass. _milfSlave.slaveName giggles and shifts lewdly, ensuring that the tourist's hand makes a thorough tour of everything the slave has. The tourist tentatively sinks a couple of fingers into _milfSlave.slaveName, and the slave shamelessly slides herself onto the invading digits, begging to be fucked. You make a party of it, with the various slaves who come and go over the course of the evening treated to the sight of _milfSlave.slaveName getting fucked by the tourist. She drunkenly promises you to @@.green;tell all her friends@@ how awesome your arcology is at one point, though she has to take her mouth off one of _milfSlave.slaveName's nipples to do so.
+	You offer _him2 some liquid courage as _he2 recovers, but _he2's rapidly getting over _his2 hesitation. As the alcohol suffuses _him2, _he2 starts stealing glances at _milfSlave.slaveName, who for $his part is being as seductive as humanly possible. Finally, the tourist mouths 'fuck it' silently, reaches over, and openly gropes the slave's ass. _milfSlave.slaveName giggles and shifts lewdly, ensuring that the tourist's hand makes a thorough tour of everything the slave has. The tourist tentatively sinks a couple of fingers into _milfSlave.slaveName, and the slave shamelessly slides herself onto the invading digits, begging to be fucked. You make a party of it, with the various slaves who come and go over the course of the evening treated to the sight of _milfSlave.slaveName getting fucked by the tourist. _He2 drunkenly promises you to @@.green;tell all _his2 friends@@ how awesome your arcology is at one point, though _he2 has to take _his2 mouth off one of _milfSlave.slaveName's nipples to do so.
 	<<set $slaves[_milfed].trust += 4, $slaves[_milfed].oralCount += 3, $slaves[_milfed].analCount += 3>>
 	<<set $oralTotal += 3, $analTotal += 3>>
 	<<set $rep += 100>>
@@ -107,17 +111,18 @@
 	<<set $trinkets.push($desc)>>
 	<</replace>>
 <</link>>
-<br><<link "Encourage her to enjoy the slave with your compliments">>
+<br><<link "Encourage _him2 to enjoy the slave with your compliments">>
 	<<replace "#result">>
-	You have _milfSlave.slaveName bring the tourist up to meet you, and exchange some minor pleasantries. You tell her that if she really wants to experience Free Cities life, though, she really should enjoy _milfSlave.slaveName, pointing at the slave hovering behind her. She blushes furiously, but before she can stammer a refusal, the slave whispers something into her ear. "I'm, um, not really a lesbian," the tourist responds hesitantly.
+	<<setSpokenLocalPronouns _milfSlave $activeSlave>>
+	You have _milfSlave.slaveName bring the tourist up to meet you, and exchange some minor pleasantries. You tell _him2 that if _he2 really wants to experience Free Cities life, though, _he2 really should enjoy _milfSlave.slaveName, pointing at the slave hovering behind _him2. _He2 blushes furiously, but before _he2 can stammer a refusal, the slave whispers something into _his2 ear. "I'm, um, not really a lesbian," the tourist responds hesitantly.
 	<<if _milfSlave.dick > 0>>
-		"You don't have to be," _milfSlave.slaveName purrs. "I have a cock." She slides in, just close enough to prove it. "Plea<<s>>e,
+		"You don't have to be," _milfSlave.slaveName purrs. "I have a cock." $He slides in, just close enough to prove it. "Plea<<s>>e,
 	<<else>>
 		"Having <<s>>e<<x>> with <<s>>lave<<s>> doe<<s>> not make you a le<<s>>bian," _milfSlave.slaveName purrs. "It'<<s>> different here. Plea<<s>>e,
 	<</if>>
-	give me a try." The tourist turns to stare at her, and she offers just the right kind of plaintive expression. "O-okay," the tourist says in a tiny voice, and _milfSlave.slaveName giggles, hugging her from behind. She takes the tourist's hand, and they leave your office together.
+	give me a try." The tourist turns to stare at $him, and _he2 offers just the right kind of plaintive expression. "O-okay," the tourist says in a tiny voice, and _milfSlave.slaveName giggles, hugging _him2 from behind. $He takes the tourist's hand, and they leave your office together.
 	<br><br>
-	"<<Master>>," she reports the next time you see her, "that touri<<s>>t was really nice. Al<<s>>o, I got her to have <<s>>e<<x>> with me, after all. <<Sh>>e was going to take me back to her hotel but I got her to do me on the way. <<Sh>>e wa<<s>> all he<<s>>itant and blu<<sh>>y about doing it in public, but <<sh>>e got better after the fir<<s>>t time I ate her out." She looks pleased with herself. "I bet <<sh>>e @@.green;tell<<s>> all her friend<<s>>@@ back home how much fun it i<<s>> here."
+	"<<Master>>," $he reports the next time you see $him, "that touri<<s>>t was really nice. Al<<s>>o, I got _him2 to have <<s>>e<<x>> with me, after all. <<He 2>> was going to take me back to <<his 2>> hotel but I got _him2 to do me on the way. <<He 2>> wa<<s>> all he<<s>>itant and blu<<sh>>y about doing it in public, but <<he 2>> got better after the fir<<s>>t time I ate _him2 out." $He looks pleased with $himself. "I bet <<he 2>> @@.green;tell<<s>> all <<his 2>> friend<<s>>@@ back home how much fun it i<<s>> here."
 	<<set $slaves[_milfed].trust += 4, $slaves[_milfed].oralCount++>>
 	<<set $oralTotal++>>
 	<<set $rep += 100>>
@@ -126,15 +131,15 @@
 	<</replace>>
 <</link>>
 <<if $cash > 20000>>
-<br><<link "Enslave her">>
+<br><<link "Enslave _him2">>
 	<<replace "#result">>
-	When your new slave comes to, her weight is hanging from her wrists, bound over her head. She's not exactly thin, making the position uncomfortable for her arms, so she groggily stands, finding herself in a pool of light in the middle of a cell. She's nursing a tremendous hangover, and though she does not realize it, she's drugged. You're present, though not visible, witnessing her first conscious moment of slavery from your desk. Realization is slow. She's no innocent, so she recognizes the sensations of waking up the morning after a night of drinking interspersed with vigorous vaginal, oral and anal intercourse, but she does not remember the specifics. After a few minutes, she understands that no one is coming, and speaks up hesitantly: "Is anyone there?" Getting no immediate answer, she slumps against her wrist restraints again, and begins to cry to herself. "W-why would a-anyone do this."
+	When your new slave comes to, _his2 weight is hanging from _his2 wrists, bound over _his2 head. _He2's not exactly thin, making the position uncomfortable for _his2 arms, so _he2 groggily stands, finding _himself2 in a pool of light in the middle of a cell. _He2's nursing a tremendous hangover, and though _he2 does not realize it, _he2's drugged. You're present, though not visible, witnessing _his2 first conscious moment of slavery from your desk. Realization is slow. _He2's no innocent, so _he2 recognizes the sensations of waking up the morning after a night of drinking interspersed with vigorous vaginal, oral and anal intercourse, but _he2 does not remember the specifics. After a few minutes, _he2 understands that no one is coming, and speaks up hesitantly: "Is anyone there?" Getting no immediate answer, _he2 slumps against _his2 wrist restraints again, and begins to cry to _himself2. "W-why would a-anyone do this."
 	<br>
 	<<set $cash -= 20000>>
 	<<include "New Slave Intro">>
 	<<set $activeSlave.recruiter = 0>>
 	<</replace>>
-<</link>> //This will require an unprofitable <<print cashFormat(20000)>>, since she is wealthy and obfuscating her fate will require considerable spending//
-<<else>>//You cannot afford the <<print cashFormat(20000)>> enslaving her would require, since she is wealthy and obfuscating her fate would necessitate considerable spending//
+<</link>> //This will require an unprofitable <<print cashFormat(20000)>>, since _he2 is wealthy and obfuscating _his2 fate will require considerable spending//
+<<else>>//You cannot afford the <<print cashFormat(20000)>> enslaving _him2 would require, since _he2 is wealthy and obfuscating _his2 fate would necessitate considerable spending//
 <</if>>
 </span>
\ No newline at end of file
diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw
index 4933a82b02e97fd0690ba9e0069b64dc9c583e60..6ba7b5841f8dfbd956dcb1a1b40f08b13f5a814b 100644
--- a/src/uncategorized/reNickname.tw
+++ b/src/uncategorized/reNickname.tw
@@ -363,6 +363,8 @@
 		<<set $nickname = either("'Croat'", "'Croatian'", "'Tito'", "'Zagreb'")>>
 	<<case "Cuban">>
 		<<set $nickname = either("'Blockade'", "'Castro'", "'Cigars'", "'Commie'", "'Cuban'", "'Guantanamo'", "'Havana'", "'Scarface'")>>
+	<<case "Curaçaoan">>
+		<<set $nickname = either("'Antillean'", "'Arawak'", "'Caquetio'", "'Curaçaoan'", "'Divi-Divi'", "'Djucu'", "'Happy Field'", "'Healer'", "'Heart'", "'Mirage'", "'Papiamento'", "'Sint Michiel'", "'Stew Cat'", "'Willemstad'")>>
 	<<case "Cypriot">>
 		<<set $nickname = either("'Atilla'", "'Cyprian'", "'Cypriot'", "'Enosis'", "'Nicosia'")>>
 	<<case "Czech">>
@@ -723,7 +725,7 @@
 	<<set $notApplyDesc = "may feel some gratitude due to your preference that $he not be defined by $his ethnicity, but this is counterbalanced by the increased independence your kindness inspires.">>
 
 <<case "latina">>
-	<<set $nickname = either("'Adorada'", "'Banana Republic'", "'Brown'", "'Cafe'", "'Chica'", "'Chiquita'", "'Chola'", "'Cuzinho'", "'Facil'", "'Hispanic'", "'Latin'", "'Latina'", "'Mestiza'", "'Mexicali'", "'One Peso'", "'Rio Grande'", "'Senora'", "'Senorita'", "'Shakira'", "'South of the Border'", "'Spic'", "'Spicy'", "'Wetback'", "'Yeyo'")>>
+	<<set $nickname = either("'Adorada'", "'Banana Republic'", "'Brown'", "'Café'", "'Chica'", "'Chiquita'", "'Chola'", "'Cuzinho'", "'Facil'", "'Hispanic'", "'Latin'", "'Latina'", "'Mestiza'", "'Mexicali'", "'One Peso'", "'Rio Grande'", "'Senora'", "'Senorita'", "'Shakira'", "'South of the Border'", "'Spic'", "'Spicy'", "'Wetback'", "'Yeyo'")>>
 	<<set $situationDesc = "is latina, which is not uncommon given the poor state of many Central and South American countries and the long diaspora of poor natives of those areas. Slaves casually reference race as much or more than free citizens. They absorb the racial peccadilloes of their owners, and many of them bring prejudices from the old world into their slave lives.">>
 	<<set $applyDesc = "now has a constant reminder that as a sex slave $he is judged on $his appearance first.">>
 	<<set $notApplyDesc = "may feel some gratitude due to your preference that $he not be defined by $his ethnicity, but this is counterbalanced by the increased independence your kindness inspires.">>
@@ -787,7 +789,7 @@
 	<<set $situationDesc = "has a trim form: $his assets are quite modest. The slave society of the Free Cities tends to follow average male desires, which is to say that many slaves find themselves augmented to very large proportions. It's natural that slaves required to carry such burdens should resent $him.">>
 	<<set $applyDesc = "is prouder of $his lithe form that $he was before, and is a little relieved at the added evidence that you don't plan to give $him major implants any time soon.">>
 	<<set $notApplyDesc = "realizes that $his form isn't necessarily due to some master plan and that you may see fit to change it; $he begins to regard the remote surgery with apprehension.">>
-	
+
 <<case "flat">>
 	<<set $nickname = either("'A-Cup'", "'DFC'", "'Flat'", "'Flatty'", "'Ironing Board'", "'Itty Bitty'", "'Mosquito Bites'", "'Pettanko'", "'Plank'", "'Undersized'")>>
 	<<set $situationDesc = "has barely any breasts to speak of, $he is completely flat. The slave society of the Free Cities tends to follow average male desires, which is to say that many slaves find themselves carrying comically oversized breasts. It's natural that slaves required to carry such burdens should resent $him.">>
@@ -841,7 +843,7 @@
 	<<set $situationDesc = "is carrying a little extra weight. The cruelty of life as a slave increases your property's willingness to do cruelty where they can get away with it - what is passed to them, they pass to others - so $he finds $himself mocked for $his size.">>
 	<<set $applyDesc = "knows that being fat makes $him less valuable on the market, but $he begins to accept that $he's going to have to put up with being chubby for now.">>
 	<<set $notApplyDesc = "believes that this means $he's going to have to lose weight soon, causing $him some trepidation.">>
-	
+
 <<case "fat">>
 	<<set $nickname = either("'Baluga'", "'Bed Breaker'", "'Blimp'", "'Bloated'", "'Buffet Closer'", "'Cow'", "'Double Wide'", "'Fat'", "'Fatass'", "'Fatso'", "'Fatty'", "'Feedee'", "'Hambeast'", "'Jabba'", "'Jiggles'", "'Jiggly'", "'Jumbo'", "'Lap Crusher'", "'Lardy'", "'Piggy'", "'Roller'", "'Scale Breaker'", "'Smothers'", "'SSBBW'", "'Thud'", "'Whale'")>>
 	<<set $situationDesc = "is carrying a lot of extra weight. The cruelty of life as a slave increases your property's willingness to do cruelty where they can get away with it - what is passed to them, they pass to others - so $he finds $himself mocked for $his size.">>
@@ -859,7 +861,7 @@
 	<<set $situationDesc = "loves it up the butt, and $his tastes in sex are hard to miss. $He's a sex slave and takes it however it's given, but honest enjoyment is hard to fake and it's pretty obvious how much fun $he has when $he's bent over and buttfucked. $His typical come-on is to bend over, reach around to spread $his buttocks, and wink $his anus by alternately clenching and relaxing $his sphincter.">>
 	<<set $applyDesc = "knows that whatever the rest of $his slave life holds, it will involve $his slave rectum holding a lot of dick.">>
 	<<set $notApplyDesc = "understands that $he'll have to take what buttsex $he can get.">>
-	
+
 <<case "butt toy">>
 	<<set $nickname = either("'Assplay'", "'Back Door'", "'Butt Toy'", "'Butthole'", "'Hotdog'", "'Reach Around'", "'Rim Job'", "'Spanky'", "'Sphincter'", "'Stinky Pinky'", "'Tossed Salad'")>>
 	<<set $situationDesc = "loves it when attention is lavished on $his butt, even though $he has never done anal. $He's a sex slave and takes it however it's given, but honest enjoyment is hard to fake and it's pretty obvious how much fun $he has when a client is roughly groping $his rear. $His typical come-on is to 'accidentally' find $his client's dick hotdogged betwixt $his cheeks.">>
@@ -1039,7 +1041,7 @@
 	<<set $situationDesc = "is a Broodmother. $His belly is enormous, unavoidable evidence that $his life has been dedicated to carrying children. $His taut belly is stuffed with $his brood and barely gets smaller with every child born from $him.">>
 	<<set $applyDesc = "takes a bit of solace from $his new hope in $his nickname that $he will be kept in good shape and not have to worry about $his pregnancy draining $him, but also a bit of fear from $his suspicion that $he'll remain this way until $he's out of eggs.">>
 	<<set $notApplyDesc = "understands that $he is expected to obey, work, and fuck just like any of your other slaves, regardless of how big $his pregnancy is.">>
-	
+
 <<case "hyperbroodmother">>
 	<<set $nickname = either("'Baby Factory'", "'Broodmother'", "'Bursting'", "'Factory'", "'Hyperbroodmother'", "'Naedoko'", "'Nursery'", "'Seedbed'", "'Seeded'", "'Tentacle Raped'")>>
 	<<set $situationDesc = "is a Broodmother. $His belly is enormous, unavoidable evidence that $his life has been dedicated to carrying children. $His taut belly constantly bulges and squirms from $his brood writhing within $him and it is a very real possibility that $he may pop.">>
@@ -1163,16 +1165,16 @@
 
 <<case "deaf">>
 	<<set $nickname = either("'Adder'", "'Cochlear'", "'Deaf'", "'Deaf Ears'", "'Deafened'", "'Decibel'", "'Ear Plugs'", "'Earless'", "'Hearing Aid'", "'Hearing Impaired'", "'Lip Reader'", "'Post'", "'Sign Language'", "'Stone Deaf'", "'Tinnitus'", "'Unhearing'")>>
-	<<set $situationDesc = "is deaf. $He is on constant alert for the commands and orders $he can not hear, and is at the mercy of everyone.">>
+	<<set $situationDesc = "is deaf. $He is on constant alert for the commands and orders $he cannot hear, and is at the mercy of everyone.">>
 	<<set $applyDesc = "accepts that $his disability defines $him. $He takes pride in knowing that $he's being insulted on the fact that $he can't hear any insults.">>
 	<<set $notApplyDesc = "understands that $he is expected to obey, work, and fuck just like any of your other slaves, regardless of $his hearing.">>
-	
+
 <<case "mute">>
 	<<set $nickname = either("'Aphonic'", "'Dumb'", "'Gagged'", "'Mute'", "'Mutie'", "'Quiet'", "'Sign Language'", "'Silent'", "'Soundless'", "'Speechless'", "'Tight-Lipped'", "'Tongueless'", "'Voiceless'", "'Wordless'")>>
 	<<set $situationDesc = "is mute. $He poorly attempts to communicate with often panicky gesturing, and is at the mercy of everyone.">>
 	<<set $applyDesc = "accepts that $his disability defines $him. $He gestures with much less panic, now that $his communication problems are common knowledge.">>
 	<<set $notApplyDesc = "understands that $he is expected to obey, work, and fuck just like any of your other slaves, regardless of $his voice.">>
-	
+
 <<case "preg">>
 	<<set $nickname = either("'Breeder'", "'Breeding Bitch'", "'Breeding Cow'", "'Breeding Mare'", "'Breeding Sow'", "'Breeding Stock'", "'Broodmother'", "'Fertile'", "'Mare'", "'Mommy'", "'Mother'", "'Ninpuchan'", "'Preg'", "'Preggers'")>>
 	<<set $situationDesc = "is a breeding slave. $His belly seems to grow daily, unavoidable evidence that $he's pregnant. Most men prefer slaves without pregnant stomachs, but those that enjoy them adore $him. $He occupies a strange place in slave culture, desired and abhorred, hopeful and fearful.">>
diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw
index 0d95d604f02e4c73d5aa75cc04c39e8691de4a2f..2ac1736b8bba2f2348ce2b59c87cbef16a5dea4b 100644
--- a/src/uncategorized/reRecruit.tw
+++ b/src/uncategorized/reRecruit.tw
@@ -2240,7 +2240,7 @@ As a minor point of information on your daily news download, you see that yet an
 <br><br>
 Wondering what sorts of strange paraphernalia or weird sex toys the grifter might have kept himself amused with, you casually select the feed of one of the surveillance cameras that overlooks the area. And indeed, the contents of many boxes being carried out of there do have a certain perverted look to them, prompting you to zoom in - which is when a pretty, young and almost naked <<if ($activeSlave.actualAge >= 18)>>woman<<elseif ($activeSlave.actualAge >= 13)>>girl<<else>>little girl<</if>> walks through the image, escorted by two repo men. Immediately directing the camera to follow $him, you see that they scan and log $him like any of the other items in the household liquidation - $he must have been the cult leader's personal slave. $He certainly has a unique look, waking your interest enough to check the slave markets for $him - and indeed, half an hour later $he's being listed as for sale.
 <br><br>
-The <<if ($activeSlave.actualAge >= 18)>>young woman<<else>>girl<</if>> is best described as being 'angelic', in a stereotypical Western view of the mythical divine messengers. Blond-haired, blue eyed and with milky-white skin, $he has had a pair of beautifully detailed wings tattooed on $his back. The small icon of two cherries next to one another also designates $him to be a complete virgin. 
+The <<if ($activeSlave.actualAge >= 18)>>young woman<<else>>girl<</if>> is best described as being 'angelic', in a stereotypical Western view of the mythical divine messengers. Blonde-haired, blue-eyed, and with milky-white skin, $he has had a pair of beautifully detailed wings tattooed on $his back. The small icon of two cherries next to one another also designates $him to be a complete virgin. 
 <br><br>
 // Someone already started bidding for $him and more bids are coming in fast. As such things usually go, you guess that the price will come out to about <<print cashFormat(5000)>> in the end.//
 
@@ -2443,11 +2443,11 @@ has been has been receiving frequent prenatal check ups
 	for the multiples crowding $his womb.
 <</if>>
 Judging by $his payment plan, the worrisome mother is driving $himself into a steep debt and doesn't even realize it. You could easily buy $him out and make a tidy profit off $his likely to be valuable child<<if $seeHyperPreg == 1>>ren<</if>>, or keep them for yourself, if you wanted.
-	
+
 <<case "rogue cyborg">>
 
 While digging through the highest security and clearance level database of a powerful old government for anything of value, you discover the existence of a ultra top secret project to develop the most powerful and effective child cyborg ever created. The entire notion is absurd, but it seems they succeeded in creating something. During field testing it was discovered that it retained far too much humanity, resulting in the death of its handler. Unsure of what to do with the project, it has been placed on ice in the bowels of a black site. With a few simple commands, you could release it and order it to your arcology.
-	
+
 <<case "blessed virgin">>
 
 As a minor point of information on your daily news download, you see that yet another of the new religions (cults really) that tend to spring up like weeds in the Free Cities has met its almost inevitable fate. Even with the most charismatic leader, starry-eyed idealism or boundless greed in milking the followers usually put a sudden end to the various self-declared churches, temples and holy places. In this case, the cult leader successfully made a hasty getaway, leaving his creditors and conned believers behind. Repo men are sent out in force, carting off the contents of the 'house of worship' and the luxurious apartment the man kept.
diff --git a/src/uncategorized/reRelativeRecruiter.tw b/src/uncategorized/reRelativeRecruiter.tw
index 4a8d7d7044efb1c5b9bdbe9ae24856d4ffda4b0c..201c26befa073cca417a852cae79ab3cd10ec093 100644
--- a/src/uncategorized/reRelativeRecruiter.tw
+++ b/src/uncategorized/reRelativeRecruiter.tw
@@ -9,11 +9,11 @@
 
 /* 000-250-006 */
 <<if $seeImages == 1>>
-<<if $imageChoice == 1>>
-	<div class="imageRef lrgVector"><<SlaveArt $eventSlave 2 0>></div>
-<<else>>
-	<div class="imageRef lrgRender"><<SlaveArt $eventSlave 2 0>></div>
-<</if>>
+	<<if $imageChoice == 1>>
+		<div class="imageRef lrgVector"><<SlaveArt $eventSlave 2 0>></div>
+	<<else>>
+		<div class="imageRef lrgRender"><<SlaveArt $eventSlave 2 0>></div>
+	<</if>>
 <</if>>
 /* 000-250-006 */
 
@@ -22,6 +22,7 @@
 <</if>>
 
 <<run Enunciate($eventSlave)>>
+<<setLocalPronouns $eventSlave>>
 
 <<set _recruitedType = []>>
 <<if $eventSlave.mother == 0 && $activeSlave.actualAge < 24 && $seeDicks != 100>>
@@ -77,7 +78,7 @@
 <</if>>
 <<if _recruitedType.length == 0>>
 	<<set $eventSlave.canRecruit = 0>>
-	$eventSlave.slaveName requests an interview with you. However, she ends up withdrawing her request. It would seem whatever she wanted to tell you is no longer relevant.
+	$eventSlave.slaveName requests an interview with you. However, $he ends up withdrawing $his request. It would seem whatever $he wanted to tell you is no longer relevant.
 
 <<else>> /* this else covers the remainder of the extended family mode variant (search for vanilla to find closing tag) */
 
@@ -125,7 +126,7 @@
 		<<ResyncHeight $activeSlave>>
 	<</if>>
 	<<if $activeSlave.nipples == "fuckable">>
-		<<set $activeSlave.nipples = either("cute", "puffy", "inverted", "partially inverted")>>
+		<<set $activeSlave.nipples = either("cute", "inverted", "partially inverted", "puffy")>>
 	<</if>>
 	<<set $activeSlave.preg = 0>>
 	<<set $activeSlave.pregType = 0>>
@@ -134,93 +135,6 @@
 	<<set WombFlush($activeSlave)>>
 	<<run SetBellySize($activeSlave)>>
 
-	$eventSlave.slaveName requests an interview with you. She's a devoted slave, and you grant it, and are happy you did when you see the troubled expression on her face. She explains<<if !canTalk($eventSlave)>> with desperate gestures<</if>> that
-	<<switch _relationType>>
-	<<case "daughter">>
-		she had a daughter, who was sent to the slave orphanages. She's heard a rumor through other slaves that her daughter will go up for sale soon.
-	<<case "son">>
-		she had a son, who was sent to the slave orphanages. She's heard a rumor through other slaves that her son will go up for sale soon.
-	<<case "mother">>
-		her mother might be getting sold soon. She has been a slave for some time. She's heard a rumor through other slaves that her mother will go up for sale soon.
-	<<case "father">>
-		her father might be getting sold soon. She has been a slave for some time. She's heard a rumor through other slaves that her father will go up for sale soon.
-	<<case "older sister">>
-		her older sister is being sold. She was likely to be enslaved the last $eventSlave.slaveName knew of her, and now she's heard a rumor through other slaves that her big sister is going to be sold to a new owner.
-	<<case "older brother">>
-		her older brother is being sold. He was likely to be enslaved the last $eventSlave.slaveName knew of him. She's heard a rumor through other slaves that her big brother is going to be sold to a new owner.
-	<<case "younger sister">>
-		her younger sister is being sold. She was likely to be enslaved the last $eventSlave.slaveName knew of her, and now she's heard a rumor through other slaves that her little sister is going to be sold to a new owner.
-	<<case "younger brother">>
-		her younger brother is being sold. He was likely to be enslaved the last $eventSlave.slaveName knew of him. She's heard a rumor through other slaves that her little brother is going to be sold to a new owner.
-	<<default>>
-		she has a twin sister, who was still free the last $eventSlave.slaveName knew of her. She's heard a rumor through other slaves that her twin has finally been enslaved, and will soon go up for sale.
-	<</switch>>
-
-<<if !canTalk($eventSlave)>>She urgently gestures for permission to write. It's unusual, but she seems quite serious, so you grant it. She writes,<</if>>
-"You've been <<s>>o good to me, <<Master>>. I'm <<s>>ure <<sh>>e look<<s>> like I did when you bought me. Plea<<s>>e, <<Master>>, will you buy her like you bought me? I'm afraid <<sh>>e'll go to a cruel Ma<<s>>ter." She bites her lip. "And, <<Master>>, I'm <<s>>ure <<sh>>e'd learn to love
-<<if $eventSlave.fetish == "cumslut">>
-	the ta<<s>>te of your cum
-<<elseif $eventSlave.fetish == "submissive">>
-	<<s>>ubmi<<ss>>ion
-<<elseif $eventSlave.fetish == "humiliation">>
-	being treated like a dirty <<s>>lut
-<<elseif $eventSlave.fetish == "buttslut">>
-	the feeling of your cock in her butt
-<<elseif $eventSlave.fetish == "sadist">>
-	hurting your other <<s>>lave<<s>>
-<<elseif $eventSlave.fetish == "pregnancy" && _relationType != "father" && _relationType != "son" && _relationType != "older brother" && _relationType != "younger brother">>
-	being pregnant
-<<elseif $eventSlave.fetish == "masochist">>
-	being beaten
-<<elseif $eventSlave.fetish == "dom">>
-	fucking your other <<s>>lave<<s>>
-<<elseif $eventSlave.energy > 95>>
-	being a good nympho slut
-<<elseif $eventSlave.addict > 2>>
-	being a druggie whore
-<<elseif $eventSlave.birthsTotal > 3 && _relationType != "father" && _relationType != "son" && _relationType != "older brother" && _relationType != "younger brother">>
-	bearing children
-<<elseif $eventSlave.bellyPreg >= 50 && $eventSlave.pregKnown == 1 && _relationType != "father" && _relationType != "son" && _relationType != "older brother" && _relationType != "younger brother">>
-	<<s>>welling with life
-<<elseif $eventSlave.anus > 2>>
-	getting her butt <<s>>tretched out
-<<elseif $eventSlave.boobsImplant > 20>>
-	getting turned into a bimbo <<s>>lut
-<<else>>
-	the feeling of your cock in her
-<</if>>
-a<<s>> much a<<s>> I do.
-<<if $eventSlave.fetish == "cumslut">>
-	We could blow you at the <<s>>ame time, <<Master>>! And <<sh>>are cum!"
-<<elseif $eventSlave.fetish == "submissive">>
-	You could u<<s>>e u<<s>> together, <<Master>>!"
-<<elseif $eventSlave.fetish == "humiliation">>
-	You could make u<<s>> fuck each other in public, <<Master>>!"
-<<elseif $eventSlave.fetish == "buttslut">>
-	You could fuck our butt<<s>> right next to each other, <<Master>>!"
-<<elseif $eventSlave.fetish == "pregnancy" && _relationType != "father" && _relationType != "son" && _relationType != "older brother" && _relationType != "younger brother">>
-	You could knock u<<s>> up next to each other, <<Master>>!"
-<<elseif $eventSlave.fetish == "sadist">>
-	I'm <<s>>ure <<sh>>e'd love to help me, <<Master>>!"
-<<elseif $eventSlave.fetish == "masochist">>
-	You could whip u<<s>> both, <<Master>>!"
-<<elseif $eventSlave.fetish == "dom">>
-	I'm <<s>>ure <<sh>>e'd love to help me u<<s>>e other <<s>>lave<<s>>, <<Master>>!"
-<<elseif $eventSlave.energy > 95>>
-	I'm <<s>>ure <<sh>>e'd love to have three<<s>>ome<<s>>, <<Master>>!"
-<<elseif $eventSlave.birthsTotal > 3 && _relationType != "father" && _relationType != "son" && _relationType != "older brother" && _relationType != "younger brother">>
-	<<if $PC.dick == 1>>
-		We could compete over who carried more of your children, <<Master>>!
-	<<else>>
-		We could compete over who carried more children for you, <<Master>>!
-	<</if>>
-<<elseif $eventSlave.bellyPreg >= 50 && $eventSlave.pregKnown == 1 && _relationType != "father" && _relationType != "son" && _relationType != "older brother" && _relationType != "younger brother">>
-	You could compare how big our bellie<<s>> are next to each other, <<Master>>!
-<<else>>
-	You could fuck u<<s>> together, <<Master>>!"
-<</if>>
-She waits anxiously for your decision.
-
 /*<<set _relativeSeed = random(1,100)>> To be used if additional variants are added. Since there currently is one each, checking a seed for a 100% chance is pointless. */
 
 <<switch _relationType>>
@@ -553,9 +467,9 @@ She waits anxiously for your decision.
 <<set $activeSlave.assignmentVisible = 1>>
 <<set $activeSlave.choosesOwnAssignment = 0>>
 <<set $activeSlave.fetishStrength = random(0,90)>>
-<<set $activeSlave.fetish = either("none", "none", "none", "none", "none", "none", "submissive", "cumslut", "humiliation", "buttslut", "boobs","pregnancy")>>
-<<set $activeSlave.sexualFlaw = either("none", "none", "none", "none", "hates oral", "hates anal", "hates penetration")>>
-<<set $activeSlave.behavioralFlaw = either("none", "none", "none", "arrogant", "bitchy", "odd", "anorexic", "hates men", "hates women", "hates women")>>
+<<set $activeSlave.fetish = either("boobs", "buttslut", "cumslut", "humiliation", "none", "none", "none", "none", "none", "none", "pregnancy", "submissive")>>
+<<set $activeSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration", "none", "none", "none", "none")>>
+<<set $activeSlave.behavioralFlaw = either("anorexic", "arrogant", "bitchy", "hates men", "hates women", "hates women", "none", "none", "none", "odd")>>
 <<set $activeSlave.weekAcquired = $week>>
 <<set $activeSlave.rudeTitle = 0>>
 <<set $activeSlave.ageAdjust = 0>>
@@ -589,32 +503,122 @@ She waits anxiously for your decision.
 
 <<set $activeSlave.ID = $newRelativeRecruitID++>>
 
+<<setLocalPronouns $activeSlave 2>>
+<<setSpokenLocalPronouns $eventSlave $activeSlave>>
+
+	$eventSlave.slaveName requests an interview with you. $He's a devoted slave, and you grant it, and are happy you did when you see the troubled expression on $his face. $He explains<<if !canTalk($eventSlave)>> with desperate gestures<</if>> that
+	<<switch _relationType>>
+	<<case "daughter">>
+		$he had a daughter, who was sent to the slave orphanages. $He's heard a rumor through other slaves that $his daughter will go up for sale soon.
+	<<case "son">>
+		$he had a son, who was sent to the slave orphanages. $He's heard a rumor through other slaves that $his son will go up for sale soon.
+	<<case "mother">>
+		$his mother might be getting sold soon. _He2 has been a slave for some time. $He's heard a rumor through other slaves that $his mother will go up for sale soon.
+	<<case "father">>
+		$his father might be getting sold soon. _He2 has been a slave for some time. $He's heard a rumor through other slaves that $his father will go up for sale soon.
+	<<case "older sister">>
+		$his older sister is being sold. _He2 was likely to be enslaved the last $eventSlave.slaveName knew of _him2, and now $he's heard a rumor through other slaves that $his big sister is going to be sold to a new owner.
+	<<case "older brother">>
+		$his older brother is being sold. _He2 was likely to be enslaved the last $eventSlave.slaveName knew of _him2. $He's heard a rumor through other slaves that $his big brother is going to be sold to a new owner.
+	<<case "younger sister">>
+		$his younger sister is being sold. _He2 was likely to be enslaved the last $eventSlave.slaveName knew of _him2, and now $he's heard a rumor through other slaves that $his little sister is going to be sold to a new owner.
+	<<case "younger brother">>
+		$his younger brother is being sold. _He2 was likely to be enslaved the last $eventSlave.slaveName knew of _him2. $He's heard a rumor through other slaves that $his little brother is going to be sold to a new owner.
+	<<default>>
+		$he has a twin sister, who was still free the last $eventSlave.slaveName knew of _him2. $He's heard a rumor through other slaves that $his twin has finally been enslaved, and will soon go up for sale.
+	<</switch>>
+
+<<if !canTalk($eventSlave)>>$He urgently gestures for permission to write. It's unusual, but $he seems quite serious, so you grant it. $He writes,<</if>>
+"You've been <<s>>o good to me, <<Master>>. I'm <<s>>ure <<he 2>> look<<s>> like I did when you bought me. Plea<<s>>e, <<Master>>, will you buy _him2 like you bought me? I'm afraid <<he 2>>'ll go to a cruel Ma<<s>>ter." $He bites $his lip. "And, <<Master>>, I'm <<s>>ure <<he 2>>'d learn to love
+<<if $eventSlave.fetish == "cumslut">>
+	the ta<<s>>te of your cum
+<<elseif $eventSlave.fetish == "submissive">>
+	<<s>>ubmi<<ss>>ion
+<<elseif $eventSlave.fetish == "humiliation">>
+	being treated like a dirty <<s>>lut
+<<elseif $eventSlave.fetish == "buttslut">>
+	the feeling of your cock in <<his 2>> butt
+<<elseif $eventSlave.fetish == "sadist">>
+	hurting your other <<s>>lave<<s>>
+<<elseif $eventSlave.fetish == "pregnancy" && _relationType != "father" && _relationType != "son" && _relationType != "older brother" && _relationType != "younger brother">>
+	being pregnant
+<<elseif $eventSlave.fetish == "masochist">>
+	being beaten
+<<elseif $eventSlave.fetish == "dom">>
+	fucking your other <<s>>lave<<s>>
+<<elseif $eventSlave.energy > 95>>
+	being a good nympho slut
+<<elseif $eventSlave.addict > 2>>
+	being a druggie whore
+<<elseif $eventSlave.birthsTotal > 3 && _relationType != "father" && _relationType != "son" && _relationType != "older brother" && _relationType != "younger brother">>
+	bearing children
+<<elseif $eventSlave.bellyPreg >= 50 && $eventSlave.pregKnown == 1 && _relationType != "father" && _relationType != "son" && _relationType != "older brother" && _relationType != "younger brother">>
+	<<s>>welling with life
+<<elseif $eventSlave.anus > 2>>
+	getting <<his 2>> butt <<s>>tretched out
+<<elseif $eventSlave.boobsImplant > 20>>
+	getting turned into a bimbo <<s>>lut
+<<else>>
+	the feeling of your cock in _him2
+<</if>>
+a<<s>> much a<<s>> I do.
+<<if $eventSlave.fetish == "cumslut">>
+	We could blow you at the <<s>>ame time, <<Master>>! And <<sh>>are cum!"
+<<elseif $eventSlave.fetish == "submissive">>
+	You could u<<s>>e u<<s>> together, <<Master>>!"
+<<elseif $eventSlave.fetish == "humiliation">>
+	You could make u<<s>> fuck each other in public, <<Master>>!"
+<<elseif $eventSlave.fetish == "buttslut">>
+	You could fuck our butt<<s>> right next to each other, <<Master>>!"
+<<elseif $eventSlave.fetish == "pregnancy" && _relationType != "father" && _relationType != "son" && _relationType != "older brother" && _relationType != "younger brother">>
+	You could knock u<<s>> up next to each other, <<Master>>!"
+<<elseif $eventSlave.fetish == "sadist">>
+	I'm <<s>>ure <<he 2>>'d love to help me, <<Master>>!"
+<<elseif $eventSlave.fetish == "masochist">>
+	You could whip u<<s>> both, <<Master>>!"
+<<elseif $eventSlave.fetish == "dom">>
+	I'm <<s>>ure <<he 2>>'d love to help me u<<s>>e other <<s>>lave<<s>>, <<Master>>!"
+<<elseif $eventSlave.energy > 95>>
+	I'm <<s>>ure <<he 2>>'d love to have three<<s>>ome<<s>>, <<Master>>!"
+<<elseif $eventSlave.birthsTotal > 3 && _relationType != "father" && _relationType != "son" && _relationType != "older brother" && _relationType != "younger brother">>
+	<<if $PC.dick == 1>>
+		We could compete over who carried more of your children, <<Master>>!
+	<<else>>
+		We could compete over who carried more children for you, <<Master>>!
+	<</if>>
+<<elseif $eventSlave.bellyPreg >= 50 && $eventSlave.pregKnown == 1 && _relationType != "father" && _relationType != "son" && _relationType != "older brother" && _relationType != "younger brother">>
+	You could compare how big our bellie<<s>> are next to each other, <<Master>>!
+<<else>>
+	You could fuck u<<s>> together, <<Master>>!"
+<</if>>
+$He waits anxiously for your decision.
+
 <br><br>
-You look up the _relationType. She costs <<print cashFormat($slaveCost)>>, a bargain, but you won't be able to inspect her beyond her likely resemblance to her
+You look up the _relationType. _He2 costs <<print cashFormat($slaveCost)>>, a bargain, but you won't be able to inspect _him2 beyond _his2 likely resemblance to _his2
 <<switch _relationType>>
 <<case "daughter">>
-	mother. Her listing states that she was used as a prostitute by her previous owner.
+	mother. _His2 listing states that _he2 was used as a prostitute by _his2 previous owner.
 <<case "son">>
-	mother. Her listing states that she was used as a shemale prostitute by her previous owner.
+	mother. _His2 listing states that _he2 was used as a shemale prostitute by _his2 previous owner.
 <<case "mother">>
-	daughter. Her listing states that she was used as a bed slave by her milf-loving owner.
+	daughter. _His2 listing states that _he2 was used as a bed slave by _his2 milf-loving owner.
 <<case "father">>
-	daughter. Her listing states that she was gelded and used as a house servant.
+	daughter. _His2 listing states that _he2 was gelded and used as a house servant.
 <<case "older sister">>
-	little sister. Her listing states that she was kept as a personal sex toy by her owner.
+	little sister. _His2 listing states that _he2 was kept as a personal sex toy by _his2 owner.
 <<case "older brother">>
-	little sister. Her listing states that she was kept as a personal sex toy by her owner.
+	little sister. _His2 listing states that _he2 was kept as a personal sex toy by _his2 owner.
 <<case "younger brother">>
-	big sister. Her listing states that she was kept as a personal toy by her bimbo loving owner.
+	big sister. _His2 listing states that _he2 was kept as a personal toy by _his2 bimbo loving owner.
 <<case "younger sister">>
-	big sister. Her listing states that she was kept as a bedslave by an owner that loves flat chests.
+	big sister. _His2 listing states that _he2 was kept as a bedslave by an owner that loves flat chests.
 <<default>>
 	twin sister.
 <</switch>>
 
 <br><br>
 <span id="result">
-<<link "Buy her">>
+<<link "Buy _him2">>
 	<<set $cash -= $slaveCost>>
 	<<switch _relationType>>
 	<<case "daughter">>
@@ -800,16 +804,14 @@ You look up the _relationType. She costs <<print cashFormat($slaveCost)>>, a bar
 	<</switch>>
 	<<set $desc = SlaveTitle($eventSlave)>>
 	<<replace "#result">>
-	You complete the legalities and biometric scanning quickly and without fuss. $activeSlave.slaveName arrives shortly. The two slaves remember each other only dimly - they parted a long time ago - but they embrace. The devoted $desc explains the situation and encourages her _relationType to be a good slave to you. $activeSlave.slaveName looks a little fearful but clearly realizes that she's lucky to be here.
+	You complete the legalities and biometric scanning quickly and without fuss. $activeSlave.slaveName arrives shortly. The two slaves remember each other only dimly - they parted a long time ago - but they embrace. The devoted $desc explains the situation and encourages $his _relationType to be a good slave to you. $activeSlave.slaveName looks a little fearful but clearly realizes that _he2's lucky to be here.
 	<<include "New Slave Intro">>
 	<</replace>>
 <</link>>
 </span>
 
-
 <</if>> /* _recruitedType.length */
 
-
 <<else>> /* vanilla */
 
 <<set $i = $slaveIndices[$recruiterSlave]>>
@@ -821,128 +823,49 @@ You look up the _relationType. She costs <<print cashFormat($slaveCost)>>, a bar
 
 /* 000-250-006 */
 <<if $seeImages == 1>>
-<<if $imageChoice == 1>>
-	<div class="imageRef lrgVector"><<SlaveArt $eventSlave 2 0>></div>
-<<else>>
-	<div class="imageRef lrgRender"><<SlaveArt $eventSlave 2 0>></div>
-<</if>>
-<</if>>
-/* 000-250-006 */
-
-$eventSlave.slaveName requests an interview with you. She's a devoted slave, and you grant it, and are happy you did when you see the troubled expression on her face. She explains<<if !canTalk($eventSlave)>> with desperate gestures<</if>> that
-<<switch $eventSlave.recruiter>>
-<<case "mother">>
-	she had a daughter, who was sent to the slave orphanages. She's heard a rumor through other slaves that her daughter will go up for sale soon.
-<<case "daughter">>
-	her mother has been enslaved. She was free the last $eventSlave.slaveName knew of her. She's heard a rumor through other slaves that her mother will go up for sale soon.
-<<case "older sister">>
-	her older sister is being sold. She was likely to be enslaved the last $eventSlave.slaveName knew of her, and now she's heard a rumor through other slaves that her big sister is going to be sold to a new owner.
-<<case "young sister">>
-	her younger sister is being sold. She was likely to be enslaved the last $eventSlave.slaveName knew of her, and now she's heard a rumor through other slaves that her little sister is going to be sold to a new owner.
-<<default>>
-	she has a twin sister, who was still free the last $eventSlave.slaveName knew of her. She's heard a rumor through other slaves that her twin has finally been enslaved, and will soon go up for sale.
-<</switch>>
-<br><br>
-<<if !canTalk($eventSlave)>>She urgently gestures for permission to write. It's unusual, but she seems quite serious, so you grant it. She writes,<</if>>
-"You've been <<s>>o good to me, <<Master>>. I'm <<s>>ure <<sh>>e look<<s>> like I did when you bought me. Plea<<s>>e, <<Master>>, will you buy her like you bought me? I'm afraid <<sh>>e'll go to a cruel <<Master>>." She bites her lip. "And, <<Master>>, I'm <<s>>ure <<sh>>e'd learn to love
-<<if $eventSlave.fetish == "cumslut">>
-	the ta<<s>>te of your cum
-<<elseif $eventSlave.fetish == "submissive">>
-	<<s>>ubmi<<ss>>ion
-<<elseif $eventSlave.fetish == "humiliation">>
-	being treated like a dirty <<s>>lut
-<<elseif $eventSlave.fetish == "buttslut">>
-	the feeling of your cock in her butt
-<<elseif $eventSlave.fetish == "sadist">>
-	hurting your other <<s>>laves
-<<elseif $eventSlave.fetish == "pregnancy">>
-	being pregnant
-<<elseif $eventSlave.fetish == "masochist">>
-	being beaten
-<<elseif $eventSlave.fetish == "dom">>
-	fucking your other <<s>>lave<<s>>
-<<elseif $eventSlave.energy > 95>>
-	being a good nympho <<s>>lut
-<<elseif $eventSlave.addict > 2>>
-	being a druggie whore
-<<elseif $eventSlave.births > 3>>
-	bearing children
-<<elseif $eventSlave.bellyPreg >= 50 && $eventSlave.pregKnown == 1>>
-	<<s>>welling with life
-<<elseif $eventSlave.anus > 2>>
-	getting her butt <<s>>tretched out
-<<elseif $eventSlave.boobsImplant > 20>>
-	getting turned into a bimbo <<s>>lut
-<<else>>
-	the feeling of your cock in her
-<</if>>
-a<<s>> much a<<s>> I do.
-<<if $eventSlave.fetish == "cumslut">>
-	We could blow you at the <<s>>ame time, <<Master>>! And <<sh>>are cum!"
-<<elseif $eventSlave.fetish == "submissive">>
-	You could u<<s>>e u<<s>> together, <<Master>>!"
-<<elseif $eventSlave.fetish == "humiliation">>
-	You could make u<<s>> fuck each other in public, <<Master>>!"
-<<elseif $eventSlave.fetish == "buttslut">>
-	You could fuck our butt<<s>> right next to each other, <<Master>>!"
-<<elseif $eventSlave.fetish == "pregnancy">>
-	You could knock u<<s>> up next to each other, <<Master>>!"
-<<elseif $eventSlave.fetish == "sadist">>
-	I'm <<s>>ure <<sh>>e'd love to help me, <<Master>>!"
-<<elseif $eventSlave.fetish == "masochist">>
-	You could whip u<<s>> both, <<Master>>!"
-<<elseif $eventSlave.fetish == "dom">>
-	I'm <<s>>ure <<sh>>e'd love to help me u<<s>>e other <<s>>lave<<s>>, <<Master>>!"
-<<elseif $eventSlave.energy > 95>>
-	I'm <<s>>ure <<sh>>e'd love to have three<<s>>ome<<s>>, <<Master>>!"
-<<elseif $eventSlave.births > 3>>
-	<<if $PC.dick == 1>>
-		We could compete over who carried more of your children, <<Master>>!
+	<<if $imageChoice == 1>>
+		<div class="imageRef lrgVector"><<SlaveArt $eventSlave 2 0>></div>
 	<<else>>
-		We could compete over who carried more children for you, <<Master>>!
+		<div class="imageRef lrgRender"><<SlaveArt $eventSlave 2 0>></div>
 	<</if>>
-<<elseif $eventSlave.bellyPreg >= 50 && $eventSlave.pregKnown == 1>>
-	You could compare how big our bellie<<s>> are next to each other, <<Master>>!
-<<else>>
-	You could fuck u<<s>> together, <<Master>>!"
 <</if>>
-She waits anxiously for your decision.
+/* 000-250-006 */
 
 <<if (random(0,99) < $seeDicks)>>
-<<if random(1,100) > 60>>
-	<<if $activeSlave.dick > 0>>
-		<<set $activeSlave.dick = 0>>
-		<<set $activeSlave.balls = 0>>
-		<<set $activeSlave.scrotum = 0>>
-		<<set $activeSlave.ovaries = 1>>
-		<<set $activeSlave.vagina = either(0,1,1,1,2,2)>>
-		<<set $activeSlave.boobs += 100*random(1,4)>>
-		<<set $activeSlave.butt += random(1,2)>>
-		<<if $activeSlave.muscles > 5>>
-		<<set $activeSlave.muscles -= random(0,10)>>
-		<</if>>
-		<<if $activeSlave.height >= 150>>
-		<<set $activeSlave.height -= 10*random(0,1)>>
-		<</if>>
-	<<else>>
-		<<set $activeSlave.dick = random(1,4)>>
-		<<set $activeSlave.balls = random(1,4)>>
-		<<set $activeSlave.ovaries = 0>>
-		<<set $activeSlave.vagina = -1>>
-		<<set $activeSlave.boobs = 100*random(1,4)>>
-		<<if $activeSlave.boobsImplant > 0>>
-		<<set $activeSlave.boobs += $activeSlave.boobsImplant>>
-		<</if>>
-		<<set $activeSlave.butt = random(1,3)>>
-		<<if $activeSlave.buttImplant > 0>>
-		<<set $activeSlave.butt += $activeSlave.buttImplant>>
-		<</if>>
-		<<if $activeSlave.muscles <= 95>>
-		<<set $activeSlave.muscles += random(0,10)>>
+	<<if random(1,100) > 60>>
+		<<if $activeSlave.dick > 0>>
+			<<set $activeSlave.dick = 0>>
+			<<set $activeSlave.balls = 0>>
+			<<set $activeSlave.scrotum = 0>>
+			<<set $activeSlave.ovaries = 1>>
+			<<set $activeSlave.vagina = either(0,1,1,1,2,2)>>
+			<<set $activeSlave.boobs += 100*random(1,4)>>
+			<<set $activeSlave.butt += random(1,2)>>
+			<<if $activeSlave.muscles > 5>>
+				<<set $activeSlave.muscles -= random(0,10)>>
+			<</if>>
+			<<if $activeSlave.height >= 150>>
+				<<set $activeSlave.height -= 10*random(0,1)>>
+			<</if>>
+		<<else>>
+			<<set $activeSlave.dick = random(1,4)>>
+			<<set $activeSlave.balls = random(1,4)>>
+			<<set $activeSlave.ovaries = 0>>
+			<<set $activeSlave.vagina = -1>>
+			<<set $activeSlave.boobs = 100*random(1,4)>>
+			<<if $activeSlave.boobsImplant > 0>>
+				<<set $activeSlave.boobs += $activeSlave.boobsImplant>>
+			<</if>>
+			<<set $activeSlave.butt = random(1,3)>>
+			<<if $activeSlave.buttImplant > 0>>
+				<<set $activeSlave.butt += $activeSlave.buttImplant>>
+			<</if>>
+			<<if $activeSlave.muscles <= 95>>
+				<<set $activeSlave.muscles += random(0,10)>>
+			<</if>>
 		<</if>>
 	<</if>>
 <</if>>
-<</if>>
 
 <<switch $eventSlave.recruiter>>
 <<case "mother">>
@@ -1047,13 +970,13 @@ She waits anxiously for your decision.
 <<set $activeSlave.assignmentVisible = 1>>
 <<set $activeSlave.choosesOwnAssignment = 0>>
 <<set $activeSlave.fetishStrength = random(0,90)>>
-<<set $activeSlave.fetish = either("none", "none", "none", "none", "none", "none", "submissive", "cumslut", "humiliation", "buttslut", "boobs","pregnancy")>>
-<<set $activeSlave.sexualFlaw = either("none", "none", "none", "none", "hates oral", "hates anal", "hates penetration")>>
-<<set $activeSlave.behavioralFlaw = either("none", "none", "none", "arrogant", "bitchy", "odd", "anorexic", "hates men", "hates women", "hates women")>>
+<<set $activeSlave.fetish = either("boobs", "buttslut", "cumslut", "humiliation", "none", "none", "none", "none", "none", "none", "pregnancy", "submissive")>>
+<<set $activeSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration", "none", "none", "none", "none")>>
+<<set $activeSlave.behavioralFlaw = either("anorexic", "arrogant", "bitchy", "hates men", "hates women", "hates women", "none", "none", "none", "odd")>>
 <<set $activeSlave.weekAcquired = $week>>
 <<run randomizeAttraction($activeSlave)>>
 <<if $activeSlave.nipples == "fuckable">>
-	<<set $activeSlave.nipples = either("cute", "puffy", "inverted", "partially inverted")>>
+	<<set $activeSlave.nipples = either("cute", "inverted", "partially inverted", "puffy")>>
 <</if>>
 <<set $activeSlave.prestige = 0>>
 <<set $activeSlave.pornFame = 0>>
@@ -1123,23 +1046,105 @@ She waits anxiously for your decision.
 <<set $activeSlave.relationTarget = $eventSlave.ID>>
 <<set $activeSlave.recruiter = 0>>
 
+<<setLocalPronouns $activeSlave 2>>
+<<setSpokenLocalPronouns $eventSlave $activeSlave>>
+
+$eventSlave.slaveName requests an interview with you. $He's a devoted slave, and you grant it, and are happy you did when you see the troubled expression on $his face. $He explains<<if !canTalk($eventSlave)>> with desperate gestures<</if>> that
+<<switch $eventSlave.recruiter>>
+<<case "mother">>
+	$he had a daughter, who was sent to the slave orphanages. $He's heard a rumor through other slaves that $his daughter will go up for sale soon.
+<<case "daughter">>
+	$his mother has been enslaved. _He2 was free the last $eventSlave.slaveName knew of _him2. $He's heard a rumor through other slaves that $his mother will go up for sale soon.
+<<case "older sister">>
+	$his older sister is being sold. _He2 was likely to be enslaved the last $eventSlave.slaveName knew of _him2, and now $he's heard a rumor through other slaves that $his big sister is going to be sold to a new owner.
+<<case "young sister">>
+	$his younger sister is being sold. _He2 was likely to be enslaved the last $eventSlave.slaveName knew of _him2, and now $he's heard a rumor through other slaves that $his little sister is going to be sold to a new owner.
+<<default>>
+	$he has a twin sister, who was still free the last $eventSlave.slaveName knew of _him2. $He's heard a rumor through other slaves that $his twin has finally been enslaved, and will soon go up for sale.
+<</switch>>
+<br><br>
+<<if !canTalk($eventSlave)>>$He urgently gestures for permission to write. It's unusual, but $he seems quite serious, so you grant it. $He writes,<</if>>
+"You've been <<s>>o good to me, <<Master>>. I'm <<s>>ure <<he 2>> look<<s>> like I did when you bought me. Plea<<s>>e, <<Master>>, will you buy _him2 like you bought me? I'm afraid <<he 2>>'ll go to a cruel <<Master>>." $He bites $his lip. "And, <<Master>>, I'm <<s>>ure <<he 2>>'d learn to love
+<<if $eventSlave.fetish == "cumslut">>
+	the ta<<s>>te of your cum
+<<elseif $eventSlave.fetish == "submissive">>
+	<<s>>ubmi<<ss>>ion
+<<elseif $eventSlave.fetish == "humiliation">>
+	being treated like a dirty <<s>>lut
+<<elseif $eventSlave.fetish == "buttslut">>
+	the feeling of your cock in <<his 2>> butt
+<<elseif $eventSlave.fetish == "sadist">>
+	hurting your other <<s>>laves
+<<elseif $eventSlave.fetish == "pregnancy">>
+	being pregnant
+<<elseif $eventSlave.fetish == "masochist">>
+	being beaten
+<<elseif $eventSlave.fetish == "dom">>
+	fucking your other <<s>>lave<<s>>
+<<elseif $eventSlave.energy > 95>>
+	being a good nympho <<s>>lut
+<<elseif $eventSlave.addict > 2>>
+	being a druggie whore
+<<elseif $eventSlave.births > 3>>
+	bearing children
+<<elseif $eventSlave.bellyPreg >= 50 && $eventSlave.pregKnown == 1>>
+	<<s>>welling with life
+<<elseif $eventSlave.anus > 2>>
+	getting <<his 2>> butt <<s>>tretched out
+<<elseif $eventSlave.boobsImplant > 20>>
+	getting turned into a bimbo <<s>>lut
+<<else>>
+	the feeling of your cock in _him2
+<</if>>
+a<<s>> much a<<s>> I do.
+<<if $eventSlave.fetish == "cumslut">>
+	We could blow you at the <<s>>ame time, <<Master>>! And <<sh>>are cum!"
+<<elseif $eventSlave.fetish == "submissive">>
+	You could u<<s>>e u<<s>> together, <<Master>>!"
+<<elseif $eventSlave.fetish == "humiliation">>
+	You could make u<<s>> fuck each other in public, <<Master>>!"
+<<elseif $eventSlave.fetish == "buttslut">>
+	You could fuck our butt<<s>> right next to each other, <<Master>>!"
+<<elseif $eventSlave.fetish == "pregnancy">>
+	You could knock u<<s>> up next to each other, <<Master>>!"
+<<elseif $eventSlave.fetish == "sadist">>
+	I'm <<s>>ure <<he 2>>'d love to help me, <<Master>>!"
+<<elseif $eventSlave.fetish == "masochist">>
+	You could whip u<<s>> both, <<Master>>!"
+<<elseif $eventSlave.fetish == "dom">>
+	I'm <<s>>ure <<he 2>>'d love to help me u<<s>>e other <<s>>lave<<s>>, <<Master>>!"
+<<elseif $eventSlave.energy > 95>>
+	I'm <<s>>ure <<he 2>>'d love to have three<<s>>ome<<s>>, <<Master>>!"
+<<elseif $eventSlave.births > 3>>
+	<<if $PC.dick == 1>>
+		We could compete over who carried more of your children, <<Master>>!
+	<<else>>
+		We could compete over who carried more children for you, <<Master>>!
+	<</if>>
+<<elseif $eventSlave.bellyPreg >= 50 && $eventSlave.pregKnown == 1>>
+	You could compare how big our bellie<<s>> are next to each other, <<Master>>!
+<<else>>
+	You could fuck u<<s>> together, <<Master>>!"
+<</if>>
+$He waits anxiously for your decision.
+
 <br><br>
 
-You look up the $activeSlave.relation. She costs <<print cashFormat($slaveCost)>>, a bargain, but you won't be able to inspect her beyond her likely resemblance to her <<print relationTargetWord($activeSlave)>>.
+You look up the $activeSlave.relation. _He2 costs <<print cashFormat($slaveCost)>>, a bargain, but you won't be able to inspect _him2 beyond _his2 likely resemblance to _his2 <<print relationTargetWord($activeSlave)>>.
 
 <br><br>
 
 <<set $slaves[$i].recruiter = 0>> /* the chance to recruit this particular related slave will not be offered again, regardless of player decision */
 
 <span id="result">
-<<link "Buy her">>
+<<link "Buy _him2">>
 	<<replace "#result">>
 	/* update $slaves[$i] (eventSlave) before calling any widgets */
 	<<set $slaves[$i].relation = relationTargetWord($activeSlave)>>
 	<<set $slaves[$i].relationTarget = $activeSlave.ID>>
 	<<set $cash -= $slaveCost>>
 	<<set $desc = SlaveTitle($eventSlave)>>
-	You complete the legalities and biometric scanning quickly and without fuss. $activeSlave.slaveName arrives shortly. The two slaves remember each other only dimly - they parted a long time ago - but they embrace. The devoted $desc explains the situation and encourages her $activeSlave.relation to be a good slave to you. $activeSlave.slaveName looks a little fearful but clearly realizes that she's lucky to be here.
+	You complete the legalities and biometric scanning quickly and without fuss. $activeSlave.slaveName arrives shortly. The two slaves remember each other only dimly - they parted a long time ago - but they embrace. The devoted $desc explains the situation and encourages $his $activeSlave.relation to be a good slave to you. $activeSlave.slaveName looks a little fearful but clearly realizes that _he2's lucky to be here.
 	<<include "New Slave Intro">>
 	<</replace>>
 <</link>>
diff --git a/src/uncategorized/reShowerPunishment.tw b/src/uncategorized/reShowerPunishment.tw
index 3876188bbe2f71c1910b53ae7ab480e49b741151..b0cf2eb01ce1de24ab433ccae7ed8ceff911a9f1 100644
--- a/src/uncategorized/reShowerPunishment.tw
+++ b/src/uncategorized/reShowerPunishment.tw
@@ -5,6 +5,7 @@
 <<set $activeSlave = $eventSlave>>
 <<setLocalPronouns $activeSlave>>
 <<setLocalPronouns $HeadGirl 2>>
+<<setPlayerPronouns>>
 <<run Enunciate($HeadGirl)>>
 
 <<if $HGSuite == 1>>
diff --git a/src/uncategorized/reStandardPunishment.tw b/src/uncategorized/reStandardPunishment.tw
index aac9aba41d8abfdc2d65dfa6520d049a9baaa519..3b8d0389db056590f8c486cee07904f888b072eb 100644
--- a/src/uncategorized/reStandardPunishment.tw
+++ b/src/uncategorized/reStandardPunishment.tw
@@ -6,32 +6,33 @@
 
 /* 000-250-006 */
 <<if $seeImages == 1>>
-<<if $imageChoice == 1>>
-	<div class="imageRef lrgVector"><<SlaveArt $activeSlave 2 0>></div>
-<<else>>
-	<div class="imageRef lrgRender"><<SlaveArt $activeSlave 2 0>></div>
-<</if>>
+	<<if $imageChoice == 1>>
+		<div class="imageRef lrgVector"><<SlaveArt $activeSlave 2 0>></div>
+	<<else>>
+		<div class="imageRef lrgRender"><<SlaveArt $activeSlave 2 0>></div>
+	<</if>>
 <</if>>
 /* 000-250-006 */
 
 <<set $desc = SlaveTitle($activeSlave)>>
+<<setLocalPronouns $activeSlave>>
 
 <<set _sins = []>>
 
 <<set _sins.push("dawdling")>>
 <<if canDoAnal($activeSlave)>>
-<<if $activeSlave.fetish != "buttslut">>
-<<if $activeSlave.anus != 0>>
-	<<set _sins.push("anal reluctance")>>
-<</if>>
-<</if>>
+	<<if $activeSlave.fetish != "buttslut">>
+		<<if $activeSlave.anus != 0>>
+			<<set _sins.push("anal reluctance")>>
+		<</if>>
+	<</if>>
 <</if>>
 <<if canDoVaginal($activeSlave)>>
-<<if $activeSlave.vagina != 0>>
-<<if $activeSlave.fetish != "pregnancy">>
-	<<set _sins.push("vaginal reluctance")>>
-<</if>>
-<</if>>
+	<<if $activeSlave.vagina != 0>>
+		<<if $activeSlave.fetish != "pregnancy">>
+			<<set _sins.push("vaginal reluctance")>>
+		<</if>>
+	<</if>>
 <</if>>
 <<if canTalk($activeSlave)>>
 	<<set _sins.push("chatting")>>
@@ -42,9 +43,9 @@
 	<</if>>
 <<else>>
 	<<if $activeSlave.energy > 40>>
-	<<if $activeSlave.releaseRules != "restrictive" && $activeSlave.releaseRules != "masturbation" && $activeSlave.releaseRules != "chastity">>
-		<<set _sins.push("slave molestation")>>
-	<</if>>
+		<<if $activeSlave.releaseRules != "restrictive" && $activeSlave.releaseRules != "masturbation" && $activeSlave.releaseRules != "chastity">>
+			<<set _sins.push("slave molestation")>>
+		<</if>>
 	<</if>>
 <</if>>
 
@@ -77,7 +78,7 @@
 
 <<case "confinement">>
 
-<<link "Confine her firmly but fairly">>
+<<link "Confine $him firmly but fairly">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	Since you use confinement as a standard slave punishment, <<if $cellblock != 0>>in addition to $cellblockName, <</if>>you have little cubicles designed for the purpose scattered around the penthouse. You order $activeSlave.slaveName into one of these. She obeys,
@@ -92,7 +93,7 @@
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
-<br><<link "Confine her cruelly">>
+<br><<link "Confine $him cruelly">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	Since you use confinement as a standard slave punishment, <<if $cellblock != 0>>in addition to $cellblockName, <</if>>you have several boxes designed for the purpose in convenient areas. You order $activeSlave.slaveName to your office, and direct a box to be brought there. She begins to cry when she sees it,
@@ -111,7 +112,7 @@
 
 <<case "whipping">>
 
-<<link "Give her a solid whipping">>
+<<link "Give $him a solid whipping">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	Since you use whipping as a standard slave punishment, there are many sets of restraints set high up on the walls for the purpose. You order her to place her hands in one of them, and she
@@ -126,7 +127,7 @@
 	<<set $activeSlave.trust += 4>>
 	<</replace>>
 <</link>>
-<br><<link "Confine her cruelly">>
+<br><<link "Whip $him cruelly">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	Since you use whipping as a standard slave punishment, there are many sets of restraints set high up on the walls for the purpose. You order her to place her hands in one of them, and she
@@ -144,7 +145,7 @@
 
 <<case "chastity">>
 
-<<link "Restrain her in your office">>
+<<link "Restrain $him in your office">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	Since you use chastity as a punishment, you're accustomed to using your office for supervising sexual denial. You bring her up and restrain her standing, hands over her head in one of the sets of shackles set high on the walls, facing out so she can see everything that goes on in your office. You gag her securely, <<if $activeSlave.voice == 0>>despite her muteness, a sad mockery<<else>>not wanting your work disturbed by unseemly noises<</if>>. Then you ignore her. Business as usual in your office is profoundly sexual.
@@ -175,7 +176,7 @@
 	<<set $activeSlave.devotion += 4>>
 	<</replace>>
 <</link>>
-<br><<link "Torment her with vibration">>
+<br><<link "Torment $him with vibration">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	Since you use chastity as a punishment, you're accustomed to using your office for supervising sexual denial. You order her to place her hands in one of the many sets of restraints set high up on the office walls for the purpose.
@@ -200,7 +201,7 @@
 
 <<case "anal reluctance">>
 
-<<link "Punish her ass">>
+<<link "Punish $his ass">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	Deciding that the most appropriate punishment is some corrective assrape, you shove the slave to her knees and stuff <<if $PC.dick == 1>>your cock<<else>>a formidable dildo<</if>> up her
@@ -221,7 +222,7 @@
 
 <<case "vaginal reluctance">>
 
-<<link "Punish her pussy">>
+<<link "Punish $his pussy">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	Deciding that the most appropriate punishment is some corrective rape, you push the slave down on her back and shove <<if $PC.dick == 1>>your cock<<else>>a formidable dildo<</if>> inside her
@@ -242,7 +243,7 @@
 
 <<case "chatting">>
 
-<<link "Put her mouth to better use">>
+<<link "Put $his mouth to better use">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	You announce that she'll have less trouble gossiping instead of being prompt if her mouth is nice and tired. Comprehension and apprehension dawn on her face in the moment before you <<if $activeSlave.collar != "none">>grab her by the collar and pull<<else>>put a hand on her shoulder and shove<</if>> her to the ground. She goes down without resistance, <<if $PC.dick == 1>>already opening wide for your stiff prick.<<else>>her look of unconcern vanishing when she sees you pulling out a strap-on. She doesn't get to eat pussy today; today she gets fucked in the face.<</if>> You shove it down her
@@ -263,7 +264,7 @@
 
 <<case "dawdling">>
 
-<<link "Make her run">>
+<<link "Make $him run">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	You tell her that she clearly needs practice being prompt. Your tone is conversational, but she doesn't mistake it for kindness. It's the tone you use with slaves when imparting guidance which is to be accepted and followed on pain of terrible punishment. You make her explain where she was and what she was doing previously, and require her to walk you there. She does, <<if $activeSlave.trust > 20>>trustingly<<elseif $activeSlave.trust >= -20>>rather fearfully<<else>>shaking with fear<</if>>, and when you get there you tell her to run to her next task. She hesitates for an instant, until you <<if $PC.title == 1>>bellow<<else>>shriek<</if>> at her to run! She takes off,
@@ -297,7 +298,7 @@
 
 <<case "slave refusal">>
 
-<<link "Make sure she knows she's for use">>
+<<link "Make sure $he knows $he's for use">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	Deciding to ensure the $desc really understands that she's a sex slave and can be used by anyone, even other slaves, you order her to put her mouth to work on the slave who demanded sex from her.
@@ -325,7 +326,7 @@
 
 <<case "slave molestation">>
 
-<<link "Make her apologize and then dominate her">>
+<<link "Make $him apologize and then dominate $him">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	You order the horny $desc to apologize to the slave she grabbed, which she does, <<if canTalk($activeSlave)>>managing to sound authentically sorry<<else>>gesturing her regret with apparent sincerity<</if>>. It seems she might feel some actual guilt at molesting a fellow slave, but she's about to feel much sorrier. Once the other slave has been dismissed, you grab her by the neck and
diff --git a/src/uncategorized/remMerger.tw b/src/uncategorized/remMerger.tw
index 8ea2aeff6fe22a4ed43cbbf281c9d804916c73f7..72bb30809a68b14a0eac15b208ce9d0e4943e259 100644
--- a/src/uncategorized/remMerger.tw
+++ b/src/uncategorized/remMerger.tw
@@ -3,8 +3,8 @@
 <<set $nextButton = "Continue">>
 <<set $nextLink = "RIE Eligibility Check">>
 
-<<set $slaveCompany = either("slaves", "capture", "entrapment")>>
-<<set $trainingCompany = either("training", "drug", "surgical")>>
+<<set $slaveCompany = either("capture", "entrapment", "slaves")>>
+<<set $trainingCompany = either("drug", "surgical", "training")>>
 
 <<if $marketAssistantAnnounced>>Your market assistant<<elseif $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> constantly combs business records, tax receipts and the media for leads on opportunities for your corporation to take advantage of. Small businesses go under all the time, and with a large amount of cash on hand, your corporation can afford to step in and acquire them. This week, there are not one but two troubled organizations you could easily fold into your corporation.
 <br><br>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 0fde28cd7b54a461bf47ed377da02b7d4711360b..c97e67e61e2b97de8b1ca6d40f79bc9479baca48 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -471,7 +471,7 @@ Work on her chest:
 		//$His supportive mesh implant prevents reconstruction//
 	<<else>>
 		<<if ($activeSlave.boobShape == "saggy") || ($activeSlave.boobShape == "downward-facing")>>
-			[[Breast lift|Surgery Degradation][$activeSlave.boobShape = "normal", $activeSlave.health -= 20,$cash -= $surgeryCost, $surgeryType = "breastLift"]]<<if $activeSlave.preg > 20 || ($activeSlave.boobs >= 5000 && $activeSlave.boobs < 8000)>>//$His current state may result in $his breasts becoming saggy again//<</if>>
+			[[Breast lift|Surgery Degradation][$activeSlave.boobShape = "normal", $activeSlave.health -= 20,$cash -= $surgeryCost, $surgeryType = "breastLift"]]<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.42 || ($activeSlave.boobs >= 5000 && $activeSlave.boobs < 8000)>>//$His current state may result in $his breasts becoming saggy again//<</if>>
 		<<else>>
 			<<if ($activeSlave.boobShape == "normal")>>
 				[[Reshape them to be perkier|Surgery Degradation][$activeSlave.boobShape = "perky",$cash -= $surgeryCost,$activeSlave.health -= 10,$surgeryType = "breastReconstruction"]]
@@ -1452,7 +1452,7 @@ Work on $him structurally:
 			[[Install advanced prosthetic interface|Surgery Degradation][$activeSlave.PLimb = 2,$stockpile.advPLimbInterface -= 1,$cash -= $surgeryCost, $activeSlave.health -= 20,$surgeryType = "PLimb interface2"]]
 		<</if>>
 	<<elseif $activeSlave.amp == 1 && $activeSlave.PLimb == 1 && $stockpile.advPLimbInterface > 0>> |
-		[[Upgrade = advanced prosthetic interface|Surgery Degradation][$activeSlave.PLimb = 2,$stockpile.advPLimbInterface -= 1,$cash -= $surgeryCost, $activeSlave.health -= 5,$surgeryType = "PLimb interface3"]]
+		[[Upgrade advanced prosthetic interface|Surgery Degradation][$activeSlave.PLimb = 2,$stockpile.advPLimbInterface -= 1,$cash -= $surgeryCost, $activeSlave.health -= 5,$surgeryType = "PLimb interface3"]]
 	<</if>>
 <</if>>
 
@@ -1596,9 +1596,9 @@ Work on $him structurally:
 	The prosthesis facility has constructed $his prosthetic limbs.
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<if $activeSlave.amp == 0>>
-		// $He must be an amputee to attach prosthetic limbs //
+		// $He must be an amputee to attach prosthetic limbs. //
 	<<elseif $activeSlave.PLimb == 0>>
-		// $He must have a prosthetic interface installed to attack prosthetic limbs //
+		// $He must have a prosthetic interface installed to attach prosthetic limbs. //
 	<<else>>
 		<<link "Attach">>
 			<<if $activeSlave.amp < 0>>
@@ -1672,7 +1672,7 @@ Work on $him structurally:
 		[[Encase in a Fuckdoll suit|Surgery Degradation][$activeSlave.subTarget=0, $activeSlave.sentence=0, $activeSlave.training=0, $activeSlave.toyHole="all her holes", $activeSlave.pubicHStyle="waxed", $activeSlave.livingRules="spare", $activeSlave.speechRules="restrictive", $activeSlave.releaseRules="restrictive", $activeSlave.relationshipRules="restrictive", $activeSlave.fuckdoll=1, $activeSlave.choosesOwnClothes=0, $activeSlave.clothes="a Fuckdoll suit", $activeSlave.collar="none", $activeSlave.shoes="heels",$activeSlave.legAccessory="none", $activeSlave.vaginalAccessory="none", $activeSlave.dickAccessory="none", $activeSlave.buttplug="none", $activeSlave.attrKnown=1, $activeSlave.fetishKnown=1, $activeSlave.inflation=0, $activeSlave.inflationType="none", $activeSlave.inflationMethod=0, $activeSlave.milkSource=0, $activeSlave.cumSource=0, $surgeryType = "fuckdoll"]] //This will greatly restrict $him//
 	<</if>>
 <<else>>
-	<br>$He is encased in a Fuckdoll suit. [[Extract it|Surgery Degradation][$activeSlave.fuckdoll=0, $activeSlave.clothes="no clothing", $activeSlave.shoes="none", $surgeryType = "fuckdollExtraction"]]
+	<br>$He is encased in a Fuckdoll suit. [[Extract " + $him + ""|Surgery Degradation][$activeSlave.fuckdoll=0, $activeSlave.clothes="no clothing", $activeSlave.shoes="none", $surgeryType = "fuckdollExtraction"]]
 <</if>>
 <</if>>
 
@@ -1701,7 +1701,7 @@ Work on $him structurally:
 		$He is no longer in $his native body.
 	<</if>>
 	<<if $activeSlave.indenture == -1>>
-		[[Swap her body with another of your stock's|Slave Slave Swap Workaround]]
+		[[Swap " + $his + " body with another of your stock's|Slave Slave Swap Workaround]]
 	<<else>>
 		//Indentured servants must remain in their own bodies.//
 	<</if>>
diff --git a/src/uncategorized/rename.tw b/src/uncategorized/rename.tw
index 7e295869fa376cd6d0c8f42776c0510d42bd7e7b..59f3c224d664ad099764d8f39ba859457f612107 100644
--- a/src/uncategorized/rename.tw
+++ b/src/uncategorized/rename.tw
@@ -7,62 +7,40 @@
 <<else>>
 /* First time renaming reaction */
 <<if $activeSlave.slaveName === "" || ndef $activeSlave.slaveName>>
-	$oldName needs to be called something on the records, so $oldName she stays.
+	$oldName needs to be called something on the records, so $oldName $he stays.
 	<<set $activeSlave.slaveName = $oldName>>
 <<elseif $activeSlave.fetish == "mindbroken">>
-	$activeSlave.slaveName doesn't even recognize that she's been renamed. It simply does not register.
+	$activeSlave.slaveName doesn't even recognize that $he's been renamed. It simply does not register.
 <<elseif ($oldName != $activeSlave.birthName && $oldSurname != $activeSlave.birthSurname) && ($activeSlave.slaveName == $activeSlave.birthName || $activeSlave.slaveSurname == $activeSlave.birthSurname)>>
 	$activeSlave.slaveName
 	<<if $activeSlave.devotion > 50>>
-		cheerfully accepts her old name back.
+		cheerfully accepts $his old name back.
 	<<elseif $activeSlave.devotion >= -20>>
-		obediently accepts her old name back.
+		obediently accepts $his old name back.
 	<<elseif $activeSlave.devotion >= -50>>
-		happily accepts her original name.
+		happily accepts $his original name.
 	<<elseif $activeSlave.trust > 20>>
-		scoffs at the notion that she was ever anything other than
-		<<if $surnameOrder != 1>>
-			<<switch $activeSlave.nationality>>
-			<<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">>
-				<<if $activeSlave.birthSurname>>$activeSlave.birthSurname <</if>>$activeSlave.birthName,
-			<<default>>
-				$activeSlave.birthName<<if $activeSlave.birthSurname>> $activeSlave.birthSurname<</if>>,
-			<</switch>>
-		<<else>>
-			$activeSlave.birthName<<if $activeSlave.birthSurname>> $activeSlave.birthSurname<</if>>,
-		<</if>>
-		@@.orangered;weakening your control over her.@@
+		scoffs at the notion that $he was ever anything other than <<= SlaveFullBirthName($activeSlave)>>, @@.orangered;weakening your control over $him.@@
 		<<set $activeSlave.trust += 5>>
 	<<else>>
-		cautiously accepts the return of her name.
+		cautiously accepts the return of $his name.
 	<</if>>
 <<elseif $oldName == $activeSlave.birthName || $oldSurname == $activeSlave.birthSurname>>
 	$activeSlave.slaveName
 	<<if $activeSlave.devotion > 50>>
-		accepts her new name cheerfully. This attachment to you @@.hotpink; increases her devotion.@@
+		accepts $his new name cheerfully. This attachment to you @@.hotpink; increases $his devotion.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.devotion >= -20>>
-		obediently accepts her new name. This surrender to you @@.hotpink; increases her obedience.@@
+		obediently accepts $his new name. This surrender to you @@.hotpink; increases $his obedience.@@
 		<<set $activeSlave.devotion += 4>>
 	<<elseif $activeSlave.devotion >= -50>>
-		reluctantly accepts her new name.
+		reluctantly accepts $his new name.
 	<<else>>
-		angrily tries to resist her new name, insisting that her name is
-		<<if $surnameOrder != 1>>
-			<<switch $activeSlave.nationality>>
-			<<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">>
-				<<if $activeSlave.birthSurname>>$activeSlave.birthSurname <</if>>$activeSlave.birthName.
-			<<default>>
-				$activeSlave.birthName<<if $activeSlave.birthSurname>> $activeSlave.birthSurname<</if>>.
-			<</switch>>
-		<<else>>
-			$activeSlave.birthName<<if $activeSlave.birthSurname>> $activeSlave.birthSurname<</if>>.
-		<</if>>
-		This resistance @@.mediumorchid; increases her rebelliousness.@@
+		angrily tries to resist $his new name, insisting that $his name is <<= SlaveFullBirthName($activeSlave)>>. This resistance @@.mediumorchid; increases $his rebelliousness.@@
 		<<set $activeSlave.devotion -= 5>>
 	<</if>>
 <<else>>
-	Since $activeSlave.slaveName has already had a new name <<if $activeSlave.devotion > 20>>given to<<else>>forced on<</if>> her before, the mere fact of having it changed again doesn't really affect her.
+	Since $activeSlave.slaveName has already had a new name <<if $activeSlave.devotion > 20>>given to<<else>>forced on<</if>> $him before, the mere fact of having it changed again doesn't really affect $him.
 <</if>>
 
 <<set _insultingName = 0>>
@@ -88,12 +66,12 @@
 <</if>>
 <<if _insultingName == 1>>
 <<if $activeSlave.fetish == "mindbroken">>
-	Her new name would be insulting to a normal girl, but she dully accepts that it is an accurate description and goes about her duties.
+	$His new name would be insulting to a normal $girl, but $he dully accepts that it is an accurate description and goes about $his duties.
 <<elseif $activeSlave.devotion < -50>>
-	Being given such a degrading name @@.mediumorchid;further increases her hatred@@ of you.
+	Being given such a degrading name @@.mediumorchid;further increases $his hatred@@ of you.
 	<<set $activeSlave.devotion -= 5>>
 <<elseif $activeSlave.devotion <= 50>>
-	Being given such a degrading name @@.gold;terrifies her,@@ since she thinks it's fair warning for what she'll suffer in the future.
+	Being given such a degrading name @@.gold;terrifies $him,@@ since $he thinks it's fair warning for what $he'll suffer in the future.
 	<<set $activeSlave.trust -= 5>>
 <</if>>
 <</if>>
@@ -105,10 +83,10 @@
 	<<if ndef _i>>@@.red;Error, relationshipTarget not found.@@<</if>>
 	<<if $slaves[_i].slaveSurname>>
 	<<if $activeSlave.slaveSurname == $slaves[_i].slaveSurname>>
-		She's touched that she now shares a surname with her wife $slaves[_i].slaveName $slaves[_i].slaveSurname, and is @@.mediumaquamarine;more confident than ever@@ that you intend to keep them together in marital bliss.
+		$He's touched that $he now shares a surname with $his wife $slaves[_i].slaveName $slaves[_i].slaveSurname, and is @@.mediumaquamarine;more confident than ever@@ that you intend to keep them together in marital bliss.
 		<<set $activeSlave.trust += 5>>
 	<<elseif $oldSurname == $slaves[_i].slaveSurname>>
-		She's concerned that she no longer shares a surname her wife $slaves[_i].slaveName $slaves[_i].slaveSurname, and is @@.gold;very worried@@ that you might be considering splitting them up.
+		$He's concerned that $he no longer shares a surname with $his wife $slaves[_i].slaveName $slaves[_i].slaveSurname, and is @@.gold;very worried@@ that you might be considering splitting them up.
 		<<set $activeSlave.trust -= 5>>
 	<</if>>
 	<</if>>
@@ -120,40 +98,40 @@
 <<if $activeSlave.relationship == -3>>
 	<<if $PC.surname>>
 	<<if $activeSlave.fetish == "mindbroken">>
-		Names are meaningless to her and it is unlikely she'll remember it.
+		Names are meaningless to $him and it is unlikely $he'll remember it.
 	<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
 		<<if $activeSlave.slaveSurname == $PC.surname>>
 			<<if $activeSlave.amp <= 0>>
-				When you tell her that she's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, she starts to cry. She tries to get herself under control and thank you as best she can, wiping at the tears running down her $activeSlave.skin cheeks, but she can't seem to stop weeping as she thanks you over and over. She's a sex slave, your property, and it's understandable that some doubts about the permanence of her place as your slave wife. This has @@.mediumaquamarine;helped reassure her,@@ and explains the strength of her emotional reaction. The next time you make love to her, she @@.hotpink;presses herself as close to you as she can,@@ eager to drink in as much of your presence as she can get.
+				When you tell $him that $he's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, $he starts to cry. $He tries to get $himself under control and thank you as best $he can, wiping at the tears running down $his $activeSlave.skin cheeks, but $he can't seem to stop weeping as $he thanks you over and over. $He's a sex slave, your property, and it's understandable that some doubts about the permanence of $his place as your slave wife. This has @@.mediumaquamarine;helped reassure $him,@@ and explains the strength of $his emotional reaction. The next time you make love to $him, $he @@.hotpink;presses $himself as close to you as $he can,@@ eager to drink in as much of your presence as $he can get.
 			<<else>>
-				She's @@.hotpink;deeply touched@@ that she now shares a surname with you, and has @@.mediumaquamarine;an additional source of confidence@@ that she'll remain your amputee slave wife.
+				$He's @@.hotpink;deeply touched@@ that $he now shares a surname with you, and has @@.mediumaquamarine;an additional source of confidence@@ that $he'll remain your amputee slave wife.
 			<</if>>
 			<<set $activeSlave.devotion += 5, $activeSlave.trust += 5>>
 		<<elseif $oldSurname == $PC.slaveSurname>>
-			She's devastated that you'd rename her something other than your name. She's @@.gold;terrified@@ that you intend to discard her as your slave wife, and @@.mediumorchid;saddened@@ that you would take away something that was precious to her.
+			$He's devastated that you'd rename $him something other than your name. $He's @@.gold;terrified@@ that you intend to discard $him as your slave wife, and @@.mediumorchid;saddened@@ that you would take away something that was precious to $him.
 			<<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>>
 		<</if>>
 	<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
 		<<if $activeSlave.slaveSurname == $PC.surname>>
-			When you tell her that she's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, she shows no reaction. You already took everything from her, what's a name at this point?
+			When you tell $him that $he's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, $he shows no reaction. You already took everything from $him, what's a name at this point?
 		<<elseif $oldSurname == $PC.slaveSurname>>
-			She doesn't care about losing your surname at first, but it quickly sets in that she may have @@.gold;pushed her position too far.@@
+			$He doesn't care about losing your surname at first, but it quickly sets in that $he may have @@.gold;pushed $his position too far.@@
 			<<set $activeSlave.trust -= 20>>
 		<</if>>
 	<<elseif $activeSlave.devotion < -20>>
 		<<if $activeSlave.slaveSurname == $PC.surname>>
-			When you tell her that she's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, she pleads with you not to steal her name. It matters little to you, and she is forced to @@.hotpink;accept your will.@@ 
+			When you tell $him that $he's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, $he pleads with you not to steal $his name. It matters little to you, and $he is forced to @@.hotpink;accept your will.@@
 			<<set $activeSlave.devotion += 5>>
 		<<elseif $oldSurname == $PC.slaveSurname>>
-			She's @@.mediumorchid;happy@@ to no longer have to share a name with her tormenter, but the bliss doesn't last long as @@.gold;dread@@ quickly sets in about what this may mean.
+			$He's @@.mediumorchid;happy@@ to no longer have to share a name with $his tormentor, but the bliss doesn't last long as @@.gold;dread@@ quickly sets in about what this may mean.
 			<<set $activeSlave.devotion += 5, $activeSlave.trust -= 10>>
 		<</if>>
 	<<else>>
 		<<if $activeSlave.slaveSurname == $PC.surname>>
-			When you tell her that she's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, she nods with approval feeling @@.mediumaquamarine;that she may hold at least some value in your eyes.@@ 
+			When you tell $him that $he's to be known as $activeSlave.slaveName $activeSlave.slaveSurname now, $he nods with approval feeling @@.mediumaquamarine;that $he may hold at least some value in your eyes.@@
 			<<set $activeSlave.trust += 5>>
 		<<elseif $oldSurname == $PC.slaveSurname>>
-			She accepts that you'd rename her something other than your name. She's @@.gold;a little scared@@ that you intend to discard her as your slave wife, or worse, but realizes this was not only a possibility, but likely.
+			$He accepts that you'd rename $him something other than your name. She's @@.gold;a little scared@@ that you intend to discard $him as your slave wife, or worse, but realizes this was not only a possibility, but likely.
 			<<set $activeSlave.trust -= 5>>
 		<</if>>
 	<</if>>
diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index 8270b138064115d16e1a3972f11681d566d72dc9..a07cb00e326ded7f2b1b3d34243c7dae0dc6c7ee 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -1063,10 +1063,10 @@
 <<switch $slaves[$i].pregControl>>
 <<case "slow gestation">>
 	<<set $slaves[$i].chem += 1>>
-	<<if $slaves[$i].preg >= 40>>
+	<<if $slaves[$i].preg >= $slaves[$i].pregData.normalBirth>>
 		$He is full term; gestation restriction agents @@.red;can't suppress labor@@ and $his regimen is ended to prevent health damage.
 		<<set $slaves[$i].pregControl = "none">>
-	<<elseif $slaves[$i].preg >= 16>>
+	<<elseif $slaves[$i].preg >= $slaves[$i].pregData.normalBirth/2.5>>
 		$His belly feels very docile, $his gestation rate is @@.coral;greatly reduced@@.
 	<<elseif $slaves[$i].preg > 0>>
 		$His gestation rate is @@.coral;greatly reduced,@@ delaying how long it will be until $his pregnancy is visible.
@@ -1104,16 +1104,16 @@
 
 <<case "labor supressors">>
 	<<set $slaves[$i].chem += 2>>
- 	<<if WombBirthReady($slaves[$i], 60) > 0>>
+ 	<<if WombBirthReady($slaves[$i], $activeSlave.pregData.normalBirth*1.5) > 0>>
 		<<set $slaves[$i].health -= 20>>
 		<<set $slaves[$i].labor = 1>>
 		<<set $slaves[$i].induce = 1>>
 		<<set $birthee = 1>>
 		$He has been ready to give birth for some time now. Suppressing birth for so long @@.red;greatly affects $his health.@@ $He may @@.red;have trouble@@ giving birth to $his oversized child<<if $slaves[$i].pregType > 1>>ren<</if>>. $He seems to be in distress, $his body is @@.red;forcing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> out!@@
- 	<<elseif WombBirthReady($slaves[$i], 50) > 0>>
+ 	<<elseif WombBirthReady($slaves[$i], $activeSlave.pregData.normalBirth*1.25) > 0>>
 		<<set $slaves[$i].health -= 20>>
 		$He has been ready to give birth for some time now. Suppressing birth for so long @@.red;greatly affects $his health.@@ $He may @@.red;have trouble@@ giving birth to $his oversized child<<if $slaves[$i].pregType > 1>>ren<</if>>.
-	<<elseif WombBirthReady($slaves[$i], 40) > 0>>
+	<<elseif WombBirthReady($slaves[$i], $activeSlave.pregData.normalBirth) > 0>>
 		<<set $slaves[$i].health -= 10>>
 		Labor suppressing agents @@.red;negatively affect $his health.@@
 	<</if>>
diff --git a/src/uncategorized/saGetMilked.tw b/src/uncategorized/saGetMilked.tw
index 4f408fedff99978f7b107c3f1174c46df18bb261..eae94c41fa7d1042f63107db81313389f2121bce 100644
--- a/src/uncategorized/saGetMilked.tw
+++ b/src/uncategorized/saGetMilked.tw
@@ -88,7 +88,7 @@ gets milked this week.
 	<</if>>
 	<</if>>
 
-	<<if ($slaves[$i].preg > 5) && ($slaves[$i].pregKnown == 1)>>
+	<<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/8) && ($slaves[$i].pregKnown == 1)>>
 		$His pregnancy helps $his body produce more milk naturally<<if $slaves[$i].lactationAdaptation < 100>>, and also helps it adapt to milk production<<set $slaves[$i].lactationAdaptation += 1>><</if>>.
 	<</if>>
 
diff --git a/src/uncategorized/saGuardsYou.tw b/src/uncategorized/saGuardsYou.tw
index e5058e703c2f96dfb9b5974b1ccfdec545f5cdcd..35f0b16ab67055ac20c50cb3151014e297f4669c 100644
--- a/src/uncategorized/saGuardsYou.tw
+++ b/src/uncategorized/saGuardsYou.tw
@@ -129,7 +129,7 @@ carries arms in your defense.
 <</if>>
 <<if $slaves[$i].labor == 1>>
 	$He's feeling labor pains, greatly detracting from $his ability to protect you.
-<<elseif $slaves[$i].preg >= 40 && $slaves[$i].pregControl != "labor supressors">>
+<<elseif $slaves[$i].preg >= $slaves[$i].pregData.normalBirth && $slaves[$i].pregControl != "labor supressors">>
 	$He'll be going into labor any time now detracting from $his ability to protect you.
 <</if>>
 
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index db6ca42aeb3fceaa9d44882451be23523b4f7fd8..125162413d54bc88d2b48e61cf2a50a2ee4304b4 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -1327,7 +1327,7 @@
 					$He knows $he will be pregnant until $his body gives out, and @@.hotpink;$he couldn't be happier.@@
 					<<set _para = 1>>
 					<<set $slaves[$i].devotion += 5>>
-				<<elseif $slaves[$i].pregControl == "labor supressors" && $slaves[$i].preg >= 40>>
+				<<elseif $slaves[$i].pregControl == "labor supressors" && $slaves[$i].preg >= $slaves[$i].pregData.normalBirth>>
 					Under the effects of labor suppression drugs, $he knows $he will be pregnant until you decided to allow $his birth. @@.hotpink;$He couldn't be happier.@@
 					<<set _para = 1>>
 					<<set $slaves[$i].devotion += 5>>
@@ -2918,7 +2918,7 @@
 
 <<if ($slaves[$i].preg > 0)>> /*EFFECTS OF PREGNANCY*/
 
-	<<if $slaves[$i].preg == 5>>
+	<<if $slaves[$i].preg == $slaves[$i].pregData.normalBirth/8>> /*BAD design - with speed control drugs and animal pregnancy 5th week can be not integer value, and block will be skipped as it's will be not strict == */
 		<<if $slaves[$i].pregSource == -1>>
 			<<set $PC.slavesKnockedUp++>>
 		<<elseif $slaves[$i].pregSource > 0>>
@@ -2936,7 +2936,7 @@
 			$His body cannot handle having so much $slaves[$i].inflationType inside it, forcing $him to release $his contents until $he feels better.
 		<</if>>
 		<<if $slaves[$i].pregKnown == 0>>
-			The cause? @@.lime;$He's pregnant<<if $slaves[$i].preg > 10>> and rather far along<</if>>.@@
+			The cause? @@.lime;$He's pregnant<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/4>> and rather far along<</if>>.@@
 		<<else>>
 			This will likely be the case for the duration of $his pregnancy.
 		<</if>>
@@ -2944,19 +2944,19 @@
 
 	<<if ($slaves[$i].fuckdoll == 0) && ($slaves[$i].fetish != "mindbroken")>>
 		<<if ($slaves[$i].fetish == "pregnancy")>>
-			<<if $slaves[$i].preg >= 40>>
+			<<if $slaves[$i].preg >= $slaves[$i].pregData.normalBirth>>
 				$He's full-term and has never been hornier. $His pregnancy fetish combined with $his ripe belly confers a @@.green;huge improvement in $his sexual appetite.@@
 				<<set $slaves[$i].energy += 5>>
-			<<elseif $slaves[$i].preg > 30>>
+			<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>>
 				Being a pregnancy fetishist and hugely pregnant confers an @@.green;improvement in $his sexual appetite.@@
 				<<set $slaves[$i].energy += 3>>
-			<<elseif $slaves[$i].preg > 20>>
+			<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/2>>
 				Being a pregnancy fetishist and pregnant confers a @@.green;slow improvement in $his sexual appetite.@@
 				<<set $slaves[$i].energy += 2>>
-			<<elseif $slaves[$i].preg > 10>>
+			<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/4>>
 				$His new pregnancy excites $him and produces @@.green;very slow improvement in $his sexual appetite.@@
 				<<set $slaves[$i].energy += 1>>
-			<<elseif $slaves[$i].preg <= 10 && $slaves[$i].preg > 3>>
+			<<elseif $slaves[$i].preg <= $slaves[$i].pregData.normalBirth/4 && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/13.33>>
 				The rigors of early pregnancy do not seem to decrease $his sex drive. If anything, it seems to be exciting $him.
 			<</if>>
 			<<if $slaves[$i].fetishKnown == 0>>
@@ -2965,16 +2965,16 @@
 			<</if>>
 		<<else>> /* not pregnancy fetish */
 			<<if ($slaves[$i].energy < 41)>>
-				<<if ($slaves[$i].preg <= 10) && $slaves[$i].preg > 3>>
+				<<if ($slaves[$i].preg <= $slaves[$i].pregData.normalBirth/4) && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/13.33>>
 					The rigors of early pregnancy @@.red;reduce $his sexual appetite.@@
 					<<set $slaves[$i].energy -= 3>>
-				<<elseif ($slaves[$i].preg >= 40)>>
+				<<elseif ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth)>>
 					$He is full-term and feels massively unattractive, @@.red;greatly suppressing $his sexual appetite.@@
 					<<set $slaves[$i].energy -= 4>>
-				<<elseif ($slaves[$i].preg > 30)>>
+				<<elseif ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33)>>
 					$His advanced pregnancy @@.red;greatly suppresses $his sexual appetite.@@
 					<<set $slaves[$i].energy -= 3>>
-				<<elseif ($slaves[$i].preg > 20)>>
+				<<elseif ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/2)>>
 					$His growing pregnancy @@.red;suppresses $his sexual appetite.@@
 					<<set $slaves[$i].energy -= 2>>
 				<<elseif ($slaves[$i].bellyPreg >= 1500)>>
@@ -2982,46 +2982,46 @@
 					<<set $slaves[$i].energy -= 1>>
 				<</if>>
 			<<elseif ($slaves[$i].energy < 61)>>
-				<<if $slaves[$i].preg <= 10 && $slaves[$i].preg > 3>>
+				<<if $slaves[$i].preg <= $slaves[$i].pregData.normalBirth/4 && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/13.33>>
 					The rigors of early pregnancy @@.red;slightly reduce $his sexual appetite.@@
 					<<set $slaves[$i].energy -= 1>>
-				<<elseif ($slaves[$i].preg >= 40)>>
+				<<elseif ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth)>>
 					$He is full-term and @@.green;hornier than ever.@@
 					<<set $slaves[$i].energy += 2>>
-				<<elseif ($slaves[$i].preg > 30)>>
+				<<elseif ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33)>>
 					$His advanced pregnancy @@.green;increases $his libido.@@
 					<<set $slaves[$i].energy += 1>>
 				<</if>>
 			<<elseif $slaves[$i].energy < 90>>
-				<<if ($slaves[$i].preg <= 10) && $slaves[$i].preg > 3>>
+				<<if ($slaves[$i].preg <= $slaves[$i].pregData.normalBirth/4) && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/13.33>>
 					The rigors of early pregnancy @@.red;reduce $his sexual appetite.@@
 					<<set $slaves[$i].energy -= 3>>
-				<<elseif ($slaves[$i].preg >= 40)>>
+				<<elseif ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth)>>
 					$He is full-term and suffering from an @@.green;unquenchable need for sex.@@
 					<<set $slaves[$i].energy += 4>>
-				<<elseif $slaves[$i].preg > 30>>
+				<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>>
 					$His advanced pregnancy comes with a hugely increased libido, @@.green;greatly increasing $his sexual drive.@@
 					<<set $slaves[$i].energy += 3>>
-				<<elseif $slaves[$i].preg > 20>>
+				<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/2>>
 					$His growing pregnancy comes with an increased libido, @@.green;spurring $his sexual appetite.@@
 					<<set $slaves[$i].energy += 2>>
 				<</if>>
 			<<else>>
-				<<if $slaves[$i].preg <= 10 && $slaves[$i].preg > 3>>
+				<<if $slaves[$i].preg <= $slaves[$i].pregData.normalBirth/4 && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/13.33>>
 					The rigors of early pregnancy @@.red;reduce $his sexual appetite.@@
 					<<set $slaves[$i].energy -= 3>>
-				<<elseif ($slaves[$i].preg >= 40)>>
+				<<elseif ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth)>>
 					$He is full-term and horny as hell. $His hormones and already high libido have $him acting like $he hasn't had a good fuck in nine months.
 					<<set $slaves[$i].energy += 2>>
-				<<elseif $slaves[$i].preg > 30>>
+				<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>>
 					$His advanced pregnancy, combined with $his already high libido, has $him practically begging for sex whenever $he has a spare moment.
-				<<elseif $slaves[$i].preg > 20>>
+				<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/2>>
 					$His growing pregnancy, combined with $his already high libido, has $him always itching for some sex.
 				<</if>>
 			<</if>>
 		<</if>>
 	<</if>>
-	
+
 	<<set _oldCount = $slaves[$i].pregType>>
 	<<if $slaves[$i].preg <= 2 && $slaves[$i].broodmother == 0>>
 		<<run fetalSplit($slaves[$i], 1000)>>
@@ -3043,7 +3043,7 @@
 		<<run SetBellySize($slaves[$i])>>
 	<</if>>
 
-	<<if ($slaves[$i].preg >= 10)>>
+	<<if ($slaves[$i].preg >= $slaves[$i].pregData.normalBirth/4)>>
 		<<if ($slaves[$i].fuckdoll == 0) && ($slaves[$i].fetish != "mindbroken")>>
 			<<if $slaves[$i].career == "a dairy cow" && ($slaves[$i].devotion <= 50)>>
 				$He @@.mediumaquamarine;feels right@@ to be growing heavy with child. To $him, a growing baby means better milk.
@@ -3114,13 +3114,13 @@
 			<<elseif $slaves[$i].pregControl == "labor supressors">>
 				$His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> oddly calm; it is unlikely $he will give birth soon, despite being overdue.
 			<<elseif $slaves[$i].broodmother == 0>>
-				<<if $slaves[$i].preg > 41>>
+				<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth+1>>
 					$He is constantly beset by $his squirming child<<if $slaves[$i].pregType > 1>>ren<</if>>. They're overdue, so $he's likely to go into labor at any moment, but they aren't quite ready to leave their home.
-				<<elseif $slaves[$i].preg > 39>>
+				<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth-1 && $slaves[$i].preg > $slaves[$i].pregData.minLiveBirth>>
 					$He is constantly beset by $his squirming child<<if $slaves[$i].pregType > 1>>ren<</if>>. Given their liveliness, and how long $he has been pregnant, it is likely that $he will go into labor at any time now.
-				<<elseif $slaves[$i].preg > 38>>
+				<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth-2 && $slaves[$i].preg > $slaves[$i].pregData.minLiveBirth>>
 					$He often has to stop for breaks to soothe $his kicking child<<if $slaves[$i].pregType > 1>>ren<</if>> and to catch $his breath. $He is far enough along that $he may go into labor any day now.
-				<<elseif $slaves[$i].preg > 37>>
+				<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/-3 && $slaves[$i].preg > $slaves[$i].pregData.minLiveBirth>>
 					$He often has to stop for breaks to soothe $his kicking child<<if $slaves[$i].pregType > 1>>ren<</if>>. $He is far enough along that $he may go into early labor.
 				<</if>>
 			<<elseif $slaves[$i].broodmother > 0 && $slaves[$i].preg > 37>>
@@ -3131,7 +3131,7 @@
 				<</if>>
 			<</if>>
 			/* pregmod end */
-			<<if ($slaves[$i].preg > 20) && (random(1,100) == 69)>>
+			<<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/2) && (random(1,100) == 69)>>
 				<<if ($slaves[$i].behavioralFlaw == "none") && ($slaves[$i].behavioralQuirk == "none")>>
 					<<switch random(1,4)>>
 					<<case 1>>
@@ -3241,7 +3241,7 @@
 					<<if (($slaves[$i].boobs - $slaves[$i].boobsImplant) < _boobTarget)>>
 						$His breasts @@.lime;greatly swell@@ to meet the upcoming demand.
 						<<set $slaves[$i].boobs += 100>>
-						<<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > 32 && ($slaves[$i].breastMesh != 1) && ($slaves[$i].drugs != "sag-B-gone")>>
+						<<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.25 && ($slaves[$i].breastMesh != 1) && ($slaves[$i].drugs != "sag-B-gone")>>
 							$His immensely engorged @@.orange;breasts become saggy@@ in the last stages of $his pregnancy as $his body undergoes changes in anticipation of the forthcoming birth.
 							<<set $slaves[$i].boobShape = "saggy">>
 						<</if>>
@@ -3260,7 +3260,7 @@
 					$His breasts @@.lime;swell@@ in preparation for $his growing brood.
 					<<set $slaves[$i].boobs += 50>>
 					<<if $slaves[$i].boobShape != "saggy" && ($slaves[$i].breastMesh != 1) && ($slaves[$i].drugs != "sag-B-gone")>>
-						<<if $slaves[$i].preg > random(32,82)>>
+						<<if $slaves[$i].preg > random($slaves[$i].pregData.normalBirth/1.25, $slaves[$i].pregData.normalBirth*2.05)>>
 							$His swollen @@.orange;breasts become saggy@@ in the last stages of $his pregnancy as $his body undergoes changes in anticipation of the forthcoming birth.
 							<<set $slaves[$i].boobShape = "saggy">>
 						<</if>>
@@ -3270,21 +3270,21 @@
 				<<if random(1,100) > 80>>
 					Pregnancy @@.lime;causes $his breasts to swell somewhat.@@
 					<<set $slaves[$i].boobs += 25>>
-					<<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > random(32,100) && ($slaves[$i].breastMesh != 1) && ($slaves[$i].drugs != "sag-B-gone")>>
+					<<if $slaves[$i].boobShape != "saggy" && $slaves[$i].preg > random($slaves[$i].pregData.normalBirth/1.25, $slaves[$i].pregData.normalBirth*2.5) && ($slaves[$i].breastMesh != 1) && ($slaves[$i].drugs != "sag-B-gone")>>
 						$His @@.orange;breasts become saggy@@ in the last stages of $his pregnancy as $his body undergoes changes in anticipation of the forthcoming birth.
 						<<set $slaves[$i].boobShape = "saggy">>
 					<</if>>
 				<</if>>
 			<</if>>
-			<<if $slaves[$i].preg > 32 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 1 && $slaves[$i].hipsImplant == 0 && random(1,100) > 90>>
+			<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.25 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 1 && $slaves[$i].hipsImplant == 0 && random(1,100) > 90>>
 				$His hips @@.lime;widen@@ to better support $his gravidity.
 				<<set $slaves[$i].hips += 1>>
-			<<elseif $slaves[$i].preg > 28 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 0 && $slaves[$i].hipsImplant == 0 && random(1,100) > 70>>
+			<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.42 && $slaves[$i].physicalAge >= 18 && $slaves[$i].hips == 0 && $slaves[$i].hipsImplant == 0 && random(1,100) > 70>>
 				$His hips @@.lime;widen@@ to better support $his gravidity.
 				<<set $slaves[$i].hips += 1>>
 			<</if>>
 		<</if>>
-		<<if $slaves[$i].preg == 15>>
+		<<if $slaves[$i].preg == $slaves[$i].pregData.normalBirth/2.66>>
 			<<if $slaves[$i].pregKnown == 0>>
 				$His areolae have oddly darkened. Some cursory tests reveal @@.lime;$he is about fifteen weeks pregnant.@@
 				<<set $slaves[$i].pregKnown = 1>>
@@ -3296,12 +3296,12 @@
 				$His growing pregnancy renders $his fake belly moot.
 				<<set $slaves[$i].bellyAccessory = "none">>
 			<</if>>
-			<<if ($slaves[$i].preg > 20) && ($slaves[$i].lactation == 0)>>
+			<<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/2) && ($slaves[$i].lactation == 0)>>
 				<<if $slaves[$i].health < -20>>
 					$He's so unwell that natural lactation is unlikely.
 				<<elseif $slaves[$i].weight <= -30>>
 					$He's so skinny that natural lactation is unlikely.
-				<<elseif $slaves[$i].preg > random(18,30)>>
+				<<elseif $slaves[$i].preg > random($slaves[$i].pregData.normalBirth/2.22, $slaves[$i].pregData.normalBirth/1.33)>>
 					Pregnancy @@.lime;causes $him to begin lactating.@@
 					<<set $slaves[$i].lactation = 1>>
 				<</if>>
@@ -4372,7 +4372,7 @@
 	<</if>>
 
 	<<if $arcologies[0].FSRepopulationFocus != "unset">>
-		<<if $slaves[$i].preg > 30>>
+		<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>>
 			<<if $slaves[$i].pregType >= 20>>
 				Society is @@.green;very pleased@@ at $slaves[$i].slaveName's dedication to pregnancy.
 				<<= FSChangePorn("Repopulationist", 5)>>
@@ -4471,7 +4471,7 @@
 				<<= FSChangePorn("Eugenics", 3)>>
 			<</if>>
 		<<else>>
-			<<if $slaves[$i].preg > 30>>
+			<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>>
 				<<if $slaves[$i].pregType >= 10>>
 					Society is @@.red;furious@@ at $slaves[$i].slaveName's infested womb.
 					<<= FSChangePorn("Eugenics", -10)>>
@@ -5011,7 +5011,7 @@
 	<<if _visionFlag == -1>>
 		<<if $slaves[$i].hears == -2>>
 			<<if $slaves[$i].devotion > 50>>
-				Since $he is also deaf, $he begins to @@.mediumaquamarine;rely@@ on you to give $him the feedback $his body does can not.
+				Since $he is also deaf, $he begins to @@.mediumaquamarine;rely@@ on you to give $him the feedback $his body does cannot.
 				<<set $slaves[$i].trust += 3>>
 			<<elseif $slaves[$i].devotion > 20>>
 				Since $he is also deaf, $he becomes @@.hotpink;very reliant@@ on you, but also begins to @@.mediumaquamarine;trust@@ you to convery what $his body does not.
@@ -6301,7 +6301,7 @@
 		The mesh implanted into the walls of $his uterus is nearing its limit and @@.red;beginning to strangle@@ the organ it is meant to support. While it is still structurally sound, it can only expand so much before failing.
 		<<set $slaves[$i].health -= 15>>
 	<</if>>
-	
+
 	<<if $seeExtreme == 1 && $dangerousPregnancy == 1 && (($slaves[$i].belly > ($slaves[$i].pregAdaptation*3200)) || $slaves[$i].bellyPreg > 600000) && $slaves[$i].bellyPreg >= 100000>>
 		<<if $slaves[$i].assignment == "get treatment in the clinic">>
 			<<if $Nurse.ID > 0>>
@@ -6310,10 +6310,10 @@
 				Automatic monitors in $clinicName detected critical pressure and called junior medical staff. They managed to hold $him together, for now; @@.red;$his womb is breaking!@@
 			<</if>>
 		<<elseif $slaves[$i].assignment == "work in the dairy" && $dairyPregSetting == 3>>
-			Automatic monitors in $his harnass detected $his womb has reached critical mass and applied a special adaptive belly corset to hold @@.red;$his breaking womb@@ together.
+			Automatic monitors in $his harness detected $his womb has reached critical mass and applied a special adaptive belly corset to hold @@.red;$his breaking womb@@ together.
 		<</if>>
 	<</if>>
-	
+
 	/*body inconvenience*/
 	<<if $slaves[$i].fuckdoll != 0 && $slaves[$i].fetish != "mindbroken">>
 		<<set _belly = bellyAdjective($slaves[$i])>>
@@ -6366,7 +6366,7 @@
 					$He finds dragging it along @@.mediumorchid;mildly annoying.@@
 					<<set $slaves[$i].devotion -= 1>>
 				<<else>>
-					While it is quite a nuisance, your will outways $his opinions.
+					While it is quite a nuisance, your will outweighs $his opinions.
 				<</if>>
 			<<elseif $slaves[$i].belly >= 120000>>
 				<<if canWalk($slaves[$i])>>
@@ -6377,7 +6377,7 @@
 						things, leaving $him @@.mediumorchid;overly frustrated@@ and moody by the end of the day.
 						<<set $slaves[$i].devotion -= 4>>
 					<<else>>
-						things, but accepts this is the life you have choosen for $him.
+						things, but accepts this is the life you have chosen for $him.
 					<</if>>
 				<</if>>
 			<<elseif $slaves[$i].belly >= 60000>>
@@ -6446,7 +6446,7 @@
 				<<if canWalk($slaves[$i])>>
 					$His _belly belly juts out heavily from $his
 					<<if $slaves[$i].sexualFlaw == "breeder" && $slaves[$i].preg > 0>>
-						frame, but being so full of life is wondorous to $him.
+						frame, but being so full of life is wondrous to $him.
 					<<elseif $slaves[$i].devotion <= 50>>
 						frame causing $him @@.mediumorchid;frustration@@ as $he frequently bumps things with it.
 						<<set $slaves[$i].devotion -= 2>>
@@ -6496,7 +6496,7 @@
 				<<if canWalk($slaves[$i])>>
 					$His _belly belly juts out heavily from $his
 					<<if $slaves[$i].sexualFlaw == "breeder" && $slaves[$i].preg > 0>>
-						frame, but being so full of life is wondorous to $him.
+						frame, but being so full of life is wondrous to $him.
 					<<elseif $slaves[$i].devotion <= 50>>
 						frame causing $him @@.mediumorchid;frustration@@ as $he frequently bumps things with it.
 						<<set $slaves[$i].devotion -= 2>>
@@ -6623,7 +6623,7 @@
 /*
 <<if $masterSuitePregnancySlaveLuxuries == 1 && $slaves[$i].broodmother == 2 && ($slaves[$i].assignment == "serve in the master suite" || $slaves[$i].assignment == "be your Concubine")>>
 	<<if $slaves[$i].diet != "high caloric">>
-		<<if $slaves[$i].preg > 20>>
+		<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/2>>
 			The pregnancy generator places heavy strain on $him as $his body @@.red;consumes itself@@ to keep releasing eggs and maintain $his many developing babies.
 			<<set $slaves[$i].health -= 1>>
 			<<if $slaves[$i].weight lt -2>>
@@ -7229,7 +7229,7 @@
 <</if>>
 
 <<if $slaves[$i].breedingMark == 1 && $propOutcome == 1 && $eugenicsFullControl != 1>>
-	<<if $slaves[$i].preg > 3 || $slaves[$i].pregKnown == 1>>
+	<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/13.33 || $slaves[$i].pregKnown == 1>>
 		<<if $slaves[$i].pregSource != -1>>
 			$slaves[$i].slaveName's weekly health checkup revealed $he is pregnant with an unacceptable child. @@.red;Its life has been terminated, you have been fined <<print cashFormat(100000)>>, and your rep among the Elite has been severely damaged.@@
 			<<set $slaves[$i].preg = 0>>
@@ -7252,14 +7252,14 @@
 <</if>>
 
 /*--------------- main labor triggers: -------- */
-<<if $slaves[$i].preg > 5>>
+<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/8>>
 	<<if $slaves[$i].pregControl != "labor supressors" && $slaves[$i].assignment != "labor in the production line">>
 		<<if $slaves[$i].broodmother < 1>>
-			<<if WombBirthReady($slaves[$i], 43) > 0>> /*check for really ready fetuses - 43 weeks - max, overdue*/
+			<<if WombBirthReady($slaves[$i], $slaves[$i].pregData.normalBirth*1.075) > 0>> /*check for really ready fetuses - 43 weeks - max, overdue*/
 				<<set $slaves[$i].labor = 1, $birthee = 1>>
-			<<elseif WombBirthReady($slaves[$i], 40) > 0 && (random(1,100) > 50)>> /*check for really ready fetuses - 40 weeks - normal*/
+			<<elseif WombBirthReady($slaves[$i], $slaves[$i].pregData.normalBirth) > 0 && (random(1,100) > 50)>> /*check for really ready fetuses - 40 weeks - normal*/
 				<<set $slaves[$i].labor = 1, $birthee = 1>>
-			<<elseif WombBirthReady($slaves[$i], 36) > 0 && (random(1,100) > 90)>> /*check for really ready fetuses - 36 weeks minimum */
+			<<elseif WombBirthReady($slaves[$i], $slaves[$i].pregData.normalBirth/1.1111) > 0 && (random(1,100) > 90)>> /*check for really ready fetuses - 36 weeks minimum */
 				<<set $slaves[$i].labor = 1, $birthee = 1>>
 			<</if>>
 		<<else>>
@@ -7316,19 +7316,19 @@
 			<<set _miscarriageChance = Math.round(_miscarriageChance)>>
 			<<if _miscarriageChance > random(0,100)>>
 				<<set _chance = random(1,100)>>
-				<<if $slaves[$i].preg >= 30>>
+				<<if $slaves[$i].preg >= $slaves[$i].pregData.normalBirth/1.33>>
 					<<set $slaves[$i].labor = 1, $birthee = 1>>
 					<<set _miscarriage = 1>>
-				<<elseif $slaves[$i].preg > 27>>
+				<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.48>>
 					<<set $slaves[$i].labor = 1, $slaves[$i].prematureBirth = 1, $birthee = 1>>
 					<<set _miscarriage = 1>>
-				<<elseif $slaves[$i].preg > 25 && _chance > 10>>
+				<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.6 && _chance > 10>>
 					<<set $slaves[$i].labor = 1, $slaves[$i].prematureBirth = 1, $birthee = 1>>
 					<<set _miscarriage = 1>>
-				<<elseif $slaves[$i].preg > 23 && _chance > 40>>
+				<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.73 && _chance > 40>>
 					<<set $slaves[$i].labor = 1, $slaves[$i].prematureBirth = 1, $birthee = 1>>
 					<<set _miscarriage = 1>>
-				<<elseif $slaves[$i].preg > 22 && _chance > 75>>
+				<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.81 && _chance > 75>>
 					<<set $slaves[$i].labor = 1, $slaves[$i].prematureBirth = 1, $birthee = 1>>
 					<<set _miscarriage = 1>>
 				<<else>>
diff --git a/src/uncategorized/saRecruitGirls.tw b/src/uncategorized/saRecruitGirls.tw
index 443a7b9f5fae2e0c1e2fc26d35e7d68adcf4d947..6b4b29f796c0e2d271a9616095afb7ae154fca9e 100644
--- a/src/uncategorized/saRecruitGirls.tw
+++ b/src/uncategorized/saRecruitGirls.tw
@@ -315,7 +315,7 @@
 		<</if>>
 	<<elseif $recruiterTarget == "expectant mothers">> /* now you can ginger too */
 		<<if (($Recruiter.belly >= 1500 || setup.fakeBellies.includes($bellyAccessory) && $Recruiter.weight < 130) || $Recruiter.belly >= 100000)>>
-			<<if $Recruiter.preg > 5>>
+			<<if $Recruiter.preg > $Recruiter.pregData.normalBirth/8>>
 				Since $he's visibly pregnant $himself, $he speaks with authority when $he says that Free Cities medicine can keep them and their pregnancies safe and healthy.
 			<<else>>
 				Since $he looks visibly pregnant, $he's more convincing when $he says that Free Cities medicine can keep them and their pregnancies safe and healthy.
@@ -520,7 +520,7 @@
 		<</if>>
 	<</if>>
 	<<if $arcologies[0].FSRepopulationFocus != "unset">>
-		<<if $slaves[$i].preg > 30>>
+		<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>>
 			<<if $slaves[$i].pregType >= 30>>
 				<<set _seed += 5>>
 			<<elseif $slaves[$i].pregType >= 10>>
@@ -529,7 +529,7 @@
 				<<set _seed += 3>>
 			<</if>>
 			<<set _FSmatch++, $arcologies[0].FSRepopulationFocus += 0.01*$FSSingleSlaveRep>>
-		<<elseif $slaves[$i].preg > 20>>
+		<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/2>>
 			<<if $slaves[$i].pregType >= 30>>
 				<<set _seed += 4>>
 			<<elseif $slaves[$i].pregType >= 10>>
@@ -732,9 +732,9 @@
 			<</if>>
 		<</if>>
 		<<if $arcologies[0].FSRepopulationFocus != "unset">>
-			<<if $slaves[$i].preg > 30>>
+			<<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33>>
 				$He makes a habit of allowing the public to fondle and enjoy the movements within $his baby filled belly.
-			<<elseif $slaves[$i].preg > 15>>
+			<<elseif $slaves[$i].preg > $slaves[$i].pregData.normalBirth/2.66>>
 				$He makes a habit of allowing the public to fondle and enjoy baby rounded belly.
 			<<elseif $slaves[$i].births > 0>>
 				Any time $he stars in an erotic photo shoot, $he always makes sure to follow up with a, hopefully positive, pregnancy test. Though $he makes sure to hype up $his viewers to sign up to be the one to knock $him up should it come up negative.
diff --git a/src/uncategorized/saWorkTheFarm.tw b/src/uncategorized/saWorkTheFarm.tw
index 1b9fc6c4a983b38ad7ca46de9eb0977718ac187c..74fb6ac9d30902a62b83b6a2fb137f2d9bf9b16f 100644
--- a/src/uncategorized/saWorkTheFarm.tw
+++ b/src/uncategorized/saWorkTheFarm.tw
@@ -88,7 +88,7 @@ gets milked this week.
 	<</if>>
 	<</if>>
 
-	<<if ($slaves[$i].preg > 5) && ($slaves[$i].pregKnown == 1)>>
+	<<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/8) && ($slaves[$i].pregKnown == 1)>>
 		$His pregnancy helps $his body produce more milk naturally<<if $slaves[$i].lactationAdaptation < 100>>, and also helps it adapt to milk production<<set $slaves[$i].lactationAdaptation += 1>><</if>>.
 	<</if>>
 
diff --git a/src/uncategorized/seCoursingRace.tw b/src/uncategorized/seCoursingRace.tw
index 8c05bb90622d7e35abdb57814eec6d9024d102ab..235423522e37b85bde29fb7cc8c58dde50e9ad7a 100644
--- a/src/uncategorized/seCoursingRace.tw
+++ b/src/uncategorized/seCoursingRace.tw
@@ -84,7 +84,7 @@ You place your hand on the leash's quick release and <<if canHear($Lurcher)>>whi
 	As you watch $him go, $his testicles smack into $his thigh, and $he gasps with pain.
 	<<set _LurcherSpeed -= 1>>
 <</if>>
-<<if $Lurcher.preg >= 40>>
+<<if $Lurcher.preg >= $Lurcher.pregData.normalBirth>>
 	$He seems terrified that $his water might break if $he tried to move too fast.
 	<<set _LurcherSpeed -= 10>>
 <<elseif $Lurcher.belly >= 120000>>
diff --git a/src/uncategorized/seIndependenceDay.tw b/src/uncategorized/seIndependenceDay.tw
index 38da5d2e957d174afbe9fbc29b265ccc59bf7c0a..009f0a6e9b92b36be21a8e8af6057bce75110ee3 100644
--- a/src/uncategorized/seIndependenceDay.tw
+++ b/src/uncategorized/seIndependenceDay.tw
@@ -2,6 +2,8 @@
 
 <<set $nextLink = "Scheduled Event", $nextButton = "Continue", $independenceDay = 0>>
 
+<<setPlayerPronouns>>
+
 Independence Day is this week.
 <br><br>
 In the Free Cities, Independence Day falls on the day when the Free City achieved its de facto freedom from the laws of the old world. In most of the Free Cities, including yours, this was an unspectacular event that involved a lot of signing of contracts and not much storming of bastions. Nevertheless, this is the anniversary of the day that this tiny patch of earth became truly free, and its inhabitants became free to exercise their dominion over the freedom of others. It will pass unnoticed and uncelebrated unless you take action to make it special.
@@ -15,81 +17,49 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve
 	<<if $arcologies[0].FSChattelReligionistLaw == 1>>
 		the Prophet's word always receives complete attention on the rare occasions that it is publicly given.
 	<<elseif $arcologies[0].FSRestart >= $FSLockinLevel*0.9>>
-		such an esteemed member of the Societal Elite can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		such an esteemed member of the Societal Elite can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSChattelReligionist >= $FSLockinLevel*0.9>>
-		the Keeper of the Blade and Chalice can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		the Keeper of the Blade and Chalice can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSRomanRevivalist >= $FSLockinLevel*0.9>>
-		the First Consul can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		the First Consul can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSAztecRevivalist >= $FSLockinLevel*0.9>>
 		the Head <<if $PC.title == 1>>Priest<<else>>Priestess<</if>> may demand unwavering faith and sacrifice for the honor of the gods.
 	<<elseif $arcologies[0].FSEgyptianRevivalist >= $FSLockinLevel*0.9>>
-		<<if $PC.title == 1>>
-		the Living God can command complete attention from his arcology the moment he wishes.
-		<<else>>
-		the Living Goddess can command complete attention from her arcology the moment she wishes.
-		<</if>>
+		the Living <<if $PC.title == 1>>God<<else>>Goddess<</if>> can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSEdoRevivalist >= $FSLockinLevel*0.9>>
-		<<if $PC.title == 1>>
-		the Emperor and Descendant of Amaterasu can command complete attention from his arcology the moment he wishes.
-		<<else>>
-		the Amaterasu Reborn can command complete attention from her arcology the moment she wishes.
-		<</if>>
+		the <<if $PC.title == 1>>Emperor and Descendant of Amaterasu<<else>>Amaterasu Reborn<</if>> can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSArabianRevivalist >= $FSLockinLevel*0.9>>
-		<<if $PC.title == 1>>
-		the Caliph can command complete attention from his arcology the moment he wishes.
-		<<else>>
-		the Handmaiden of Allah can command complete attention from her arcology the moment she wishes.
-		<</if>>x
+		the <<if $PC.title == 1>>Caliph<<else>>Handmaiden of Allah<</if>> can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSChineseRevivalist >= $FSLockinLevel*0.9>>
-		<<if $PC.title == 1>>
-		the Emperor and Holder of the Mandate of Heaven can command complete attention from his arcology the moment he wishes.
-		<<else>>
-		the Empress and Holder of the Mandate of Heaven can command complete attention from her arcology the moment she wishes.
-		<</if>>
+		the <<if $PC.title == 1>>Emperor<<else>>Empress<</if>> and Holder of the Mandate of Heaven can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSSupremacist >= $FSLockinLevel*0.9>>
-		the Grand Champion of the Blood can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		the Grand Champion of the Blood can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSSubjugationist >= $FSLockinLevel*0.9>>
-		the Grand Overseer of the Inferior Race can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		the Grand Overseer of the Inferior Race can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSRepopulationFocus >= $FSLockinLevel*0.9>>
-		<<if $PC.title == 1>>
-		the Progenitor of the Future can command complete attention from his arcology the moment he wishes.
-		<<else>>
-		the Midwife of the Future can command complete attention from her arcology the moment she wishes.
-		<</if>>
+		the <<if $PC.title == 1>>Progenitor<<else>>Midwife<<.if>> of the Future can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSGenderRadicalist >= $FSLockinLevel*0.9>>
-		the Buttfucker of All Slaves can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		the Buttfucker of All Slaves can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.9>>
-		<<if $PC.title == 1>>
-		the Father to the City can command complete attention from his arcology the moment he wishes.
-		<<else>>
-		the Mother to the City can command complete attention from her arcology the moment she wishes.
-		<</if>>
+		the <<if $PC.title == 1>>Father<<else>>Mother<</if>> to the City can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSPaternalist >= $FSLockinLevel*0.9>>
-		<<if $PC.title == 1>>
-		the Protector to All Slaves can command complete attention from his arcology the moment he wishes.
-		<<else>>
-		the Protectrix to All Slaves can command complete attention from her arcology the moment she wishes.
-		<</if>>
+		the <<if $PC.title == 1>>Protector<<else>>Protectrix<</if>> to All Slaves can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSDegradationist >= $FSLockinLevel*0.9>>
-		the Holder of the Rod and the Lash can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		the Holder of the Rod and the Lash can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSBodyPurist >= $FSLockinLevel*0.9>>
-		the Purifier of the Breasts can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		the Purifier of the Breasts can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSAssetExpansionist >= $FSLockinLevel*0.9>>
-		the Expander of the Breasts can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		the Expander of the Breasts can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSPastoralist >= $FSLockinLevel*0.9>>
-		<<if $PC.title == 1>>
-		the Master of Stock can command complete attention from his arcology the moment he wishes.
-		<<else>>
-		the Mistress of Stock can command complete attention from her arcology the moment she wishes.
-		<</if>>
+		the <<if $PC.title == 1>>Master<<else>>Mistress<</if>> of Stock can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSPhysicalIdealist >= $FSLockinLevel*0.9>>
-		the beloved of Brodin can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		the beloved of Brodin can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSMaturityPreferentialist >= $FSLockinLevel*0.9>>
-		the Grand Preserver of MILFS can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		the Grand Preserver of MILFS can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSYouthPreferentialist >= $FSLockinLevel*0.9>>
-		the Keeper of the Magnificent Young Harem can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		the Keeper of the Magnificent Young Harem can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSChattelReligionist >= $FSLockinLevel*0.6>>
-		as the Champion of the Faith can command complete attention from <<if $PC.title == 1>>his arcology the moment he<<else>>her arcology the moment she<</if>> wishes.
+		as the Champion of the Faith can command complete attention from _hisP arcology the moment _heP wishes.
 	<<elseif $arcologies[0].FSRomanRevivalist >= $FSLockinLevel*0.6>>
 		as the Aedile, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
 	<<elseif $arcologies[0].FSAztecRevivalist >= $FSLockinLevel*0.6>>
@@ -99,17 +69,9 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve
 	<<elseif $arcologies[0].FSEdoRevivalist >= $FSLockinLevel*0.6>>
 		as the Shogun, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
 	<<elseif $arcologies[0].FSArabianRevivalist >= $FSLockinLevel*0.6>>
-		<<if $PC.title == 1>>
-		as the Sultan, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
-		<<else>>
-		as the Sultana, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
-		<</if>>
+		as the Sultan<<if $PC.title != 1>>a<</if>>, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
 	<<elseif $arcologies[0].FSChineseRevivalist >= $FSLockinLevel*0.6>>
-		<<if $PC.title == 1>>
-		as the Emperor, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
-		<<else>>
-		as the Empress, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
-		<</if>>
+		as the <<if $PC.title == 1>>Emperor<<else>>Empress<</if>>, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
 	<<elseif $arcologies[0].FSSupremacist >= $FSLockinLevel*0.6>>
 		as the Champion of the Blood, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
 	<<elseif $arcologies[0].FSSubjugationist >= $FSLockinLevel*0.6>>
@@ -119,11 +81,7 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve
 	<<elseif $arcologies[0].FSGenderFundamentalist >= $FSLockinLevel*0.6>>
 		as the Defender of Women, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
 	<<elseif $arcologies[0].FSPaternalist >= $FSLockinLevel*0.6>>
-		<<if $PC.title == 1>>
-		as the Benefactor of Slaves, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
-		<<else>>
-		as the Benefactrix of Slaves, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
-		<</if>>
+		as the <<if $PC.title == 1>>Benefactor<<else>>Benefactrix<</if>> of Slaves, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
 	<<elseif $arcologies[0].FSDegradationist >= $FSLockinLevel*0.6>>
 		as the Subduer of Slaves, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
 	<<elseif $arcologies[0].FSBodyPurist >= $FSLockinLevel*0.6>>
@@ -133,17 +91,9 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve
 	<<elseif $arcologies[0].FSPastoralist >= $FSLockinLevel*0.6>>
 		as the Rancher, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
 	<<elseif $arcologies[0].FSPhysicalIdealist >= $FSLockinLevel*0.6>>
-		<<if $PC.title == 1>>
-		as he of the godlike Body, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
-		<<else>>
-		as she of the godlike Body, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
-		<</if>>
+		as _HeP of the Godlike Body, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
 	<<elseif $arcologies[0].FSHedonisticDecadence >= $FSLockinLevel*0.6>>
-		<<if $PC.title == 1>>
-		as the Master of Softness, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
-		<<else>>
-		as the Lady of Softness, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
-		<</if>>
+		as the <<if $PC.title == 1>>Master<<else>>Lady<</if>> of Softness, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
 	<<elseif $arcologies[0].FSMaturityPreferentialist >= $FSLockinLevel*0.6>>
 		as the Fucker of MILFS, you command enough respect that your citizens will listen to you so long as you do not abuse the privilege.
 	<<elseif $arcologies[0].FSYouthPreferentialist >= $FSLockinLevel*0.6>>
diff --git a/src/uncategorized/seLethalPit.tw b/src/uncategorized/seLethalPit.tw
index 3511ec0871d36a82f26c48ff8ae7d85ddb6cebfe..ae85c439d8d029d50681d100fc71e3e0c60b8607 100644
--- a/src/uncategorized/seLethalPit.tw
+++ b/src/uncategorized/seLethalPit.tw
@@ -165,7 +165,7 @@ You review the rules - the <<if $pitAnimal == 0>>combatants<<else>>slave<</if>>
 <</if>>
 <<if _fighterOne.labor == 1>>
 	She's feeling labor pains. Her child<<if _fighterOne.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious to the fact that it will mean the death of <<if _fighterOne.pregType > 1>>their<<else>>its<</if>> mother.
-<<elseif _fighterOne.preg >= 40 && _fighterOne.pregControl != "labor supressors">>
+<<elseif _fighterOne.preg >= _fighterOne.pregData.normalBirth && _fighterOne.pregControl != "labor supressors">>
 	She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight.
 <</if>>
 
@@ -317,7 +317,7 @@ You review the rules - the <<if $pitAnimal == 0>>combatants<<else>>slave<</if>>
 	<</if>>
 	<<if _fighterTwo.labor == 1>>
 		She's feeling labor pains. Her child<<if _fighterTwo.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will mean the death of <<if _fighterTwo.pregType > 1>>their<<else>>its<</if>> mother.
-	<<elseif _fighterTwo.preg >= 40 && _fighterTwo.pregControl != "labor supressors">>
+	<<elseif _fighterTwo.preg >= _fighterTwo.pregData.normalBirth && _fighterTwo.pregControl != "labor supressors">>
 		She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight.
 	<</if>>
 
diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw
index 0830e38cbeba55f9dbad882287badd6fd96caf07..8074c136bae64c430527b46f5425c28561beec83 100644
--- a/src/uncategorized/seNonlethalPit.tw
+++ b/src/uncategorized/seNonlethalPit.tw
@@ -153,7 +153,7 @@
 	<</if>>
 	<<if _fighterOne.labor == 1>>
 		She's feeling labor pains. Her child<<if _fighterOne.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will put <<if _fighterOne.pregType > 1>>their<<else>>its<</if>> mother at the mercy of her opponent.
-	<<elseif _fighterOne.preg >= 40 && _fighterOne.pregControl != "labor supressors">>
+	<<elseif _fighterOne.preg >= _fighterOne.pregData.normalBirth && _fighterOne.pregControl != "labor supressors">>
 		She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight.
 	<</if>>
 
@@ -293,7 +293,7 @@
 	<</if>>
 	<<if _fighterTwo.labor == 1>>
 		She's feeling labor pains. Her child<<if _fighterTwo.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will put <<if _fighterTwo.pregType > 1>>their<<else>>its<</if>> mother at the mercy of her opponent.
-	<<elseif _fighterTwo.preg >= 40 && _fighterTwo.pregControl != "labor supressors">>
+	<<elseif _fighterTwo.preg >= _fighterTwo.pregData.normalBirth && _fighterTwo.pregControl != "labor supressors">>
 		She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight.
 	<</if>>
 
diff --git a/src/uncategorized/seRaiding.tw b/src/uncategorized/seRaiding.tw
index e7dbef613a1455f561a137b077787f3c12d833ff..affef0f5aeb09025bce34fa8cb49f006e2cc2384 100644
--- a/src/uncategorized/seRaiding.tw
+++ b/src/uncategorized/seRaiding.tw
@@ -658,7 +658,7 @@ The $origin is the primary target of the raid. They're $activeSlave.race.
 	Their balls are likely to hurt while running, enough to slow them down.
 	<<set $targetEscape -= 1>>
 <</if>>
-<<if $activeSlave.preg >= 39>>
+<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth-1>>
 	Their ripe pregnant belly is very likely to preclude them from escaping without help at all. All it takes is their water breaking to practically doom their flight.
 	<<set $targetEscape -= 10>>
 <<elseif $activeSlave.belly >= 60000>>
diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index d8e5dc8f92e9ce462e165518e97992c1d74f5a54..3e26fb8f8da1015ef8a88668b1c2361d783f05a4 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -173,7 +173,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 	<</if>>
 	my appraisals are based on a slave's potential income as a prostitute, with modifiers for special characteristics. I have appraised your slave, and I have found the following.
 <<case "priestess">>
-	a holy woman ordained to provide this service, wears a white surplice that covers her hair and a long white dress - but since she is a priestess of the new religion, not one of the old faiths, the ensemble also includes a white leather corset, chased with gold, that displays her breasts magnificently. It's easy to tell she's no slave, though, since her nipples are covered. She accepts your gaze with a smile, and assumes a straight-backed recitation posture. "Book of the Slaver, Chapter Seven: the Appraisal, Verse Six. The appraiser shall value a slave based on $his income as a whore, with allowances for special qualities, which $he shall disclose to the Owner. Amen." She turns to her work, and then adopts her recitation posture again.
+	a holy woman ordained to provide this service, wears a white surplice that covers her hair and a long white dress - but since she is a priestess of the new religion, not one of the old faiths, the ensemble also includes a white leather corset, chased with gold<<if $arcologies[0].FSRepopulationFocusLaw == 1>> and loosened to accommodate her rounded middle<</if>>, that displays her breasts magnificently. It's easy to tell she's no slave, though, since her nipples are covered. She accepts your gaze with a smile, and assumes a straight-backed recitation posture. "Book of the Slaver, Chapter Seven: the Appraisal, Verse Six. The appraiser shall value a slave based on $his income as a whore, with allowances for special qualities, which $he shall disclose to the Owner. Amen." She turns to her work, and then adopts her recitation posture again.
 	<<if def $PC.customTitle>>
 		"$PC.customTitle,
 	<<else>>
@@ -193,7 +193,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 <<case "futa">>
 	a curvy, middle aged, and quite attractive woman wearing a tank top and yoga pants, greets you cheerfully and turns to the slave. As she does, you can't help but notice that the yoga pants make it obvious she has a penis almost as long as one of her forearms. She makes notes on a tablet, flipping through videos that display the slave in action as she works. "<<if def $PC.customTitle>><<print $PC.customTitle>><<elseif $PC.title == 1>>Sir<<else>>Madame<</if>>, I'm, like, sorry to have to say this to you since I know you know it better than I do, but it's the script, you know? Anyway appraisals are based on a slave's potential performance as a public slut, with modifiers for special characteristics." She makes notes. "I'll just mention the significant ones.
 <<case "businesswoman">>
-	an older businesswoman with a reputation for correctness, gives you a prim nod before turning to the nude slave without wasting further time. She deftly makes notes on a haptic wrist interface, flipping through videos of the slave in action as she works. "As I'm sure you know, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>sir<<else>>madam<</if>>," she says as she uses curt instructions to direct $activeSlave.slaveName, "appraisals are based on a slave's potential income as a prostitute, with modifiers for special characteristics." Her fingers fly across the interface. "I'll just mention the significant ones.
+	an older<<if $arcologies[0].FSRepopulationFocusLaw == 1>>, slightly pregnant<</if>> businesswoman with a reputation for correctness gives you a prim nod before turning to the nude slave without wasting further time. She deftly makes notes on a haptic wrist interface, flipping through videos of the slave in action as she works. "As I'm sure you know, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>sir<<else>>madam<</if>>," she says as she uses curt instructions to direct $activeSlave.slaveName, "appraisals are based on a slave's potential income as a prostitute, with modifiers for special characteristics." Her fingers fly across the interface. "I'll just mention the significant ones.
 <<case "slaver">>
 	a scarred old slaver with calloused hands and a knowing face, greets you in his companionable way before clapping his hands together and turning to the slave. He switches back and forth between the <<print $girl>>s and a battered old tablet with video proving $his skills. "Well, as you know <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>suh<<else>>ma'am<</if>>," he says as he firmly repositions $activeSlave.slaveName, "appraisals are based on a slave's potential income as a whore, with modifiers for special things." He pauses, prodding the tablet. "I'll just mention the main items.
 <<default>>
@@ -395,7 +395,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 		That belly is all child? Incredible. Such fertility will price $him very high, the global market being what it is.
 	<<elseif ($activeSlave.bellyPreg >= 120000)>>
 		Such a massive pregnancy demands a high value, the global market being what it is.
-	<<elseif ($activeSlave.preg > 10)>>
+	<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>>
 		The advanced pregnancy adds a little value, the global market being what it is.
 	<</if>>
 <<elseif $arcologies[0].FSRestartSMR != 0>>
@@ -405,7 +405,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 		That belly is all child? How horrible. $He'd make a better example of the horrors of pregnancy than a sex slave.
 	<<elseif ($activeSlave.bellyPreg >= 30000)>>
 		What a disgusting creature, that filth inside $him will destroy $his value.
-	<<elseif ($activeSlave.preg > 10)>>
+	<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>>
 		What a waste, if $he weren't pregnant, $he might be worth something.
 	<</if>>
 <<else>>
@@ -415,7 +415,7 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 		Such an obscene and life threatening display of fertility will turn off most buyers and considerably damage $his value, the global market being what it is.
 	<<elseif ($activeSlave.bellyPreg >= 120000)>>
 		Such a massive and dangerous pregnancy removes some value, the global market being what it is.
-	<<elseif ($activeSlave.preg > 10)>>
+	<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>>
 		The advanced pregnancy removes a little value, the global market being what it is.
 	<</if>>
 <</if>>
@@ -651,27 +651,27 @@ A reputable slave appraiser arrives promptly to inspect $him and certify $his qu
 <</if>>
 
 <<switch _appraiser>>
-	<<case"roman">>
+	<<case "roman">>
 		That is all." He rolls his screen-scroll up and tucks it into his toga, and nods. "A pleasure."
-	<<case"aztec">>
+	<<case "aztec">>
 		That's all. Thank you." She turns to go, her long cape swiveling in the air, showing a glimpse of her <<if $arcologies[0].FSRepopulationFocusLaw == 1>>fecund<<else>>pleasant<</if>> figure.
-	<<case"egyptian">>
+	<<case "egyptian">>
 		That's all. Thank you for this delightful opportunity." She turns to go, but turns again in the doorway to offer another deep bow, this one so low that her linen dress discloses just a hint of her dimpled rear.
-	<<case"edo">>
+	<<case "edo">>
 		That is all. Thank you." She performs a perfect bow and retreats.
-	<<case"arabian">>
+	<<case "arabian">>
 		That is all. She may fetch a fine price, if the Almighty will it." He bows deeply and backs out the door.
-	<<case"chinese">>
+	<<case "chinese">>
 		That is all." She bows and backs out the door.
-	<<case"priestess">>
+	<<case "priestess">>
 		Amen." She forms a holy symbol with her hands, kneels before you to bow so low that her cleavage presses against the floor, and retreats.
-	<<case"futa">>
+	<<case "futa">>
 		That's all. Thanks! Cute $girl." She goes, but pauses in the doorway to give you a little wave.
-	<<case"Elite">>
+	<<case "Elite">>
 		That's all. <<if $PC.dick == 1>>See you around! Have to have a few other guy's kids before we can have some more fun, but I'll keep you in mind!<<else>>See you around, we'll have to go drinking after I'm done sometime!<</if>>" She waves, as she leaves.
-	<<case"businesswoman">>
+	<<case "businesswoman">>
 		That will be all. Thank you, and good day." She bows curtly and goes.
-	<<case"slaver">>
+	<<case "slaver">>
 		That's all I've got for you, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title == 1>>suh<<else>>ma'am<</if>>, thank you kindly." He offers a genteel bow and leaves.
 	<<default>>
 		And that is all. Thank you." He nods in a businesslike fashion and departs.
@@ -736,7 +736,7 @@ __Bids Received__
 <<elseif ($activeSlave.boobs > 2000) && (random(1,100) > 80)>>
 	<br>''<<print cashFormat(_Price)>>'' from a citizen with an obvious breast expansion fetish.
 	<<set _NewOwner = 1>>
-<<elseif ($activeSlave.preg > 20) && ($activeSlave.lactation == 1) && (random(1,100) > 80)>>
+<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/2) && ($activeSlave.lactation == 1) && (random(1,100) > 80)>>
 	<br>''<<print cashFormat(_Price)>>'' from a citizen who pays obsessive attention to $his gravid belly and naturally lactating breasts.
 	<<set _NewOwner = 1>>
 <<elseif ($activeSlave.ovaries == 1) && ($activeSlave.physicalAge < 25) && (random(1,100) > 80)>>
@@ -856,7 +856,7 @@ __Bids Received__
 
 <<if $seePreg != 0>>
 <<if $seeHyperPreg == 1 && $seeExtreme == 1>>
-<<if $activeSlave.preg > 20>>
+<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>
 <<if $activeSlave.bellyPreg >= 300000>>
 	<<if random(1,100) > 60>>
 	<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.05)/500))>>'' from a group that takes pleasure in performing abortions on live TV.
@@ -1795,12 +1795,12 @@ __Bids Received__
 			<<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>>
 		<</if>>
 	<<case "lusty preggos">>
-		<<if $activeSlave.preg > 10 && $activeSlave.energy > 50>>
+		<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4 && $activeSlave.energy > 50>>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
 			<<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>>
 		<</if>>
 	<<case "baby obsessed breeders">>
-		<<if $activeSlave.preg > 10 && $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw == "breeder">>
+		<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4 && $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw == "breeder">>
 			<br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes.
 			<<link "Accept bid" "Slave Sold">><<set $cash += 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><</link>>
 		<</if>>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index f748d92ed030f49ad90f4cf1c9203771f070f1af..766bb4fd78d1779f1e893759e2013190d4ef63a1 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -578,7 +578,7 @@
 	<<if $activeSlave.fuckdoll == 0>> /* NON-FUCKDOLL FACILITIES */
 
 	<<if $clinic != 0>>
-		<<if $clinic > $clinicSlaves && ($activeSlave.health < 20 || ($Nurse != 0 && (($activeSlave.chem > 15 && $clinicUpgradeFilters == 1) || ($bellyImplants == 1 && $activeSlave.bellyImplant > -1) || ($activeSlave.pregKnown == 1 && ($clinicSpeedGestation >= 0 || $activeSlave.pregControl == "speed up")) || ($activeSlave.pregAdaptation*1000 < $activeSlave.bellyPreg || $activeSlave.preg > 30))))>>
+		<<if $clinic > $clinicSlaves && ($activeSlave.health < 20 || ($Nurse != 0 && (($activeSlave.chem > 15 && $clinicUpgradeFilters == 1) || ($bellyImplants == 1 && $activeSlave.bellyImplant > -1) || ($activeSlave.pregKnown == 1 && ($clinicSpeedGestation >= 0 || $activeSlave.pregControl == "speed up")) || ($activeSlave.pregAdaptation*1000 < $activeSlave.bellyPreg || $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33))))>>
 			[[Clinic|Assign][$assignTo = "Clinic", $i = -1]] /* $i = -1 tells Assign to use $activeSlave as-is */
 		<<else>>Clinic<</if>>
 		<<if _numFacilities-- > 1>>|<</if>>
@@ -1309,7 +1309,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1
 			<</link>>
 		<<elseif $activeSlave.induce == 1>>
 			//Hormones are being slipped into $his food, $he will give birth suddenly and rapidly this week//
-		<<elseif ($activeSlave.preg > 38) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>>
+		<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth-2 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>>
 			[[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]]
 			| <<link "Give $him a cesarean section" "csec">><</link>>
 		<<elseif ($activeSlave.broodmother > 0)>>
@@ -1319,7 +1319,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1
 			<<if ($activeSlave.preg > 37)>>
 				| [[Induce mass childbirth|BirthStorm]]
 			<</if>>
-		<<elseif ($activeSlave.preg > 35)>>
+		<<elseif ($activeSlave.preg > $activeSlave.pregData.minLiveBirth)>>
 			| <<link "Give $him a cesarean section" "csec">><</link>>
 		<<elseif ($activeSlave.preg > 0) && $activeSlave.breedingMark == 1 && $propOutcome == 1 && $activeSlave.pregSource == -1>>
 			//You are forbidden from aborting an elite child//
@@ -1334,14 +1334,14 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1
 <<if ($activeSlave.pregKnown == 1) && ($pregSpeedControl == 1) && ($activeSlave.breedingMark != 1 || $propOutcome == 0) && ($activeSlave.indentureRestrictions < 1) && ($activeSlave.broodmother == 0) && $seePreg != 0>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 	__Pregnancy control__: <<if $activeSlave.pregControl == "labor supressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation speed<<elseif $activeSlave.pregControl == "speed up">>Faster gestation speed, staffed clinic recommended<<else>>Normal gestation and birth<</if>>.
-	<<if ($activeSlave.preg >= 38)>>
+	<<if ($activeSlave.preg >= $activeSlave.pregData.minLiveBirth)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<if $activeSlave.pregControl == "labor supressors">>
 			<<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>>
 		<<else>>
 			<<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractFertility>><</link>>
 		<</if>>
-	<<elseif ($activeSlave.preg < 40)>>
+	<<elseif ($activeSlave.preg < $activeSlave.pregData.normalBirth)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<if $activeSlave.pregControl != "none">>
 			<<link "Normal Gestation">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> |
diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw
index b8ff8c85faf0f3c1b6e0480521aa093e431ac011..75968d2dba90cedef8c26bbd7ebf23016c8e4dae 100644
--- a/src/uncategorized/slaveSold.tw
+++ b/src/uncategorized/slaveSold.tw
@@ -3,7 +3,6 @@
 <<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Main", $showEncyclopedia = 1, $encyclopedia = "Personal Assistant">>
 
 <<setLocalPronouns $activeSlave>>
-
 <<set $display = 0>>
 
 <<if !["abortion TV", "elite auction", "eugenics arcology", "organ crafter", "peacekeepers", "repopulationist arcology", "tentacle bred", "womb filler"].includes($buyer) && ((($activeSlave.actualAge < $retirementAge-1) && $PhysicalRetirementAgePolicy != 1) || (($activeSlave.physicalAge < $retirementAge-1) && $PhysicalRetirementAgePolicy == 1))>> /* organ crafter is not viable now, the elite won't part so easily with a prize, some take place x months later when the event's max is 15 weeks, and the rest are snuff events. You don't want that slave back. */
@@ -1069,6 +1068,7 @@
 	<</if>>
 	<</for>>
 
+
 <<case "tentacle bred">>
 	Sometime later, a snuff film starring $activeSlave.slaveName as a heroine captured, raped, and fatally bred by tentacles is released. It receives rave reviews for the scene involving $activeSlave.slaveName, depicting $his aphrodisiac-filled body being penetrated in all $his holes by tentacles. Their thrusting into her increases until large bulges of cum pass through the ones filling $his stretched cunt, visibly bloating $his belly. She then collapses to the ground, $his swollen belly rapidly growing with the tentacle spawn gestating within her. As they bulge against the straining walls of $his implant-filled middle; $he lets out a final moan as $his belly ruptures, releasing $his "spawn" to hunt down the other heroines.
 	<<for _ss = 0; _ss < $slaves.length; _ss++>>
@@ -1106,10 +1106,10 @@
 		<<elseif _influential && $activeSlave.vagina == 0 && isFertile($activeSlave)>>
 			happily taking it vaginally while teasing the growing crowd eager to cum in $his needy pussy. There's a note attached, stating superfluously that $he's very popular. It's not surprising; she has a burning need that they are dutifully fulfilling. General $peacekeepers.generalName's buyer is going to be looking for more eager virgins in the future.
 			<<set $peacekeepers.tastes = "fertile virgins">>
-		<<elseif _influential && $activeSlave.preg > 10 && $activeSlave.energy > 50>>
+		<<elseif _influential && $activeSlave.preg > $activeSlave.pregData.normalBirth/4 && $activeSlave.energy > 50>>
 			eagerly bouncing atop one young man while a muscular young woman standing over her rides $his face. She's got dicks in both of $his hands, and is stroking them eagerly, encouraging their owners to cum on $his rounded middle. There's a note attached, stating superfluously that she's very popular. General $peacekeepers.generalName's buyer is going to be looking for more horny preggos in the future.
 			<<set $peacekeepers.tastes = "lusty preggos">>
-		<<elseif _influential && $activeSlave.preg > 10 && $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw == "breeder">>
+		<<elseif _influential && $activeSlave.preg > $activeSlave.pregData.normalBirth/4 && $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw == "breeder">>
 			on $his back, getting fucked while teasing $his growing baby bump. That's where she's at home, of course, and as soon as the man she's taking cums in $his <<if $activeSlave.mpreg > 0>>asspussy<<else>>pussy<</if>> and steps away, another immediately replaces him. $activeSlave.slaveName keeps spreading $his legs without hesitation. There's a note attached, stating superfluously that $his apparently bottomless appetite for bareback sex has made her very popular. General $peacekeepers.generalName's buyer is going to be looking for more baby obsessed breeders in the future.
 			<<set $peacekeepers.tastes = "baby obsessed breeders">>
 		<<elseif _influential && $activeSlave.belly >= 300000>>
diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw
index 9ec2d94c981f6cf6f99101b6f6054888361c11e3..b796356fa751c780ef4a6ae402798272509aff67 100644
--- a/src/uncategorized/slaveSummary.tw
+++ b/src/uncategorized/slaveSummary.tw
@@ -352,7 +352,7 @@
 <<case "Clinic">>
 <<if $Flag == 0>>
 	<<if $clinic <= $clinicSlaves>><<continue>><</if>>
-	<<if (_Slave.health < 20) || ($Nurse != 0 && ((_Slave.chem > 15 && $clinicUpgradeFilters == 1) || ($bellyImplants == 1 && _Slave.bellyImplant > -1) || (_Slave.pregKnown == 1 && ($clinicSpeedGestation >= 0 || _Slave.pregControl == "speed up")) || (_Slave.pregAdaptation*1000 < _Slave.bellyPreg || _Slave.preg > 30)))>>
+	<<if (_Slave.health < 20) || ($Nurse != 0 && ((_Slave.chem > 15 && $clinicUpgradeFilters == 1) || ($bellyImplants == 1 && _Slave.bellyImplant > -1) || (_Slave.pregKnown == 1 && ($clinicSpeedGestation >= 0 || _Slave.pregControl == "speed up")) || (_Slave.pregAdaptation*1000 < _Slave.bellyPreg || _Slave.preg > _Slave.pregData.normalBirth/1.33)))>>
 		<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Slave 1>></div><</if>>
 		[[_slaveName|Slave Interact][$activeSlave = $slaves[_ssi]]]
 	<<else>>
@@ -710,7 +710,7 @@ will
 	<<if _Slave.fuckdoll == 0>> /* NON-FUCKDOLL FACILITIES */
 
 	<<if $clinic != 0>>
-		<<if $clinic > $clinicSlaves && (_Slave.health < 20 || ($Nurse != 0 && ((_Slave.chem > 15 && $clinicUpgradeFilters == 1) || ($bellyImplants == 1 && _Slave.bellyImplant > -1) || (_Slave.pregKnown == 1 && ($clinicSpeedGestation >= 0 || _Slave.pregControl == "speed up")) || (_Slave.pregAdaptation*1000 < _Slave.bellyPreg || _Slave.preg > 30))))>>
+		<<if $clinic > $clinicSlaves && (_Slave.health < 20 || ($Nurse != 0 && ((_Slave.chem > 15 && $clinicUpgradeFilters == 1) || ($bellyImplants == 1 && _Slave.bellyImplant > -1) || (_Slave.pregKnown == 1 && ($clinicSpeedGestation >= 0 || _Slave.pregControl == "speed up")) || (_Slave.pregAdaptation*1000 < _Slave.bellyPreg || _Slave.preg > _Slave.pregData.normalBirth/1.33))))>>
 			[[Clinic|Assign][$assignTo = "Clinic", $i = _ssi]] /* $i = -1 tells Assign to use _Slave as-is */
 		<<else>>Clinic<</if>>
 		<<if _numFacilities-- > 1>>|<</if>>
diff --git a/src/uncategorized/specialSlave.tw b/src/uncategorized/specialSlave.tw
index 791b7277f0340b4c030f4de0e74a932789a62dfd..de88f73925737e6710e706930f30e13ade983a97 100644
--- a/src/uncategorized/specialSlave.tw
+++ b/src/uncategorized/specialSlave.tw
@@ -19,7 +19,7 @@
 	<<if ndef $activeSlave.underArmHColor>>
 		<<set $activeSlave.underArmHColor = $activeSlave.hColor>>
 	<</if>>
-	
+
 	<<if ($activeSlave.override_Eye_Color != 1)>>
 		<<switch ($activeSlave.eyeColor)>>
 			<<case "blind blue">>
@@ -48,7 +48,7 @@
 	<<if ($activeSlave.override_Skin != 1)>>
 		<<set $activeSlave.origSkin = $activeSlave.skin>>
 	<</if>>
-	
+
 	<<run SetBellySize($activeSlave)>>
 	<<if $familyTesting == 1>>
 		/* special slaves exceptions to keep siblings sensible */
@@ -89,10 +89,11 @@
 	<<if $slaveCost < 20000>>
 		<<set $slaveCost += random(5000,30000)>>
 	<</if>>
+	<<setLocalPronouns $activeSlave>>
 
 	The offered price is <<print cashFormat($slaveCost)>>.
 
-	[[Buy her slave contract|New Slave Intro][$cash -= $slaveCost,$nextButton = "Continue",$nextLink = "AS Dump",$returnTo = "Main",$specialSlave = 1]]
+	[["Buy " + $his + " slave contract"|New Slave Intro][$cash -= $slaveCost,$nextButton = "Continue",$nextLink = "AS Dump",$returnTo = "Main",$specialSlave = 1]]
 
 	<br><br>
 
diff --git a/src/uncategorized/summaryOptions.tw b/src/uncategorized/summaryOptions.tw
index 2bfbac40dabaab717d89eef4af597690db755c60..64ba757bf067d8730cbf56ea301751afcd2352b9 100644
--- a/src/uncategorized/summaryOptions.tw
+++ b/src/uncategorized/summaryOptions.tw
@@ -21,7 +21,6 @@
 <span id="OptionRulesAssistantMain"><<OptionRulesAssistantMain>></span>
 
 
-
 <br><br>
 <span id="OptionDisplayAssignments"><<OptionDisplayAssignments>></span>
 
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index 834608873b562f5c82362a96ec08ac008f4f031f..717ccc5d39df51d7e876a972d61941913bd07970 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -2220,7 +2220,7 @@ As the remote surgery's long recovery cycle completes,
 
 <<case "bellyIn">>
 	<<if $activeSlave.fetish == "mindbroken">>
-		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen that $he can not figure out the source of. As with all surgery @@.red;$his health has been slightly affected.@@
+		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen that $he cannot figure out the source of. As with all surgery @@.red;$his health has been slightly affected.@@
 	<<elseif ($activeSlave.devotion > 50)>>
 		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, and as such, knows you put something into $his womb. $He is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. As with all surgery @@.red;$his health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
@@ -2234,7 +2234,7 @@ As the remote surgery's long recovery cycle completes,
 
 <<case "cervixPump">>
 	<<if $activeSlave.fetish == "mindbroken">>
-		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen and vagina that $he can not figure out the source of. As with all surgery @@.red;$his health has been slightly affected.@@
+		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen and vagina that $he cannot figure out the source of. As with all surgery @@.red;$his health has been slightly affected.@@
 	<<elseif ($activeSlave.devotion > 50)>>
 		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen and vagina, and as such, knows you put something into $his cervix. $He is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. As with all surgery @@.red;$his health has been slightly affected.@@
 		<<set $activeSlave.devotion += 4>>
@@ -2248,7 +2248,7 @@ As the remote surgery's long recovery cycle completes,
 
 <<case "bellyInMale">>
 	<<if $activeSlave.fetish == "mindbroken">>
-		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen that $he can not figure out the source of. As $his surgery was very invasive @@.red;$his health has been greatly impacted.@@
+		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen that $he cannot figure out the source of. As $his surgery was very invasive @@.red;$his health has been greatly impacted.@@
 	<<elseif ($activeSlave.devotion > 50)>>
 		$He leaves the surgery with nothing but a nonspecific ache in $his lower abdomen, and as such, knows you put something into $his body. $He is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. As $his surgery was very invasive @@.red;$his health has been greatly impacted.@@
 		<<set $activeSlave.devotion += 4>>
@@ -2381,7 +2381,7 @@ As the remote surgery's long recovery cycle completes,
 
 <<case "womb">>
 	It's not immediately apparent to $him what kind of surgery $he received, since all $he's left with is a terrible nonspecific ache in $his lower belly. As with all invasive surgery @@.red;$his health has been greatly affected.@@
-	
+
 <<case "elasticity treatment">>
 	The procedure spans the week, with $him spending every other day in the surgery room for a series of 4 sets of injections. A few hours after each session, $he feels terribly ill. $He doesn't quite understand what it's about, just that $he feels pretty bad. The process involves <<if ($PC.medicine >= 100)>>you<<else>>the remote surgeon<</if>> injecting the serum across $his entire body, every few inches, leaving small needle marks that fade out within minutes. Despite not leaving a lasting evidence, the process is very invasive work, and leaves $him @@.red;feeling weak and tired.@@
 
diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
index b8614e693b6bda483a490f591ca194f33c26bc92..7aa6891fe5eb2fb3f63190dfe8b2a34a8b854b45 100644
--- a/src/uncategorized/walkPast.tw
+++ b/src/uncategorized/walkPast.tw
@@ -570,7 +570,7 @@
 		<<if $activeSlave.boobs < 300>>
 			The rings constantly rub against $his chest and force $his nipples to stick out.
 		<<else>>
-			The strap over $his tits presses the soft flesh, and the ring around each nipple 
+			The strap over $his tits presses the soft flesh, and the ring around each nipple
 			<<if $activeSlave.nipples == "fuckable">>
 				forces them open.
 			<<else>>
@@ -799,7 +799,7 @@
 	<<ButtDescription>>
 	<<switch $activeSlave.clothes>>
 	<<case "a Fuckdoll suit">>
-		Its suit is expressly designed to encourage use of its rear hole.
+		$His suit is expressly designed to encourage use of $his rear hole.
 	<<case "uncomfortable straps">>
 		A strap passes between $his
 		<<if ($activeSlave.amp !== 1 )>>
@@ -821,7 +821,7 @@
 		<<if $activeSlave.butt > 10>>
 			$His stretch pants tightly cling to $his rear as $he moves. While the writing adorning it may catch your eye, the huge expanse of wobbling ass cleavage is far more distracting.
 		<<else>>
-			$His stretch pants tightly cling to $his rear as $he moves; the writing on $his bottom gives you plenty of excuses to oggle it.
+			$His stretch pants tightly cling to $his rear as $he moves; the writing on $his bottom gives you plenty of excuses to ogle it.
 		<</if>>
 	<<case "restrictive latex">>
 		As some of the only islands in the sea of black latex, $his holes are eye-catching.
diff --git a/src/uncategorized/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw
index 3848b673063f41baceda80c380f62e881dcd2596..d26ab82df6afc5285cb721c4e4c19c1c7bfe9dba 100644
--- a/src/uncategorized/wardrobeUse.tw
+++ b/src/uncategorized/wardrobeUse.tw
@@ -901,7 +901,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.''
 		<<set _glassesColor = $activeSlave.glassesColor>>
 	<</if>>
 	/* Display an HTML5 color picker */
-	/* This is hackish due to direct accessment of SugarCube internal data structure. Improvements are welcome. */
+	/* This is hackish due to direct access of SugarCube internal data structure. Improvements are welcome. */
 	<<print '<input type="color" value="'+_glassesColor+'" onInput="SugarCube.State.variables.activeSlave.glassesColor = event.target.value;">'>>
 	<<link "use default color">>
 		<<run delete $activeSlave.glassesColor >>
@@ -964,7 +964,7 @@ Clothes: ''<span id="clothes">$activeSlave.clothes</span>.''
 		<<set _shoeColour = $activeSlave.shoeColor>>
 	<</if>>
 	/* Display an HTML5 color picker */
-	/* This is hackish due to direct accessment of SugarCube internal data structure. Improvements are welcome. */
+	/* This is hackish due to direct access of SugarCube internal data structure. Improvements are welcome. */
 	<<print '<input type="color" value="'+_shoeColour+'" onInput="SugarCube.State.variables.activeSlave.shoeColor = event.target.value;">'>>
 	<<link "use default color">>
 		<<run delete $activeSlave.shoeColor >>
diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw
index e82b36308bd34ebc93523f6c1004cdc1dbfe57f8..7c55e67cbbf22ed35108ee6432f1fcaeab6dac89 100644
--- a/src/utility/birthWidgets.tw
+++ b/src/utility/birthWidgets.tw
@@ -377,8 +377,6 @@
 
 <</widget>>
 
-
-
 <<widget "AmpBirth">>
 
 <br>
@@ -532,7 +530,7 @@
 		<<set $humiliation = 1>>
 
 <<case "take classes">>
-	 Or $he would have been, had <<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>> allowed it. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, $he is forbidden from leaving. Additionally, $his birth will be turned into a live broadcast.
+	Or $he would have been, had <<if $assistantName == "your personal assistant">>your personal assistant<<else>>$assistantName<</if>> allowed it. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, $he is forbidden from leaving. Additionally, $his birth will be turned into a live broadcast.
 	<<set $humiliation = 1>>
 	<<ClothingBirth>>
 	Exhausted from the birth, $he is permitted a short break as $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> removed to be cleaned up before the lesson is continued.
@@ -618,11 +616,11 @@
 		<<ClothingBirth>>
 		$He gathers $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and recovers $his strength before finding a servant to give $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to. $He resumes $his previous task, feeling much lighter.
 	<<else>>
-		 <<if _birthScene < 40>>
+		<<if _birthScene < 40>>
 			While walking through the penthouse on the way to $his next assignment, $slaves[$i].slaveName's water breaks. Unable to reach the prepared birthing room in time, $he finds a secluded nook to give birth in.
 			<<ClothingBirth>>
 			$He gathers $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and recovers $his strength before finding a servant to give $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to before hurrying to $his assignment.
-		 <<elseif _birthScene > 66 && $slaves[$i].rivalry == 3 && isSlaveAvailable($slaves[_bw]) && canWalk($slaves[_bw])>>
+		<<elseif _birthScene > 66 && $slaves[$i].rivalry == 3 && isSlaveAvailable($slaves[_bw]) && canWalk($slaves[_bw])>>
 			While hustling through the penthouse on $his way to give birth, $slaves[$i].slaveName finds $his path blocked by $slaves[_bw].slaveName. Seeing $his distress brings a grin to _his2 face. _He2 quickly rushes the laboring $slaves[$i].slaveName, circling around behind $him and hooking $him under the arms. _He2 forces the poor girl into the cafeteria and holds $him in place, leaving $him with no other option than to begin giving birth in front of $his audience.
 			<<set $humiliation = 1>>
 			<<ClothingBirth>>
@@ -1079,7 +1077,7 @@
 	$He thanks $his charges for their less than helpful efforts and collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>> for removal. Upon returning, $he strips down and enters the pool, desperate for a break.
 
 <<case "be the Madam">>
-	While managing $brothelName, $slaves[$i].slaveName's water breaks. Knowing $he lacks the time to leave, $he sets up a sign reading "birthshow: <<print cashFormat(100)>> a viewer" and takes a seat.
+	While managing $brothelName, $slaves[$i].slaveName's water breaks. Knowing $he lacks the time to leave, $he sets up a sign reading "Birthshow: <<print cashFormat(100)>> a viewer" and takes a seat.
 	<<set $humiliation = 1>>
 	<<ClothingBirth>>
 	Upon completing $his show, $he reclines with $his $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>> and begins counting the credits $he bought in. In total $he made <<print cashFormat(100*_birthScene)>> and feels that business will be up in the brothel as patrons line up hoping another showing.
@@ -1227,12 +1225,12 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 <<switch $slaves[$i].assignment>>
 
 <<case "work a glory hole">>
-	 Since $he is unable to leave $his box, $he doesn't have far to go. $He quickly finishes the waiting dick before shifting $himself into a slightly, though not by much, more comfortable position. $He begins laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention.
+	Since $he is unable to leave $his box, $he doesn't have far to go. $He quickly finishes the waiting dick before shifting $himself into a slightly, though not by much, more comfortable position. $He begins laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention.
 	<br><br>
 	Only after several complaints of a non-functional glory hole is $he checked up on. $His gravid corpse, <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> agape, is all that remains of the unfortunate $slaves[$i].slaveName.
 
 <<case "stay confined">>
-	 Since $he is locked in a cell, $he doesn't have far to go. Reluctantly, $he begins laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention.
+	Since $he is locked in a cell, $he doesn't have far to go. Reluctantly, $he begins laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention.
 	<br><br>
 	Only once meal time comes around and food shoved into $his cell does anyone think something is amiss. When the food isn't desperately snatched away, $his cell is opened and $he checked up on. $His gravid corpse, propped up in the corner, <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> agape, is all that remains of the unfortunate $slaves[$i].slaveName.
 
@@ -1240,7 +1238,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 	Or $he would have been, if $he weren't locked in an arcade cabinet. A gush of liquid pours from the $slaves[$i].slaveName's cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on $his exposed rear. While $his mouth is filled with a customer's dick, $his body instinctively attempts laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention. The attendant rushes to $his aid, but fails to get the cabinet open in time to save $slaves[$i].slaveName. $He and $his child<<if $slaves[$i].pregType > 1>>ren<</if>> were an unfortunate loss.
 
 <<case "be confined in the cellblock">>
-	 Since $he is locked in a cell, $he doesn't have far to go. Reluctantly, $he begins laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention.
+	Since $he is locked in a cell, $he doesn't have far to go. Reluctantly, $he begins laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention.
 	<br><br>
 	Only once meal time comes around and food shoved into $his cell does anyone think something is amiss. When the food isn't desperately snatched away, $his cell is opened and $he checked up on. $His gravid corpse, propped up in the corner, <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> agape, is all that remains of the unfortunate $slaves[$i].slaveName.
 
@@ -1346,7 +1344,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 	<<else>>
 		Quickly $he spreads $his legs apart and shifts $his panties aside before beginning to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
 	<</if>>
-	
+
 <<case "cutoffs and a t-shirt">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. <<if $slaves[$i].mpreg == 1>>The seat of h<<else>>H<</if>>er jean cutoffs bulge as $his baby crowns into them as $he continues $his tasks, oblivious to the wetness and $his child's dilemma. Seeing $him in this state, someone manages to remove $his pants to allow $his body to finish giving birth.
@@ -1395,7 +1393,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 	<<else>>
 		Quickly $he attempts to pull down $his stretch pants but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's happening between $his legs as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> of $his pants bulges as $his child crowns, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help they are removed so that $he may finish giving birth.
 	<</if>>
-	
+
 <<case "spats and a tank top">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. The material of $his spats is too tight to allow $his child to fully be born, trapping it in $his straining <<if $slaves[$i].mpreg == 1>>anus<<else>>pussy<</if>>. Ignoring the pain, $he begins anew on $his assigned task, $his <<if $slaves[$i].mpreg == 1>>pants<<else>>crotch<</if>> bulging lewdly, until someone manages to pants $him. With the way clear, $his child<<if $slaves[$i].pregType > 1>>ren promptly slip from $his stretched <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>><<else>> quickly slips out of $his loosened <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>> and into the world<</if>>.
@@ -1444,14 +1442,14 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his abaya hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "a klan robe">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his robe hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "a hijab and blouse">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
@@ -1505,7 +1503,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
-	 	Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's going on with how skimpy the huipil is<<if $slaves[$i].fetish == "humiliation">> but that only makes it more exciting<<else>> so $he bears with it<</if>>.
+		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's going on with how skimpy the huipil is<<if $slaves[$i].fetish == "humiliation">> but that only makes it more exciting<<else>> so $he bears with it<</if>>.
 	<</if>>
 
 <<case "a bunny outfit">>
@@ -1530,7 +1528,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 	<<else>>
 		Quickly $he attempts to remove $his leotard but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help $he's freed to finish giving birth.
 	<</if>>
-	
+
 <<case "a burkini">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his <<if $slaves[$i].mpreg == 1>>crotch<<else>>ass<</if>>.
@@ -1562,7 +1560,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 	<<else>>
 		Quickly $he attempts to remove $his monokini but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help $he's freed to finish giving birth.
 	<</if>>
-	
+
 <<case "a cybersuit">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his <<if $slaves[$i].mpreg == 1>>crotch<<else>>ass<</if>>.
@@ -1592,133 +1590,133 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 	<<else>>
 		Quickly $he attempts to undo $his zipper but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The latex covering $his <<if $slaves[$i].mpreg == 1>>ass<<else>>crotch<</if>> bulges as $his child is born into it, making it even harder to unzip. As $he struggles between the newborn stuck in $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> and the equally stuck zipper, someone comes to $his aid allowing $him to finish giving birth.
 	<</if>>
-	
+
 <<case "a military uniform">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "a schutzstaffel uniform">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he attempts to unfasten $his trousers but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
 	<</if>>
-	
+
 <<case "a slutty schutzstaffel uniform">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "a red army uniform">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "a long qipao">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his dress hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "battlearmor">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he attempts to unfasten $his armor but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. As $he crowns into $his armor, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his armor and finish giving birth.
 	<</if>>
-	
+
 <<case "a mounty outfit" "a police uniform" "leather pants and pasties" "leather pants" "jeans" "leather pants and a tube top">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he attempts to unfasten $his slacks but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
 	<</if>>
-	
+
 <<case "a dirndl">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "lederhosen">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he attempts to unfasten $his shorts but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. As $he crowns into $his shorts, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
 	<</if>>
-	
+
 <<case "a biyelgee costume">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "a nice nurse outfit" "a t-shirt and jeans">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. <<if $slaves[$i].mpreg == 1>>The seat of $his trousers<<else>>$His trousers<</if>> bulge as $his baby crowns into them as $he continues $his tasks oblivious to the wetness and $his child's dilemma. Seeing $him in this state, someone manages to remove $his pants to allow $his body to finish giving birth.
 	<<else>>
 		Quickly $he attempts to unfasten $his trousers but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
 	<</if>>
-	
+
 <<case "a nice pony outfit">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. <<if $slaves[$i].mpreg == 1>>The seat of $his trousers<<else>>$His trousers<</if>> bulge as $his baby crowns into them as $he continues $his tasks oblivious to the wetness and $his child's dilemma. Seeing $him in this state, someone manages to remove $his pants to allow $his body to finish giving birth.
 	<<else>>
 		Quickly $he attempts to unfasten $his leather bodysuit but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
 	<</if>>
-	
+
 <<case "a mini dress">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his short dress reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "a gothic lolita dress" "a hanbok">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his dress reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a skimpy loincloth" "a sports bra" "a t-shirt" "an oversized t-shirt">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his dress reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "an apron">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his frilly apron reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "a tube top and thong" "a button-up shirt and panties" "a thong" "a slutty klan robe" "a slutty pony outfit" "a sweater and panties" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "boyshorts" "panties" "a t-shirt and panties" "panties and pasties" "striped underwear">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his underwear reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "cutoffs" "sport shorts and a t-shirt" "sport shorts and a sports bra" "a sweater and cutoffs" "sport shorts">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
 	<<else>>
 		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his shorts reveal what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
 	<</if>>
-	
+
 <<case "a one-piece swimsuit">>
 	<<if $slaves[$i].fetish == "mindbroken">>
 		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 94d41d1aa02305519a185c44fe63882e7ff93ff2..4f82b632f31e99d760111d9660aa020e054cd694 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -5996,9 +5996,9 @@ $He has
 		<<if $activeSlave.weight > 190>>
 			$His massively fat belly is stretched considerably; $his folds are nearly pulled flat from the strain. $His pregnancy is covered in a thick layer of fat, save for the bulging upper portion where $his fat is thinnest.
 		<</if>>
-		<<if $activeSlave.preg < 30>>
+		<<if $activeSlave.preg < $activeSlave.pregData.normalBirth/1.33>>
 			Given how far along $he is, $he is clearly having an obscene number of children.
-		<<elseif $activeSlave.preg > 42>>
+		<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth*1.05>>
 			<<if $activeSlave.pregType == 1>>
 				$His womb contains one single, massive unborn child. It has grown so large that $he will never be able to birth it.
 			<<elseif $activeSlave.pregType == 2>>
@@ -7286,7 +7286,7 @@ $He has
 				<<elseif $activeSlave.bellyImplant > 0>>
 					$activeSlave.slaveName's suit has no stomach to it as it's the only way to give $his unfathomable, hyper-swollen, implant-filled belly the space it demands.
 				<<else>>
-					<<if $activeSlave.preg > 34>>
+					<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>>
 						The front of $activeSlave.slaveName's suit is made of a clear, stretchy plastic that is stretched thin as it reinforces $his unfathomable, hyper-swollen, pregnancy. A hole at the very front of the suit allows $his popped navel to bulge through. The movement of $his countless children is clear to see.
 					<<else>>
 						$activeSlave.slaveName's suit has no stomach to it as it's the only way to give $his monolithic pregnancy the space it requires to shift and bulge ominously.
@@ -7297,7 +7297,7 @@ $He has
 				<<elseif $activeSlave.bellyImplant > 0>>
 					$activeSlave.slaveName's suit has no stomach to it, as it's the only way to give $his monolithic implant-filled belly the space it demands.
 				<<else>>
-					<<if $activeSlave.preg > 34>>
+					<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>>
 						$activeSlave.slaveName's suit is designed to carefully cradle and reinforce $his monolithic pregnancy creating an imposing, lumpy dome capped by $his popped navel. It visibly shifts and pulses as $his brood competes for space.
 					<<else>>
 						$activeSlave.slaveName's suit has no stomach to it, as it's the only way to give $his monolithic pregnancy the space it requires to shift and bulge ominously.
@@ -7326,7 +7326,7 @@ $He has
 				<<elseif $activeSlave.bellyImplant > 0>>
 					$activeSlave.slaveName's massive implant-filled belly is allowed to bulge out of a huge hole in the suit.
 				<<else>>
-					<<if $activeSlave.preg > 34>>
+					<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>>
 						$activeSlave.slaveName's suit is designed to carefully cradle $his massive pregnancy creating an imposing dome capped by $his popped navel.
 					<<else>>
 						$activeSlave.slaveName's massive pregnant belly is allowed to bulge out of a huge hole in the suit.
@@ -7337,7 +7337,7 @@ $He has
 				<<elseif $activeSlave.bellyImplant > 0>>
 					$activeSlave.slaveName's giant implant-filled belly is allowed to bulge out of a huge hole in the suit.
 				<<else>>
-					<<if $activeSlave.preg > 34>>
+					<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>>
 						$activeSlave.slaveName's suit is designed to carefully cradle $his giant pregnancy creating a towering dome capped by $his popped navel.
 					<<else>>
 						$activeSlave.slaveName's giant pregnant belly is allowed to bulge out of a huge hole in the suit.
@@ -7348,7 +7348,7 @@ $He has
 				<<elseif $activeSlave.bellyImplant > 0>>
 					$activeSlave.slaveName's giant implant-filled belly is allowed to bulge out of a huge hole in the suit.
 				<<else>>
-					<<if $activeSlave.preg > 34>>
+					<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>>
 						$activeSlave.slaveName's suit is designed to carefully cradle $his giant pregnancy creating a firm dome capped by $his popped navel.
 					<<else>>
 						$activeSlave.slaveName's giant pregnant belly is allowed to bulge out of a huge hole in the suit.
@@ -7359,7 +7359,7 @@ $He has
 				<<elseif $activeSlave.bellyImplant > 0>>
 					$activeSlave.slaveName's huge implant-filled belly is allowed to bulge out of a huge hole in the suit.
 				<<else>>
-					<<if $activeSlave.preg > 34>>
+					<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>>
 						$activeSlave.slaveName's suit is designed to carefully cradle $his huge pregnant belly creating a firm dome capped by $his popped navel.
 					<<else>>
 						$activeSlave.slaveName's huge pregnant belly is allowed to bulge out of a huge hole in the suit.
@@ -7374,7 +7374,7 @@ $He has
 				<<elseif $activeSlave.bellyImplant > 0>>
 					$activeSlave.slaveName's huge implant-filled belly is allowed to bulge out of a huge hole in the suit.
 				<<else>>
-					<<if $activeSlave.preg > 34>>
+					<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.17>>
 						$activeSlave.slaveName's suit is designed to carefully cradle $his huge pregnant belly creating a firm dome capped by $his popped navel.
 					<<else>>
 						$activeSlave.slaveName's huge pregnant belly is allowed to bulge out of a huge hole in the suit.
@@ -15319,18 +15319,7 @@ $He has
 <<if $activeSlave.pregSource > 0>>
 	<<set _lsd = findFather($activeSlave.pregSource)>>
 	<<if def _lsd>>
-		<<if $surnameOrder != 1>>
-			<<switch _lsd.nationality>>
-			<<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">>
-				<<if _lsd.slaveSurname>><<set _daddy = _lsd.slaveSurname>><<set _daddy += " " + _lsd.slaveName>><<else>><<set _daddy = _lsd.slaveName>><</if>>
-			<<default>>
-				<<set _daddy = _lsd.slaveName>>
-				<<if _lsd.slaveSurname>><<set _daddy += " " + _lsd.slaveSurname>><</if>>
-			<</switch>>
-		<<else>>
-			<<set _daddy = _lsd.slaveName>>
-			<<if _lsd.slaveSurname>><<set _daddy += " " + _lsd.slaveSurname>><</if>>
-		<</if>>
+		<<set _daddy = SlaveFullName(_lsd)>>
 	<<else>>
 		<<set _daddy = "partner">>
 	<</if>>
@@ -15353,27 +15342,27 @@ $He has
 	<</if>>
 <<elseif $activeSlave.bellyPreg >= 1000000>>
 	$He is @@.pink;impossibly pregnant@@ with
-	<<if $activeSlave.preg >= 55>>
+	<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 		<<if $activeSlave.pregType == 1>>
 			a single full grown child.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-	<<elseif $activeSlave.preg >= 50>>
+		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 		<<if $activeSlave.pregType == 1>>
 			a single full grown child.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-	<<elseif $activeSlave.preg >= 43>>
+		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 		<<if $activeSlave.pregType == 1>>
 			a single full grown child.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<else>>
 		a staggering $activeSlave.pregType babies.
 	<</if>>
@@ -15384,38 +15373,38 @@ $He has
 	<<else>>
 		 @@.pink;unbelievably pregnant@@ with $activeSlave.pregType babies.
 	<</if>>
-	<<if $activeSlave.preg >= 55>>
-		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-	<<elseif $activeSlave.preg >= 50>>
-		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-	<<elseif $activeSlave.preg >= 43>>
-		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+	<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
+		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
+		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
+		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<</if>>
 <<elseif $activeSlave.bellyImplant >= 750000>>
 	$He looks @@.red;ready to pop!@@ $He stomach is <<if $activeSlave.belly > ($activeSlave.pregAdaptation*1000)>>painfully<<else>>frighteningly<</if>> stretched by $his straining <<print $activeSlave.bellyImplant>>cc belly implant. It is well past it's recommended capacity and at risk of rupturing.
 <<elseif $activeSlave.bellyPreg >= 600000>>
 	$He is @@.pink;dangerously pregnant,@@ $his overburdened womb is filled with
-	<<if $activeSlave.preg >= 55>>
+	<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-	<<elseif $activeSlave.preg >= 50>>
+		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-	<<elseif $activeSlave.preg >= 43>>
+		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<else>>
 		$activeSlave.pregType babies.
 	<</if>>
@@ -15423,27 +15412,27 @@ $He has
 	$He looks @@.pink;dangerously pregnant.@@ $He stomach is massively stretched by $his absurdly overfilled <<print $activeSlave.bellyImplant>>cc belly implant.
 <<elseif $activeSlave.bellyPreg >= 450000>>
 	$He is @@.pink;grotesquely pregnant,@@ $his womb is packed with
-	<<if $activeSlave.preg >= 55>>
+	<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-	<<elseif $activeSlave.preg >= 50>>
+		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-	<<elseif $activeSlave.preg >= 43>>
+		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<else>>
 		$activeSlave.pregType babies.
 	<</if>>
@@ -15451,27 +15440,27 @@ $He has
 	$He looks @@.pink;absurdly pregnant.@@ $He stomach is massively stretched by $his overfilled <<print $activeSlave.bellyImplant>>cc belly implant.
 <<elseif $activeSlave.bellyPreg >= 300000>>
 	$He is @@.pink;absurdly pregnant@@ with
-	<<if $activeSlave.preg >= 55>>
+	<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-	<<elseif $activeSlave.preg >= 50>>
+		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-	<<elseif $activeSlave.preg >= 43>>
+		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<else>>
 		$activeSlave.pregType children.
 	<</if>>
@@ -15479,30 +15468,30 @@ $He has
 	$He looks @@.pink;absurdly pregnant.@@ $He overburdened middle is filled by $his <<print $activeSlave.bellyImplant>>cc belly implant.
 <<elseif $activeSlave.bellyPreg >= 120000>>
 	$He is
-	<<if $activeSlave.preg >= 55>>
+	<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 		@@.pink;obscenely pregnant@@ with
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-	<<elseif $activeSlave.preg >= 50>>
+		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 		@@.pink;obscenely pregnant@@ with
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-	<<elseif $activeSlave.preg >= 43>>
+		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 		@@.pink;obscenely pregnant@@ with
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
 		<<else>>
 			$activeSlave.pregType overgrown babies.
 		<</if>>
-		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<elseif $activeSlave.pregType > 9>>
 		@@.pink;obscenely pregnant@@ with
 		<<if $activeSlave.pregType >= 50>>
@@ -15525,30 +15514,30 @@ $He has
 <<elseif $activeSlave.bellyPreg >= 15000>>
 	$He is
 	<<if $activeSlave.bellyPreg >= 105000>>
-		<<if $activeSlave.preg >= 55>>
+		<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 50>>
+			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 43>>
+			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 8>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType >= 50>>
@@ -15569,30 +15558,30 @@ $He has
 			<</if>>
 		<</if>>
 	<<elseif $activeSlave.bellyPreg >= 90000>>
-		<<if $activeSlave.preg >= 55>>
+		<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 50>>
+			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 43>>
+			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 7>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType >= 50>>
@@ -15615,30 +15604,30 @@ $He has
 			<</if>>
 		<</if>>
 	<<elseif $activeSlave.bellyPreg >= 75000>>
-		<<if $activeSlave.preg >= 55>>
+		<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 50>>
+			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 43>>
+			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 6>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType >= 50>>
@@ -15663,30 +15652,30 @@ $He has
 			<</if>>
 		<</if>>
 	<<elseif $activeSlave.bellyPreg >= 60000>>
-		<<if $activeSlave.preg >= 55>>
+		<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 50>>
+			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 43>>
+			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 5>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType >= 50>>
@@ -15713,30 +15702,30 @@ $He has
 			<</if>>
 		<</if>>
 	<<elseif $activeSlave.bellyPreg >= 45000>>
-		<<if $activeSlave.preg >= 55>>
+		<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 50>>
+			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 43>>
+			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 4>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType >= 50>>
@@ -15765,30 +15754,30 @@ $He has
 			<</if>>
 		<</if>>
 	<<elseif $activeSlave.bellyPreg >= 30000>>
-		<<if $activeSlave.preg >= 55>>
+		<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 50>>
+			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 43>>
+			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 3>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType >= 50>>
@@ -15819,30 +15808,30 @@ $He has
 			<</if>>
 		<</if>>
 	<<else>>
-		<<if $activeSlave.preg >= 55>>
+		<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 50>>
+			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
-		<<elseif $activeSlave.preg >= 43>>
+			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
+		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
 			<<else>>
 				$activeSlave.pregType overgrown babies.
 			<</if>>
-			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-40)>> weeks ago.
+			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 2>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType >= 50>>
@@ -16002,11 +15991,11 @@ $He has
 <<elseif $activeSlave.preg > 0 && $activeSlave.pregKnown == 0>>
 	$His period is late.
 <</if>>
-<<if $activeSlave.preg+5 <= $activeSlave.pregWeek && $activeSlave.preg <= 42 && $activeSlave.bellyPreg >= 100>>
+<<if $activeSlave.preg+5 <= $activeSlave.pregWeek && $activeSlave.preg <= $activeSlave.pregData.normalBirth+2 && $activeSlave.bellyPreg >= 100>>
 	Despite being pregnant for $activeSlave.pregWeek weeks,
-	<<if $activeSlave.preg > 35 && $activeSlave.preg+10 <= $activeSlave.pregWeek>>
+	<<if $activeSlave.preg > $activeSlave.pregData.minLiveBirth && $activeSlave.preg+10 <= $activeSlave.pregWeek>>
 		$his pregnancy is finally nearing its end.
-	<<elseif $activeSlave.preg+40 <= $activeSlave.pregWeek>>
+	<<elseif $activeSlave.preg+$activeSlave.pregData.normalBirth <= $activeSlave.pregWeek>>
 		<<if $activeSlave.preg == $activeSlave.pregWeek/2>>
 			$he could shockingly pass for a girl half as far along.
 		<<elseif $activeSlave.preg == $activeSlave.pregWeek/4>>
@@ -16014,7 +16003,7 @@ $He has
 		<<else>>
 			$he shockingly only looks like a girl on $his <<= ordinalSuffix($activeSlave.preg)>> week of pregnancy.
 		<</if>>
-	<<elseif $activeSlave.preg+20 <= $activeSlave.pregWeek>>
+	<<elseif $activeSlave.preg+($activeSlave.pregData.normalBirth/2) <= $activeSlave.pregWeek>>
 		<<if $activeSlave.preg == $activeSlave.pregWeek/2>>
 			$he could surprisingly pass for a girl half as far along.
 		<<elseif $activeSlave.preg == $activeSlave.pregWeek/4>>
@@ -16022,7 +16011,7 @@ $He has
 		<<else>>
 			$he surprisingly only looks like a girl on $his <<= ordinalSuffix($activeSlave.preg)>> week of pregnancy.
 		<</if>>
-	<<elseif $activeSlave.preg+10 <= $activeSlave.pregWeek>>
+	<<elseif $activeSlave.preg+($activeSlave.pregData.normalBirth/4) <= $activeSlave.pregWeek>>
 		<<if $activeSlave.preg == $activeSlave.pregWeek/2>>
 			$he could pass for a girl half as far along.
 		<<elseif $activeSlave.preg == $activeSlave.pregWeek/4>>
@@ -16033,10 +16022,10 @@ $He has
 	<<else>>
 		$his pregnancy is smaller than anticipated.
 	<</if>>
-<<elseif $activeSlave.preg > $activeSlave.pregWeek && $activeSlave.preg <= 42 && $activeSlave.bellyPreg >= 100>>
-	<<if $activeSlave.preg > 35 && $activeSlave.preg >= $activeSlave.pregWeek+10>>
+<<elseif $activeSlave.preg > $activeSlave.pregWeek && $activeSlave.preg <= $activeSlave.pregData.normalBirth+2 && $activeSlave.bellyPreg >= 100>>
+	<<if $activeSlave.preg > $activeSlave.pregData.mniLivelBirth && $activeSlave.preg >= $activeSlave.pregWeek+10>>
 		Even though $he is a mere $activeSlave.pregWeek weeks along, $his pregnancy is at its end.
-	<<elseif $activeSlave.preg >= $activeSlave.pregWeek+15>>
+	<<elseif $activeSlave.preg >= $activeSlave.pregWeek+($activeSlave.pregData.normalBirth/2.66)>>
 		Despite being pregnant for only $activeSlave.pregWeek weeks,
 		<<if $activeSlave.preg == $activeSlave.pregWeek*2>>
 			$he could shockingly pass for a girl twice as far along.
@@ -16045,7 +16034,7 @@ $He has
 		<<else>>
 			$he shockingly looks like a girl on $his <<= ordinalSuffix($activeSlave.preg)>> week of pregnancy.
 		<</if>>
-	<<elseif $activeSlave.preg >= $activeSlave.pregWeek+10>>
+	<<elseif $activeSlave.preg >= $activeSlave.pregWeek+($activeSlave.pregData.normalBirth/4)>>
 		Despite being pregnant for only $activeSlave.pregWeek weeks,
 		<<if $activeSlave.preg == $activeSlave.pregWeek*2>>
 			$he could surprisingly pass for a girl twice as far along.
@@ -16054,7 +16043,7 @@ $He has
 		<<else>>
 			$he surprisingly looks like a girl on $his <<= ordinalSuffix($activeSlave.preg)>> week of pregnancy.
 		<</if>>
-	<<elseif $activeSlave.preg >= $activeSlave.pregWeek+5>>
+	<<elseif $activeSlave.preg >= $activeSlave.pregWeek+($activeSlave.pregData.normalBirth/8)>>
 		Despite being pregnant for only $activeSlave.pregWeek weeks,
 		<<if $activeSlave.preg == $activeSlave.pregWeek*2>>
 			$he could pass for a girl twice as far along.
@@ -16068,7 +16057,7 @@ $He has
 	<</if>>
 <</if>>
 <<if $activeSlave.pregKnown == 1 && $saleDescription == 0>>
-	<<if $activeSlave.preg > 5>>
+	<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/8>>
 		<<if $activeSlave.pregSource == -1>>
 			Tests show $his womb contains <<if $activeSlave.pregType > 1>><<if $activeSlave.pregType > 10>>many of <</if>>your growing children<<else>>your growing child<</if>>.
 		<<elseif $activeSlave.pregSource == -2>>
diff --git a/src/utility/descriptionWidgetsPiercings.tw b/src/utility/descriptionWidgetsPiercings.tw
index aeb3ff8ac941c554649df9fbed571bc9795491ec..ffc5fe081f4ac61efd02f8318085f31328ee41bd 100644
--- a/src/utility/descriptionWidgetsPiercings.tw
+++ b/src/utility/descriptionWidgetsPiercings.tw
@@ -13,7 +13,7 @@
 			<<switch $activeSlave.clothes>>
 			<<case "attractive lingerie" "attractive lingerie for a pregnant woman">>
 				$He's wearing pretty, womanly earrings.
-			<<case "a tube top and thong" "a button-up shirt and panties" "a bra" "a button-up shirt" "a sweater" "a tank-top" "a thong" "a sweater and panties" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties">>
+			<<case "a bra" "a button-up shirt" "a button-up shirt and panties" "a sweater" "a sweater and panties" "a t-shirt" "a t-shirt and jeans" "a t-shirt and thong" "a tank-top" "a tank-top and panties" "a thong" "a tube top and thong" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "boyshorts" "cutoffs" "panties">>
 				$He's wearing plain but pretty earrings.
 			<<case "a nice pony outfit" "a slutty pony outfit">>
 				$He's wearing horseshoe shaped earrings.
@@ -129,11 +129,11 @@
 		$His tongue bears a row of studs, offering thorough stimulation to anyone $he blows.
 	<</if>>
 	<<if canTalk($activeSlave)>>
-	<<if $activeSlave.lips <= 70>>
-	<<if $activeSlave.lipsPiercing == 2>>
-		$He can barely enunciate past $his piercings; '<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>' comes out as '<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>.'
-	<</if>>
-	<</if>>
+		<<if $activeSlave.lips <= 70>>
+			<<if $activeSlave.lipsPiercing == 2>>
+				$He can barely enunciate past $his piercings; '<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>' comes out as '<<if def $PC.customTitleLisp>>$PC.customTitleLisp<<elseif $PC.title != 0>>Mathter<<else>>Mithtreth<</if>>.'
+			<</if>>
+		<</if>>
 	<</if>>
 <</widget>>
 
@@ -316,30 +316,29 @@
 
 <<widget "dickPiercingDescription">>
 	<<if ($activeSlave.dick != 0)>>
-	<<if ($activeSlave.dickPiercing == 1)>>
-		$He has a row of studs down $his shaft.
-	<<elseif ($activeSlave.dickPiercing == 2)>>
-		$He has a row of heavy rings down $his shaft.
-	<</if>>
-	<<if ($activeSlave.scrotum != 0)>>
 		<<if ($activeSlave.dickPiercing == 1)>>
-		$He has a couple of studs in $his ballsack.
+			$He has a row of studs down $his shaft.
 		<<elseif ($activeSlave.dickPiercing == 2)>>
-		$He has a row of rings down the center of $his ballsack, all the way from the base of $his shaft to $his perineum.
+			$He has a row of heavy rings down $his shaft.
 		<</if>>
-	<<else>>
-		<<if ($activeSlave.dickPiercing == 1)>>
-		$He has a couple of studs beneath the base of $his dick.
-		<<elseif ($activeSlave.dickPiercing == 2)>>
-		$He has a row of rings all the way from the base of $his shaft to $his perineum.
+		<<if ($activeSlave.scrotum != 0)>>
+			<<if ($activeSlave.dickPiercing == 1)>>
+				$He has a couple of studs in $his ballsack.
+			<<elseif ($activeSlave.dickPiercing == 2)>>
+				$He has a row of rings down the center of $his ballsack, all the way from the base of $his shaft to $his perineum.
+			<</if>>
+		<<else>>
+			<<if ($activeSlave.dickPiercing == 1)>>
+				$He has a couple of studs beneath the base of $his dick.
+			<<elseif ($activeSlave.dickPiercing == 2)>>
+				$He has a row of rings all the way from the base of $his shaft to $his perineum.
+			<</if>>
 		<</if>>
 	<</if>>
-	<</if>>
-
 	<<if $activeSlave.fuckdoll > 0>>
-	<<if $activeSlave.dickPiercing > 0>>
-	Every one of them runs through the suit's material, securing it to the Fuckdoll's member.
-	<</if>>
+		<<if $activeSlave.dickPiercing > 0>>
+			Every one of them runs through the suit's material, securing it to the Fuckdoll's member.
+		<</if>>
 	<</if>>
 <</widget>>
 
@@ -377,7 +376,7 @@ $He has a corset piercing, a ladder of steel rings running up each side of $his
 <<else>>
 <<switch $activeSlave.clothes>>
 
-<<case "a hijab and blouse" "conservative clothing" "slutty business attire" "nice business attire" "a schoolgirl outfit">>
+<<case "a hijab and blouse" "a schoolgirl outfit" "conservative clothing" "nice business attire" "slutty business attire">>
 	$his blouse hides them completely, but they're laced tightly, so $he's aware they're there.
 
 <<case "chains">>
@@ -401,7 +400,7 @@ $He has a corset piercing, a ladder of steel rings running up each side of $his
 <<case "shibari ropes">>
 	they're laced together as part of $his bindings.
 
-<<case "restrictive latex" "a latex catsuit">>
+<<case "a latex catsuit" "restrictive latex">>
 	these are clipped into the latex covering them, making it almost a part of $his body.
 	<<if $activeSlave.devotion > 50>>
 		$He couldn't remove it, even if $he wanted to.
@@ -443,7 +442,7 @@ $He has a corset piercing, a ladder of steel rings running up each side of $his
 
 <<case "a mini dress">>
 	these are clipped into the mini dress covering them, making it almost a part of $his body.
- 	 <<if $activeSlave.devotion > 50>>
+	<<if $activeSlave.devotion > 50>>
 		$He couldn't remove it, even if $he wanted to.
 	<<elseif $activeSlave.devotion >= -20>>
 		$He couldn't remove it, even if $he were inclined to try.
@@ -475,21 +474,21 @@ $He has a corset piercing, a ladder of steel rings running up each side of $his
 <<case "a monokini">>
 	the straps of $his swimsuit run on each side of these loops.
 
-<<case "an apron" "striped panties" "a bra" "a striped bra" "striped underwear" "a thong" "a skimpy loincloth" "boyshorts" "cutoffs" "leather pants and pasties" "leather pants" "panties" "panties and pasties" "jeans" "sport shorts">>
+<<case "a bra" "a skimpy loincloth" "a striped bra" "a thong" "an apron" "boyshorts" "cutoffs" "jeans" "leather pants" "leather pants and pasties" "panties" "panties and pasties" "sport shorts" "striped panties" "striped underwear">>
 	the piercings are plainly visible on $his bare back.
 
-<<case "a tube top and thong" "a tube top" "a slutty pony outfit" "a slutty klan robe" "a sports bra" "a tank-top and panties" "leather pants and a tube top">>
+<<case "a tube top" "a tube top and thong" "a slutty klan robe" "a slutty pony outfit" "a sports bra" "a tank-top and panties" "leather pants and a tube top">>
 	the piercings are only partly visible on $his back.
-	
-<<case "a button-up shirt and panties" "a button-up shirt" "a tank-top" "a police uniform" "a t-shirt" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "sport shorts and a t-shirt" "a t-shirt and panties" "sport shorts and a sports bra">>
+
+<<case "a button-up shirt" "a button-up shirt and panties" "a police uniform" "a t-shirt" "a t-shirt and jeans" "a t-shirt and panties" "a t-shirt and thong" "a tank-top" "an oversized t-shirt" "an oversized t-shirt and boyshorts" "sport shorts and a sports bra" "sport shorts and a t-shirt">>
 	$his shirt hides them completely, but they're laced tightly, so $he's aware they're there.
 
-<<case "a sweater" "a sweater and panties" "a sweater and cutoffs">>
+<<case "a sweater" "a sweater and cutoffs" "a sweater and panties">>
 	$his sweater hides them completely, but they're laced tightly, so $he's aware they're there.
-	
+
 <<case "a nice pony outfit">>
 	$his outfit hides them completely, but they're laced tightly, so $he's aware they're there.
-	
+
 <<case "a string bikini">>
 	the back of $his string top loops into them and runs down through them to become $his bottom, such as it is.
 
@@ -584,23 +583,23 @@ $He has a corset piercing, a ladder of steel rings running up each side of $his
 
 <<widget "chastityPiercingDescription">>
 	<<if ($activeSlave.clitPiercing > 0)>>
-	<<if ($activeSlave.nipplesPiercing > 0)>>
-	<<if ($activeSlave.dickAccessory != "chastity") && ($activeSlave.dickAccessory != "combined chastity")>>
-	<<if ($activeSlave.dick > 4)>>
-	<<if ($activeSlave.boobs > 1000)>>
-	<<if canAchieveErection($activeSlave.balls > 0)>>
-	<<if ($activeSlave.devotion > 20)>>
-	<<if ($activeSlave.energy > 90)>>
-		$His very special body allows $him to wear an incredibly lewd piece of jewelry: a thin golden chain that runs from nipple to nipple, through $his pierced cockhead. The chain is short, and any motion at all tugs at $his nipples and penis.
-		<<if $activeSlave.amp != 1>>
-			The stimulation is almost unbearable, and the mere act of walking sometimes causes $him to cum.
+		<<if ($activeSlave.nipplesPiercing > 0)>>
+			<<if ($activeSlave.dickAccessory != "chastity") && ($activeSlave.dickAccessory != "combined chastity")>>
+				<<if ($activeSlave.dick > 4)>>
+					<<if ($activeSlave.boobs > 1000)>>
+						<<if canAchieveErection($activeSlave.balls > 0)>>
+							<<if ($activeSlave.devotion > 20)>>
+								<<if ($activeSlave.energy > 90)>>
+									$His very special body allows $him to wear an incredibly lewd piece of jewelry: a thin golden chain that runs from nipple to nipple, through $his pierced cockhead. The chain is short, and any motion at all tugs at $his nipples and penis.
+									<<if $activeSlave.amp != 1>>
+										The stimulation is almost unbearable, and the mere act of walking sometimes causes $him to cum.
+									<</if>>
+								<</if>>
+							<</if>>
+						<</if>>
+					<</if>>
+				<</if>>
+			<</if>>
 		<</if>>
 	<</if>>
-	<</if>>
-	<</if>>
-	<</if>>
-	<</if>>
-	<</if>>
-	<</if>>
-	<</if>>
 <</widget>>
\ No newline at end of file
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index 49ef0ae8569d8f15f4a6de7491880c11f6d39361..2ae4be057de0faffc846b46cf5d611986e54bbf3 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -271,7 +271,7 @@ $activeSlave.slaveName is
 		comfort, and
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "striped panties">>
 	a simple garment that hugs $his
 	<<if ($activeSlave.amp == 1)>>
@@ -464,7 +464,7 @@ $activeSlave.slaveName is
 	<</if>>
 
 <<case "a bunny outfit">>
- 	 a strapless satin teddy with a beribboned rosette over $his left hip, printed with $his name.
+	a strapless satin teddy with a beribboned rosette over $his left hip, printed with $his name.
 	<<if ($activeSlave.amp != 1)>>
 		The ensemble includes sheer black hose $he wears with
 		<<footwearDescription>>
@@ -595,7 +595,7 @@ $activeSlave.slaveName is
 		body, down to $his feet, which
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "a police uniform">>
 	of a traditional
 	<<if ($activeSlave.amp == 1)>>
@@ -604,7 +604,7 @@ $activeSlave.slaveName is
 		styling, and
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "a hanbok">>
 	of a traditional
 	<<if ($activeSlave.amp == 1)>>
@@ -613,16 +613,16 @@ $activeSlave.slaveName is
 		pattern, and
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "a gothic lolita dress">>
-	of a victorian
+	of a Victorian
 	<<if ($activeSlave.amp == 1)>>
 		pattern.
 	<<else>>
 		pattern, and
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "a one-piece swimsuit">>
 	which modestly covers $his
 	<<if ($activeSlave.amp == 1)>>
@@ -631,7 +631,7 @@ $activeSlave.slaveName is
 		body, and
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "a nice pony outfit" "a slutty pony outfit">>
 	which restrictingly covers $his entire
 	<<if ($activeSlave.amp == 1)>>
@@ -640,7 +640,7 @@ $activeSlave.slaveName is
 		body, down to $his feet, which
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "a button-up shirt and panties" "a button-up shirt" "a sweater" "a t-shirt" "a tank-top" "a nice over-sizes shirt" "a tube top" "an oversized t-shirt">>
 	which only covers $his
 	<<if ($activeSlave.amp == 1)>>
@@ -649,7 +649,7 @@ $activeSlave.slaveName is
 		torso, and
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "a bra" "a sports bra" "a striped bra">>
 	which only covers $his
 	<<if ($activeSlave.amp == 1)>>
@@ -658,7 +658,7 @@ $activeSlave.slaveName is
 		breasts, and
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "a tube top and thong" "a sweater and panties" "a slutty klan robe" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "sport shorts and a t-shirt" "sport shorts and a sports bra" "a t-shirt and panties">>
 	which only covers $his
 	<<if ($activeSlave.amp == 1)>>
@@ -667,7 +667,7 @@ $activeSlave.slaveName is
 		torso, crotch, and
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "striped underwear">>
 	which only covers $his
 	<<if ($activeSlave.amp == 1)>>
@@ -685,7 +685,7 @@ $activeSlave.slaveName is
 		crotch, and
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "cutoffs" "sport shorts">>
 	which only cover $his
 	<<if ($activeSlave.amp == 1)>>
@@ -694,7 +694,7 @@ $activeSlave.slaveName is
 		crotch, ass, and
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "a sweater and cutoffs">>
 	which only covers $his
 	<<if ($activeSlave.amp == 1)>>
@@ -703,7 +703,7 @@ $activeSlave.slaveName is
 		torso, crotch, ass, and
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "leather pants and a tube top" "a t-shirt and jeans">>
 	which only covers $his
 	<<if ($activeSlave.amp == 1)>>
@@ -712,7 +712,7 @@ $activeSlave.slaveName is
 		torso, ass, legs, and
 		<<footwearDescription>>
 	<</if>>
-	
+
 <<case "leather pants and pasties" "leather pants" "jeans">>
 	which only covers $his
 	<<if ($activeSlave.amp == 1)>>
@@ -3708,7 +3708,7 @@ $His
 	<<default>>
 		bare feet with a small ankle chain.
 	<</switch>>
-	
+
 <<case "a skimpy loincloth">>
 	<<switch $activeSlave.shoes>>
 	<<case "flats">>
@@ -3983,7 +3983,7 @@ $His
 	<<default>>
 		nothing on $his bare feet.
 	<</switch>>
-	
+
 <<case "striped panties">>
 	<<switch $activeSlave.shoes>>
 	<<case "flats">>
@@ -4175,7 +4175,7 @@ $His
 	<<default>>
 		nothing on $his feet, each individual toe of which is perfectly wrapped by the bodysuit.
 	<</switch>>
-	
+
 <<case "a tube top and thong" "a bra" "a thong" "a tube top" "a striped bra" "striped underwear" "boyshorts" "cutoffs" "panties" "panties and pasties" "jeans" "a button-up shirt and panties" "a button-up shirt" "a t-shirt and jeans" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and panties" "a t-shirt" "a sweater and cutoffs" "a sweater" "a tank-top" "a sweater and panties" "a tank-top and panties" "a t-shirt and thong">>
 	<<switch $activeSlave.shoes>>
 	<<case "flats">>
@@ -4191,7 +4191,7 @@ $His
 	<<default>>
 		nothing on $his feet.
 	<</switch>>
-	
+
 <<case "a sports bra" "sport shorts and a t-shirt" "sport shorts" "sport shorts and a sports bra">>
 	<<switch $activeSlave.shoes>>
 	<<case "flats">>
@@ -4223,7 +4223,7 @@ $His
 	<<default>>
 		nothing on $his feet.
 	<</switch>>
-	
+
 <<case "a leotard">>
 	<<switch $activeSlave.shoes>>
 	<<case "flats">>
@@ -4431,7 +4431,7 @@ $His
 	<<default>>
 		are totally bare.
 	<</switch>>
-	
+
 <<case "a klan robe" "a slutty klan robe">>
 	<<switch $activeSlave.shoes>>
 	<<case "flats">>
@@ -4543,19 +4543,19 @@ $His
 	<<default>>
 		nothing on $his bare feet.
 	<</switch>>
-	
+
 <<case "a gothic lolita dress">>
 	<<switch $activeSlave.shoes>>
 	<<case "flats">>
-		polished victorian flats.
+		polished Victorian flats.
 	<<case "boots">>
-		tall victorian boots.
+		tall Victorian boots.
 	<<case "heels">>
-		modest victorian heels.
+		modest Victorian heels.
 	<<case "pumps">>
-		modest victorian pumps.
+		modest Victorian pumps.
 	<<case "extreme heels">>
-		extremely high heeled victorian boots.
+		extremely high heeled Victorian boots.
 	<<default>>
 		nothing on $his bare feet.
 	<</switch>>
@@ -4872,7 +4872,7 @@ $His
 	<<elseif $activeSlave.bellyAccessory == "an extreme corset">>
 		$His absurd corset is a fun color, but still clashes with $his bikini pretty badly.
 	<<elseif $activeSlave.bellyAccessory == "a support band">>
-		$His support band is a fun color, but still clases with $his bikini pretty badly.
+		$His support band is a fun color, but still clashes with $his bikini pretty badly.
 	<</if>>
 
 <<case "a scalemail bikini">>
@@ -4883,7 +4883,7 @@ $His
 	<<elseif $activeSlave.bellyAccessory == "a support band">>
 		$His support band clashes with $his bikini pretty badly.
 	<</if>>
-	
+
 <<case "striped panties">>
 	<<if $activeSlave.bellyAccessory == "a corset">>
 		$His corset is a fun color and compliments $his cute panties.
@@ -5133,7 +5133,7 @@ $His
 	<<elseif $activeSlave.bellyAccessory == "an extreme corset">>
 		$His extreme corsetage is built into the suspenders of $his outfit.
 	<<elseif $activeSlave.bellyAccessory == "a support band">>
-		$His support band is hidden by $his outift.
+		$His support band is hidden by $his outfit.
 	<</if>>
 
 <<case "battledress">>
@@ -5160,7 +5160,7 @@ $His
 	<<elseif $activeSlave.bellyAccessory == "an extreme corset">>
 		$His extreme corset is $his only real piece of clothing.
 	<<elseif $activeSlave.bellyAccessory == "a support band">>
-		$His support band is $his only real peice of clothing.
+		$His support band is $his only real piece of clothing.
 	<</if>>
 
 <<case "a maternity dress">>
@@ -5180,16 +5180,16 @@ $His
 	<<elseif $activeSlave.bellyAccessory == "a support band">>
 		$His support band is left completely exposed between $his top and bottom.
 	<</if>>
-	
+
 <<case "a nice pony outfit" "a slutty pony outfit">>
 	<<if $activeSlave.bellyAccessory == "a corset">>
 		$His sturdy corset compliments $his outfit nicely.
 	<<elseif $activeSlave.bellyAccessory == "an extreme corset">>
 		$His extreme corsetage compliments $his outfit nicely.
 	<<elseif $activeSlave.bellyAccessory == "a support band">>
-		$His support band is hidden within $his outift.
+		$His support band is hidden within $his outfit.
 	<</if>>
-	
+
 <<case "a tube top and thong" "striped underwear" "leather pants and tube top" "sport shorts and a sports bra" "a slutty klan robe">>
 	<<if $activeSlave.bellyAccessory == "a corset">>
 		$His sturdy corset is completely exposed between $his top and bottom.
@@ -5198,7 +5198,7 @@ $His
 	<<elseif $activeSlave.bellyAccessory == "a support band">>
 		$His support band is completely exposed between $his top and bottom.
 	<</if>>
-	
+
 <<case "a bra" "a striped bra" "a sports bra" "a thong" "panties" "a tube top" "a skimpy loincloth" "boyshorts" "cutoffs" "jeans" "sport shorts" "leather pants" "leather pants and a tube top" "leather pants and pasties" "panties and pasties">>
 	<<if $activeSlave.bellyAccessory == "a corset">>
 		$His sturdy corset is completely exposed.
@@ -5207,7 +5207,7 @@ $His
 	<<elseif $activeSlave.bellyAccessory == "a support band">>
 		$His support band is completely exposed.
 	<</if>>
-	
+
 <<case "a button-up shirt and panties" "a button-up shirt" "a sweater" "a tank-top" "a sweater and panties" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "sport shorts and a t-shirt" "a t-shirt and panties" "a sweater and cutoffs">>
 	<<if $activeSlave.bellyAccessory == "a corset">>
 		$His sturdy corset is hidden by $his clothing.
diff --git a/src/utility/descriptionWidgetsTattoos.tw b/src/utility/descriptionWidgetsTattoos.tw
index 4ee620f47d4edd8866bc17797658ced3df658696..2b25a01a68ec1cc71f69c50787becf4b00cd11ad 100644
--- a/src/utility/descriptionWidgetsTattoos.tw
+++ b/src/utility/descriptionWidgetsTattoos.tw
@@ -316,7 +316,8 @@
 		<<case "degradation">>
 			$He has a tramp stamp formed from gothic lettering that reads 'Anal Whore.'
 		<<case "Asian art">>
-			A traditional Asian household scene is tattooed on $his lower back, showing a rendition of $activeSlave.slaveName, dressed in rich silks, having sex with a <<if $PC.title == 1>>gentleman<<else>>lady<</if>>. The slave and the <<if $PC.title == 1>>gentleman<<else>>lady<</if>> are kissing passionately as <<if $PC.title == 1>>he<<else>>$he<</if>>
+			<<setPlayerPronouns>>
+			A traditional Asian household scene is tattooed on $his lower back, showing a rendition of $activeSlave.slaveName, dressed in rich silks, having sex with a <<if $PC.title == 1>>gentleman<<else>>lady<</if>>. The slave and the <<if $PC.title == 1>>gentleman<<else>>lady<</if>> are kissing passionately as _heP
 			<<if $activeSlave.vagina < 0>>
 				penetrates the slave's anus.
 			<<elseif $activeSlave.bellyPreg >= 1500 || $activeSlave.bellyImplant >= 1500>>
diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index 9aa8c4f78b11e884d179326c72c66ee5df9df151..0152dc87a554fd8abc6c8b09755ef2015587f43b 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -316,7 +316,7 @@
 			<<link "Let her get pregnant">><<set $activeSlave.preg = 0>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>>
 		<<elseif $activeSlave.induce == 1>>
 			//Hormones are being slipped into her food, she will give birth suddenly and rapidly this week//
-		<<elseif ($activeSlave.preg > 38) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>>
+		<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth-2 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>>
 			[[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]]
 			| [[Give her a cesarean section|csec]]
 		<<elseif ($activeSlave.broodmother > 0)>>
@@ -326,7 +326,7 @@
 			<<if ($activeSlave.preg > 37)>>
 				| [[Induce mass childbirth|BirthStorm]]
 			<</if>>
-		<<elseif ($activeSlave.preg > 35)>>
+		<<elseif ($activeSlave.preg > $activeSlave.pregData.minLiveBirth)>>
 			[[Give her a cesarean section|csec]]
 		<<elseif ($activeSlave.preg > 0) && $activeSlave.breedingMark == 1 && $propOutcome == 1 && $activeSlave.pregSource == -1>>
 			//You are forbidden from aborting an elite child//
@@ -362,7 +362,7 @@
 			<</link>>
 		<<elseif $activeSlave.induce == 1>>
 			//Hormones are being slipped into its food, it will give birth suddenly and rapidly this week//
-		<<elseif ($activeSlave.preg > 38) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>>
+		<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth-2 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>>
 			[[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]]
 			| [[Give it a cesarean section|csec]]
 		<<elseif ($activeSlave.broodmother > 0)>>
@@ -372,7 +372,7 @@
 			<<if ($activeSlave.preg > 37)>>
 				| [[Induce mass childbirth|BirthStorm]]
 			<</if>>
-		<<elseif ($activeSlave.preg > 35)>>
+		<<elseif ($activeSlave.preg > $activeSlave.pregData.minLiveBirth)>>
 			[[Give it a cesarean section|csec]]
 		<<elseif ($activeSlave.preg > 0) && $activeSlave.breedingMark == 1 && $propOutcome == 1 && $activeSlave.pregSource == -1>>
 			//You are forbidden from aborting an elite child//
@@ -384,14 +384,14 @@
 <<if ($activeSlave.pregKnown == 1) && ($pregSpeedControl == 1) && ($activeSlave.breedingMark != 1 || $propOutcome == 0) && ($activeSlave.indentureRestrictions < 1) && ($activeSlave.broodmother == 0) && $seePreg != 0>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 	__Pregnancy control__: <<if $activeSlave.pregControl == "labor supressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation speed<<elseif $activeSlave.pregControl == "speed up">>Faster gestation speed, staffed clinic recommended<<else>>Normal gestation and birth<</if>>.
-	<<if ($activeSlave.preg >= 38)>>
+	<<if ($activeSlave.preg >= $activeSlave.pregData.minLiveBirth)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<if $activeSlave.pregControl == "labor supressors">>
 			<<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>>
 		<<else>>
 			<<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractFertility>><</link>>
 		<</if>>
-	<<elseif ($activeSlave.preg < 40)>>
+	<<elseif ($activeSlave.preg < $activeSlave.pregData.normalBirth)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<if $activeSlave.pregControl != "none">>
 			<<link "Normal Gestation">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> |
@@ -704,6 +704,11 @@
 <<widget "Hers">><<if ndef $args[0]>><<if _secondarySlaveLisp>>_HersLisp<<else>>$Hers<</if>><<else>><<if _primarySlaveLisp>>_Hers2Lisp<<else>>_Hers2<</if>><</if>><</widget>>
 <<widget "Himself">><<if ndef $args[0]>><<if _secondarySlaveLisp>>_HimselfLisp<<else>>$Himself<</if>><<else>><<if _primarySlaveLisp>>_Himself2Lisp<<else>>_Himself2<</if>><</if>><</widget>>
 
+<<widget "heP">><<if _playerSlaveLisp>>_hePLisp<<else>>_heP<</if>><</widget>>
+<<widget "hisP">><<if _playerSlaveLisp>>_hisPLisp<<else>>_hisP<</if>><</widget>>
+<<widget "HeP">><<if _playerSlaveLisp>>_HePLisp<<else>>_HeP<</if>><</widget>>
+<<widget "HisP">><<if _playerSlaveLisp>>_HisPLisp<<else>>_HisP<</if>><</widget>>
+
 /%
  Call as <<EventFetish>>
  $args[0]: Slave.
diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw
index a00b79d85b31f1df364536333bd55255076f352c..5e022fc7ec2f6e278eaad58c9a50296607efed67 100644
--- a/src/utility/slaveCreationWidgets.tw
+++ b/src/utility/slaveCreationWidgets.tw
@@ -1114,7 +1114,6 @@
 <</widget>>
 
 
-
 /%
  Call as <<ChangeAttr 1 1>>
  $arg[0] is whether XX or XY.