diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 9764b9c276f2faccc75cda742ac013d02d5e31fd..04cec1fbe8068334498bd0005c3948e2fb489c0f 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,16 @@
 
 0.10.7.1-0.1.x
 
+4/05/2018
+
+	27
+	-fixed a bad $i in nextWeek
+	-added a basic overpower roll for slave vs player
+
+	26
+	-added anon's aphrodisiac demonstration to FCTV
+	-fuckdoll conversion now unsets inflation
+
 4/04/2018
 
 	25
diff --git a/devNotes/twine JS b/devNotes/twine JS
index 37f83404ec625d1c18549e98554131be59362b9f..40505b37f1965c4ffed0445562e0b9c602e10eb0 100644
--- a/devNotes/twine JS	
+++ b/devNotes/twine JS	
@@ -975,6 +975,28 @@ window.nippleColor = function(slave) {
 	}
 }
 
+/*
+window.overpowerCheck = function(slave, PC) {
+	var strength;
+
+	if(State.variables.arcologies[0].FSPhysicalIdealist != "unset") {
+		if(PC.title == 1) {
+			strength = 130;
+		} else {
+			strength = 100;
+		}
+	} else if(PC.title == 1) {
+		strength = 50;
+	} else {
+		strength = 30;
+	}
+	strength += (185-slave.height);
+	strength -= (PC.belly/1000);
+	
+	return strength;
+}
+*/
+
 window.jsAlert = function(obj)
 {
 	alert(obj);
diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index 6434f27c7be174bb9a59661b30791a83c06c3193..9ee0e6673ab041754bf1f08c4421a63ca5de9f33 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -558,13 +558,13 @@ __''Player Character''__
 	
 	<<switch $PC.markings>>
 		<<case "freckles">>
-			<<set $PCCreationFreckels = "has light freckling">>
+			<<set _PCCreationFreckels = "has light freckling">>
 		<<case "heavily freckled">>
-			<<set $PCCreationFreckels = "has heavy freckling">>
+			<<set _PCCreationFreckels = "has heavy freckling">>
 		<<default>>
-			<<set $PCCreationFreckels = "is clear of blemishes">>
+			<<set _PCCreationFreckels = "is clear of blemishes">>
 	<</switch>>
-	<br>Your body ''$PCCreationFreckels''.
+	<br>Your body ''_PCCreationFreckels''.
 		[[None|Intro Summary][$PC.markings = "none"]] |
 		[[Light|Intro Summary][$PC.markings = "freckles"]] |
 		[[Heavy|Intro Summary][$PC.markings = "heavily freckled"]]
@@ -587,30 +587,30 @@ __''Player Character''__
 
 	<<switch $PC.career>>
 		<<case "capitalist">>
-			<<set $PCCreationCareer = "a business leader">>
+			<<set _PCCreationCareer = "a business leader">>
 		<<case "mercenary">>
-			<<set $PCCreationCareer = "a mercenary">>
+			<<set _PCCreationCareer = "a mercenary">>
 		<<case "slaver">>
-			<<set $PCCreationCareer = "a slaver">>
+			<<set _PCCreationCareer = "a slaver">>
 		<<case "engineer">>
-			<<set $PCCreationCareer = "an engineer">>
+			<<set _PCCreationCareer = "an engineer">>
 		<<case "medicine">>
-			<<set $PCCreationCareer = "a doctor">>
+			<<set _PCCreationCareer = "a doctor">>
 		<<case "celebrity">>
-			<<set $PCCreationCareer = "a minor celebrity">>
+			<<set _PCCreationCareer = "a minor celebrity">>
 		<<case "escort">>
-			<<set $PCCreationCareer = "an escort">>
+			<<set _PCCreationCareer = "an escort">>
 		<<case "servant">>
-			<<set $PCCreationCareer = "a servant">>
+			<<set _PCCreationCareer = "a servant">>
 		<<case "gang">>
-			<<set $PCCreationCareer = "a gang leader">>
+			<<set _PCCreationCareer = "a gang leader">>
 		<<case "BlackHat">>
-			<<set $PCCreationCareer = "an incursion specialist">>
+			<<set _PCCreationCareer = "an incursion specialist">>
 		<<default>>
-			<<set $PCCreationCareer = "a member of the idle wealthy">>
+			<<set _PCCreationCareer = "a member of the idle wealthy">>
 	<</switch>>
 	<br>
-	Before you came to the free cities, you were ''$PCCreationCareer'' and it is rumoured that you acquired your arcology through ''$PC.rumor''.
+	Before you came to the free cities, you were ''_PCCreationCareer'' and it is rumoured that you acquired your arcology through ''$PC.rumor''.
 	
 	<br>__Past career:__
 	<<if $PC.career != "arcology owner">>
@@ -686,28 +686,28 @@ __''Player Character''__
 	<br>
 	<<switch $PC.boobsBonus>>
 		<<case -1>>
-			<<set $PCCreationBoobSize = "unoticable C cups">>
+			<<set _PCCreationBoobSize = "unnoticeable C cups">>
 		<<case -0.5>>
-			<<set $PCCreationBoobSize = "unremarkable D cups">>
+			<<set _PCCreationBoobSize = "unremarkable D cups">>
 		<<case 1>>
-			<<set $PCCreationBoobSize = "noticeable F cups">>
+			<<set _PCCreationBoobSize = "noticeable F cups">>
 		<<case 2>>
-			<<set $PCCreationBoobSize = "huge G cups">>
+			<<set _PCCreationBoobSize = "huge G cups">>
 		<<case 3>>
-			<<set $PCCreationBoobSize = "masive H cups">>
+			<<set _PCCreationBoobSize = "massive H cups">>
 		<<default>>
-			<<set $PCCreationBoobSize = "average DD cups">>
+			<<set _PCCreationBoobSize = "average DD cups">>
 	<</switch>> 
 		
 	<<if $PC.boobsImplant>>
-		<<set $PCCreationBreast = "fake">>
+		<<set _PCCreationBreast = "fake">>
 	<<else>>
-		<<set $PCCreationBreast = "all natural">>
+		<<set _PCCreationBreast = "all natural">>
 	<</if>> 	
 			
 	<<if $PC.boobs > 0>>
-		Your breasts are ''$PCCreationBoobSize'' 
-		and ''$PCCreationBreast''.
+		Your breasts are ''_PCCreationBoobSize'' 
+		and ''_PCCreationBreast''.
 		<<if $PC.boobsBonus == 0>>
 			[[Go bigger|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 0]] | [[Get implants|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 1]] | [[Go smaller|Intro Summary][$PC.boobsBonus = -1, $PC.boobsImplant = 0]]
 		<<elseif $PC.boobsBonus == 2>>
diff --git a/src/events/intro/pcExperienceIntro.tw b/src/events/intro/pcExperienceIntro.tw
index 77ba483b6a47b381837dd29c29241d92c6f3ceaf..1d2993b5b62a6fbb22c3ad936173c1bbe107470d 100644
--- a/src/events/intro/pcExperienceIntro.tw
+++ b/src/events/intro/pcExperienceIntro.tw
@@ -65,14 +65,14 @@
     You know how to @@.yellowgreen;lower your upkeep@@, but @@.red;not conduct business@@. Your starting slaves will have free @@.mediumaquamarine;trust@@ and @@.hotpink;devotion@@.//
 
     <br>[[Gang Leader|PC Rumor Intro][$PC.career = "gang"]]
-    <br>&nbsp;&nbsp;&nbsp;&nbsp;//As am ex-gang leader, you know how to haggle slaves.
+    <br>&nbsp;&nbsp;&nbsp;&nbsp;//As an ex-gang leader, you know how to haggle slaves.
     <<if $showSecExp == 1>>
         In addition asserting your authority @@.green;will be easier@@ and @@.yellowgreen;security HQ upgrades will be cheaper@@.
     <</if>>
     However you will @@.red;find reputation quite hard@@ to maintain. Your starting slaves will be @@.green;fitter@@  and posses a free level of @@.cyan;combat skill@@ .//
 
     <br>[[Incursion Specialist|PC Rumor Intro][$PC.career = "BlackHat"]]
-    <br>&nbsp;&nbsp;&nbsp;&nbsp;//As am ex-hacker for hire, you know how to gain access computer systems and other devices. @@.green;Certain upgrades may be cheaper@@ , and you may find alternative approaches to problems.
+    <br>&nbsp;&nbsp;&nbsp;&nbsp;//As an ex-hacker for hire, you know how to gain access computer systems and other devices. @@.green;Certain upgrades may be cheaper@@ , and you may find alternative approaches to problems.
     <<if $showSecExp == 1>>
         However you will @@.red;find authority quite hard@@ to maintain.
     <</if>>
diff --git a/src/interaction/cyberConfig.tw b/src/interaction/cyberConfig.tw
index f4e8fc2172dd38571d9d63053059bd58f1b4da93..3c12ee061d02e4ae2c173c50ccd897cef17c7af3 100644
--- a/src/interaction/cyberConfig.tw
+++ b/src/interaction/cyberConfig.tw
@@ -93,7 +93,7 @@
 	
 <<case 2>>
 	<<set $temp = 0, $nextButton = "Continue", $nextLink = "cyberConfig">>
-	<<if $activeSlave.amp != 1>>You have $possessive lie down and<<else>>You<</if>> use speculum to keep $possessive eyes open while you disengage $possessive lenses remotely and swap them out with $possessive new $activeSlave.eyeColor lenses.
+	<<if $activeSlave.amp != 1>>You have $possessive lie down and<<else>>You<</if>> use a speculum to keep $possessive eyes open while you disengage $possessive lenses remotely and swap them out with $possessive new $activeSlave.eyeColor lenses.
 <<case 3>>
 	<<set $temp = 0, $nextButton = "Continue", $nextLink = "cyberConfig">>
 	<<if $activeSlave.eyes == 1>>
@@ -105,7 +105,7 @@
 	<</if>>
 <<case 4>>
 	<<set $temp = 0, $nextButton = "Continue", $nextLink = "cyberConfig">>
-	Attaching $possessive limbs is a simple procedure, simply push connector on each limb into the socket in $possessive implants until the lock engages.<<if $activeSlave.PLimb == 2>> $pronounCap jumps a bit as limbs connect to $possessive nerves.<</if>> When you are done, $pronoun sits up and 
+	Attaching $possessive limbs is a simple procedure, you simply push a connector on each limb into the socket in $possessive implants until the lock engages.<<if $activeSlave.PLimb == 2>> $pronounCap jumps a bit as limbs connect to $possessive nerves.<</if>> When you are done, $pronoun sits up and 
 	<<if $activeSlave.amp == -2>>experimentally engages the vibe function in $possessive fingers.
 	<<elseif $activeSlave.amp == -3>>runs a hand over the smooth skin of $possessive new legs.
 	<<elseif $activeSlave.amp == -4>>engages and disengages the blade in $possessive forearm.
diff --git a/src/js/storyJS.tw b/src/js/storyJS.tw
index 724825972bd832fe9ca3ccfe9eb75abf50a4d0a3..054ef25372ce1ea2db3577c22d923c59f6f697d5 100644
--- a/src/js/storyJS.tw
+++ b/src/js/storyJS.tw
@@ -975,6 +975,26 @@ window.nippleColor = function(slave) {
 	}
 }
 
