diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index cde5d4992836298bc615c3b29a55e706dac3554f..3030e93249324533734abd06af3c477a69d3394b 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -592,6 +592,7 @@ DairyRestraintsSetting($dairyRestraintsSetting)
 <<set $loliGrow = 1>>
 <<set $ageMode = 0>>
 <<set $enema = 0>>
+<<medicalEnema = 0>>
 <<set $dairyPiping = 0>>
 <<set $inflatedSlavesMilk = 0>>
 <<set $inflatedSlavesCum = 0>>
diff --git a/src/js/textboxJS.tw b/src/js/textboxJS.tw
index 4acb4485c67460b5e31bfb23f7286d49491b2f30..569d9f3f7986659b07255ff7a1441558756feeb7 100644
--- a/src/js/textboxJS.tw
+++ b/src/js/textboxJS.tw
@@ -1,6 +1,6 @@
 :: textboxJS [script]
 
-/* Nicked off greyelf, works for <<replace>> textboxes */
+/* Nicked off greyelf, works for replace textboxes */
 window.setReplaceTextboxMaxLength = function (storyVarName, maxLength) {
 	var textboxId = '#textbox-' + Util.slugify(storyVarName);
 	$(textboxId)
@@ -12,7 +12,7 @@ window.setReplaceTextboxMaxLength = function (storyVarName, maxLength) {
 			});
 };
 
