From 98cfd55d520c026758e6b69d737ae12d981cc958 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Wed, 5 Dec 2018 21:15:06 -0600
Subject: [PATCH] Push

---
 devNotes/AnatomyOfAFreeCitiesEvent.txt       |   24 +-
 devNotes/MultiVersionChangeLog.txt           |  161 +-
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 3043 +++++++++---------
 devNotes/twine CSS                           |  205 +-
 src/art/artJS.tw                             |    2 +-
 src/art/assistantArt.tw                      |    4 +-
 src/art/vector/Feet.tw                       |    4 +-
 src/art/vector/Generate_Stylesheet.tw        |   12 +-
 src/uncategorized/bodyModification.tw        |    4 +-
 src/uncategorized/endWeek.tw                 |   20 +-
 src/uncategorized/futureSociety.tw           | 1078 ++++---
 src/uncategorized/wardrobeUse.tw             |    4 +-
 12 files changed, 2283 insertions(+), 2278 deletions(-)

diff --git a/devNotes/AnatomyOfAFreeCitiesEvent.txt b/devNotes/AnatomyOfAFreeCitiesEvent.txt
index 54b198d771b..65b8c0946ac 100644
--- a/devNotes/AnatomyOfAFreeCitiesEvent.txt
+++ b/devNotes/AnatomyOfAFreeCitiesEvent.txt
@@ -31,20 +31,20 @@ 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 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 + "]]]">>
+			<<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. 
diff --git a/devNotes/MultiVersionChangeLog.txt b/devNotes/MultiVersionChangeLog.txt
index 46ab0e1e603..151d155a153 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/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 55e9495458b..5e71e34ace1 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -1,4 +1,4 @@
-Pregmod 
+Pregmod
 
 0.10.7.1-1.2.x
 
@@ -22,7 +22,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
 
@@ -35,7 +35,7 @@
 
 	4
 	-added buttplug attachments to the RA
-	-fixes 
+	-fixes
 
 11/29/2018
 
@@ -212,7 +212,7 @@
 10/23/2018
 
 	30
-	-economy defficulty tweaks
+	-economy difficulty tweaks
 	-economy can now be set to fluctuate over time
 	-fixes
 
@@ -224,7 +224,7 @@
 	-fixes
 
 	28
-	-added surgical reductions for excess foreskins and scotums
+	-added surgical reductions for excess foreskins and scrotums
 	-fixes
 
 10/21/2018
@@ -461,7 +461,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
 
@@ -500,7 +500,7 @@
 
 	28
 	-expanded canImpreg() to be able to handle the player
-	
+
 
 	27
 	-fixes
@@ -579,7 +579,7 @@
 	-implant manufacturer now gives access to advanced fillable implants
 	-raised the price of implant related research to compensate
 	-fixes
-	
+
 
 	12
 	-fixes
@@ -596,18 +596,18 @@
 	-fixes
 
 8/30/2018
-	
+
 	9
 	-nursing handjob interaction added
 	-fixes
 
 8/29/2018
-	
+
 	8
 	-fixes
 
 8/28/2018
-	
+
 	7
 	-fixes and code cleanup
 
@@ -669,7 +669,7 @@
 8/19/2018
 
 	6
-	-added pupil shape and schlera color
+	-added pupil shape and sclera color
 	-fixes
 
 8/18/2018
@@ -680,7 +680,7 @@
 	-fixes
 
 	4
-	-areolea shape split from size
+	-areolae shape split from size
 	-player b-cups
 	-fixes
 
@@ -700,7 +700,7 @@
 	-fixes
 	-added fox tail buttplug attachment (no desc yet)
 	-new justice event
-	
+
 8/12/2018
 
 	32
@@ -766,7 +766,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
@@ -911,7 +911,7 @@
 7/04/2018
 
 	17
-	-fixes, grammer and typo corrections
+	-fixes, grammar and typo corrections
 	-added anon's FCNN blurbs
 
 7/03/2018
@@ -1097,7 +1097,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
@@ -1132,7 +1132,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
@@ -1155,7 +1155,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
 
@@ -1217,7 +1216,7 @@
 
 	1
 	-added bodyswapping
-	-begining of pronoun rework
+	-beginning of pronoun rework
 	-fixes
 
 0.10.7.1-0.1.x
@@ -1501,7 +1500,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
@@ -1521,8 +1520,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
 
@@ -1551,7 +1550,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
 
@@ -1593,7 +1592,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
@@ -1649,7 +1648,7 @@
 	21
 	-more nicknames
 	-more names then you'll ever want
-	-added neighber hacking options
+	-added neighbor hacking options
 	-fixes
 	-typo corrections
 	-code cleanup