+window.overpowerCheck = function(slave, PC) {
+	var strength;
+
+	if(State.variables.arcologies[0].FSPhysicalIdealist != "unset") {
+		if(PC.title == 1) {
+			strength = 130;
+		} else {
+			strength = 100;
+		}
+	} else if(PC.title == 1) {
+		strength = 50;
+	} else {
+		strength = 30;
+	}
+	strength += (185-slave.height);
+	strength -= (PC.belly/1000);
+	
+	return strength;
+}
+
 window.jsAlert = function(obj)
 {
 	alert(obj);
diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index b2eadaafbb35b1a1c63764d09a90b126c2070cf0..6fe00a5e2adebc40257ded9599030de31cfdb84e 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -1578,4 +1578,4 @@ Her nationality is $activeSlave.nationality.
 	<</if>>
 <</for>>
 
-<<unset $PCCreationSex, $PCCreationFreckels, $PCCreationCareer, $PCCreationBoobSize, $PCCreationBreast>>
+<<unset $PCCreationSex>>
diff --git a/src/pregmod/SecForceEX/SpecialForceUpgradeDec.tw b/src/pregmod/SecForceEX/SpecialForceUpgradeDec.tw
index 57b6f194c7468c68455089d45a27bd8c5536f372..e8494a4182c02641bb95f93ba57afe4c26bd2e3b 100644
--- a/src/pregmod/SecForceEX/SpecialForceUpgradeDec.tw
+++ b/src/pregmod/SecForceEX/SpecialForceUpgradeDec.tw
@@ -248,7 +248,7 @@
 	<<case 5>>
 		Modernized the armour, weaponry, electronics and crew seating.
 	<<case 6>>
-		Modernized the armour, weaponry, electronics and crew seating. Increased the speed and moverability.
+		Modernized the armour, weaponry, electronics and crew seating. Increased the speed and maneuverability.
 <</switch>>
 <</if>>
 <<if $securityForceHeavyTransport > 0>>
diff --git a/src/pregmod/SecForceEX/securityForceTradeShow.tw b/src/pregmod/SecForceEX/securityForceTradeShow.tw
index 7977ca5a82c3346a112d5cb8802eff41b6acbcc0..66577898518c3bf8b0e3b7de9302e0c88a4dd69a 100644
--- a/src/pregmod/SecForceEX/securityForceTradeShow.tw
+++ b/src/pregmod/SecForceEX/securityForceTradeShow.tw
@@ -126,7 +126,7 @@ The (bi-yearly) security trade show has finally come around and even though you'
 	
 	<<link "Request she remain on base">>
 	<<replace "#choice2">>
-		<br>The look of disappointement is barely noticeable on The Colonel's face.
+		<br>The look of disappointment is barely noticeable on The Colonel's face.
 	<</replace>>
 	<</link>>
 
diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw
index 83ec20f060be2a0f9813228abfac975090387ffa..4e1844a6412d0fe256b06189b8832aba16abd9d7 100644
--- a/src/pregmod/seFCTVshows.tw
+++ b/src/pregmod/seFCTVshows.tw
@@ -970,12 +970,37 @@ The offered price is <<print cashFormat($slaveCost)>>.
 				<<set _fctvs = $slaves.findIndex(function(s) { return s.ID == $Concubine.ID; })>>
 				<<set $slaves[_fctvs].penetrativeCount += 1, $penetrativeTotal += 1>>
 			<<elseif $sexualOpeness == 1>>
-				find your favorite cock to get a creampie from.
+				find your favorite cock to get a creampie from. You've never had a more lust-filled orgasm.
 			<<else>>
-				find your favorite squirt dildo to creampie yourself with.
+				find your favorite squirt dildo to creampie yourself with. You've never had a more lust-filled orgasm.
 			<</if>>
-			You've never had a more lust-filled orgasm.
 		<</if>>
+	<<else>>
+		The random function begins playing a Free Cities documentary on the benefits of aphrodisiacs, which is almost halfway over. A montage of out-of-context shots of injectors, suppositories, and bottles of liquid interspersed with very horny, sweaty slaves needily grinding on each other plays before cutting back to the presenter, a gorgeous young woman with long, brown hair in a tight one-piece red dress and matching heels. Her dress, practically a second skin, proudly reveals that she definitely isn't wearing a bra or panties of any kind but still leaves plenty up to the imagination increasing her enticing presence. She's with a handsome man in a labcoat, and they're sitting on a couch in an office with a microphone on a coffee table between them.
+		<br>
+		"I met with one of the leading scientists working on cleaner, higher-purity aphrodisiacs." the woman presenting narrates.
+		<br>
+		The scientist's volume fades in, and you can finally hear what he has to say. "The problem with most of the cheap stuff is it can make you sick and it can be really hard to kick an addiction to it. With products similar to what we aim to create those risks are severely mitigated, showing that the potential for healthy, prolonged use of aphrodisacs exists, and that cessation of use can be significantly easier."
+		<br>
+		The woman cuts in with a question. "But won't an easier time quitting mean a weaker product?"
+		<br>
+		"Not at all." he says confidently. "But I'd rather show you than tell you." he says, motioning to the camera. He signals to someone off-camera and an unresisting woman in a nun's outfit is dragged out and placed on her knees in the middle of the room by two men in street clothes.
+		<br>
+		"This was a nun from the old world, recently made a slave." he explains. "We do all of our testing on legally purchased slaves who are slated to work in brothels that use aphrodisiacs anyway, so there's no harm done."
+		<br>
+		One of the men from earlier walks back into frame and hands the scentist an injector. "This is one of our latest prototypes, the purest we've produced yet. I'm proud to be able to show it off today." he says as he prepares an injection site on the right side of the nun's neck. He moves the injector close to her neck, just barely grazing her skin. "Before I do this, for the cameras, how do you feel about taking it up the ass in front of this nice girl, Sister?"
+		<br>
+		The nun looks up with anger and defiance before speaking in a low tone "Do you not know that the unrighteous will not inherit the kingdom of God? Do not be deceived. Neither the sexually immoral, nor idolators, nor adulterers, nor m-" the scientist injects her, and her eyes immediately widen. Her cheeks quickly flush and her breathing becomes labored as she clenches her teeth. "What's the matter?" the scientist teases. "No more verses?"
+		<br>
+		The nun unconciously moves closer to him, and finds herself hugging his thigh and rubbing her crotch against his leg like a dog. Her robes are soaked right at the spot where her pussy ought to be, and she's drooling as she undoes the scientist's pants. When his big, soft cock flops out and slaps her face, she desperately licks and sucks on it to get it hard before hungrily deepthroating it at a maddening pace. The scientist eventually grabs her hair and rips his cock out of her mouth before blowing his load all over her face, all on camera. "One more time for the cameras." he says. "How do you feel about taking it up the ass in front of this nice girl, Sister?"
+		<br>
+		"Please fuck me." the nun whimpers. "Please. I need it. My... it burns."
+		<br>
+		"Fuck you in your ass?" he clarifies.
+		<br>
+		"Anywhere. Please, now. Please."
+		<br>
+		He bends her over the couch, right next to the presenter, who's been watching the entire time. She's transfixed with genuine interest in the aphrodisiacs and genuine cocklust for the scientist. The scientist slides his spit-covered cock into the nun's ass, and she thanks him through tears as she moans and desperately rubs her clit. He's pounding her hard and fast, and she cums quickly, but clearly she isn't satiated judging by how quickly she goes back to slamming her ass against the scientist after cumming. Eventually the sight of it is too much for the presenter, who mouths "fuck it" before hiking up the bottom of her dress to her hips revealing a beatifully puffy pussy and a carefully-sculpted landing strip. The presenter shifts over on the couch, and pulls the nun by her hair to make her eat her cunt. They go on like this for some time, with the nun and presenter frequently changing places, much to the delight of the scientist. By the end of the scene the nun is crying on the floor, leaking cum from every holy hole and staring off into space. The benefits of aphrodisiacs are quite clear.
 	<</if>>
 <<default>>
 	It seems there's a technical error preventing you from streaming, you tell $assistantName to look into it.
diff --git a/src/pregmod/widgets/bodySwapReaction.TW b/src/pregmod/widgets/bodySwapReaction.TW
index 1a5f01e070de86c161d776acca34e30fb2c7257f..ab6b07f573c1d7f99cf95c6d6756ce0da06564be 100644
--- a/src/pregmod/widgets/bodySwapReaction.TW
+++ b/src/pregmod/widgets/bodySwapReaction.TW
@@ -134,7 +134,7 @@ Now you only have to wait for her to wake up.
 		<<if $args[0].devotion > 20>>
 			She is happy to find that a familiarly sized chest waiting for her.
 			<<if ($args[0].physicalAge < $args[1].physicalAge-5) || ($args[0].boobShape != "saggy" && $args[0].boobShape != "downward facing" && ($args[1].boobShape == "saggy" || $args[1].boobShape == "downward facing"))>> /*(younger/perkier)*/
-				She gasps when she realizes they ar now perkier and firmer than her old breasts. She toys with the supple flesh and sensitive nipples, groping them with childlike abandon.
+				She gasps when she realizes they are now perkier and firmer than her old breasts. She toys with the supple flesh and sensitive nipples, groping them with childlike abandon.
 			<</if>>
 		<<else>>
 			She cautiously handles one breast, then the other, and is happy that at least one less thing is different today. 
@@ -189,7 +189,7 @@ Now you only have to wait for her to wake up.
 		<<if $args[0].devotion > 20>>
 			This new size excites her and she looks forward to experimenting with them.
 		<<else>>
-			This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her.
+			This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her.
 			<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
 		<</if>>
 	<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
@@ -251,7 +251,7 @@ Now you only have to wait for her to wake up.
 	<</if>>
 
 	<br><br>
-	She cranes her neck to looks down on herself
+	She cranes her neck to look down on herself
 
 	/*(breast changes)*/
 	<<if $args[0].boobsImplant > 0 && $args[1].boobsImplant > 0>> /*(breast implants)*/
@@ -279,7 +279,7 @@ Now you only have to wait for her to wake up.
 			<<if $args[0].devotion > 20>>
 				This new size excites her and she looks forward to experimenting with them.
 			<<else>>
-				This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her.
+				This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her.
 				<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
 			<</if>>
 		<<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/
@@ -287,7 +287,7 @@ Now you only have to wait for her to wake up.
 			<<if $args[0].devotion > 20>>
 				This new size excites her and she looks forward to experimenting with them.
 			<<else>>
-				This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her.
+				This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her.
 				<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
 			<</if>>
 		<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
@@ -308,7 +308,7 @@ Now you only have to wait for her to wake up.
 			<<if $args[0].devotion > 20>>
 				her bust has shrunk. She is saddened by the loss of the beautiful weight she once bore and struggles to keep herself under control for your sake, @@.mediumorchid;barely.@@
 			<<else>>
-				that her chest is not as large as it once was.  @@.mediumcorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection.
+				that her chest is not as large as it once was. @@.mediumorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection.
 			<</if>>
 			<<set $args[0].devotion -= 5>>
 		<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ 
@@ -357,7 +357,7 @@ Now you only have to wait for her to wake up.
 			<<if $args[0].devotion > 20>>
 				This new size excites her and she looks forward to experimenting with them.
 			<<else>>
-				This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her.
+				This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her.
 				<<set $args[0].devotion -= 10, $args[0].trust -= 10>>
 			<</if>>
 		<<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/
@@ -365,7 +365,7 @@ Now you only have to wait for her to wake up.
 			<<if $args[0].devotion > 20>>
 				This new size excites her and she looks forward to experimenting with them.
 			<<else>>
-				This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her.
+				This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her.
 				<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
 			<</if>>
 		<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
@@ -386,7 +386,7 @@ Now you only have to wait for her to wake up.
 			<<if $args[0].devotion > 20>>
 				her bust has shrunk. She is saddened by the loss of the beautiful weight she once bore and struggles to keep herself under control for your sake, @@.mediumorchid;barely.@@
 			<<else>>
-				that her chest is not as large as it once was.  @@.mediumcorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection.
+				that her chest is not as large as it once was. @@.mediumorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection.
 			<</if>>
 			<<set $args[0].devotion -= 5>>
 		<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ 
@@ -415,7 +415,7 @@ Now you only have to wait for her to wake up.
 			<<if $args[0].devotion > 20>>
 				and finds not only her implants gone, but her breasts entirely. She is saddened by her flat chest and struggles to keep herself under control for your sake, @@.mediumorchid;barely.@@
 			<<else>>
-				and finds that her implants are gone, along with the rest of her breasts. @@.mediumcorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection.
+				and finds that her implants are gone, along with the rest of her breasts. @@.mediumorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection.
 			<</if>>
 			<<set $args[0].devotion -= 5>>
 		<<elseif $args[0].boobs <= 300>> /*flat*/
@@ -439,7 +439,7 @@ Now you only have to wait for her to wake up.
 			<<if $args[0].devotion > 20>>
 				This new size excites her and she looks forward to experimenting with them.
 			<<else>>
-				This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her.
+				This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her.
 				<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
 			<</if>>
 		<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
@@ -460,7 +460,7 @@ Now you only have to wait for her to wake up.
 			<<if $args[0].devotion > 20>>
 				ands sees her bust has shrunk. She is saddened by the loss of her implants and struggles to keep herself under control for your sake, @@.mediumorchid;barely.@@
 			<<else>>
-				ands sees that her chest is not as large as it once was. @@.mediumcorchid;Tears leap into her eyes@@ as her natural breasts begin to quiver<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection.
+				ands sees that her chest is not as large as it once was. @@.mediumorchid;Tears leap into her eyes@@ as her natural breasts begin to quiver<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection.
 			<</if>>
 			<<set $args[0].devotion -= 5>>
 		<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ 
@@ -489,7 +489,7 @@ Now you only have to wait for her to wake up.
 			<<if $args[0].devotion > 20>>
 				and sees no tits at all. She is saddened by her flat chest and struggles to keep herself under control for your sake, @@.mediumorchid;barely.@@
 			<<else>>
-				and sees no tits at all. @@.mediumcorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection.
+				and sees no tits at all. @@.mediumorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection.
 			<</if>>
 			<<set $args[0].devotion -= 5>>
 		<<elseif $args[0].boobs <= 300>> /*flat*/
@@ -513,7 +513,7 @@ Now you only have to wait for her to wake up.
 			<<if $args[0].devotion > 20>>
 				This new size excites her and she looks forward to experimenting with them.
 			<<else>>
-				This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her.
+				This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her.
 				<<set $args[0].devotion -= 5, $args[0].trust -= 5>>
 			<</if>>
 		<<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/
@@ -534,7 +534,7 @@ Now you only have to wait for her to wake up.
 			<<if $args[0].devotion > 20>>
 				and sees that her bust has shrunk. She is saddened by her smaller chest and struggles to keep herself under control for your sake, @@.mediumorchid;barely.@@
 			<<else>>
-				and finds that her chest is not as large as it once was. @@.mediumcorchid;Tears leap into her eyes@@ as her her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection.
+				and finds that her chest is not as large as it once was. @@.mediumorchid;Tears leap into her eyes@@ as her her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection.
 			<</if>>
 			<<set $args[0].devotion -= 5>>
 		<<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ 
@@ -642,12 +642,12 @@ Now you only have to wait for her to wake up.
 <</if>>
 
 <br><br>
-You depress a button and a long, body length mirror slides up from the floor near the wall. Your slave
+You depress a button and a long, body length mirror slides up from the floor near the wall.
 
 <<if $args[0].amp == 1>>
-	With the help of an assistant, slave sits up against the side of the gurney and sees her entire new body for the first time.
+	With the help of an assistant, $args[0].slaveName sits up against the side of the gurney and sees her entire new body for the first time.
 <<else>>
-	Gingerly hops to her feet
+	$args[0].slaveName gingerly hops to her feet
 	<<if $args[0].heels == 1 || !canWalk($args[0])>>
 		<<if $args[0].heels == 1>>
 			and immediately stumbles, catching herself before her cut heels let her fall to the floor.
@@ -745,13 +745,13 @@ You depress a button and a long, body length mirror slides up from the floor nea
 		<</if>>
 		life. She does her best to shrug this off and tries to think of all the fun things a lewd older body can do.
 	<<else>>
-		as that means she will be @@unable to spend as much time on this earth.@@
-		<<set $args[0].devotion -= ($args[1].visualAge-$args[0].visualAge*5)>>
+		as that means she will be @@.mediumorchid;unable to spend as much time on this earth.@@
+		<<set $args[0].devotion -= ($args[0].visualAge-$args[1].visualAge)*5>>
 		<<if $PhysicalRetirementAgePolicy == 1>>
 			On the other hand, it means she won’t have as much time to spend with you before she is retired.
 		<<else>>
 			This is compounded with the fact that she @@.gold;may well die before she becomes a freed slave.@@
-			<<set $args[0].trust -= ($args[1].visualAge-$args[0].visualAge*5)>>
+			<<set $args[0].trust -= ($args[0].visualAge-$args[1].visualAge)*5>>
 		<</if>>
 	<</if>>
 <<elseif $args[0].physicalAge <= $args[1].physicalAge-5 || ($args[0].physicalAge < 18 && $args[0].physicalAge < $args[1].physicalAge)>> /*(younger)*/
@@ -834,7 +834,7 @@ It bothers her that you have altered even more of her body.
 */
 
 /*stomach*/
-<<set _weightChange = 0>> /*used to segway to pregnancy/belly implants after weight*/
+<<set _weightChange = 0>> /*used to segue to pregnancy/belly implants after weight*/
 Her hands drift over 
 <<if $args[0].weight >= $args[1].weight+30>> /*(fatter)*/
 	her stomach and she feels just how much more weight she is carrying.
diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw
index 07ded600757b5bbb964831fd1326fcfe144703b0..6f30441a12d218dabcb9c69140df956b44b206ae 100644
--- a/src/pregmod/widgets/playerDescriptionWidgets.tw
+++ b/src/pregmod/widgets/playerDescriptionWidgets.tw
@@ -149,7 +149,7 @@
 			They are all natural, heavy, and a bit saggy though they retain some perk. Every single move you make sends ripples through your cleavage. You catch yourself watching them move in the mirror every so often.
 		<</if>>
 		<<if $PC.preg > 30 || $PC.births > 0>>
-			Your breasts feel even more enormous lately; likely a side effect of your lactation, though you could do without the wetspots forming over your nipples.
+			Your breasts feel even more enormous lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
 		<</if>>
 	<<elseif $PC.boobsBonus == 2>>
 		Your breasts are 
@@ -166,7 +166,7 @@
 			They are all natural and a little heavy. They bounce lewdly when you shake them and take a little too long to calm down.
 		<</if>>
 		<<if $PC.preg > 30 || $PC.births > 0>>
-			Your breasts feel even more huge lately; likely a side effect of your lactation, though you could do without the wetspots forming over your nipples.
+			Your breasts feel even more huge lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
 		<</if>>
 	<<elseif $PC.boobsBonus == 1>>
 		Your breasts are pretty 
@@ -183,7 +183,7 @@
 			They are nice and perky, despite their size. They bounce lewdly when you shake them.
 		<</if>>
 		<<if $PC.preg > 30 || $PC.births > 0>>
-			Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wetspots forming over your nipples.
+			Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
 		<</if>>
 	<<elseif $PC.boobsBonus == -0.5>>
 		Your breasts are certainly
@@ -196,7 +196,7 @@
 		<</if>>
 		They are nice and perky, with just the right amount of bounce when you shake them.
 		<<if $PC.preg > 30 || $PC.births > 0>>
-			Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wetspots forming over your nipples.
+			Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
 		<</if>>
 	<<elseif $PC.boobsBonus == -1>>
 		Your breasts are fairly average, at least to old world 
@@ -209,17 +209,17 @@
 		<</if>>
 		They are very perky, but aren't big enough to have a nice bounce when you shake them.
 		<<if $PC.preg > 30 || $PC.births > 0>>
-			Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wetspots forming over your nipples.
+			Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples.
 		<</if>>
 	<<elseif $PC.boobs == 1>>
-		Your breasts are on the larger side of things<<if $PC.preg > 30 || $PC.births > 0>>, though you could do without the wetspots forming over your nipples<</if>>.
+		Your breasts are on the larger side of things<<if $PC.preg > 30 || $PC.births > 0>>, though you could do without the wet spots forming over your nipples<</if>>.
 		<<if $PC.markings == "freckles">>
 			The tops of your breasts and your cleavage are lightly freckled.
 		<<elseif $PC.markings == "heavily freckled">>
 			They are covered in freckles, which are particularly dense in the cleft between them.
 		<</if>>
 	<<elseif $PC.title == 1>>
-		Your chest is quite masculine<<if $PC.preg > 30 || $PC.births > 0>>, though the pair of wetspots forming over your nipples suggest otherwise,<</if>><<if $PC.markings == "freckles">> and covered in a light spray of freckles<<elseif $PC.markings == "heavily freckled">> and covered in dense freckles<</if>>.
+		Your chest is quite masculine<<if $PC.preg > 30 || $PC.births > 0>>, though the pair of wet spots forming over your nipples suggest otherwise,<</if>><<if $PC.markings == "freckles">> and covered in a light spray of freckles<<elseif $PC.markings == "heavily freckled">> and covered in dense freckles<</if>>.
 	<<else>>
 		Your chest is non-existent<<if $PC.preg > 30 || $PC.births > 0>>, save for the pair of bulging milk glands beneath your nipples,<</if>><<if $PC.markings == "freckles">> and covered in a light spray of freckles<<elseif $PC.markings == "heavily freckled">> and covered in dense freckles<</if>>.
 	<</if>>
diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw
index c30533f5c255d6f9c11232e233f0b77ca149cadc..05428f972113c7362bec2211e935616989526f77 100644
--- a/src/pregmod/widgets/pregmodWidgets.tw
+++ b/src/pregmod/widgets/pregmodWidgets.tw
@@ -395,7 +395,7 @@
 In order to be eligible to be bred, the potential breeding bitch must first satisfy the following conditions:
 <<if $failedElite > 100>>
 	<br>She must be of finest intelligence.
-	<br>She must be unbelieveably beautiful.
+	<br>She must be unbelievably beautiful.
 	<br>Her face must be breathtaking.
 <<else>>
 	<br>She must be very smart.
diff --git a/src/pregmod/widgets/slaveSummaryWidgets.tw b/src/pregmod/widgets/slaveSummaryWidgets.tw
index f82a79bda31aa11c4c0a44220d20d895729bbc5c..75ed0b806eab06f017555bf46bd5a6ddce0d9531 100644
--- a/src/pregmod/widgets/slaveSummaryWidgets.tw
+++ b/src/pregmod/widgets/slaveSummaryWidgets.tw
@@ -561,7 +561,7 @@ Release rules: _Slave.releaseRules.
 	<<elseif ((_Slave.preg < 4) && (_Slave.preg > 0) && _Slave.pregKnown == 0) || _Slave.pregWeek == 1>>
 		May be pregnant.
 	<<elseif (_Slave.preg >= 37) && (_Slave.broodmother > 0)>>
-		Permenantly pregnant.
+		Permanently pregnant.
 	<<elseif _Slave.pregKnown == 1>>
 		<<if _Slave.pregType < 2 || _Slave.broodmother > 0>>
 			_Slave.pregWeek weeks pregnant.
diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw
index ad0108a8b313e4dd31f4f02ef8b5c3df88e1598c..1f858d00916a8870cc7489bad4bbb4e7bbf4725b 100644
--- a/src/uncategorized/nextWeek.tw
+++ b/src/uncategorized/nextWeek.tw
@@ -30,7 +30,7 @@
 			<<if $seeAge == 1>>
 				<<set $slaves[_i].physicalAge += 1, $slaves[_i].actualAge += 1, $slaves[_i].visualAge += 1>>
 				<<set $slaves[_i].ovaryAge += either(.8, .9, .9, 1, 1, 1, 1.1)>> /*Hopefully this works. It is intended, over a slave's lifetime, to cause her menopause to shift.*/
-				<<if $slaves[$i].broodmother == 1>>
+				<<if $slaves[_i].broodmother == 1>>
 					<<set $slaves[_i].ovaryAge += .2>>
 				<</if>>
 				<<if $slaves[_i].physicalAge <= 18 && $loliGrow == 0>>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 6a20cb58d965d87b7e129d446e97eae58e9a3fed..a0ce0e8d64d553f07e7e1912bfcaf9b2331589da 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -1566,7 +1566,7 @@ The prosthesis facility has constructed $possessive prosthetic limbs.
 <<if $activeSlave.fuckdoll == 0>>
 	<br>$pronounCap is a normal sex slave, not a living sex toy.
 	<<if $activeSlave.indentureRestrictions < 1 && $activeSlave.breedingMark != 1>>
-		[[Encase in a Fuckdoll suit|Surgery Degradation][$activeSlave.subTarget=0, $activeSlave.sentence=0, $activeSlave.training=0, $activeSlave.toyHole="all her holes", $activeSlave.pubicHStyle="waxed", $activeSlave.livingRules="spare", $activeSlave.speechRules="restrictive", $activeSlave.releaseRules="restrictive", $activeSlave.relationshipRules="restrictive", $activeSlave.fuckdoll=1, $activeSlave.choosesOwnClothes=0, $activeSlave.clothes="a Fuckdoll suit", $activeSlave.collar="none", $activeSlave.shoes="heels", $activeSlave.vaginalAccessory="none", $activeSlave.dickAccessory="none", $activeSlave.buttplug="none", $activeSlave.attrKnown=1, $activeSlave.fetishKnown=1, $surgeryType = "fuckdoll"]] //This is permanent and will greatly restrict $possessive//
+		[[Encase in a Fuckdoll suit|Surgery Degradation][$activeSlave.subTarget=0, $activeSlave.sentence=0, $activeSlave.training=0, $activeSlave.toyHole="all her holes", $activeSlave.pubicHStyle="waxed", $activeSlave.livingRules="spare", $activeSlave.speechRules="restrictive", $activeSlave.releaseRules="restrictive", $activeSlave.relationshipRules="restrictive", $activeSlave.fuckdoll=1, $activeSlave.choosesOwnClothes=0, $activeSlave.clothes="a Fuckdoll suit", $activeSlave.collar="none", $activeSlave.shoes="heels", $activeSlave.vaginalAccessory="none", $activeSlave.dickAccessory="none", $activeSlave.buttplug="none", $activeSlave.attrKnown=1, $activeSlave.fetishKnown=1, $activeSlave.inflation=0, $activeSlave.inflationType="none", $activeSlave.inflationMethod=0, $activeSlave.inflationSource=0, $surgeryType = "fuckdoll"]] //This is permanent and will greatly restrict $possessive//
 	<</if>>
 <<else>>
 	<br>$pronounCap is encased in a Fuckdoll suit. [[Extract it|Surgery Degradation][$activeSlave.fuckdoll=0, $activeSlave.clothes="no clothing", $activeSlave.shoes="none", $surgeryType = "fuckdollExtraction"]]
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index d651f9567b3cee201521c292551b0da2eae54f95..65389ab07f3faee560dd58bdfe99730d8c2f5fbd 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -133,6 +133,7 @@
 
 As the remote surgery's long recovery cycle completes,
 <<if $surgeryType == "fuckdoll">>
+	<<SetBellySize $activeSlave>>
 	your new Fuckdoll <<if ($activeSlave.amp != 1)>>stumbles<<else>>is carried<</if>> out of the surgery room. The only <<if $activeSlave.vagina > -1>>areas of skin visible are those around its vulva and anus<<else>>area of skin visible is that around its anus<</if>><<if $activeSlave.lips > 95>>, though its lips are also visible as its facepussy makes the standard Fuckdoll mouth insert unnecessary<</if>>. You can see it starting to struggle against the constricting material of the Fuckdoll suit as the sedation wears off. Other than the tiny area of exposed skin and the slight movement, there's no indication that the sex doll in front of you is alive at all.
 <<elseif $surgeryType == "fuckdollExtraction">>
 	$activeSlave.slaveName <<if ($activeSlave.amp != 1)>>walks<<else>>is carried<</if>> out of the surgery room.