-/* Nicked off TheMadExile, works for non-<<replace>> textboxes */
+/* Nicked off TheMadExile, works for non-replace textboxes */
 window.setTextboxMaxLength = function (storyVarName, maxLength) {
 	var textboxId = '#textbox-' + Util.slugify(storyVarName);
 	postdisplay[textboxId + '-maxlength'] = function (taskName) {
diff --git a/src/npc/acquisition.tw b/src/npc/acquisition.tw
index 1872665fab0a2b390e5a4b772d7e139eade64704..24f74816bfe61e0d502cd85b6bea626e8984277e 100644
--- a/src/npc/acquisition.tw
+++ b/src/npc/acquisition.tw
@@ -3,7 +3,7 @@
 <<set $fixedNationality = 0>>
 
 <<if $saveImported == 1>><<set _valueOwed = 5000>><<else>><<set _valueOwed = 50000>><</if>>
-<<if $freshPC == 1>>
+<<if $freshPC == 1 || $saveImported == 0>>
 	<<if $PC.vagina == 1>>
 		<<set $PC.births = 0>>
 		<<if $PC.career == "servant">>
@@ -18,7 +18,7 @@
 				<<set $PC.birthMaster = 3>>
 			<</if>>
 			<<for $i = 0; $i < $slaves.length; $i++>>
-				<<if $slaves[$i].origin == "She was another of your late master's servants. She spent nine months in your womb, courtesy of your master." ||$slaves[$i].origin == "Your late master took pleasure in using his servants in creative ways. He inseminated you with your own sperm, and nine months later, your daughter was born.">>
+				<<if $slaves[$i].origin == "She was another of your late master's servants. She spent nine months in your womb, courtesy of your master." || $slaves[$i].origin == "Your late master took pleasure in using his servants in creative ways. He inseminated you with your own sperm, and nine months later, your daughter was born.">>
 				<<set $PC.births += 1>>
 				<<set $PC.birthMaster += 1>>
 				<</if>>
diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw
index fb0fa930aa032964b4c2611973849abf84a14338..31ac451d8ee4f1f2c98ef4bbc5c6ad4003ec09d9 100644
--- a/src/pregmod/newChildIntro.tw
+++ b/src/pregmod/newChildIntro.tw
@@ -1255,7 +1255,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<</replace>>
 		<</link>>
 	<<else>>
-		Her dick is already so huge that basic growth drugs will not have a noticable enough effect to sate her curiosity.
+		Her dick is already so huge that basic growth drugs will not have a noticeable enough effect to sate her curiosity.
 	<</if>>
 <</if>>
 
diff --git a/src/pregmod/pBodyswapReveal.tw b/src/pregmod/pBodyswapReveal.tw
index 8463e24c6e47a0d28335fe5864ad95ea2a808dbc..787e9ba43ea1f92cc65de4eed50f344bcf5d6f51 100644
--- a/src/pregmod/pBodyswapReveal.tw
+++ b/src/pregmod/pBodyswapReveal.tw
@@ -4,6 +4,6 @@
 
 <<set $bodyswapAnnounced = 1>>
 
-You receive countless messages throughout the day; mostly worthless spam, several uninterseting business offers and the occasional enslavement request. This one catches your eye however. It's an offer from a top surgeon who has recently been experimenting with radical new surgeries. You've been loosely following their work for the last few weeks, ever since they succesfully transferred the brain from one slave to another with minimal side effects, and it seems the are now offering their work to anyone with a surgical suite capable of performing the surgery and willing to undertake the risk.
+You receive countless messages throughout the day; mostly worthless spam, several uninterseting business offers and the occasional enslavement request. This one catches your eye however. It's an offer from a top surgeon who has recently been experimenting with radical new surgeries. You've been loosely following their work for the last few weeks, ever since they successfully transferred the brain from one slave to another with minimal side effects, and it seems the are now offering their work to anyone with a surgical suite capable of performing the surgery and willing to undertake the risk.
 <br><br>
 It's an interesting offer and your remote surgery will suffice should you want to change up your slaves' bodies more than any drug or implant ever could. You'll need a slave to place their brain into, however. Perhaps one the mindless slaves from the Flesh Heap will suit your needs.
diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 96dfb3e8ddb4cc6c5fa8b8084fe239069b964be5..b6f2a440d61c27cc3a03128a65ecbba2bf9cd08b 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -1,7 +1,7 @@
 :: Main [nobr]
 
-<<if $releaseID >= 1000 || $ver.includes("0.9") || $ver.includes("0.8") || $ver.includes("0.7") || $ver.includes("0.6")>>
-	<<if $releaseID >= 1000>>
+<<if 1006 >= 1000 || $ver.includes("0.9") || $ver.includes("0.8") || $ver.includes("0.7") || $ver.includes("0.6")>>
+	<<if 1006 >= 1000>>
 	<<else>>
 		''@@.red;INCOMPATIBLE SAVE WARNING:@@'' your saved game was created using version $ver and you are using version 0.10.0. Please select New Game Plus from the Options menu or start a new game.
 		<br><br>
diff --git a/src/uncategorized/officeDescription.tw b/src/uncategorized/officeDescription.tw
index 2ed30f28c01b7128b4ce55fb99f258c106dc7c07..d9ddfbaa44da754c80a200c334520b2a7a657642 100644
--- a/src/uncategorized/officeDescription.tw
+++ b/src/uncategorized/officeDescription.tw
@@ -211,7 +211,7 @@ A $PC.visualAge year old face stares back at you.
 <<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>>.
 <<else>>
-	Your chest is quite masculine@@<<if $PC.preg > 30 || $PC.births > 0>>, though the pair of wetspots forming over your nipples suggest otherwise<</if>>.
+	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>>
 <<if $PC.preg >= 42>>
 	You don't know why you even bother getting out of bed; you are overdue and ready to drop at many time,  making your life as arcology owner very difficult. You try to relax and enjoy your slaves, but you can only manage so much in this state.
diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw
index cd8c33da1eaa6bb2138b9af7aec13edeac420cd1..f442fb2438900ffdd369704302c3481c660f802a 100644
--- a/src/uncategorized/personalAssistantAppearance.tw
+++ b/src/uncategorized/personalAssistantAppearance.tw
@@ -485,7 +485,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	<<case "gender radicalist">>
 	  Her belly is pushed upwards by a huge cock and a pair of enormous lumpy balls. Occasionally a stream of liquid pours from her crotch along with a healthy baby.  At the same time, she orgasms copious amounts of cum as a bulge moves along her urethra before blasting out even more cum and a baby.
 	<<case "gender fundamentalist">>
-	  Her belly has become absolutley massive recently: It fills most of your desk when she's around. She constantly births children from her loins.
+	  Her belly has become absolutely massive recently: It fills most of your desk when she's around. She constantly births children from her loins.
 	<<case "asset expansionist">>
 	  She's increased the size of her assets recently: her boobs fill more of your desk than her belly.
 	<<case "transformation fetishist">>
@@ -1151,7 +1151,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	<<case "roman revivalist">>
 		While she acts like a typical Roman woman, she is pretty obviously Greek. She can't even name the Pantheon correctly.
 	<<case "egyptian revivalist">>
-		She's managed to untangle herself from the wrappings, though she has choosen to leave several still wrapped around her body.
+		She's managed to untangle herself from the wrappings, though she has chosen to leave several still wrapped around her body.
 	<<case "edo revivalist">>
 		She's managed to correct the spell, somwhat, though she now resebles something that belongs in a hentai.
 	<<case "arabian revivalist">>
@@ -1311,7 +1311,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
 		The market assistant has been reduced to nothing more than a bloated incubator. $assistantName runs her tendrils across her breeder's swollen body, fondling her squirming, offspring filled breasts and massaging her octuplet sized, bulging pregnancy. The hapless girl twitches slightly as several more wormlike creatures slip fromm her body, promting $assistantName to drive her tnetacles into all her holes and vigorously pump her full of even more aphrodisiacs and eggs.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		The market assistant's arms and legs are sunken into a wall of $assistantName's flesh; her immmense stomach and breasts alowed to hang free. One of her breasts visibly shifts as another wormlike larva pushs its way out her nipple, waking the addled girl from her stupor. She moans lustlfully, her mind thoroughly warped by $assistantName's aphrodisiacs, "Shishter! I need more... I feel sho empty! Fill me up till I bursht!" $assistantName wastes no time in snaking into her gaping holes and pumping her so full her belly touches the floor and breasts heave massively.
+		The market assistant's arms and legs are sunken into a wall of $assistantName's flesh; her immmense stomach and breasts allowed to hang free. One of her breasts visibly shifts as another wormlike larva pushs its way out her nipple, waking the addled girl from her stupor. She moans lustlfully, her mind thoroughly warped by $assistantName's aphrodisiacs, "Shishter! I need more... I feel sho empty! Fill me up till I bursht!" $assistantName wastes no time in snaking into her gaping holes and pumping her so full her belly touches the floor and breasts heave massively.
 	<<else>>
 		They're sitting side by side, the market assistant resting an arm atop her huge, larva filled belly while clutching a newborn to her breast. $assistantName embraces her pregnant lover with several tentacles before drawing one to the girl's lips. She delicately kisses it before wrapping her lips around it and pleasuring her mate.
 	<</if>>
@@ -1397,7 +1397,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
 		The market assistant has been reduced to nothing more than a bloated incubator. $assistantName runs her tendrils across her breeder's swollen body, fondling her squirming, offspring filled breasts and massaging her octuplet sized, bulging pregnancy. The hapless girl twitches slightly as several more wormlike creatures slip fromm her body, promting $assistantName to drive her tnetacles into all her holes and vigorously pump her full of even more aphrodisiacs and eggs.
 	<<elseif $marketAssistantRelationship == "incestuous">>
-		The market assistant's arms and legs are sunken into a wall of $assistantName's flesh; her immmense stomach and breasts alowed to hang free. One of her breasts visibly shifts as another wormlike larve pushs its way out her nipple, waking the addled girl from her stupor. She moans lustlfully, her mind thoroughly warped by $assistantName's aphrodisiacs, "Shishter! I need more... I feel sho empty! Fill me up till I bursht!" $assistantName wastes no time in snaking into her gaping holes and pumping her so full her belly touches the floor and breasts heave massively.
+		The market assistant's arms and legs are sunken into a wall of $assistantName's flesh; her immmense stomach and breasts allowed to hang free. One of her breasts visibly shifts as another wormlike larve pushs its way out her nipple, waking the addled girl from her stupor. She moans lustlfully, her mind thoroughly warped by $assistantName's aphrodisiacs, "Shishter! I need more... I feel sho empty! Fill me up till I bursht!" $assistantName wastes no time in snaking into her gaping holes and pumping her so full her belly touches the floor and breasts heave massively.
 	<<else>>
 		They're sitting side by side, the market assistant resting an arm atop her huge, larva filled belly while clutching a newborn to her breast. $assistantName embraces her pregnant lover with several tentacles before drawing one to the girl's lips. She delicately kisses it before wrapping her lips around it and pleasuring her mate.
 	<</if>>
diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw
index 94d53200eb4c1df74a7342155f90f03760871d4c..eaa19956335081e16a026705a940c2c8841a204b 100644
--- a/src/uncategorized/salon.tw
+++ b/src/uncategorized/salon.tw
@@ -167,9 +167,9 @@ $activeSlave.slaveName is seated in the auto salon. $pronounCap is awaiting your
 | [[Sharp, claw-like nails|Salon][$activeSlave.nails = 3,$cash -= $modCost]]
 | [[Bright, glittery nails|Salon][$activeSlave.nails = 4,$cash -= $modCost]]
 | [[Vivid, neon nails|Salon][$activeSlave.nails = 6,$cash -= $modCost]]
-| [[Color-coordinate neon nails with hair|Salon][$activeSlave.nails = 7,$cash -= $modCost]
+| [[Color-coordinate neon nails with hair|Salon][$activeSlave.nails = 7,$cash -= $modCost]]
 | [[Shiny, metallic nails|Salon][$activeSlave.nails = 8,$cash -= $modCost]]
-| [[Color-coordinate metallic nails with hair|Salon][$activeSlave.nails = 9,$cash -= $modCost]
+| [[Color-coordinate metallic nails with hair|Salon][$activeSlave.nails = 9,$cash -= $modCost]]
 | [[Streetwalker-style nails|Salon][$activeSlave.nails = 5,$cash -= $modCost]]
 <</if>>