@@ -1675,7 +1674,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
 
@@ -1763,7 +1762,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
@@ -1772,7 +1771,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
@@ -1783,13 +1782,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.
 
@@ -1885,7 +1884,7 @@
 
 	394
 	-more fixes to pregnancy clearing
-	
+
 3/11/2018
 
 	393
@@ -1916,7 +1915,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
@@ -1939,11 +1938,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
@@ -2053,14 +2052,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.
@@ -2089,7 +2088,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
 
@@ -2114,18 +2113,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
 
@@ -2149,7 +2148,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
@@ -2228,20 +2227,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
 
@@ -2287,7 +2286,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
@@ -2303,8 +2302,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
@@ -2322,7 +2321,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
 
@@ -2410,7 +2409,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
@@ -2430,23 +2429,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
@@ -2620,33 +2619,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
@@ -2713,34 +2712,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()
 
@@ -2798,29 +2797,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
@@ -2830,7 +2829,7 @@
 	212
 	-fixes
 	-new outcome for reRebels
-	
+
 12/16/17
 
 	211
@@ -2865,10 +2864,10 @@
 
 	204
 	-saRules now applies to the clinic
-	
+
 	203
-	-fxied bad if in saRules
-	
+	-fixed bad if in saRules
+
 	202
 	-fixes
 
@@ -2882,11 +2881,11 @@
 
 	199
 	-fixes
-	
+
 	198
 	-fixes
 	-saRules now applies to the brothel
-	
+
 12/10/17
 
 	197
@@ -2896,45 +2895,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
@@ -2945,45 +2944,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
@@ -2991,268 +2990,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
 
@@ -3263,70 +3262,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
@@ -3335,241 +3334,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
 
@@ -3581,45 +3580,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
 
@@ -3631,67 +3630,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
 
@@ -3699,46 +3698,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
@@ -3746,13 +3745,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
@@ -3765,13 +3764,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
@@ -3783,30 +3782,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
 
@@ -3818,122 +3817,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
@@ -3941,149 +3940,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
 
@@ -4091,86 +4090,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
 
@@ -4179,7 +4178,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?
@@ -4187,58 +4186,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
@@ -4248,17 +4247,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
@@ -4266,27 +4265,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
@@ -4295,10 +4294,10 @@
 
 	80
 	-fixed a $$
-	
+
 	79
 	-fixed bugs
-	
+
 	78
 	-nobr'd a bunch of passages
 	-fixed some bugs
@@ -4308,7 +4307,7 @@
 
 	77
 	-fixed bugs
-	
+
 	76
 	-placeholders removed
 	-food stuffing now has effects
@@ -4318,13 +4317,13 @@
 	75
 	-fixed bugs
 	-corrected some oversights
-	
+
 	74
 	-lowercase-donkey fuckery
 
 	73
 	-Fixed some bugs
-	
+
 08/3/17
 
 	72
@@ -4332,75 +4331,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
 
@@ -4408,36 +4407,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
 
@@ -4446,49 +4445,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
@@ -4496,41 +4495,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
 
@@ -4545,7 +4544,7 @@
 
 	14
 	-fixed many bugs
-	
+
 07/21/17
 
 	13
@@ -4554,21 +4553,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
 
@@ -4577,27 +4576,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
@@ -4607,7 +4606,7 @@
 	40
 	-initialized new variables
 	-further extended family mode optimizations
-	
+
 	39
 	-vanilla updates
 	-FCGudder's guddering
@@ -4616,7 +4615,7 @@
 
 	38
 	-fixed >>106706
-	
+
 	37
 	-FCGudder's image corrections to salon/remote surgery/etc
 	-fixed >>106562
@@ -4640,7 +4639,7 @@
 	32
 	-fixed bugs
 	-further extended family mode optimization
-	
+
 07/15/17
 
 	31
@@ -4649,131 +4648,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
@@ -4782,12 +4781,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
@@ -4803,111 +4802,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	
-	
+	-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"
-	
+
 	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
@@ -4915,78 +4914,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
 	-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
 	-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
-	
+
 	13
 	-pregmodfan's RA reworks
 	-fixes and tweaks
@@ -4995,10 +4994,10 @@
 
 	12
 	-bug fixes
-	
+
 	11
 	-vanilla fixes
-	
+
 	10
 	-fixes
 
@@ -5006,9 +5005,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
-	
+
 06/16/17
-	
+
 	8
 	-fixes
 
@@ -5019,108 +5018,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)
 	-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.
 
@@ -5128,93 +5127,93 @@
 
 	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
-	
+
 	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
@@ -5224,33 +5223,33 @@
 
 	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
@@ -5261,24 +5260,24 @@
 	-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
@@ -5289,10 +5288,10 @@
 	54
 	-fixes
 	-extended some of the new slave intros to work with extended family mode
-	
+
 	53
 	-vanilla fixes
-	
+
 	52
 	-pregmodfan's fixes
 
@@ -5301,85 +5300,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 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
@@ -5387,189 +5386,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
 
@@ -5577,41 +5576,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
 
@@ -5619,18 +5618,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
 
@@ -5638,14 +5637,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
 
@@ -5653,16 +5652,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
 
@@ -5670,17 +5669,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
 
@@ -5688,17 +5687,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
@@ -5706,7 +5705,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
 
@@ -5714,35 +5713,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
@@ -5750,20 +5749,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
 
@@ -5771,16 +5770,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
@@ -5788,35 +5787,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
 
@@ -5825,36 +5824,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
@@ -5863,10 +5862,10 @@
 
 	87
 	fixed misc widgets .FSSSubjugationist bug
-	
+
 	86
 	-possibly fixed pUndergroundRailroad
-	
+
 	85
 	-lots of vanilla additions
 	-fcanon's additions
@@ -5876,19 +5875,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
 
@@ -5897,80 +5896,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
@@ -5978,14 +5977,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
 
@@ -5993,18 +5992,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
 
@@ -6012,16 +6011,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
@@ -6030,13 +6029,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
 
@@ -6044,15 +6043,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
@@ -6070,71 +6069,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
 
@@ -6146,16 +6145,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
@@ -6164,23 +6163,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
@@ -6190,7 +6189,7 @@
 
 	10
 	-fixes
-	
+
 	9
 	-fixes
 	-neighboring slimness enthusiast arcologies now have access to its research
@@ -6210,52 +6209,52 @@
 	-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
@@ -6263,30 +6262,30 @@
 	-tracked down missing accordian 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
@@ -6300,22 +6299,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
@@ -6326,16 +6325,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
 
@@ -6343,10 +6342,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
@@ -6357,38 +6356,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
-	
+
 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.
@@ -6398,44 +6397,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
-	
+
 	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
 
@@ -6443,18 +6442,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
@@ -6464,40 +6463,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
@@ -6507,54 +6506,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.
 	
+	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
@@ -6565,45 +6564,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
@@ -6616,317 +6615,317 @@
 		</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	
-		
-02/01/17
+	-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
 
@@ -6934,133 +6933,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
 
@@ -7069,70 +7068,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
@@ -7140,22 +7139,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
@@ -7163,96 +7162,96 @@
 	-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
 	
+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
@@ -7262,46 +7261,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
@@ -7312,11 +7311,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
@@ -7325,142 +7324,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.
@@ -7470,28 +7469,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
@@ -7505,7 +7504,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.
@@ -7514,7 +7513,7 @@
 
 	3
 	-Hostage corruption should now work correctly.
-	
+
 	2
 	-Fixed forgotten age description code.
 
@@ -7522,7 +7521,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
@@ -7544,7 +7543,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.
 
@@ -7552,24 +7551,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
 
@@ -7577,108 +7576,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	
-		
-07/30/16
+	-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)
@@ -7687,42 +7686,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
 
@@ -7731,111 +7730,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
@@ -7851,56 +7850,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
@@ -7910,11 +7909,11 @@ PregmodBase v113
 	-reworked casualties logic
 	-added statistics to arcology management screen
 	-various other fixes
-	
+
 10/22/17
 
 	5
-	
+
 10/18/17
 
 	3
@@ -7922,36 +7921,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.
@@ -7959,112 +7958,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/twine CSS b/devNotes/twine CSS
index c064756c4f2..ce419a59b86 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/src/art/artJS.tw b/src/art/artJS.tw
index 7f02f119ac1..40b9724a364 100644
--- a/src/art/artJS.tw
+++ b/src/art/artJS.tw
@@ -171,7 +171,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 9cf48c515a6..8105d0fe1cd 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;
diff --git a/src/art/vector/Feet.tw b/src/art/vector/Feet.tw
index 418404a2190..3823eb72afc 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 ffbc6a16846..1253e924eb1 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/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index 4057afc56a0..53eabab5702 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -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>>
@@ -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/endWeek.tw b/src/uncategorized/endWeek.tw
index 99a0b88f895..e55ac26e04d 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 a010bc14021..f710ada4931 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, $FSCredits -= 1]]: 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, $FSCredits -= 1]]: 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, $FSCredits -= 1]]: 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, $FSCredits -= 1]]: 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/wardrobeUse.tw b/src/uncategorized/wardrobeUse.tw
index 3848b673063..d26ab82df6a 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 >>
-- 
GitLab