diff --git a/devNotes/beauty-test b/devNotes/beauty-test
deleted file mode 100644
index 32921eee55ee19dccc5f03eb13b8b4d63d68e379..0000000000000000000000000000000000000000
--- a/devNotes/beauty-test
+++ /dev/null
@@ -1,817 +0,0 @@
-<<widget "Beauty">>
-
-<<modScore $args[0]>>
-<<if $modScore > 15 || ($piercingScore > 8 && $tatScore > 5)>>
-	<<set $modded += 1>>
-<<elseif $args[0].corsetPiercing == 0 && $piercingScore < 3 && $tatScore < 2>>
-	<<set $unmodded += 1>>
-<</if>>
-<<if $args[0].vagina == -1>>
-	<<set $XY += 1>>
-<<else>>
-	<<set $XX += 1>>
-<</if>>
-<<if $args[0].visualAge >= 30>>
-	<<set $old += 1>>
-<<else>>
-	<<set $young += 1>>
-<</if>>
-
-<<set $beauty = 0>>
-
-<<if $args[0].fuckdoll == 0>> /* NOT A FUCKDOLL */
-
-<<set $beauty += 150 - ($args[0].visualAge*3) + (5*$args[0].ageImplant) + (Math.min($args[0].health,100)/5) - ($args[0].waist/20) - ($args[0].muscles/30) +($args[0].lips/10) + ($args[0].face/5) + ($args[0].clit) + (($args[0].height-160)/10) + ($args[0].voice) + (3*$args[0].intelligence) + ($args[0].entertainSkill/10) + ($args[0].whoreSkill/10) + (2*$args[0].hips)>>
-
-<<if $arcologies[0].FSDegradationist != "unset">>
-	<<set $beauty -= ($arcologies[0].FSDegradationist/10)*$args[0].intelligence>>
-<</if>>
-
-<<if $arcologies[0].FSGenderFundamentalistLawBimbo == 1>>
-	<<set $beauty -= 6*$args[0].intelligence>>
-<</if>>
-
-<<if $args[0].teeth == "crooked">>
-	<<set $beauty -= 3>>
-<<elseif ($args[0].teeth == "braces" || $args[0].teeth == "cosmetic braces") && $args[0].visualAge > 14>>
-	<<set $beauty += 1>>
-<<elseif $args[0].teeth != "normal">>
-	<<set $beauty -= 1>>
-<</if>>
-
-<<if $args[0].faceShape == "masculine">>
-	<<if ($arcologies[0].FSGenderRadicalist != "unset")>>
-	<<set $beauty -= (2-($arcologies[0].FSGenderRadicalist/25))*($args[0].face/30)>>
-	<<elseif ($arcologies[0].FSGenderFundamentalist != "unset")>>
-	<<set $beauty -= (2+($arcologies[0].FSGenderFundamentalist/25))*($args[0].face/30)>>
-	<<else>>
-	<<set $beauty -= 2*($args[0].face/30)>>
-	<</if>>
-<<elseif $args[0].faceShape == "androgynous">>
-	<<if ($arcologies[0].FSGenderRadicalist != "unset")>>
-	<<set $beauty -= (0-($arcologies[0].FSGenderRadicalist/25))*($args[0].face/30)>>
-	<<elseif ($arcologies[0].FSGenderFundamentalist != "unset")>>
-	<<set $beauty -= ($arcologies[0].FSGenderFundamentalist/25)*($args[0].face/30)>>
-	<<else>>
-	<<set $beauty -= $args[0].face/30>>
-	<</if>>
-<<elseif $args[0].faceShape is "exotic">>
-	<<set $beauty += 2*($args[0].face/30)>>
-<<elseif $args[0].faceShape is "sensual">>
-	<<set $beauty += 2+($args[0].face/30)>>
-<<elseif $args[0].faceShape is "cute">>
-	<<set $beauty += 4>>
-<</if>>
-
-<<if $args[0].brand != 0>>
-	<<if $rep > 10000>>
-	<<set $beauty += 1>>
-	<<elseif $rep < 5000>>
-	<<set $beauty -= 1>>
-	<</if>>
-<</if>>
-
-<<if $args[0].minorInjury != 0>>
-	<<set $beauty -= 2>>
-<</if>>
-
-<<if $args[0].cSec == 1>>
-	<<set $beauty -= 2>>
-<</if>>
-
-<<if $args[0].nails > 0>><<set $beauty += 1>><</if>>
-<<if $args[0].makeup > 0>><<set $beauty += 1>><</if>>
-
-<<if ($arcologies[0].FSTransformationFetishist > 20) || ($arcologies[0].FSDegradationist > 20)>>
-	<<if $modScore > 15 || ($piercingScore > 8 && $tatScore > 5)>>
-	<<set $beauty += 8+($modScore*0.25)>>
-	<<elseif $modScore > 7>>
-	<<set $beauty += $modScore-7>>
-	<</if>>
-<<elseif ($arcologies[0].FSBodyPurist > 20) || ($arcologies[0].FSPaternalist > 20)>>
-	<<if $modScore <= 7>>
-	<<set $beauty += 10>>
-	<<else>>
-	<<set $beauty += 15-$modScore>>
-	<</if>>
-<<else>>
-	<<if $modScore <= 7>>
-	<<set $beauty += $modScore>>
-	<<elseif $modScore > 15 || ($piercingScore > 8 && $tatScore > 5)>>
-	<<set $beauty += 11>>
-	<<else>>
-	<<set $beauty += 7+(0.5*($modScore-7))>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[0].FSSupremacist != "unset">>
-<<if $args[0].race != $arcologies[0].FSSupremacistRace>>
-	<<set $beauty += ($arcologies[0].FSSupremacist/30)+$arcologies[0].FSSupremacistLawME>>
-<</if>>
-<</if>>
-<<if $arcologies[0].FSSubjugationist != "unset">>
-<<if $args[0].race == $arcologies[0].FSSubjugationistRace>>
-	<<set $beauty += ($arcologies[0].FSSubjugationist/20)+$arcologies[0].FSSubjugationistLawME>>
-<</if>>
-<</if>>
-<<if $arcologies[0].FSEdoRevivalist != "unset">>
-<<if ($args[0].nationality == "Japanese") || ($args[0].nationality == "Edo Revivalist")>>
-	<<set $beauty += ($arcologies[0].FSEdoRevivalist/20)>>
-<</if>>
-<</if>>
-<<if $arcologies[0].FSChineseRevivalist != "unset">>
-<<if ($args[0].nationality == "Chinese") || ($args[0].nationality == "Chinese Revivalist")>>
-	<<set $beauty += ($arcologies[0].FSChineseRevivalist/20)>>
-<</if>>
-<</if>>
-
-<<if $args[0].race == "white">>
-	<<set $beauty += 4>>
-<<elseif $args[0].race == "surgically altered to look white">>
-	<<set $beauty += 2>>
-<</if>>
-
-<<if $args[0].visualAge >= 30>>
-	<<if $arcologies[0].FSYouthPreferentialist != "unset">>
-		<<set $beauty -= ($arcologies[0].FSYouthPreferentialist/30)+$arcologies[0].FSYouthPreferentialistLaw>>
-	<<elseif $arcologies[0].FSMaturityPreferentialist != "unset">>
-		<<set $beauty += ($arcologies[0].FSMaturityPreferentialist/20)+$arcologies[0].FSMaturityPreferentialistLaw>>
-	<</if>>
-<<else>>
-	<<if $arcologies[0].FSMaturityPreferentialist != "unset">>
-		<<set $beauty -= ($arcologies[0].FSMaturityPreferentialist/30)-$arcologies[0].FSMaturityPreferentialistLaw>>
-	<<elseif $arcologies[0].FSYouthPreferentialist != "unset">>
-		<<set $beauty += ($arcologies[0].FSYouthPreferentialist/20)-$arcologies[0].FSYouthPreferentialistLaw>>
-	<</if>>
-<</if>>
-
-<<if ($args[0].markings != "none")>>
-	<<if ($args[0].markings is "beauty mark")>>
-	<<if ($args[0].face > 40)>>
-		<<set $beauty += 2>>
-	<<elseif ($args[0].face < -10)>>
-		<<set $beauty -= 2>>
-	<</if>>
-	<<elseif ($args[0].markings == "birthmark")>>
-	<<if ($args[0].prestige > 0)>>
-		<<set $beauty += 2>>
-	<<else>>
-		<<set $beauty -= 2>>
-	<</if>>
-	<<else>>
-	<<if ($args[0].skin == "pale") || ($args[0].skin == "fair")>>
-		<<set $beauty += 1>>
-		<<if ($args[0].hColor == "red")>>
-		<<set $beauty += 1>>
-		<</if>>
-	<</if>>
-	<</if>>
-<</if>>
-
-<<if $entertainmentCareers.includes($args[0].career)>>
-	<<set $beauty += 1>>
-<<elseif ($week-$args[0].weekAcquired >= 20) && ($args[0].entertainSkill >= 100)>>
-	<<set $beauty += 1>>
-<</if>>
-
-<<if $seeAge == 1>>
-<<if $args[0].physicalAge == 18>>
-	<<set $beauty += 1>>
-	<<if $args[0].birthWeek == 0>>
-	<<set $beauty += 0.8*$beauty>>
-	<<elseif $args[0].birthWeek < 4>>
-	<<set $beauty += 0.1*$beauty>>
-	<</if>>
-<</if>>
-<</if>>
-	
-<<else>> /* FUCKDOLL */
-
-<<set $beauty += 100 + ($args[0].waist/20) - ($args[0].muscles/30) +($args[0].lips/10) + ($args[0].face/10) + ($args[0].clit) + (($args[0].height-160)/10) + (2*$args[0].hips)>>
-
-<</if>> /* CLOSES FUCKDOLL CHECK */
-
-<<if $args[0].butt <= 10>>
-	<<set $beauty += (1.5*$args[0].butt)>> /*15*/
-<<else>>
-	<<set $beauty += (15+($args[0].butt/4))>> /*20*/
-<</if>>
-
-/* Cock + Balls */
-
-<<if ($arcologies[0].FSAssetExpansionist > 20) && $arcologies[0].FSGenderFundamentalist == "unset">>
-	<<if $args[0].dick >= 20>>
-		<<set $beauty += 17+($args[0].dick*($arcologies[0].FSAssetExpansionist/500))>> /*23*/
-	<<elseif $args[0].dick >= 10>>
-		<<set $beauty += 10+($args[0].dick*($arcologies[0].FSAssetExpansionist/300))>> /*16.3*/
-	<<elseif $args[0].dick > 6>>
-		<<set $beauty += $args[0].dick*(1+($arcologies[0].FSAssetExpansionist/100))>> /*10*/
-	<</if>>
-	<<if $args[0].balls > 100>>
-		<<set $beauty += 41+($args[0].balls*($arcologies[0].FSAssetExpansionist/500))>> /*66*/
-	<<elseif $args[0].balls > 80>>
-		<<set $beauty += 16+($args[0].balls*($arcologies[0].FSAssetExpansionist/400))>> /*41*/
-	<<elseif $args[0].balls > 60>>
-		<<set $beauty += 6+($args[0].balls*($arcologies[0].FSAssetExpansionist/800))>> /*16*/
-	<<elseif $args[0].balls > 10>>
-		<<set $beauty += $args[0].balls*(($arcologies[0].FSAssetExpansionist/1000))>> /*6*/
-	<</if>>
-<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-	<<if $args[0].dick > 0>>
-		<<set $beauty += 3-$args[0].dick>>
-	<</if>>
-	<<if $args[0].scrotum > 0>>
-		<<set $beauty -= $args[0].balls*(1+($arcologies[0].FSGenderFundamentalist/200))>>
-		<<if $args[0].pubertyXY == 0>>
-			<<set $beauty += 5>>
-		<</if>>
-	<</if>>
-<<elseif $arcologies[0].FSGenderRadicalist != "unset">>
-	<<if $args[0].dick > 20>>
-		<<set $beauty += 20+($args[0].dick*($arcologies[0].FSGenderRadicalist/400))>> /*27.5*/
-	<<elseif $args[0].dick >= 10>>
-		<<set $beauty += 10+($args[0].dick*($arcologies[0].FSGenderRadicalist/200))>> /*20*/
-	<<elseif $args[0].dick > 0>>
-		<<set $beauty += $args[0].dick*(1+($arcologies[0].FSGenderRadicalist/100))>> /*10*/
-	<</if>>
-	<<if $args[0].scrotum > 0>>
-		<<if $args[0].balls > 100>>
-			<<set $beauty += 40+($args[0].balls*($arcologies[0].FSGenderRadicalist/2000))>> /*46.25*/
-		<<elseif $args[0].balls > 60>>
-			<<set $beauty += 30+($args[0].balls*($arcologies[0].FSGenderRadicalist/1000))>> /*40*/
-		<<elseif $args[0].balls > 10>>
-			<<set $beauty += 15+($args[0].balls*($arcologies[0].FSGenderRadicalist/400))>> /*30*/
-		<<else>>
-			<<set $beauty += $args[0].balls*(1+($arcologies[0].FSGenderRadicalist/200))>> /*15*/
-		<</if>>
-	<</if>>
-<<else>>
-	<<set $beauty -= 2*$args[0].dick>>
-	<<if $args[0].scrotum > 0>>
-		<<set $beauty -= $args[0].balls>>
-	<</if>>
-<</if>>
-
-/* bonus for dick focused genderrads */
-<<if $arcologies[0].FSGenderRadicalistLawFuta != 0>>
-	<<if ($arcologies[0].FSGenderRadicalistLawFuta == 1)>>
-		<<if $args[0].dick > 0>>
-			<<if $args[0].vagina > -1>>
-				<<if $args[0].dick > 0 && $args[0].dick <= 10>>
-					<<set $beauty += $args[0].dick>> /*10*/
-				<</if>>
-				<<if $args[0].dick > 20>>
-					<<set $beauty += 2>>
-				<<elseif $args[0].dick > 10>>
-					<<set $beauty += 4>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<elseif ($arcologies[0].FSGenderRadicalistLawFuta == 2)>> /* erection! */
-		<<if $args[0].dick > 0>>
-		<<if $args[0].balls > 0>>
-		<<if $args[0].scrotum > 0>>
-		<<if canAchieveErection($args[0])>>
-			<<set $beauty += $args[0].dick>>
-			<<if $args[0].balls > 0 && $args[0].balls <= 10>>
-				<<set $beauty += $args[0].balls>> /*10*/
-			<<elseif $args[0].balls > 120>>
-				<<set $beauty += 14>>
-			<<elseif $args[0].balls > 100>>
-				<<set $beauty += 12>>
-			<<elseif $args[0].balls > 80>>
-				<<set $beauty += 10>>
-			<<elseif $args[0].balls > 60>>
-				<<set $beauty += 8>>
-			<<elseif $args[0].balls > 40>>
-				<<set $beauty += 6>>
-			<<elseif $args[0].balls > 20>>
-				<<set $beauty += 4>>
-			<<elseif $args[0].balls > 10>>
-				<<set $beauty += 2>>
-			<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
-		<</if>>
-	<<elseif ($arcologies[0].FSGenderRadicalistLawFuta == 3)>>
-		<<if $args[0].butt >= 5>>
-			<<set $beauty += ($args[0].butt-5)>>
-		<</if>>
-		<<if $args[0].hips >= 1>>
-			<<set $beauty += 4*($args[0].hips-1)>>
-		<</if>>
-		<<if $args[0].analSkill > 60 && $args[0].anus >= 2>>
-			<<set $beauty += 2*($args[0].anus-2)>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if ($arcologies[0].FSTransformationFetishist > 20 && $arcologies[0].FSSlimnessEnthusiast == "unset") || ($arcologies[0].FSAssetExpansionist > 20)>>
-	<<if $args[0].boobs <= 500>>
-	<<set $beauty += (0.02*($args[0].boobs-250))>>
-	<<elseif $args[0].boobs <= 1500>>
-	<<set $beauty += 5+(0.015*($args[0].boobs-500))>>
-	<<elseif $args[0].boobs <= 3000>>
-	<<set $beauty += 20+(0.01*($args[0].boobs-1500))>>
-	<<else>>
-	<<set $beauty += 50+(0.005*($args[0].boobs-3000))>>
-	<</if>>
-	<<if $args[0].butt <= 2>>
-	<<set $beauty += (2*($args[0].butt-1))>>
-	<<elseif $args[0].butt <= 4>>
-	<<set $beauty += 2+(1.5*($args[0].butt-2))>>
-	<<elseif $args[0].butt <= 10>>
-	<<set $beauty += 5+(1*($args[0].butt-4))>>
-	<<else>>
-	<<set $beauty += 7+(.5*($args[0].butt-5))>>
-	<</if>>
-<<elseif ($arcologies[0].FSSlimnessEnthusiast > 20)>>
-	<<if $args[0].boobs <= 500>>
-	<<set $beauty += (0.05*($args[0].boobs))>> /*25*/
-	<<elseif $args[0].boobs <= 1000>>
-	<<set $beauty += 10>>
-	<<elseif $args[0].boobs <= 3000>>
-	<<set $beauty += 5>>
-	<<else>>
-	<<set $beauty += 5-(0.005*($args[0].boobs-3000))>>
-	<</if>>
-	<<if $args[0].butt <= 3>>
-	<<set $beauty += (3*($args[0].butt-1))>>
-	<<elseif $args[0].butt <= 5>>
-	<<set $beauty += 9>>
-	<<else>>
-	<<set $beauty += 9-(1*($args[0].butt-5))>>
-	<</if>>
-<<else>>
-	<<if $args[0].boobs <= 1200>>
-	<<set $beauty += (0.02*($args[0].boobs-200))>>
-	<<elseif $args[0].boobs <= 2400>>
-	<<set $beauty += 20+(0.01*($args[0].boobs-1200))>>
-	<<elseif $args[0].boobs <= 3600>>
-	<<set $beauty += 32+(0.005*($args[0].boobs-2400))>>
-	<<else>>
-	<<set $beauty += 38>>
-	<</if>>
-	<<if $args[0].butt <= 2>>
-	<<set $beauty += (2*($args[0].butt-1))>>
-	<<elseif $args[0].butt <= 4>>
-	<<set $beauty += 2+(1.5*($args[0].butt-2))>>
-	<<elseif $args[0].butt <= 8>>
-	<<set $beauty += 2+(1.5*($args[0].butt-2))>>
-	<<else>>
-	<<set $beauty += 9>>
-	<</if>>
-<</if>>
-<<if $arcologies[0].FSTransformationFetishist > 20>>
-	<<if ($arcologies[0].FSSlimnessEnthusiast > 20)>>
-		<<if $args[0].boobs >= 400>>
-			<<if $args[0].boobsImplant/$args[0].boobs < .5>>
-				<<set $beauty -= ((0.05*($args[0].boobs))+10)>>
-			<</if>>
-		<</if>>
-		<<if $args[0].butt >= 3>>
-			<<if $args[0].buttImplant/$args[0].butt < .5>>
-				<<set $beauty -= ((2*($args[0].butt-1))+10)>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $args[0].butt >= 6>>
-			<<if $args[0].buttImplant/$args[0].butt < .75>>
-				<<set $beauty -= ((1.5*$args[0].butt)+6)>> /* will get nasty at huge sizes */
-			<</if>>
-		<</if>>
-		<<if $args[0].boobs >= 600>>
-			<<if $args[0].boobsImplant/$args[0].boobs < .75>>
-				<<set $beauty -= 30+(0.005*($args[0].boobs))>> /* will get nasty at huge sizes */
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if ($arcologies[0].FSTransformationFetishist > 20)>>
-	<<if $args[0].hips >= 3>>
-		<<set $beauty += 1>>
-	<</if>>
-<</if>>
-
-<<if $args[0].hips < -1>>
-	<<if $args[0].butt > 2>>
-	<<if $arcologies[0].FSTransformationFetishist == "unset">>
-		<<set $beauty += 2-$args[0].butt>>
-	<<else>>
-		<<set $beauty += 1>>
-	<</if>>
-	<<else>>
-	<<set $beauty += 1>>
-	<</if>>
-<<elseif $args[0].hips < 0>>
-	<<if $args[0].butt > 4>>
-	<<if $arcologies[0].FSTransformationFetishist == "unset">>
-		<<set $beauty += 4-$args[0].butt>>
-	<<else>>
-		<<set $beauty += 1>>
-	<</if>>
-	<<else>>
-	<<set $beauty += 1>>
-	<</if>>
-<<elseif $args[0].hips > 2>>
-	<<if $args[0].butt <= 8>>
-	<<set $beauty += $args[0].butt-8>>
-	<<else>>
-	<<set $beauty += 1>>
-	<</if>>
-<<elseif $args[0].hips > 1>>
-	<<if $args[0].butt <= 3>>
-	<<set $beauty += $args[0].butt-4>>
-	<<else>>
-	<<set $beauty += 1>>
-	<</if>>
-<<elseif $args[0].hips > 0>>
-	<<if $args[0].butt > 8>>
-	<<if $arcologies[0].FSTransformationFetishist == "unset">>
-		<<set $beauty += 8-$args[0].butt>>
-	<<else>>
-		<<set $beauty += 1>>
-	<</if>>
-	<<elseif $args[0].butt <= 2>>
-	<<set $beauty += $args[0].butt-3>>
-	<<else>>
-	<<set $beauty += 1>>
-	<</if>>
-<<else>>
-	<<if $args[0].butt > 6>>
-	<<if $arcologies[0].FSTransformationFetishist == "unset">>
-		<<set $beauty += 6-$args[0].butt>>
-	<<else>>
-		<<set $beauty += 1>>
-	<</if>>
-	<<elseif $args[0].butt <= 1>>
-	<<set $beauty += $args[0].butt-2>>
-	<<else>>
-	<<set $beauty += 1>>
-	<</if>>
-<</if>>
-
-<<if $args[0].boobs > 250>>
-<<if $args[0].boobShape == "perky">>
-	<<set $beauty += 1>>
-<<elseif $args[0].boobShape == "torpedo-shaped">>
-	<<set $beauty += 1>>
-<<elseif $args[0].boobShape == "downward-facing">>
-	<<set $beauty -= 1>>
-<<elseif $args[0].boobShape == "saggy">>
-	<<set $beauty -= 1>>
-<</if>>
-<</if>>
-
-<<if $args[0].nipples == "huge">>
-	<<set $beauty += 2>>
-<<elseif $args[0].nipples == "inverted">>
-	<<set $beauty += 1>>
-<<elseif $args[0].nipples == "puffy">>
-	<<set $beauty += 1>>
-<<elseif $args[0].nipples == "tiny">>
-	<<set $beauty -= 1>>
-<</if>>
-
-<<if $args[0].anus > 3>>
-	<<set $beauty -= 1>>
-<</if>>
-<<if $args[0].vagina > 3>>
-	<<set $beauty -= 1>>
-<</if>>
-
-<<if ($args[0].hips > 2)>>
-	<<if ($args[0].weight < -10)>>
-		<<set $beauty -= Math.abs($args[0].weight)/10>>
-	<</if>>
-<<elseif ($args[0].hips > 1)>>
-	<<if ($args[0].weight > 95)>>
-		<<set $beauty -= Math.abs($args[0].weight)/15>>
-	<<elseif ($args[0].weight < -30)>>
-		<<set $beauty -= Math.abs($args[0].weight)/10>>
-	<</if>>
-<<elseif ($args[0].hips < -1)>>
-	<<if ($args[0].weight < -95) || ($args[0].weight > 30)>>
-		<<set $beauty -= Math.abs($args[0].weight)/10>>
-	<</if>>
-<<else>>
-	<<if Math.abs($args[0].weight) > 30>>
-		<<set $beauty -= Math.abs($args[0].weight)/10>>
-	<</if>>
-<</if>>
-
-<<if ($arcologies[0].FSGenderRadicalist > 20 && $arcologies[0].FSGenderRadicalistLawFuta != 3) || ($arcologies[0].FSSlimnessEnthusiast > 20)>>
-	<<if $args[0].hips < 0>>
-	<<set $beauty += Math.abs($args[0].hips)>>
-	<</if>>
-<</if>>
-<<if $arcologies[0].FSRestart != "unset">> /* Eugenics does not like slaves having working balls */
-	<<if $args[0].balls > 0 && $args[0].ballType == "human">>
-		<<set $beauty -= $args[0].balls*(1+($arcologies[0].FSRestart/100))>>
-	<</if>>
-<</if>>
-<<if $arcologies[0].FSGenderRadicalist != "unset">>
-	<<if $args[0].preg > 5 && $arcologies[0].FSRepopulationFocus == "unset" && $arcologies[0].FSRestart == "unset">>
-	<<set $beauty = ($beauty*0.7)>>
-	<</if>>
-<<elseif $arcologies[0].FSGenderFundamentalist != "unset">>
-	<<if $args[0].shoulders > $args[0].hips>>
-	<<if $args[0].boobs <= 2000*($args[0].shoulders-$args[0].hips)>>
-		<<set $beauty -= ($args[0].shoulders-$args[0].hips)*(1+($arcologies[0].FSGenderFundamentalist/200))>>
-	<</if>>
-	<</if>>
-<<else>>
-	<<if $args[0].shoulders > $args[0].hips>>
-	<<if $args[0].boobs <= 2000*($args[0].shoulders-$args[0].hips)>>
-		<<set $beauty -= $args[0].shoulders-$args[0].hips>>
-	<</if>>
-	<</if>>
-	<<if $args[0].preg > 10 && $arcologies[0].FSRepopulationFocus == "unset" && $arcologies[0].FSRestart == "unset">>
-		<<set $beauty = ($beauty*0.8)>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[0].FSPhysicalIdealist != "unset">>
-<<if $args[0].muscles > 30>>
-	<<set $beauty += ($args[0].muscles*($arcologies[0].FSPhysicalIdealist/40))>>
-<</if>>
-<</if>>
-<<if $args[0].vagina == 10>>
-	<<set $beauty -= 10>>
-<</if>>
-
-<<if $args[0].customDesc == "She has a massive scar down her front from where her body exploded under the pressure of her bloated womb.">> 
-	<<if $arcologies[0].FSDegradationist != "unset">>
-		<<set $beauty += 15>>
-	<<else>>
-		<<set $beauty -= 15>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[0].FSRepopulationFocus > 40>>
-<<if $args[0].preg > 30>>
-	<<if $args[0].pregType >= 20>>
-		<<set $beauty += 10>>
-	<<elseif $args[0].pregType >= 10>>
-		<<set $beauty += 9>>
-	<<else>>
-		<<set $beauty += 8>>
-	<</if>>
-<<elseif $args[0].preg > 20>>
-	<<if $args[0].pregType >= 20>>
-		<<set $beauty += 6>>
-	<<elseif $args[0].pregType >= 10>>
-		<<set $beauty += 5>>
-	<<else>>
-		<<set $beauty += 4>>
-	<</if>>
-<<elseif $args[0].preg > 10>>
-	<<if $args[0].pregType >= 20>>
-		<<set $beauty += 3>>
-	<<elseif $args[0].pregType >= 10>>
-		<<set $beauty += 2>>
-	<<else>>
-		<<set $beauty += 1>>
-	<</if>>
-<<else>>
-	<<set $beauty -= 3>>
-<</if>>
-<<if $args[0].births > 50>>
-	<<set $beauty += 50>>
-<<else>>
-	<<set $beauty += $args[0].births>>
-<</if>>
-<<elseif $arcologies[0].FSRestart > 40>>
-<<if $args[0].breedingMark == 1>>
-	<<if $args[0].preg > 5 && $args[0].pregSource == -1>>
-		<<set $beauty += 5>>
-	<</if>>
-<<else>>
-<<if $args[0].preg > 30>>
-	<<if $args[0].pregType >= 20>>
-		<<set $beauty -= 50>>
-	<<elseif $args[0].pregType >= 10>>
-		<<set $beauty -= 40>>
-	<<else>>
-		<<set $beauty -= 30>>
-	<</if>>
-<<elseif $args[0].preg > 20>>
-	<<if $args[0].pregType >= 20>>
-		<<set $beauty -= 40>>
-	<<elseif $args[0].pregType >= 10>>
-		<<set $beauty -= 30>>
-	<<else>>
-		<<set $beauty -= 20>>
-	<</if>>
-<<elseif $args[0].preg > 10>>
-	<<if $args[0].pregType >= 20>>
-		<<set $beauty -= 30>>
-	<<elseif $args[0].pregType >= 10>>
-		<<set $beauty -= 20>>
-	<<else>>
-		<<set $beauty -= 10>>
-	<</if>>
-<<elseif $args[0].preg == -2>>
-	<<set $beauty += 5>>
-<<else>>
-	<<set $beauty += 3>>
-<</if>>
-<<if $args[0].births > 50>>
-	<<set $beauty -= 50>>
-<<else>>
-	<<set $beauty -= $args[0].births>>
-<</if>>
-<</if>>
-<</if>>
-
-<<if $args[0].bellyImplant > 1000>>
-	<<if $arcologies[0].FSTransformationFetishist > 20>>
-		<<set $beauty += Math.trunc($args[0].bellyImplant/10)>>
-	<<elseif $arcologies[0].FSRepopulationFocus > 60>>
-		<<if ($args[0].ovaries == 0 && $args[0].mpreg == 0) || $args[0].preg < -1>>
-			<<set $beauty += 2>>
-		<</if>>
-	<<else>>
-		<<set $beauty = ($beauty*0.9)>>
-	<</if>>
-<</if>>
-
-<<if ($args[0].preg > 10) || ($args[0].bellyImplant >= 4000)>>
-	<<set $pregYes += 1>>
-<<elseif ($args[0].pregType < 10) && ($args[0].preg < 1) && ($args[0].weight < 2) && ($args[0].bellyImplant == 0) && ($args[0].inflation == 0)>>
-	<<set $pregNo -= 1>>
-<</if>>
-
-<<if $args[0].bellySag > 0>>
-<<if $args[0].preg < 10 && $args[0].inflation == 0 && $args[0].bellyImplant < 2000>>
-<<if $arcologies[0].FSRepopulationFocus != "unset">>
-<<else>>
-	<<set $beauty -= 10>>
-<</if>>
-<</if>>
-<</if>>
-
-<<if $args[0].pubertyXX == 1>>
-	<<set $beauty += 1>>
-<</if>>
-<<if $args[0].pubertyXY == 0 && $args[0].physicalAge > $potencyAge && $args[0].balls > 0>>
-	<<set $beauty += 1>>
-<</if>>
-
-<<if ($args[0].butt > 4) && ($args[0].boobs > 800)>>
-	<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>
-	<<set $beauty += 1>>
-	<</if>>
-	<<set $stacked += 1>>
-	<<if $arcologies[0].FSAssetExpansionist != "unset">>
-	<<set $beauty += ($arcologies[0].FSAssetExpansionist/20)>>
-	<<if canTalk($args[0])>>
-	<<if $args[0].voice == 3>>
-		<<set $beauty += ($arcologies[0].FSAssetExpansionist/40)>>
-	<</if>>
-	<</if>>
-	<</if>>
-<</if>>
-
-<<if ($args[0].boobs < 500) && ($args[0].butt < 3) && ($args[0].weight <= 10)>>
-	<<if ($args[0].muscles <= 30) && $arcologies[0].FSPhysicalIdealist == "unset">>
-		<<set $beauty += 3>>
-		<<set $slim += 1>>
-		<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
-		<<set $beauty += ($arcologies[0].FSSlimnessEnthusiast/20)>>
-		<<if canTalk($args[0])>>
-		<<if $args[0].voice == 3>>
-			<<set $beauty += ($arcologies[0].FSSlimnessEnthusiast/40)>>
-		<</if>>
-		<</if>>
-		<</if>>
-	<<elseif $arcologies[0].FSPhysicalIdealist != "unset">> /* no muscle malus for muscle loving societies */
-		<<set $beauty += 3>>
-		<<set $slim += 1>>
-		<<if $arcologies[0].FSSlimnessEnthusiast > 20>>
-		<<set $beauty += ($arcologies[0].FSSlimnessEnthusiast/20)>>
-		<<if canTalk($args[0])>>
-		<<if $args[0].voice == 3>>
-			<<set $beauty += ($arcologies[0].FSSlimnessEnthusiast/40)>>
-		<</if>>
-		<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[0].FSSlimnessEnthusiastLaw == 1>>
-	<<if ($args[0].boobs < 300) && ($args[0].butt <= 1) && ($args[0].weight <= 10) && ($args[0].waist <= 10)>>
-		<<if $arcologies[0].FSPhysicalIdealist != "unset">>
-			<<set _slimPass = 1>>
-		<<elseif $arcologies[0].FSPhysicalIdealist == "unset" && $args[0].muscles <= 30>>
-			<<set _slimPass = 1>>
-		<<else>>
-			<<set _slimPass = 0>>
-		<</if>>
-		<<if _slimPass == 1>>
-			<<set $beauty += 40+($arcologies[0].FSSlimnessEnthusiast/20)>>
-		<<else>>
-			<<set $beauty -= ($arcologies[0].FSSlimnessEnthusiast/20)>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if ($args[0].boobsImplant == 0) && ($args[0].buttImplant == 0) && ($args[0].waist >= -95) && ($args[0].lipsImplant == 0) && ($args[0].faceImplant < 2) && ($args[0].bellyImplant == 0)>>
-	<<set $pure += 1>>
-	<<if $arcologies[0].FSBodyPurist != "unset">>
-	<<set $beauty += ($arcologies[0].FSBodyPurist/20)>>
-	<</if>>
-	<<if $arcologies[0].FSTransformationFetishist == "unset">>
-	<<set $beauty += 2>>
-	<</if>>
-<<else>>
-	<<set $implanted += 1>>
-	<<if $arcologies[0].FSTransformationFetishist != "unset">>
-	<<set $beauty += ($arcologies[0].FSTransformationFetishist/40)>>
-	<</if>>
-<</if>>
-
-<<if canTalk($args[0]) == false>>
-	<<set $beauty -= 2>>
-<<else>>
-	<<if ($args[0].accent >= 3)>>
-	<<set $beauty -= 1>>
-	<<elseif ($args[0].accent == 1)>>
-	<<set $beauty += 1>>
-	<</if>>
-<</if>>
-
-<<if ($args[0].physicalAge < 13)>>
-<<elseif $args[0].underArmHStyle == "neat">>
-<<elseif $args[0].underArmHStyle == "hairless">>
-	<<set $beauty += 1>>
-<<elseif ($args[0].underArmHStyle == "waxed")>>
-	<<set $beauty += 1>>
-<<elseif $args[0].underArmHStyle == "shaved">>
-	<<set $beauty += 1>> 
-<<elseif $args[0].underArmHStyle == "bushy">>
-	<<set $beauty -= 1>>
-<</if>>
-
-<<if $args[0].amp == 0>>
-<<elseif $args[0].amp == 1>>
-	<<set $beauty -= 3>>
-<<elseif $args[0].amp == -3>>
-<<elseif $args[0].amp == -5>>
-<<else>>
-	<<set $beauty -= 2>>
-<</if>>
-
-<<if $arcologies[0].FSGenderFundamentalistLawBeauty + $arcologies[0].FSGenderRadicalistLawBeauty > 0>>
-	<<if (Math.abs($args[0].weight) <= 30)>>
-		<<if $arcologies[0].FSPhysicalIdealist != "unset">>
-			<<set _genderLawPass = 1>>
-		<<elseif $arcologies[0].FSPhysicalIdealist == "unset" && $args[0].muscles <= 30>>
-			<<set _genderLawPass = 1>>
-		<<else>>
-			<<set _genderLawPass = 0>>
-		<</if>>
-		<<if _genderLawPass == 1>>
-			<<if $arcologies[0].FSAssetExpansionist != "unset">>
-				<<if $args[0].boobs >= 500 && $args[0].boobs <= 1600 && $args[0].butt >= 3 && $args[0].butt <= 6>>
-					<<set _genderLawPass = 1>>
-				<<else>>
-					<<set _genderLawPass = 0>>
-				<</if>>
-			<<elseif $args[0].boobs >= 500 && $args[0].boobs <= 800 && $args[0].butt >= 3 && $args[0].butt <= 4>>
-				<<set _genderLawPass = 1>>
-			<<else>>
-				<<set _genderLawPass = 0>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<set _genderLawPass = 0>>
-	<</if>>
-	<<if _genderLawPass == 1>>
-		<<set $beauty += 3>>
-	<</if>>
-<</if>>
-
-<<if $arcologies[0].FSChattelReligionistCreed == 1>>
-<<if $nicaeaAssignment == $args[0].assignment>>
-	<<set $beauty += $nicaeaPower*2>>
-<</if>>
-<</if>>
-
-<<if $args[0].prestige > 0>>
-	<<set $beauty = $beauty+($beauty*$args[0].prestige*0.1)>>
-<</if>>
-
-<<if $args[0].breedingMark == 1>>
-	<<set $beauty = Math.trunc($beauty*2)>>
-<</if>>
-
-<<if $beauty < 1>>
-	<<set $beauty = 1>>
-<<else>>
-	<<set $beauty = Math.trunc($beauty*0.5)>>
-<</if>>
-
-<</widget>>
\ No newline at end of file
diff --git a/src/events/gameover.tw b/src/events/gameover.tw
index e665223c91105d60921f362ade6482891ec6a8f1..9a9f37799a376df0f328b9f832f5cfd506e4d974 100644
--- a/src/events/gameover.tw
+++ b/src/events/gameover.tw
@@ -50,7 +50,7 @@ You look up from your desk as the locked door to your office unseals, and a doze
 <br><br>
 What was that last thing he said? It's getting hard to think right. The $PC.refreshement... Drugged... You collapse onto your desk, unconscious.
 <br><br>
-You'll spend the rest of your life a breeder to the Societal Elite; blinded and muted. More than a slave, but still less than your master. Life isn't so bad, your two most devoted slaves were taking along to keep you happy, and you are treated quite well, possiblities considered. Though once your eggs dry up, odds are your little remaining usefulness will be at an end. Best not to think to much into it.
+You'll spend the rest of your life a breeder to the Societal Elite; blinded and muted. More than a slave, but still less than your master. Life isn't so bad, your two most devoted slaves were taken along to keep you happy, and you are treated quite well, possibilities considered. Though once your eggs dry up, odds are your little remaining usefulness will be at an end. Best not to think to much into it.
 <<else>>
 The leader reaches into his jacket and extracts a syringe, you recognize it as a powerful drug used in lobotomies, and places it to your left. From his hip he pulls a revolver, six-chambered, and loads five bullets, spins the chamber, and places it to your right. 
 <br><br>
diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index 7091ac0955581d8079b219d9c49c0ab8226659ee..2a621f2ff49ed0bae4f12309035a7588cbdee4bb 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -299,7 +299,7 @@ Girls will not be able to impregnate others if their age is under <<textbox "$po
 
 <<if $familyTesting == 1>>
 	Slaves ''can'' have extended families instead of just a single relative. //May cause lag.//
-	[[Disable extended familes|Intro Summary][$familyTesting = 0]]
+	[[Disable extended families|Intro Summary][$familyTesting = 0]]
 <<else>>
 	Slaves ''can not'' have extended families, just a single relative. //Vanilla Mode.//
 	[[Enable extended families|Intro Summary][$familyTesting = 1]]
@@ -696,7 +696,7 @@ Genitalia:
 	<<elseif $PC.boobsBonus == 3>>
 		''<<if $PC.boobsImplant == 1>>fake <</if>>cow tits''.
 	<<elseif $PC.boobsBonus == -0.5>>
-		''noticable breasts''.
+		''noticeable breasts''.
 	<<elseif $PC.boobsBonus == -1>>
 		''average breasts''.
 	<<else>>
diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index 5e48c0158df5b0b95b50b128d5234c3191982010..b4cbe140e711f65cbab8b8abe3870770e2692e22 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -930,7 +930,7 @@ __I do not give credit without explicit permission to do so.__ If you have contr
 ''anon'' for HGExclusion and animal pregnancy work.
 ''anon'' for putting up with my javascript incompetence.
 ''anon'' for player family listing.
-''anon'' for interchangable prosthetics, advanced facial surgeries, custom nationality distribution and corporation assets overhaul.
+''anon'' for interchangeable prosthetics, advanced facial surgeries, custom nationality distribution and corporation assets overhaul.
 ''FCGudder'' for advanced economy reports, image improvements, cleaning and fixing extended-extended family mode and likely one to two of these other anon credits.
 ''anon'' for filter by assgnment.
 ''anon'' for forcing dicks onto slavegirls.
@@ -1880,7 +1880,7 @@ Specialized creams built off of stem cells and several ingredients known for red
 More of a trash heap than a slave market, the "Flesh Heap" is a dumping ground for thoroughly broken slaves. Relatively healthy bodies are usually scooped up for medical testing or other purposes; several that one wouldn't want to waste a valuable slave on. Anything with some sort of life in it is up for sale, usually at extremely low prices, though one gets what they pay for; most slaves are nothing more than vegetables. One would have to place a reserve should they want a mindless, healthy slave for whatever they seek.
 \
 <<case "Gestation Drugs and Labor Suppressants">>\
-Not all drugs are applied directly to your slavegirl. In this case, gestation accelerants and deccelerants are passed through the mother into her unborn children to control the rate of fetal growth. While slightly unhealthy for the mother, gestation slowing drugs are relatively harmless, though an unwilling mother may become more distraut when she realizes her pregnancy will last even longer. Due to the extended duration of the pregnancy, the mother's body may become accustomed to being so round, leading towards a sagging middle once birth occurs. On the other hand, gestation hastening drugs are extremely dangerous to the mother. It is strongly recomended to keep her under the observation and care of an experianced doctor or nurse. Failure to do so will cause her body to struggle to keep up with the rate of growth of her children, harming her physical and mental health, as well as potentially bursting her uterus later in her pregnancy. Labor suppresants are exactly that; they prevent the mother from entering labor, thus allowing the child to grow longer than a normal pregnancy. Excessive use may lead to health complications, especially during childbirth, though going even further may result in the slave's body suddenly entering labor and rapidly birthing her children, often without giving the salve time to prepare or even get undressed.
+Not all drugs are applied directly to your slavegirl. In this case, gestation accelerants and deccelerants are passed through the mother into her unborn children to control the rate of fetal growth. While slightly unhealthy for the mother, gestation slowing drugs are relatively harmless, though an unwilling mother may become more distraut when she realizes her pregnancy will last even longer. Due to the extended duration of the pregnancy, the mother's body may become accustomed to being so round, leading towards a sagging middle once birth occurs. On the other hand, gestation hastening drugs are extremely dangerous to the mother. It is strongly recommended to keep her under the observation and care of an experienced doctor or nurse. Failure to do so will cause her body to struggle to keep up with the rate of growth of her children, harming her physical and mental health, as well as potentially bursting her uterus later in her pregnancy. Labor suppresants are exactly that; they prevent the mother from entering labor, thus allowing the child to grow longer than a normal pregnancy. Excessive use may lead to health complications, especially during childbirth, though going even further may result in the slave's body suddenly entering labor and rapidly birthing her children, often without giving the slave time to prepare or even get undressed.
 \
 <<case "The Inucbation Facility">>\
 A facility used to rapdily age children kept within its aging tanks using a combination of growth hormones, accelerants, stem cells and other chemicals; slaves that come out of it are rarely healthy. Requires a massive amount of electricity to run, though once powered contains a battery backup to last at least a day. Can be upgraded to combat malnutrition and thinness caused by a body growing far beyound any natural rate. Hormones can also be added to encourage puberty and even sex organ development. Growth control systems include cost saving overides, though enabling them may result in bloated, sex crazed slaves barely capable to moving.
diff --git a/src/npc/acquisition.tw b/src/npc/acquisition.tw
index 555fc8bec181cfdd6d2536d20363df70a1126be2..1872665fab0a2b390e5a4b772d7e139eade64704 100644
--- a/src/npc/acquisition.tw
+++ b/src/npc/acquisition.tw
@@ -25,7 +25,7 @@
 			<</for>>
 		<<elseif $PC.career == "escort">>
 			<<for $i = 0; $i < $slaves.length; $i++>>
-				<<if $slaves[$i].origin == "She was the result of unprotected sex with a client. He paid you quite well to enjoy your body as you grew heavy with his child." || $slaves[$i].origin == "A client payed you a large sum of credits to prove you could literally fuck yourself. She is the result of that lucrative night.">>
+				<<if $slaves[$i].origin == "She was the result of unprotected sex with a client. He paid you quite well to enjoy your body as you grew heavy with his child." || $slaves[$i].origin == "A client paid you a large sum of credits to prove you could literally fuck yourself. She is the result of that lucrative night.">>
 				<<set $PC.births += 1>>
 				<<set $PC.birthClient += 1>>
 				<</if>>
diff --git a/src/npc/descriptions/fBoobs.tw b/src/npc/descriptions/fBoobs.tw
index b1286725e82be7dd81eafdb144f0ea4a2d6f7902..aaf02ea1f9952fddde1b476d9e74cb7c1f4c6a65 100644
--- a/src/npc/descriptions/fBoobs.tw
+++ b/src/npc/descriptions/fBoobs.tw
@@ -72,15 +72,15 @@ tits.
 	<<else>>
 		You lay her down on the couch on her back, lather oil onto her breasts and gingerly straddle her face; your needy cunt over her mouth.
 		<<if ($activeSlave.boobs >= 20000)>>
-		Her breasts are so colossal you can barely maintain this position, but they are massively fun to play with as she eats you out. You massage your pregnancy with her acres of breast flesh, teasing your own stretched skin with hers. You can visably see the vibrations running through her tits as you quiver from the mouth working your pussy. Thoroughly soaking her, you fall into her endless cleavage for a short rest.
+		Her breasts are so colossal you can barely maintain this position, but they are massively fun to play with as she eats you out. You massage your pregnancy with her acres of breast flesh, teasing your own stretched skin with hers. You can visibly see the vibrations running through her tits as you quiver from the mouth working your pussy. Thoroughly soaking her, you fall into her endless cleavage for a short rest.
 		<<elseif ($activeSlave.boobs >= 10000)>>
-		Her breasts are so massive you can barely maintain this position, but they are fun to play with as she eats you out. You massage the edges of your pregnancy with her breast flesh, teasing your own stretched skin with hers. You can visably see the vibrations running through her tits as you quiver from the mouth working your pussy. Thoroughly soaking her, you fall into her immense cleavage for a short rest.
+		Her breasts are so massive you can barely maintain this position, but they are fun to play with as she eats you out. You massage the edges of your pregnancy with her breast flesh, teasing your own stretched skin with hers. You can visibly see the vibrations running through her tits as you quiver from the mouth working your pussy. Thoroughly soaking her, you fall into her immense cleavage for a short rest.
 		<<elseif ($activeSlave.boobs >= 5000)>>
-		Her breasts are so monstrous they make a fabulous rest for your pregnancy as she eats you out. You tease her breasts using your baby bump, rubbing it against them and vice versa. You can visably see the vibrations running through her tits as you quiver from the mouth working your pussy. Thoroughly soaking her, you dismount and lean against her monster breasts for a quick rest.
+		Her breasts are so monstrous they make a fabulous rest for your pregnancy as she eats you out. You tease her breasts using your baby bump, rubbing it against them and vice versa. You can visibly see the vibrations running through her tits as you quiver from the mouth working your pussy. Thoroughly soaking her, you dismount and lean against her monster breasts for a quick rest.
 		<<elseif ($activeSlave.boobs >= 1000)>>
-		Her breasts are huge enough to support your pregnancy as she eats you out. You press your belly more and more into them as her tongue delves deeper into your folds. You can visably see the vibrations running through the breast flesh forced to the sides of your middle as you quiver from the mouth working your pussy. Thoroughly soaking her, you dismount and lean against her huge breasts for a quick rest.
+		Her breasts are huge enough to support your pregnancy as she eats you out. You press your belly more and more into them as her tongue delves deeper into your folds. You can visibly see the vibrations running through the breast flesh forced to the sides of your middle as you quiver from the mouth working your pussy. Thoroughly soaking her, you dismount and lean against her huge breasts for a quick rest.
 		<<elseif ($activeSlave.boobs >= 650)>>
-		Her big breasts fill the area under your pregnancy nicely. You press your belly more and more into them as her tongue delves deeper into your folds. You can visably see the vibrations running through the breast flesh forced to the sides of your middle as you quiver from the mouth working your pussy. Thoroughly soaking her, you dismount and lean against her big breasts for a quick rest.
+		Her big breasts fill the area under your pregnancy nicely. You press your belly more and more into them as her tongue delves deeper into your folds. You can visibly see the vibrations running through the breast flesh forced to the sides of your middle as you quiver from the mouth working your pussy. Thoroughly soaking her, you dismount and lean against her big breasts for a quick rest.
 		<<elseif ($activeSlave.boobs >= 300)>>
 		Her tiny breasts are completely covered by your pregnancy. You reach under yourself, grabbing what you can of her breasts and pushing them against your crotch. Between rubbing her breasts against your self and her tongue in your pussy, you quickly climax, thoroughly soaking her.
 		<<else>>
diff --git a/src/npc/fAbuse.tw b/src/npc/fAbuse.tw
index 556f61e459c794f6703b5e71b2cd6cb80f6ec10f..686bfe63cddaf77bae397c1a3b2e848105b600b3 100644
--- a/src/npc/fAbuse.tw
+++ b/src/npc/fAbuse.tw
@@ -7,7 +7,7 @@
 <<elseif ($activeSlave.muscles == 0) && ($activeSlave.combatSkill == 0)>>
 	Looking at your bodyguard, you think she doesn't seem that dangerous, as she can barely hold a weapon up. You order her to spar with you, and you quickly overpower her without even breaking a sweat. Afterwards, you take the pretext of punishing her to satisfy your urges.
 <<elseif ($activeSlave.muscles == 0) && ($activeSlave.combatSkill != 0)>>
-	You glance at your bodyguard. She looks like she can handle herself, and you know she does, but her lack of musculature makes her look somewhat frail. You inform her that she isn't muscular enough, and that you'll punish her youself for neglecting her physique. 
+	You glance at your bodyguard. She looks like she can handle herself, and you know she does, but her lack of musculature makes her look somewhat frail. You inform her that she isn't muscular enough, and that you'll punish her yourself for neglecting her physique. 
 <<elseif ($activeSlave.muscles != 0) && ($activeSlave.combatSkill == 0)>>
 	Your bodyguard may look strong and powerful, you know she can't really handle her weapon. You order her to spar with you, and you use her own muscles against her, winning eaisly. Afterwards, you take the pretext of punishing her to satisfy your urges. 
 <<elseif ($activeSlave.muscles != 0) && ($activeSlave.combatSkill != 0)>>
diff --git a/src/npc/fKiss.tw b/src/npc/fKiss.tw
index 423ff2989ddbd96c805e7549f6ff850718357bdd..679cdc91df28b759be95b4ea4e0cf4ed9baa0ccf 100644
--- a/src/npc/fKiss.tw
+++ b/src/npc/fKiss.tw
@@ -63,7 +63,7 @@ Then, you gently raise her <<if $activeSlave.face > 95>>heartrendingly beautiful
 <<elseif ($activeSlave.devotion > 50)>>
 	Her mouth accepts yours with devotion, matching itself carefully to your insistent lips and tongue.<<if ($activeSlave.teeth == "pointy")>> She is exquisitely careful to keep her sharp teeth clear of you.<</if>> She presses herself against you, her warmth wonderful against your <<if $PC.boobs == 1>>soft breasts<<else>>manly chest<</if>>. When you finally break the kiss, she runs her tongue rapturously across her moistened lips<<if ($activeSlave.amp != 1)>> and then runs a finger across them as well<</if>>, an openly sexual look on her $activeSlave.skin face. <<if ($activeSlave.accent >= 3)>>She does her best to communicate devotion with her $activeSlave.eyeColor eyes, since she's not confident in her ability to express it in $language.<<elseif ($activeSlave.amp == 1) && (canTalk($activeSlave) == false)>>She does her best to communicate devotion with her $activeSlave.eyeColor eyes.<<elseif canTalk($activeSlave) == false>>She signs that she loves you.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"I love you, <<Master>>," she lisps forthrightly.<<else>>"I love you, <<Master>>," she says forthrightly.<</if>>
 <<elseif ($activeSlave.devotion > 20)>>
-	She accepts the kiss willingly. As you are so close to her, you sense considerable turmoil in the <<if ($activeSlave.physialAge > 30)>>woman<<else>>girl<</if>>; she's doing her duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of her mind by your lips and tongue. When you finally break the kiss, her $activeSlave.eyeColor eyes gaze into yours searchingly, looking for answers that are not there. <<if (($activeSlave.amp == 1) && (canTalk($activeSlave) == false))>>Her eyes beg for an answer: is that it?<<elseif canTalk($activeSlave) == false>>She signs hesitantly, asking if that's it.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She asks hesitantly, "I-ith that it, <<Master>>?"<<else>>She asks hesitantly, "I-is that it, <<Master>>?"<</if>>
+	She accepts the kiss willingly. As you are so close to her, you sense considerable turmoil in the <<if ($activeSlave.physicalAge > 30)>>woman<<else>>girl<</if>>; she's doing her duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of her mind by your lips and tongue. When you finally break the kiss, her $activeSlave.eyeColor eyes gaze into yours searchingly, looking for answers that are not there. <<if (($activeSlave.amp == 1) && (canTalk($activeSlave) == false))>>Her eyes beg for an answer: is that it?<<elseif canTalk($activeSlave) == false>>She signs hesitantly, asking if that's it.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She asks hesitantly, "I-ith that it, <<Master>>?"<<else>>She asks hesitantly, "I-is that it, <<Master>>?"<</if>>
 <<elseif ($activeSlave.devotion >= -20) && ($activeSlave.trust < -20)>>
 	She accepts the kiss fearfully. As you kiss her unresisting mouth, her eagerness to avoid punishment leads her to kiss you back, though nervousness makes her mechanical. You kiss her harder, enjoying her fear, and the physical intimacy slowly does its work. She becomes softer and more natural, her resistance easing. When you pull away from her for a moment, she looks at you for a long moment, her mouth still hanging open, before visibly catching herself with a reminder that she's a slave and you're her owner. <<if (($activeSlave.amp == 1) && (canTalk($activeSlave) == false))>>Her eyes beg for an answer: is that it?<<elseif canTalk($activeSlave) == false>>She signs hesitantly, asking if that's it.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>She asks hesitantly, "I-ith that it, <<Master>>?"<<else>>She asks hesitantly, "I-is that it, <<Master>>?"<</if>>
 <<elseif ($activeSlave.trust < -50)>>
diff --git a/src/npc/fRelation.tw b/src/npc/fRelation.tw
index a6a051e884b7576a87b7a6d254fef1d37c8351fe..aa5995896c0852f729cc6aafdec00e1a29f5802c 100644
--- a/src/npc/fRelation.tw
+++ b/src/npc/fRelation.tw
@@ -18,7 +18,7 @@
 <<elseif ($partner == "daughter")>>
 	<<set $partner = randomAvailableDaughter($activeSlave)>>
 	<<for _i = 0; _i < $slaves.length; _i++>>
-		<<if $partner.ID == $slaves[_i].ID>> /*incompatability fix*/
+		<<if $partner.ID == $slaves[_i].ID>> /*incompatibility fix*/
 			<<break>>
 		<</if>>
 	<</for>>
@@ -30,7 +30,7 @@
 <<elseif ($partner == "sister")>>
 	<<set $partner = randomAvailableSister($activeSlave)>>
 	<<for _i = 0; _i < $slaves.length; _i++>>
-		<<if $partner.ID == $slaves[_i].ID>> /*incompatability fix*/
+		<<if $partner.ID == $slaves[_i].ID>> /*incompatibility fix*/
 			<<break>>
 		<</if>>
 	<</for>>
diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index b9b635a89ede8ed0c987b68964658316ebbe2156..ca749be01035e989ce12357d192c24c2ba2c6226 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -164,7 +164,7 @@ __You are customizing this slave:__
 			<<set $activeSlave.origin = "You sired her in yourself after a arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
 			<<set $activeSlave.customTat = "She has the geometric symbol of your old arcology engineering firm laser tattooed into the nape of her neck.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "You concieved her after a male arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
+			<<set $activeSlave.origin = "You conceived her after a male arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
 			<<set $activeSlave.customTat = "She has the geometric symbol of your old arcology engineering firm laser tattooed into the nape of her neck.">>
 		<<elseif $activeSlave.father == -1>>
 			<<set $activeSlave.origin = "You sired her after a female arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
@@ -189,7 +189,7 @@ __You are customizing this slave:__
 		<</if>>
 	<<elseif $PC.career == "gang">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was the result of a night of hard drugs and unprotected sex after a big score. It took quite abit of alchohol to come to terms with drunkenly knocking yourself up.">>
+			<<set $activeSlave.origin = "She was the result of a night of hard drugs and unprotected sex after a big score. It took quite abit of alcohol to come to terms with drunkenly knocking yourself up.">>
 			<<set $activeSlave.customTat = "She has your former gang's sign tattooed on her neck.">>
 		<<elseif $activeSlave.mother == -1>>
 			<<set $activeSlave.origin = "She was the result of a night of hard drugs and unprotected sex after a big score.">>
@@ -220,10 +220,10 @@ __You are customizing this slave:__
 		<</if>>
 	<<elseif $PC.career == "medicine">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was concieved after a successful experiment in hermaphrodite self-reproduction.">>
+			<<set $activeSlave.origin = "She was conceived after a successful experiment in hermaphrodite self-reproduction.">>
 			<<set $activeSlave.customTat = "She has your personal symbol tattooed on the back of her neck: it's invisible to the naked eye, but shows up starkly on medical imaging.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "She was concieved after a botched birth control expirement early in your career.">>
+			<<set $activeSlave.origin = "She was conceived after a botched birth control expirement early in your career.">>
 			<<set $activeSlave.customTat = "She has your personal symbol tattooed on the back of her neck: it's invisible to the naked eye, but shows up starkly on medical imaging.">>
 		<<elseif $activeSlave.father == -1>>
 			<<set $activeSlave.origin = "She is the product of an affair with a cute nurse who assisted you in more ways than one.">>
@@ -234,13 +234,13 @@ __You are customizing this slave:__
 		<</if>>
 	<<elseif $PC.career == "celebrity">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was concieved after a night of partying and a drunken bet. She nearly killed your career.">>
+			<<set $activeSlave.origin = "She was conceived after a night of partying and a drunken bet. She nearly killed your career.">>
 			<<set $activeSlave.customTat = "She has your signature, surrounded by hearts, tattooed on the back of her neck.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "She was concieved after a night of partying and a torn condom. She nearly killed your career.">>
+			<<set $activeSlave.origin = "She was conceived after a night of partying and a torn condom. She nearly killed your career.">>
 			<<set $activeSlave.customTat = "She has your signature, surrounded by hearts, tattooed on the back of her neck.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "She was concieved after a night of partying and a torn condom.">>
+			<<set $activeSlave.origin = "She was conceived after a night of partying and a torn condom.">>
 			<<set $activeSlave.customTat = "She has your signature, surrounded by hearts, tattooed on the back of her neck.">>
 		<<else>>
 			<<set $activeSlave.origin = "She was one of your groupies during your celebrity career.">>
diff --git a/src/pregmod/birthStorm.tw b/src/pregmod/birthStorm.tw
index 6b01c105baea8333cea9f6d07494aab4d4421033..789c7ae920ce6d7c9cb92f0cf4c62af06cd984d5 100644
--- a/src/pregmod/birthStorm.tw
+++ b/src/pregmod/birthStorm.tw
@@ -5,7 +5,7 @@
 <<nobr>>
 The remote surgery allows the removal of the pregnancy generator through conventional means, an injection to induce labor and the resulting birthing of the womb's contents. $activeSlave.slaveName's massive pregnant belly begins to shudder and writhe moments after being injected with the drug.  She drops to the ground with her legs spread to either side of her spasming bulk with a loud moan.  Her vaginal lips part as the first of her brood is born, followed by another, and another. After nearly a day of constant birthing 
 <<if $activeSlave.sexualFlaw == "breeder">>
-	and the realization that you are taking away her ideal body, her perfect existance; her mind @@.red;fundamentally breaks. The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina@@.
+	and the realization that you are taking away her ideal body, her perfect existence; her mind @@.red;fundamentally breaks. The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina@@.
     <<set $activeSlave.fetish = "mindbroken">>
 <<elseif $activeSlave.fetish == "pregnancy" && $Nurse != 0>>
 	and orgasming each time, $activeSlave.slaveName's mind would have broken. However, $Nurse.slaveName had the forsight to sedate her after witnessing her constant orgasming.  She awakes to find her belly deflated, no longer crammed full of life. She is @@.mediumorchid;disappointed@@ that you would forbid her from such a pleasure, but @@.mediumaquamarine;understands@@ why it was done. @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina@@.
diff --git a/src/pregmod/electiveSurgery.tw b/src/pregmod/electiveSurgery.tw
index 6e329374e4f714c732ec10e43774b8adb13cf102..0c39de22b88e129857102d7054885bf5d4bdb06d 100644
--- a/src/pregmod/electiveSurgery.tw
+++ b/src/pregmod/electiveSurgery.tw
@@ -98,7 +98,7 @@ You're @@.orange;$PC.actualAge years old.@@
 <<elseif $PC.preg >= 40>>
 	"Wow, are you going to be ok? That looks really heavy." She says as she uses both hands to grope your massive belly, paying extra attention to your navel. "Are you sure you don't want to take a seat?"<br>
 <<elseif $PC.preg >= 36>>
-	"You're Huge! Look at that adorable navel!" She says as she uses both hands to grope your huge belly, paying extra attention to your navel.<br>
+	"You're huge! Look at that adorable navel!" She says as she uses both hands to grope your huge belly, paying extra attention to your navel.<br>
 <<elseif $PC.preg >= 32>>
 	"Look how big you are!" She says as she uses both hands to grope your huge belly.<br>
 <<elseif $PC.preg >= 28>>
@@ -171,7 +171,7 @@ You're @@.orange;$PC.actualAge years old.@@
 <</if>>
 
 <br><br>
-"Now, if what you are looking for is sex reassignment surgery, that's going to be more complicated. Personally I tihnk you are fine the way you are, but if you insist on paying me, I won't say no to it. We'll need to take a DNA sample to clone the required organs, and that will take some time to complete, so tell me early if this is what you really want. I've had a few patients seeking a working set of both sexes, so if that gets you off, it is an option. As for prices, @@.yellowgreen;¤50000@@ for a sex swap, @@.yellowgreen;¤150000@@ to be a fully functional herm, oh and @@.red;breasts are not included unless you undergo a full body remodeling.@@ You'll have to set up another appointment for that, however. Oh, and I guess @@.yellowgreen;¤25000@@ is fair for having a sex organ removed, if you have both. It's a very invasive procedure, as we will be near completely remodeling your body. I assure you, we do such fantastic work that noone will know you weren't naturally born that way! Oh, and due to the extent of the surgery, we will not perform the procedure if you are pregnant, please clean yourself out before you arrive."
+"Now, if what you are looking for is sex reassignment surgery, that's going to be more complicated. Personally I tihnk you are fine the way you are, but if you insist on paying me, I won't say no to it. We'll need to take a DNA sample to clone the required organs, and that will take some time to complete, so tell me early if this is what you really want. I've had a few patients seeking a working set of both sexes, so if that gets you off, it is an option. As for prices, @@.yellowgreen;¤50000@@ for a sex swap, @@.yellowgreen;¤150000@@ to be a fully functional herm, oh and @@.red;breasts are not included unless you undergo a full body remodeling.@@ You'll have to set up another appointment for that, however. Oh, and I guess @@.yellowgreen;¤25000@@ is fair for having a sex organ removed, if you have both. It's a very invasive procedure, as we will be near completely remodeling your body. I assure you, we do such fantastic work that no one will know you weren't naturally born that way! Oh, and due to the extent of the surgery, we will not perform the procedure if you are pregnant, please clean yourself out before you arrive."
 <br>
 <<if $PC.preg > 0>>
 	She pokes your belly. "You're pregnant. What did I tell you?"
diff --git a/src/pregmod/fFeet.tw b/src/pregmod/fFeet.tw
index 3d7b6f83e24a6d32291359bc826b00f726df8d66..bb4932938805d89a80599226b42c7bc3e3130040 100644
--- a/src/pregmod/fFeet.tw
+++ b/src/pregmod/fFeet.tw
@@ -50,7 +50,7 @@
 <</if>>
 
 <<if ($activeSlave.fetish == "dom") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 0)>>
-	She is quite agressive, sometimes bordering insubordination, but with a peek at your face, she tones it down.
+	She is quite aggressive, sometimes bordering insubordination, but with a peek at your face, she tones it down.
 <</if>>	
 
 	You finally cum all over her feet.
diff --git a/src/pregmod/fSlaveFeed.tw b/src/pregmod/fSlaveFeed.tw
index 49463150f303e92193cd0ea44328851e5741ea73..14a5cbfd150292f6cca399993df4d4a393caedf4 100644
--- a/src/pregmod/fSlaveFeed.tw
+++ b/src/pregmod/fSlaveFeed.tw
@@ -39,7 +39,7 @@ The first necessary step is to prepare the milk cow and her udders.
 <<elseif $milkTap.mother == $activeSlave.ID>>
 	This is moderately tough, as $milkTap.slaveName finds it awkward to nurse her own mother. <<if $milkTap.lactation > 1>>Her excessive milk production quickly leaves her eager for release<<else>>It takes some coaxing and kneading to get her milk flowing and her eager for relief<</if>>.
 <<elseif $milkTap.father == $activeSlave.ID>>
-	This is very tough, as $milkTap.slaveName finds it wierd to let her father suckle from her. <<if $milkTap.lactation > 1>>Her excessive milk production quickly leaves her eager for release, however<<else>>It takes some coaxing and kneading to get her milk flowing and her eager for relief<</if>>.
+	This is very tough, as $milkTap.slaveName finds it weird to let her father suckle from her. <<if $milkTap.lactation > 1>>Her excessive milk production quickly leaves her eager for release, however<<else>>It takes some coaxing and kneading to get her milk flowing and her eager for relief<</if>>.
 <<elseif areSisters($activeSlave, $milkTap) == 1>>
 	This is easy enough, as $milkTap.slaveName wants her twin to try her milk, but only if she can taste hers too. <<if $milkTap.lactation > 1>>She is practically gushing milk with excitement<<else>>It takes minimal effort to get her milk flowing<</if>>.
 <<elseif areSisters($activeSlave, $milkTap) == 2>>
diff --git a/src/pregmod/fSlaveSlaveDickConsummate.tw b/src/pregmod/fSlaveSlaveDickConsummate.tw
index 6678a782c0c9cd9c2f4a4035a0fecca670beae93..e88bae276bcf9de3466f291804759dff7928b135 100644
--- a/src/pregmod/fSlaveSlaveDickConsummate.tw
+++ b/src/pregmod/fSlaveSlaveDickConsummate.tw
@@ -167,7 +167,7 @@ Next, you see to $slaverapistx.slaveName.
 <br><br>
 
 <<if ($activeSlave.devotion < -20) && ($slaverapistx.devotion < -20)>>
-	Since you have two restrained slaves, it's up to you to do all the work. Since $activeSlave.slaveName is already lying on the bed, you maneuver $slaverapistx.slaveName's pussy into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. $slaverapistx.slaveName starts lowering herself very slowly, pulling back every time $activeSlave.slaveName's dick prods her womanhood. After watching the sad display for a while, you use your own weight to suddely push her onto $activeSlave.slaveName, hilting her in one, scream-enducing move. $slaverapistx.slaveName seems more cooperative after that and you only have to occasionaly prod them with an electrial jolt to keep them going at a faster pace. Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result.
+	Since you have two restrained slaves, it's up to you to do all the work. Since $activeSlave.slaveName is already lying on the bed, you maneuver $slaverapistx.slaveName's pussy into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. $slaverapistx.slaveName starts lowering herself very slowly, pulling back every time $activeSlave.slaveName's dick prods her womanhood. After watching the sad display for a while, you use your own weight to suddely push her onto $activeSlave.slaveName, hilting her in one, scream-enducing move. $slaverapistx.slaveName seems more cooperative after that and you only have to occasionaly prod them with an electrical jolt to keep them going at a faster pace. Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result.
 	<<set $activeSlave.devotion -= 5>>
 	<<set $slaverapistx.devotion -= 5>>
 	<<set $activeSlave.trust -= 5>>
@@ -175,7 +175,7 @@ Next, you see to $slaverapistx.slaveName.
 
 
 <<elseif ($slaverapistx.devotion < -20)>>
-	Since your dick slave is restrained, you order $slaverapistx.slaveName to kneel on the bed on top of $activeSlave.slaveName, and then maneuver her pussy into place. $slaverapistx.slaveName is uncooperative, so you push her down yourself and prod and slap her untill she starts to ride the cock with urgency. It doesn't take long for $activeSlave.slaveName to orgasm. She @@.mediumorchid;resents@@ what you made her do and @@.gold;fears you@@ as a result.
+	Since your dick slave is restrained, you order $slaverapistx.slaveName to kneel on the bed on top of $activeSlave.slaveName, and then maneuver her pussy into place. $slaverapistx.slaveName is uncooperative, so you push her down yourself and prod and slap her until she starts to ride the cock with urgency. It doesn't take long for $activeSlave.slaveName to orgasm. She @@.mediumorchid;resents@@ what you made her do and @@.gold;fears you@@ as a result.
 	<<set $slaverapistx.devotion -= 5>>
 	<<set $slaverapistx.trust -= 5>>
 
diff --git a/src/pregmod/fSlaveSlaveVagConsummate.tw b/src/pregmod/fSlaveSlaveVagConsummate.tw
index a901f41924d5fded1fcb6116628f23f083ef999e..10f63bfee276bf1cc36319375b69c4779a98a5b3 100644
--- a/src/pregmod/fSlaveSlaveVagConsummate.tw
+++ b/src/pregmod/fSlaveSlaveVagConsummate.tw
@@ -203,7 +203,7 @@ Next, you see to $activeSlave.slaveName.
 <br><br>
 
 <<if ($activeSlave.devotion < -20) && ($slaverapistx.devotion < -20)>>
-	Since you have two restrained slaves, it's up to you to do all the work. $activeSlave.slaveName is teid up on the bed with her pussy available, so you maneuver $slaverapistx.slaveName's <<if $slaverapistx.dick > 0>>$dicksize dick<<else>>strap-on<</if>> into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. $slaverapistx.slaveName starts moving very slowly, barely prodding. After watching them mechanically go at it for a while, you use your leg to suddely push her deep into $activeSlave.slaveName, fully hilting her in one motion. You occasionaly prod them with an electrial jolt to keep them going at a faster pace. Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result.
+	Since you have two restrained slaves, it's up to you to do all the work. $activeSlave.slaveName is teid up on the bed with her pussy available, so you maneuver $slaverapistx.slaveName's <<if $slaverapistx.dick > 0>>$dicksize dick<<else>>strap-on<</if>> into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give her more of the same until she gets going. $slaverapistx.slaveName starts moving very slowly, barely prodding. After watching them mechanically go at it for a while, you use your leg to suddely push her deep into $activeSlave.slaveName, fully hilting her in one motion. You occasionaly prod them with an electrical jolt to keep them going at a faster pace. Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result.
 	<<set  $activeSlave.devotion -= 5>>
 	<<set  $slaverapistx.devotion -= 5>>
 	<<set  $activeSlave.trust -= 5>>
diff --git a/src/pregmod/huskSlaveSwapWorkaround.tw b/src/pregmod/huskSlaveSwapWorkaround.tw
index 0a7bd20a65a8d8f5c4baf97df5d690510e8dad38..4bd330396cab6bfa85d35aa786943498b4470d26 100644
--- a/src/pregmod/huskSlaveSwapWorkaround.tw
+++ b/src/pregmod/huskSlaveSwapWorkaround.tw
@@ -9,7 +9,7 @@
 
 "This operation is neither simple nor is it perfected. There are extreme health risks involved and no gauruntee of success. Strap a slave into your surgery to consent to the operation. Indentured servants<<if $incubator > 0>> and slaves with reserved children<</if>> not eligible."
 
-//Select the slave whose brain will be transfered into the waiting husk.<<if $cyberMod == 1>> Amputated slaves must not be wearing prosthetics.<</if>>//
+//Select the slave whose brain will be transferred into the waiting husk.<<if $cyberMod == 1>> Amputated slaves must not be wearing prosthetics.<</if>>//
 
 <</nobr>>
 
diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw
index 96d78c518b8640eba1c50b9eff2b57063d927b3e..8ddd52298dc0c7c8079fdf5310aa226386376b8e 100644
--- a/src/pregmod/managePersonalAffairs.tw
+++ b/src/pregmod/managePersonalAffairs.tw
@@ -8,7 +8,7 @@
 You pause for a moment from your busy day to day life to return to <<if $masterSuite != 0>>$masterSuiteName<<else>>your room<</if>> to consider some things about yourself.
 <br>You take yourself in a full length mirror. You are a $PC.race <<if $PC.dick == 1 && $PC.vagina == 1>>futanari<<elseif $PC.dick == 1>>man<<else>>woman<</if>> with <<print $PC.skin>> skin, $PC.hColor hair and $PC.eyeColor eyes.
 <<if $PC.actualAge >= 65>>
-	You're @@.orange;$PC.actualAge@@ and definitly feeling it.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@.lime;look an older $PC.visualAge,@@ though perhaps it might be time to undo it.<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@.lime;look a younger $PC.visualAge,@@ now if only your body agreed with your looks.<</if>>
+	You're @@.orange;$PC.actualAge@@ and definitely feeling it.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@.lime;look an older $PC.visualAge,@@ though perhaps it might be time to undo it.<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@.lime;look a younger $PC.visualAge,@@ now if only your body agreed with your looks.<</if>>
 <<elseif $PC.actualAge >= 50>>
 	You're @@.orange;$PC.actualAge@@ and starting to feel it.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@.lime;look an older $PC.visualAge.@@<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@.lime;look a younger $PC.visualAge.@@<</if>>
 <<elseif $PC.actualAge >= 35>>
@@ -23,7 +23,7 @@ Looking down;
 <<elseif $PC.boobsBonus == 2>>
 	you have a @@.orange;pair of G-cup breasts.@@ <<if $PC.boobsImplant == 1>>They are kind of rounded and much to perky for their size to pass as real. They have a bit of bounce to them as you fuck a slave<<else>>They are all natural and a little heavy. The bounce everywhere when you fuck your slaves.<</if>>.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel even more huge lately; likely a side effect of your lactation.<</if>>
 <<elseif $PC.boobsBonus == 1>>
-	you have a @@.orange;pair of F-cup breasts.@@ <<if $PC.boobsImplant == 1>>They are nice, perky and not obviously implants. Though the way they move when you fuck a slave pins them as such<<else>>They are nice and perky, dispite their size. They bounce lewdly as you fuck your slaves.<</if>>.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation.<</if>>
+	you have a @@.orange;pair of F-cup breasts.@@ <<if $PC.boobsImplant == 1>>They are nice, perky and not obviously implants. Though the way they move when you fuck a slave pins them as such<<else>>They are nice and perky, despite their size. They bounce lewdly as you fuck your slaves.<</if>>.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation.<</if>>
 <<elseif $PC.boobsBonus == -0.5>>
 	you have a @@.orange;pair of D-cup breasts.@@ They are nice, perky and bounce pleasantly as you fuck your slaves.<<if $PC.preg > 30 || $PC.births > 0>> Your breasts feel bigger lately; likely a side effect of your lactation.<</if>>
 <<elseif $PC.boobsBonus == -1>>
diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw
index d3255ae76ecf6ab1c7b117ecad6221e976eaec3d..fb0fa930aa032964b4c2611973849abf84a14338 100644
--- a/src/pregmod/newChildIntro.tw
+++ b/src/pregmod/newChildIntro.tw
@@ -1060,7 +1060,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 <<set $activeSlave.devotion += 5>>
 <<set $activeSlave.trust += 10>>
 <<replace "#result">>
-	You cuff her wrists and ankles, bend all four limbs behind her, secure them together, and hoist her up to the ceiling on a rope. She hangs up there like a sex slave chandelier, breasts swaying in a lovely way whenever she squirms. Periodically you let her down to stretch her aching limbs, but whenever you put your decoration back up you add some clips with little bells on them: first the nose, then the nipples, and finally the <<if $activeSlave.dick != 0>>dickhead<<else>>pussylips<</if>>. By the end of the day your work is accompanied by the sweet sounds of ringing bells and @@.hotpink;inappropriate laguther@@ in her <<if $activeSlave.voice is 3>>high, girlish<<elseif $activeSlave.voice is 2>>feminine<<else>>deep<</if>> voice. She seems to think it's a game and @@.aquamarine;tust you more@@ for playing it with her.
+	You cuff her wrists and ankles, bend all four limbs behind her, secure them together, and hoist her up to the ceiling on a rope. She hangs up there like a sex slave chandelier, breasts swaying in a lovely way whenever she squirms. Periodically you let her down to stretch her aching limbs, but whenever you put your decoration back up you add some clips with little bells on them: first the nose, then the nipples, and finally the <<if $activeSlave.dick != 0>>dickhead<<else>>pussylips<</if>>. By the end of the day your work is accompanied by the sweet sounds of ringing bells and @@.hotpink;inappropriate laguther@@ in her <<if $activeSlave.voice is 3>>high, girlish<<elseif $activeSlave.voice is 2>>feminine<<else>>deep<</if>> voice. She seems to think it's a game and @@.aquamarine;trust you more@@ for playing it with her.
 <</replace>>
 <</link>>
 
@@ -1137,7 +1137,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<</replace>>
 		<</link>>
 	<<else>>
-		Her breasts are already so huge that basic growth drugs will not have a noticable enough effect to sate her curiosity.
+		Her breasts are already so huge that basic growth drugs will not have a noticeable enough effect to sate her curiosity.
 	<</if>>
 	<<if $activeSlave.boobs >= 1000 && $arcologies[0].FSTransformationFetishistResearch == 1>>
 		<br><<link "Implant a heaving pair of 4000cc fillable implants in her chest">>
@@ -1192,7 +1192,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<</replace>>
 		<</link>> //This option costs ¤$surgeryCost//
 	<<else>>
-		Her breasts are already so large that basic implants will not have a noticable enough effect to sate her curiosity.
+		Her breasts are already so large that basic implants will not have a noticeable enough effect to sate her curiosity.
 	<</if>>
 <</if>>
 
@@ -1282,7 +1282,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<</replace>>
 		<</link>>
 	<<else>>
-		Her balls are already so huge that basic growth drugs will not have a noticable enough effect to sate her curiosity.
+		Her balls are already so huge that basic growth drugs will not have a noticeable enough effect to sate her curiosity.
 	<</if>>
 <</if>>
 
@@ -1340,7 +1340,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<</replace>>
 		<</link>>
 	<<else>>
-		Her butt is already so huge that basic growth drugs will not have a noticable enough effect to sate her curiosity.
+		Her butt is already so huge that basic growth drugs will not have a noticeable enough effect to sate her curiosity.
 	<</if>>
 	<<if $activeSlave.butt >= 6 && $arcologies[0].FSTransformationFetishistResearch == 1>>
 		<br><<link "Implant a heaving pair of fillable implants in her rear">>
@@ -1379,7 +1379,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s
 		<</replace>>
 		<</link>> //This option costs ¤$surgeryCost//
 	<<else>>
-		Her butt is already so large that basic implants will not have a noticable enough effect to sate her curiosity.
+		Her butt is already so large that basic implants 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 f93f819f805c811be87a6743ad8d79305d569ce0..8463e24c6e47a0d28335fe5864ad95ea2a808dbc 100644
--- a/src/pregmod/pBodyswapReveal.tw
+++ b/src/pregmod/pBodyswapReveal.tw
@@ -4,6 +4,6 @@
 
 <<set $bodyswapAnnounced = 1>>
 
-You recieve 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 transfered 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 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.
 <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/pregmod/pInsemination.tw b/src/pregmod/pInsemination.tw
index e35cba84b0c14cbed126baf741a1495de03c41df..5250a83c29fc5dcd4c1633a8858bd09bd7c88269 100644
--- a/src/pregmod/pInsemination.tw
+++ b/src/pregmod/pInsemination.tw
@@ -51,7 +51,7 @@
 		You arrive at the crazy scientist's apartment once more. Upon letting yourself in, you find him hard at work. Before you can even open you mouth, he gestures towards a nearby operating table. Carefully positioning yourself on it, and inserting your legs into the waiting stirrups, you await what madness will happen next. You don't have to wait long before a long metallic rod forces it's way into your vagina and painfully pushes its way past your cervix. Moaning in a mix of discomfort and arousal, you have no time to brace for the device's activation. You gasp as you feel the cum begin to flow unabated into your fertile womb. After nearly a minute, the phallic injector leaves your body allowing you to stagger to your feet. Your belly is noticeably rounded from his "load", though it evens into a slight bloat as the cum steadily flows from your pussy. You struggle back into your clothes and head back to the penthouse, hoping nobody sees you in such a state.
 		<<set $crazyCount++>>
 	<<else>>
-		Once again you arrive at the crazy scientist's door. Letting yourself in, you immediately notice the table is set and waiting for you to strap in. He doesn't even acknowledge your existance, but you know what he expects you to do. Once you have Hopped on and getten comfortable, you gasp as the injector pushes into you. You prepared this time, wearing a skirt, no underwear, and a shirt that will allow your middle room to stretch. You tease your breasts and <<if $PC.dick == 1>>erection<<else>>erect clit<</if>> as the machine pumps cum into you. Once you've climaxed, and you look like you're nearly full-term, does the device stop pumping into you and you are allowed to right yourself. Slowly you waddle back to your penthouse, indifferent to who may see you; you can't wait to soak in a bath, drain, and <<if $PC.dick == 1>>jack-off<<else>>rub out an orgasm or two<</if>>.
+		Once again you arrive at the crazy scientist's door. Letting yourself in, you immediately notice the table is set and waiting for you to strap in. He doesn't even acknowledge your existence, but you know what he expects you to do. Once you have Hopped on and getten comfortable, you gasp as the injector pushes into you. You prepared this time, wearing a skirt, no underwear, and a shirt that will allow your middle room to stretch. You tease your breasts and <<if $PC.dick == 1>>erection<<else>>erect clit<</if>> as the machine pumps cum into you. Once you've climaxed, and you look like you're nearly full-term, does the device stop pumping into you and you are allowed to right yourself. Slowly you waddle back to your penthouse, indifferent to who may see you; you can't wait to soak in a bath, drain, and <<if $PC.dick == 1>>jack-off<<else>>rub out an orgasm or two<</if>>.
 	<</if>>
 
 <<case "virgin">>
@@ -76,10 +76,10 @@
 		You arrive at the apartment of the rather moody girl with both sets of functional genitals. What answers the door suprises you; she is extremely pregnant, easily ready to drop. Positioning you over the edge of her bed, she mounts you and begins to enjoy herself. Between the sensations within your pussy, <<if $PC.dick == 1>>your dick's motions against her satin sheets,<</if>>and her belly rubbing up and down your ass and lower back; you quickly tense up in orgasm, prompting her to cum strongly into your pussy. You help her onto her couch and head on your way, but not before she informs you that she'll be waiting to fuck you when you are as pregnant as she is now.
 		<<set $preggoCount++>>
 	<<elseif $preggoCount == 1>>
-		You arrive at the apartment of the heavily pregnant futa. When she answers the door and you are greeted by an even larger belly than last time it beomce abundantly clear that you two are on similar reproductive schedules. Noticing your look, she grabs your hands and happily says "twins". You wrap you arms around your lover for the evening and help her back to her bed, enjoying the weight of her middle. She stops you once she takes a seat and asks "You know, I have some fertility drugs if you want to get as big as me this time, cuty?" You shake your head "no", being that pregnant would certainly impede your ability to run the arcology. She sighs and lies back, her stiff prick pressed against the underside of her belly, and invites you to ride her cock. You waste no time in mounting her, the feel of <<if $PC.dick == 1>>your own erection rubbing between your bellies<<else>>the underside of her pregnancy pushing into your own middle<</if>> as she thrusts up into you driving you wild wiht lust. It doesn't take long for you to start bucking with orgasm and wrapping your arms around her gravid middle. Her occupants send several kicks your way as she quickens her pace, grabs your hips, and thrusts hard, cumming deep in your pussy. Panting, you slide off her and snuggle up beside her as you catch your breath. "You're looking good after having a child you know? But obvously you looked even better heavy with my child. I'm keeping those pictures of you close!" she says with a giggle as you rise. With a gentle pat on your bottom, she sends you on your way.
+		You arrive at the apartment of the heavily pregnant futa. When she answers the door and you are greeted by an even larger belly than last time it beomce abundantly clear that you two are on similar reproductive schedules. Noticing your look, she grabs your hands and happily says "twins". You wrap you arms around your lover for the evening and help her back to her bed, enjoying the weight of her middle. She stops you once she takes a seat and asks "You know, I have some fertility drugs if you want to get as big as me this time, cutey?" You shake your head "no", being that pregnant would certainly impede your ability to run the arcology. She sighs and lies back, her stiff prick pressed against the underside of her belly, and invites you to ride her cock. You waste no time in mounting her, the feel of <<if $PC.dick == 1>>your own erection rubbing between your bellies<<else>>the underside of her pregnancy pushing into your own middle<</if>> as she thrusts up into you driving you wild with lust. It doesn't take long for you to start bucking with orgasm and wrapping your arms around her gravid middle. Her occupants send several kicks your way as she quickens her pace, grabs your hips, and thrusts hard, cumming deep in your pussy. Panting, you slide off her and snuggle up beside her as you catch your breath. "You're looking good after having a child you know? But obvously you looked even better heavy with my child. I'm keeping those pictures of you close!" she says with a giggle as you rise. With a gentle pat on your bottom, she sends you on your way.
 		<<set $preggoCount++>>
 	<<else>>
-		You arrive once more at the apartment of the heavily pregnant futa, though this time she takes awhile to reach the door by the sound of it. When it opens, you are greeting by her usual smile and an octuplets stuffed belly. She grabs your hand and pulls it to her taut middle. "Feel them kick! There's so many of them, it feels amazing!" You wrap you arms around your heavy lover for the evening and help her back to her bed, savoring the weight of her pregnancy. She stops you once she takes a seat and asks "My offer still stands, cuty. I assure you it feels amazing to be so full of babies." You shake your head "no", being that pregnant would definitly impede your ability to run the arcology and even enjoy your slaves properly. She lies back, before shifting her weight to her side out of discomfort. Her belly is really big, and hangs low enough that reaching her needy cock is quite the challange, you take a moment to think of a good position to receive her. You take her dick, and gently sliding yourself between her legs, fit it into your pussy. The two of you buck against each other as best you can; a struggle, seeing as you are bearing the weight of her children right now. You have no choice but to wrap your arms around the eargerly kicking mass<<if $PC.dick == 1>>, trapping your dick between it and yourself,<</if>> as you near your climax. You feel your nethers clamp down as she cums, hard, deep into your pussy. Her children shift under your arms as her water breaks onto you. You quickly untangle yourself and help her to her feet; you can't help but enjoy the feeling of her close contractions under your hand. She points you to her bathroom; "Water birth" she pants, struggling to not give birth where she stands. The tub is already prepared for her, so you help her into it. She refuses to let go of your hand, "Join me?" You take her up on the offer and slide in behind her. You massage her taxed tomach as she struggles to bring her children into the world. A loud moan, escapes her lips as the first of her children slips from her pussy and into your waiting hands. Setting her aside, you prepare for the next. After several hours, and a mutual shower, you and her recover together with her eight children; as thanks, you have one milky nipple all to yourself. When it's time to leave, she blows you a kiss and thanks you sincerely for helping her through this.
+		You arrive once more at the apartment of the heavily pregnant futa, though this time she takes awhile to reach the door by the sound of it. When it opens, you are greeting by her usual smile and an octuplets stuffed belly. She grabs your hand and pulls it to her taut middle. "Feel them kick! There's so many of them, it feels amazing!" You wrap you arms around your heavy lover for the evening and help her back to her bed, savoring the weight of her pregnancy. She stops you once she takes a seat and asks "My offer still stands, cutey. I assure you it feels amazing to be so full of babies." You shake your head "no", being that pregnant would definitely impede your ability to run the arcology and even enjoy your slaves properly. She lies back, before shifting her weight to her side out of discomfort. Her belly is really big, and hangs low enough that reaching her needy cock is quite the challenge, you take a moment to think of a good position to receive her. You take her dick, and gently sliding yourself between her legs, fit it into your pussy. The two of you buck against each other as best you can; a struggle, seeing as you are bearing the weight of her children right now. You have no choice but to wrap your arms around the eargerly kicking mass<<if $PC.dick == 1>>, trapping your dick between it and yourself,<</if>> as you near your climax. You feel your nethers clamp down as she cums, hard, deep into your pussy. Her children shift under your arms as her water breaks onto you. You quickly untangle yourself and help her to her feet; you can't help but enjoy the feeling of her close contractions under your hand. She points you to her bathroom; "Water birth" she pants, struggling to not give birth where she stands. The tub is already prepared for her, so you help her into it. She refuses to let go of your hand, "Join me?" You take her up on the offer and slide in behind her. You massage her taxed tomach as she struggles to bring her children into the world. A loud moan, escapes her lips as the first of her children slips from her pussy and into your waiting hands. Setting her aside, you prepare for the next. After several hours, and a mutual shower, you and her recover together with her eight children; as thanks, you have one milky nipple all to yourself. When it's time to leave, she blows you a kiss and thanks you sincerely for helping her through this.
 	<</if>>
 
 
diff --git a/src/pregmod/pRaped.tw b/src/pregmod/pRaped.tw
index 98fded8b14dc6de4213454e353927527c9f525f1..541da79387968e1297eba46093af4db44db812cf 100644
--- a/src/pregmod/pRaped.tw
+++ b/src/pregmod/pRaped.tw
@@ -11,7 +11,7 @@ While returning from a meeting with a prospective investor, an unfortunate wrong
 	The moment you notice an arm coming around from behind you does your training kick in. You quickly disarm the assailant and knock them to the floor before placing them in a chokehold. Once they are subdued, you stand back to decide what to do next.
 	<<set $raped = 0>>
 <<elseif $PC.career == "gang">>
-	The moment you hear the sound of the knife unsheath your reflexes take over. With a single stab, your own shiv is burried in his chest, incapacitating him.
+	The moment you hear the sound of the knife unsheath your reflexes take over. With a single stab, your own shiv is buried in his chest, incapacitating him.
 	<<set $raped = 0>>
 <<else>>
 	You stifle a scream when you feel your arm grabbed and the knife pressed to your throat, knowing that it will only end badly for you in this place.
@@ -216,7 +216,7 @@ Now the only question is what to do with the would be rapist. You could toss the
 		<<AddSlave $activeSlave>>
 		<<set $cash -= $contractCost>>
 		<<replace "#result">>
-		You want her to suffer for what she tried to pull on you. You make sure she is fully awake as she is strapped into the autosurgery, taking the time to roughly fondle her balls. You take great pleasure in watching her struggle as her testicles are removed. Once she can stand agian, it's off to the penthouse for basic slave induction.
+		You want her to suffer for what she tried to pull on you. You make sure she is fully awake as she is strapped into the autosurgery, taking the time to roughly fondle her balls. You take great pleasure in watching her struggle as her testicles are removed. Once she can stand again, it's off to the penthouse for basic slave induction.
 		<</replace>>
 	<</link>>
 	<</if>>
diff --git a/src/pregmod/pcSurgeryDegredation.tw b/src/pregmod/pcSurgeryDegredation.tw
index 24c0de2cbc0275858f7c4f1a8b26e2a11dc2ad9d..5cf8f4661d0db63705d6bed96ecbcfa18bdd77b0 100644
--- a/src/pregmod/pcSurgeryDegredation.tw
+++ b/src/pregmod/pcSurgeryDegredation.tw
@@ -22,7 +22,7 @@
 	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.preg > 30>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much lighter your breasts are. Pulling the covers off yourself, you observe your smaller <<if $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<elseif $PC.boobsBonus == -0.5>>D-cup<<elseif $PC.boobsBonus == -1>>C-cup<<else>>DD<</if>> breasts in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your shrunken breasts. "We made sure to tighten them up a bit, get rid of that sagginess from weight and the mass removed." She begins groping your breasts, feeling for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.preg > 30 || $PC.births > 0>>She lets out a surprised squeek when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.preg > 4>>Should have expected that with the pregnancy and all<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<<else>>You can't help but moan under your building arousal as she massages and teases your breasts.<</if>> "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
 	
 <<case "breastEnlargementImplant">>
-	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.preg > 30 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much heavier your breasts are. Pulling the covers off yourself, you observe your new, round <<if $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<else>>H-cup<</if>> breasts in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "We did everything we could to keep them looking natural, <<if $PC.boobsBonus == 2>>but you can definatly tell<<elseif $PC.boobsBonus == 1>>and I say we did a pretty good job<<else>>but the implants were way too big for that<</if>>." She begins groping your breasts, feeling the implant within for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.preg > 30 || $PC.births > 0>>She lets out a surprised squeek when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.preg > 4>>Should have expected that with the pregnancy and all<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<<else>>You can't help but moan under your building arousal as she massages and teases your implant laden breasts.<</if>> "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
+	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.preg > 30 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much heavier your breasts are. Pulling the covers off yourself, you observe your new, round <<if $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<else>>H-cup<</if>> breasts in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "We did everything we could to keep them looking natural, <<if $PC.boobsBonus == 2>>but you can definitely tell<<elseif $PC.boobsBonus == 1>>and I say we did a pretty good job<<else>>but the implants were way too big for that<</if>>." She begins groping your breasts, feeling the implant within for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.preg > 30 || $PC.births > 0>>She lets out a surprised squeek when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.preg > 4>>Should have expected that with the pregnancy and all<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<<else>>You can't help but moan under your building arousal as she massages and teases your implant laden breasts.<</if>> "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
 	
 <<case "breastEnlargement">>
 	After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.preg > 30 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much heavier your breasts are. Pulling the covers off yourself, you observe your new, soft <<if $PC.boobsBonus == 3>>H-cup<<elseif $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<elseif $PC.boobsBonus == -0.5>>D-cup<<elseif $PC.boobsBonus == -1>>C-cup<<else>>DD<</if>> breasts in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "We did everything we could to keep them perky, <<if $PC.boobsBonus == 3>>quite a feat given their size<<else>>not that hard given your natural perk<</if>>." She begins groping your breasts, feeling the added mass for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.preg > 30 || $PC.births > 0>>She lets out a surprised squeek when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.preg > 4>>Should have expected that with the pregnancy and all<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<<else>>You can't help but moan under your building arousal as she massages and teases your fat tits.<</if>> "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.
diff --git a/src/pregmod/reMaleCitizenHookup.tw b/src/pregmod/reMaleCitizenHookup.tw
index 6c5fb46f948b8f903f3cd04b03798f55db930a0e..2a2586b6bc6a8b5e9f59e444831fe0e7d3814395 100644
--- a/src/pregmod/reMaleCitizenHookup.tw
+++ b/src/pregmod/reMaleCitizenHookup.tw
@@ -237,7 +237,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu
 		<<elseif $PC.preg > 0>>
 			Feeling like you should heed his advice, you slide off his shaft and down to his face, planting your soaked cunt over his mouth. Reaching around behind you as he eats you out, you tease his twitching rod. As you climax, you accidentally squeeze his vulnerable balls, provoking his own massive orgasm. Shouting in surprise, you hug as close to him as you can as cascade of cum pours onto the two of you. You roll off of him and laugh at the mess your servants are going to have to clean up.
 		<<else>>
-			Quivering with your own pending orgasm, you ignore him and keep going, acheiving climax as he blows a near endless load into your womb.
+			Quivering with your own pending orgasm, you ignore him and keep going, achieving climax as he blows a near endless load into your womb.
 			<<if $PC.cumTap == 0>>
 				The quantity of cum quickly overwhelms you and backflows out of you as you fall into your lover's waiting arms. He lays you to his side as he continues showering you both with cum.
 				<<set $PC.cumTap++>>
@@ -262,7 +262,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu
 			<</if>>
 		<</if>>
 	<<case "Pastoralist">>
-		soft, milk-fed body, and gently push him back onto your bed, giggling as his chubby belly jiggles. You tease him as you remove your evening dress, crawl over him and impale yourself on his eager shaft before beginning to ride him. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You shift into a slightly more comfortable position<<if $PC.preg >= 20>> (one that forces him to bear the weight of your heavy middle, and suprisingly comfortable given his belly) <</if>>and ride him to orgasm. You follow shortly after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you.
+		soft, milk-fed body, and gently push him back onto your bed, giggling as his chubby belly jiggles. You tease him as you remove your evening dress, crawl over him and impale yourself on his eager shaft before beginning to ride him. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobium waiting for you if it's known he had you, though, and he is eagerly thrusting into your pussy. You shift into a slightly more comfortable position<<if $PC.preg >= 20>> (one that forces him to bear the weight of your heavy middle, and surprisingly comfortable given his belly) <</if>>and ride him to orgasm. You follow shortly after, feeling the heat of his seed in the depths of your pussy as it clamps down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you.
 	<<case "Physical Idealist">>
 		a chiseled Adonis. Before you can tip him onto your bed; he deftly pulls you out of your evening dress, scoops you up, dominantly spears your pussy and begins thrusting powerfully while holding you. Even a female arcology owner like yourself appreciates a good hard fuck, since regular submission to a pounding from sex slaves would be a scandal. There's little opprobium waiting for you if it's known he had you, though, and he is eagerly fucking you. You <<if $PC.preg >= 20>>squirm in discomfort until he turns you around and gives your pregnancy room<<elseif $PC.boobsBonus > 0>>squirm in discomfort until he turns you around and uses his other arm to keep your huge breasts steady<<elseif $PC.boobsBonus < 0>>push your cute breasts against his firm pecs<<elseif $PC.boobs == 1>>push your ample breasts against his firm pecs<<else>>allow him pull your flat chest to his firm pecs<</if>>, before he starts showing off his strength. With a hard, firm thrust, he cums deep into your pussy. You follow shortly after, feeling the heat of his seed in your depths as you clamp down around his dick. Thankfully, he isn't spent yet and begins anew, quickly carrying your climax to a second orgasm and drawing an adorable moan out of you.
 	<<case "Chattel Religionist">>
diff --git a/src/pregmod/seHuskSlaveDelivery.tw b/src/pregmod/seHuskSlaveDelivery.tw
index 17fe34af91a7c4d50d73d5e2a6fa61d4d6b101d9..1bd040cbe6d1b46fd27dda6a1bc7decf1d7f1e1f 100644
--- a/src/pregmod/seHuskSlaveDelivery.tw
+++ b/src/pregmod/seHuskSlaveDelivery.tw
@@ -58,7 +58,7 @@
 <<set $activeSlave.sexualFlaw = "none">>
 <<set $activeSlave.sexualQuirk = "none">>
 <<set $activeSlave.intelligence = -3>>
-<<set $activeSlave.intilligenceImplant = 0>>
+<<set $activeSlave.intelligenceImplant = 0>>
 <<set $activeSlave.vaginalSkill = 0>>
 <<set $activeSlave.oralSkill = 0>>
 <<set $activeSlave.analSkill = 0>>
@@ -68,7 +68,7 @@
 
 <<if $huskSlave.sex == 3>>
 	<<set $activeSlave.dick = 1>>
-	<<set $activeSlave.forskin = 2>>
+	<<set $activeSlave.foreskin = 2>>
 	<<set $activeSlave.balls = 1>>
 	<<if $activeSlave.physicalAge >= $potencyAge>>
 		<<set $activeSlave.pubertyXY = 1>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 8af0f4f8f1af814415230e80c941db9b6d48a43a..6206193a1685351e008fb8b2320565875fbf98d6 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -48,7 +48,7 @@ You check her records and discover she has very likely just become a woman.
 <span id="name"><<print "[[$activeSlave.slaveName|Long Slave Description][$nextLink = passage(), $eventDescription = 1]]">></span> appears in the door of your office early in the morning, she wasn't scheduled for an inspection today. You question why she has come to see you, and she gingerly approaches your desk.
 <br><br>
 <<if canTalk($activeSlave) == false>>
-	She uses gestures to point to her crotch, and explains that she has accidently started wetting her bed.
+	She uses gestures to point to her crotch, and explains that she has accidentally started wetting her bed.
 <<else>>
 	"I'm sorry, <<Master>>," she <<say>>s apologetically. "I keep wetting my bed at night, and it feel<<s>> <<s>>o good to."
 <</if>>
@@ -1054,7 +1054,7 @@ As you begin your day one morning, you hear the quiet
 <<case "succubus">>
 	and seductive, but obviously aroused voice of your succubus
 <<case "imp">>
-	and harrassing voice of your imp
+	and harassing voice of your imp
 <<case "witch">>
 	and oddly aroused voice of your witch
 <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
@@ -1402,7 +1402,7 @@ Your eyes move down her body, noting
 <<elseif $activeSlave.inflation == 1>>
 	the slight bloat to her belly caused by the litres of $activeSlave.inflation type held inside her.
 <<elseif $activeSlave.bellyImplant > 2000>>
-	her slightly rounded belly, not truly noticible, but enough to advertise her as a breeding $desc, even though it's fake.
+	her slightly rounded belly, not truly noticeable, but enough to advertise her as a breeding $desc, even though it's fake.
 <<elseif $activeSlave.hips == 1>>
 	her extremely wide hips and the cartoonish sway to them as she walks.
 <<elseif $activeSlave.muscles > 30>>
@@ -2028,7 +2028,7 @@ up to the tops of her thighs, but that's all she can manage. The wardrobe includ
 	<<else>>
 	"What<<s>> that mean <<Master>>?"
 	<</if>>
-	You quickly approach and catch her, forcing her <<if $activeSlave.preg > 20>>gravid <</if>>body face up onto the couch. She <<if canSee($activeSlave)>>watches you carefully<<else>>listens to your movements<</if>> as you size up her fully erect <<if $activeSlave.dick == 1>>tiny dick<<elseif $activeSlave.dick == 2>>cute dick<<elseif $activeSlave.dick is 3>>dick<<elseif $activeSlave.dick is 4>>big dick<<elseif $activeSlave.dick is 5>>impressive dick<<elseif $activeSlave.dick is 6>>huge dick<</if>>. You push her back down as you straddle her cock, lining it up before lowering <<if $PC.preg > 15>>your pregnant body until she delightfully penetrates you<<else>>yourself onto her needy prick<</if>>. You slowly ride her dick, instructing her the proper way to thrust into you and how to support your weight properly. Once she gets the hand of things, you dismount and lie down on the couch, legs spread, beckonning her into you. She gingerly inserts her cock and begins thrusting, slowly at first, before getting the hang of things and speeding up. <<if $PC.dick == 1>>Your own neglected dick bobbing along to her thrusts. <</if>>As soon as you feel her begining to tense you <<if $PC.preg > 5>>tell her it's safe to cum in you, you're already pregnant<<else>>order her to pull out<</if>>. The poor girl is so caught up in her lust, she can't stop thrusting. Before you can rectify this, she pushes you over the edge and gushes deep into you as you climax<<if $PC.dick == 1>> and spray your own cum across her chest<</if>>. She gingerly pulls herself from you, apologizes @@.hotpink;meekly@@ for losing control, and snuggles up next to you. Cumming in her <<Master>>'s pussy as her first time builds @@.mediumaquamarine;a special bond@@ with you. <<if $PC.preg == 0>>You aren't on contraceptives right now; her first time may be more fruitful than she realizes.<</if>>
+	You quickly approach and catch her, forcing her <<if $activeSlave.preg > 20>>gravid <</if>>body face up onto the couch. She <<if canSee($activeSlave)>>watches you carefully<<else>>listens to your movements<</if>> as you size up her fully erect <<if $activeSlave.dick == 1>>tiny dick<<elseif $activeSlave.dick == 2>>cute dick<<elseif $activeSlave.dick is 3>>dick<<elseif $activeSlave.dick is 4>>big dick<<elseif $activeSlave.dick is 5>>impressive dick<<elseif $activeSlave.dick is 6>>huge dick<</if>>. You push her back down as you straddle her cock, lining it up before lowering <<if $PC.preg > 15>>your pregnant body until she delightfully penetrates you<<else>>yourself onto her needy prick<</if>>. You slowly ride her dick, instructing her the proper way to thrust into you and how to support your weight properly. Once she gets the hand of things, you dismount and lie down on the couch, legs spread, beckoning her into you. She gingerly inserts her cock and begins thrusting, slowly at first, before getting the hang of things and speeding up. <<if $PC.dick == 1>>Your own neglected dick bobbing along to her thrusts. <</if>>As soon as you feel her beginning to tense you <<if $PC.preg > 5>>tell her it's safe to cum in you, you're already pregnant<<else>>order her to pull out<</if>>. The poor girl is so caught up in her lust, she can't stop thrusting. Before you can rectify this, she pushes you over the edge and gushes deep into you as you climax<<if $PC.dick == 1>> and spray your own cum across her chest<</if>>. She gingerly pulls herself from you, apologizes @@.hotpink;meekly@@ for losing control, and snuggles up next to you. Cumming in her <<Master>>'s pussy as her first time builds @@.mediumaquamarine;a special bond@@ with you. <<if $PC.preg == 0>>You aren't on contraceptives right now; her first time may be more fruitful than she realizes.<</if>>
 	<<set $activeSlave.devotion += 10>>
 	<<set $activeSlave.trust += 20>>
 	<<set $activeSlave.penetrativeCount += 1>>
@@ -4337,7 +4337,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<case "incubus">>
 		using her hands to make a heart shape around her erection as she thrusts.
 	<<case "succubus">>
-		<<if $PC.dick == 1>>forms an O with her lips and makes exagerated head bobbing motions<<else>>forms a V with her fingers and wiggles her tongue in it<</if>>. 
+		<<if $PC.dick == 1>>forms an O with her lips and makes exaggerated head bobbing motions<<else>>forms a V with her fingers and wiggles her tongue in it<</if>>. 
 	<<case "imp">>
 		flapping around and cackling manically.
 	<<case "witch">>
@@ -6233,7 +6233,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 <<link "Give her personal language lessons">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You order her to sit next to you. Sure enough, she hesitates, but she seems to have gotten the 'next to you' part, and comes carefully over, <<if canSee($activeSlave)>>watching you<<else>>listening<</if>> intently for any indication that she's misunderstood you. Once there, she stops, knees bent partway as she second-guesses herself about whether she's supposed to sit. Sighing internally, you grab <<if $activeSlave.nipplePiercings > 0>>a nipple piercing<<elseif $activeSlave.lactation > 0>>a milky nipple<<else>>a nipple<</if>> and pull downward gently. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Thorry <<Master>>,"<<else>>"Sorry <<Master>>,"<</if>> she mutters in her barbarous $activeSlave.nationality accent, and sits <<if $activeSlave.preg > 20>>carefully<<else>>hurriedly<</if>> down.
+	You order her to sit next to you. Sure enough, she hesitates, but she seems to have gotten the 'next to you' part, and comes carefully over, <<if canSee($activeSlave)>>watching you<<else>>listening<</if>> intently for any indication that she's misunderstood you. Once there, she stops, knees bent partway as she second-guesses herself about whether she's supposed to sit. Sighing internally, you grab <<if $activeSlave.nipplesPiercing > 0>>a nipple piercing<<elseif $activeSlave.lactation > 0>>a milky nipple<<else>>a nipple<</if>> and pull downward gently. <<if SlaveStatsChecker.checkForLisp($activeSlave)>>"Thorry <<Master>>,"<<else>>"Sorry <<Master>>,"<</if>> she mutters in her barbarous $activeSlave.nationality accent, and sits <<if $activeSlave.preg > 20>>carefully<<else>>hurriedly<</if>> down.
 	<br><br>
 	You review 'next,' praising her for getting that, and then move on to 'sit,' 'stand,' and other such useful terms, teaching the $language language to the nude slave sitting crosslegged next to you. She listens raptly, parroting obediently and clearly doing her best to please, but you notice a certain incredulity that slowly fades as the lesson goes on. She's obviously having trouble believing that her owner would trouble <<if $PC.title == 1>>himself<<else>>herself<</if>> with her vocabulary lessons. You work with her several times a day, and she's so diligent that by the end of the week she's @@.green;beginning to make herself understood,@@ though her accent is still pretty atrocious.
 	<<set $activeSlave.accent -= 1>>
@@ -6990,7 +6990,7 @@ She's obviously @@.mediumaquamarine;becoming more comfortable@@ playing the part
 		<<if $activeSlave.height < 35>>
 			<<if $activeSlave.dick > 0>>bouncing on $activeSlave.slaveName's lap and eagerly taking her cock, finally enjoying sex with someone her size. Below this, the slave herself is thrusting into a 'realistic' tiny fairy doll, bloated with cum.<<else>>legs tied to one another as they scissor enthusiastically, covered in sexual fluids from the waist down, Below this, the slave herself is grinding away between a 'realistic' tiny fairy doll's legs.<</if>>
 		<<else>>
-			bouncing on $activeSlave.slaveName's <<if $activeSlave.dick > 0>>cock, distending her belly with each thrust<<else>>hard clit<</if>> while a vine is gently penetrating below her. Below this, the slave herself is thrusting into a 'realistic' tiny fairy doll pussy <<if $activeSlave.cock > 0>>bloated with cum<</if>> while a flexible dildo gently thrusts into her ass. It's an ejaculating model, and it's currently pumping a large volume of semen into her ass.
+			bouncing on $activeSlave.slaveName's <<if $activeSlave.dick > 0>>cock, distending her belly with each thrust<<else>>hard clit<</if>> while a vine is gently penetrating below her. Below this, the slave herself is thrusting into a 'realistic' tiny fairy doll pussy <<if $activeSlave.dick > 0>>bloated with cum<</if>> while a flexible dildo gently thrusts into her ass. It's an ejaculating model, and it's currently pumping a large volume of semen into her ass.
 			<<set $activeSlave.analCount += 1>>
 			<<set $analTotal += 1>>
 		<</if>>	
@@ -8933,7 +8933,7 @@ By the time you've finished with her sensitive ass, it shines red, and she is cr
 			She relaxes submissively when she feels you take hold of her huge ass and slide your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> between her asscheeks and then inside her <<if canDoVaginal($activeSlave)>>pussy<<else>>anus<</if>>. Her legs are already in effect bound, by the constricting clothing that's still holding them together, and you enhance the effect by taking hold of her wrists and hugging her from behind as you fuck her, holding her arms crossed across her <<if $activeSlave.boobs > 2000>>massive breasts<<elseif $activeSlave.boobs > 400>>boobs<<else>>chest<</if>>. Helpless in your embrace, she @@.hotpink;relaxes completely and lets it happen.@@
 			<<if canDoVaginal($activeSlave)>><<set $activeSlave.vaginalCount++, $vaginalTotal++>><<else>><<set $activeSlave.analCount++, $analTotal++>><</if>>
 		<<else>>
-			She stiffens fearfully when she feels you take hold of her huge ass, but she knows not to resist. She stays still as you slide your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> between her asscheeks and then inside her <<if canDoVaginal($activeSlave)>>pussy<<else>>anus<</if>>, trying to angle her hips to make the standing penetration less uncomfortable. The clothing binds her legs together, reducing her to simply sticking her butt out as best she can to ease the stroking of your your <<if $PC.dick == 1>>cock<<else>>phallus<</if>>, invading her helpless <<if canDoVaginal($activeSlave)>>cunt<<else>>asshole<</if>>. When you're done, you extract yourself and stalk off, leaving her to struggle free<<if $PC.dick == 1>> and try to keep the cum dripping out of her off her clothing<</if>>. She stumbles back to fetch the right size, @@.hotpink;thoroughly fucked.@@
+			She stiffens fearfully when she feels you take hold of her huge ass, but she knows not to resist. She stays still as you slide your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> between her asscheeks and then inside her <<if canDoVaginal($activeSlave)>>pussy<<else>>anus<</if>>, trying to angle her hips to make the standing penetration less uncomfortable. The clothing binds her legs together, reducing her to simply sticking her butt out as best she can to ease the stroking of your <<if $PC.dick == 1>>cock<<else>>phallus<</if>>, invading her helpless <<if canDoVaginal($activeSlave)>>cunt<<else>>asshole<</if>>. When you're done, you extract yourself and stalk off, leaving her to struggle free<<if $PC.dick == 1>> and try to keep the cum dripping out of her off her clothing<</if>>. She stumbles back to fetch the right size, @@.hotpink;thoroughly fucked.@@
 		<</if>>
 	<</replace>>
 	<<set $activeSlave.devotion += 5>>
diff --git a/src/uncategorized/RESSTR.tw b/src/uncategorized/RESSTR.tw
index e8f541e388f66699d4f3ed1a7f51d455d3547b55..10bf40f61b21f030355f71978b0c96fe6444e0a8 100644
--- a/src/uncategorized/RESSTR.tw
+++ b/src/uncategorized/RESSTR.tw
@@ -140,7 +140,8 @@ She does her very best to get through the inspection without disgrace, hugging h
 	<br><br>
 	Some time later, you return to the video feed to see $activeSlave.slaveName giving each of the boys a hug goodbye. The boys reciprocate her affection warmly, even as they try to ignore the fact that her $activeSlave.skin face and chest are spattered with their cum. $activeSlave.slaveName has certainly given the tourists a crash course in Free Cities culture and @@.green;improved your reputation@@ at the same time.
 	<<set $activeSlave.oralCount += 6, $oralTotal += 6, $rep += 250>>
-	<</link>>
+	<</replace>>
+<</link>>
 <<if (canDoVaginal($activeSlave) && $activeSlave.vagina != 0) || (canDoAnal($activeSlave) && $activeSlave.anus != 0)>>
 <br><<link "Instruct the slave to offer sex to the highest bidder">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
@@ -170,8 +171,9 @@ She does her very best to get through the inspection without disgrace, hugging h
 		the lucky winner staring in awe at the beautiful face of $activeSlave.slaveName, as she rides him tenderly.
 	<<else>>
 		the lucky winner taking $activeSlave.slaveName in every position he can think of, which is amusingly not very many at all.
+	<</if>>
 	<br><br>
-	In the end, the boy sates his lust on $activeSlave.slaveName till he can't continue. His compatriots, having had their own voyeuristic fill, drag their overstimulated friend off and wander away in search of their accomadation.
+	In the end, the boy sates his lust on $activeSlave.slaveName till he can't continue. His compatriots, having had their own voyeuristic fill, drag their overstimulated friend off and wander away in search of their accommodation.
 	<<if canDoVaginal($activeSlave) && $activeSlave.vagina != 0>>
 		<<set $activeSlave.vaginalCount += 1, $vaginalTotal += 1>>
 	<<else>>
@@ -187,7 +189,7 @@ She does her very best to get through the inspection without disgrace, hugging h
 <<link "Enjoy some oral with an evening of wallscreen television">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	There are some things that never change, even after ascension to the high position of an arcology owner. One of these fixtures of life is the ability to enjoy a relaxing evening of wallscreen television and <<if $PC.dick == 1>>a blowjob<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>some cunnilingus<</if>>. With $activeSlave.slaveName sequestered between your legs, you tune into your favorite Free Cities serial drama and <<if !canSee($activeSlave)>>audibly <</if>>widen your legs slightly as you sink back into the chair with a sigh of contement. She <<if $activeSlave.preg > 20>>kneels carefully with an arm wrapped protectively around her bump<<else>>sinks to her knees obediently with her hands placed placidly on her thighs<</if>> before putting her mouth to work, <<if $activeSlave.oralSkill >= 100>>her mastery at giving oral providing a wealth of pleasure<<elseif $activeSlave.oralSkill > 60>>her skills in oral providing ample pleasure<<else>>her mediocre oral skills providing some relief<</if>>.<<if $activeSlave.teeth > 2>> Although most of your attention is focused on the intriguing drama unfolding on your wallscreen, you still feel the extreme care she has to take to keep her sharklike teeth clear of you.<<elseif $activeSlave.lips > 40>> Her huge lips are soft and pillowy against you.<<elseif ($activeSlave.teeth is "straightening braces") || ($activeSlave.teeth is "cosmetic braces")>> Although most of your attention is focused on the intriguing drama unfolding on your wallscreen, you can feel the slight hesitations as she takes care to keep her braces off you.<</if>> You have an enjoyable evening glued to your wallscreen, punctuated by the playful ruffling <<if $activeSlave.hLength > 1>>of $activeSlave.slaveName's $activeSlave.hColor hair<<else>>across $activeSlave.slaveName's scalp<</if>> and the occasional orgasm into her waiting mouth. Though your experience was more stimulating than hers, $activeSlave.slaveName enjoyed @@.hotpink;beng used while you enjoyed yourself.@@
+	There are some things that never change, even after ascension to the high position of an arcology owner. One of these fixtures of life is the ability to enjoy a relaxing evening of wallscreen television and <<if $PC.dick == 1>>a blowjob<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>some cunnilingus<</if>>. With $activeSlave.slaveName sequestered between your legs, you tune into your favorite Free Cities serial drama and <<if !canSee($activeSlave)>>audibly <</if>>widen your legs slightly as you sink back into the chair with a sigh of contement. She <<if $activeSlave.preg > 20>>kneels carefully with an arm wrapped protectively around her bump<<else>>sinks to her knees obediently with her hands placed placidly on her thighs<</if>> before putting her mouth to work, <<if $activeSlave.oralSkill >= 100>>her mastery at giving oral providing a wealth of pleasure<<elseif $activeSlave.oralSkill > 60>>her skills in oral providing ample pleasure<<else>>her mediocre oral skills providing some relief<</if>>.<<if $activeSlave.teeth > 2>> Although most of your attention is focused on the intriguing drama unfolding on your wallscreen, you still feel the extreme care she has to take to keep her sharklike teeth clear of you.<<elseif $activeSlave.lips > 40>> Her huge lips are soft and pillowy against you.<<elseif ($activeSlave.teeth is "straightening braces") || ($activeSlave.teeth is "cosmetic braces")>> Although most of your attention is focused on the intriguing drama unfolding on your wallscreen, you can feel the slight hesitations as she takes care to keep her braces off you.<</if>> You have an enjoyable evening glued to your wallscreen, punctuated by the playful ruffling <<if $activeSlave.hLength > 1>>of $activeSlave.slaveName's $activeSlave.hColor hair<<else>>across $activeSlave.slaveName's scalp<</if>> and the occasional orgasm into her waiting mouth. Though your experience was more stimulating than hers, $activeSlave.slaveName enjoyed @@.hotpink;being used while you enjoyed yourself.@@
 	<<set $activeSlave.devotion += 4, $activeSlave.oralCount += 1, $oralTotal += 1>>
 	<</replace>>
 <</link>>
@@ -239,14 +241,13 @@ She does her very best to get through the inspection without disgrace, hugging h
 		You inform her that short slaves like her might have to try harder, but they can still serve just as well as any of their taller peers. Understanding your meaning, she pushes herself up as far as she can with your hands still lightly pressing down on her shoulders, straining her neck until she can take you fully into her waiting mouth, keeping her eyes closed as she concentrates intently on her task. She lightly rocks back and forth on her knees in an attempt to gain a little height to better pleasure you with her mouth, an amusing sight to behold as you stand above her.
 		<br><br>
 		Eventually, you lift a hand off of her shoulder to run it possessively through her $activeSlave.hColor hair, letting her know that she's an excellent little cocksucker. In her eagerness to thank you, she ends up talking into your <<if $PC.dick == 0>>phallus<<else>>cock<</if>>, though these muffled attempts at speech soon devolve back into submissive moaning. In time, you silence even these moans as you blow your load down her throat, and she swallows it all. She opens her eyes slowly, endowed with a belly full of cum and a new understanding of @@.mediumaquamarine;her place as a short slave@@.
-	<</if>>
 	<<set $activeSlave.oralCount += 1, $oralTotal += 1, $activeSlave.trust += 4>>
-	<<replace>>
+	<</replace>>
 <</link>>
 <br><<link "Show her that short girls are easier to abuse">>
 	<<replace "#name">>$activeSlave.slaveName<</replace>>
 	<<replace "#result">>
-	You inform her that you find shorter slaves easier to abuse, smiling widely as an expression of horror spreads across her face. This expression soon changes to one of shock and pain as you slap her open-handed across the face, the sheer force of the strike sending her reeling. A few slaps later and you have $activeSlave.slaveName on all fours begging for mercy as you punish the cheeks of her ass with spank after spank.  When you suddenly shove <<if $PC.dick == 0>>a dildo<<else>>your cock<</if>> up her ass she spasms so harshly from the pain that she reflexively tries to get away, only to be subdued by the weight and strength of your larger, more powerful form. For the next ten minutes, she gets beaten and choked if she she offers even token resistance to the brutal anal rape. Soon, tears run down the short length of her body as she shakes from the force of each excessive thrust into her anus. The next time you decide to buttfuck her, she's @@.gold;terrified into compliance@@ by the knowledge of how little physical resistance she can muster against you.
+	You inform her that you find shorter slaves easier to abuse, smiling widely as an expression of horror spreads across her face. This expression soon changes to one of shock and pain as you slap her open-handed across the face, the sheer force of the strike sending her reeling. A few slaps later and you have $activeSlave.slaveName on all fours begging for mercy as you punish the cheeks of her ass with spank after spank.  When you suddenly shove <<if $PC.dick == 0>>a dildo<<else>>your cock<</if>> up her ass she spasms so harshly from the pain that she reflexively tries to get away, only to be subdued by the weight and strength of your larger, more powerful form. For the next ten minutes, she gets beaten and choked if she offers even token resistance to the brutal anal rape. Soon, tears run down the short length of her body as she shakes from the force of each excessive thrust into her anus. The next time you decide to buttfuck her, she's @@.gold;terrified into compliance@@ by the knowledge of how little physical resistance she can muster against you.
 	<<set $activeSlave.trust -= 5>>
 	<<AnalVCheck>>
 	<</replace>>
@@ -261,10 +262,6 @@ She does her very best to get through the inspection without disgrace, hugging h
 <</link>>
 <</if>>
 
-<<default>>
-	ERROR: bad event
-<</switch>>
-
 <<case "desperate null">>
 
 <<link "Take pity">>
@@ -321,4 +318,8 @@ She does her very best to get through the inspection without disgrace, hugging h
 	<</replace>>
 <</link>>
 
+<<default>>
+	ERROR: bad event
+<</switch>>
+
 </span>
diff --git a/src/uncategorized/arcologyDescription.tw b/src/uncategorized/arcologyDescription.tw
index 29442aae3dfe84d1f837e4c94f890c575ac88f9b..e520aeecffa03b33dff1cda771b4d68943ee18cc 100644
--- a/src/uncategorized/arcologyDescription.tw
+++ b/src/uncategorized/arcologyDescription.tw
@@ -1,7 +1,7 @@
 :: Arcology Description [nobr]
 
 &nbsp;&nbsp;&nbsp;&nbsp;
-__''$arcologies[0].name''__, your arcology, is located in a Free City in <<if $terrain == "oceanic">>the middle of the ocean<<else>>$continent<</if>>. It is a huge structure whose<<if $arcologyUpgrade.apron == 1>> solar-panelled<</if>> skin gleams in the sunshine<<if $arcologyUpgrade.hydro == 1>>, while verdant exterior hydroponics bays lend it an air of growth<</if>>.<<if $weatherCladding == 1>> Much of its beautiful exterior is now hidden behind dull panels of weather cladding<<if $arcologyUpgrade.spire == 1>>, though its highest point is capped by tall, elegant spire<</if>><<elseif $weatherCladding == 1>> The entirety of its once dull exterior has been retrofitted with breathtaking golden sheets in eye catching designs<<if $arcologyUpgrade.spire == 1>>, its highest point capped by a tall, magnificient spire<</if>>.<</if>>
+__''$arcologies[0].name''__, your arcology, is located in a Free City in <<if $terrain == "oceanic">>the middle of the ocean<<else>>$continent<</if>>. It is a huge structure whose<<if $arcologyUpgrade.apron == 1>> solar-panelled<</if>> skin gleams in the sunshine<<if $arcologyUpgrade.hydro == 1>>, while verdant exterior hydroponics bays lend it an air of growth<</if>>.<<if $weatherCladding == 1>> Much of its beautiful exterior is now hidden behind dull panels of weather cladding<<if $arcologyUpgrade.spire == 1>>, though its highest point is capped by tall, elegant spire<</if>><<elseif $weatherCladding == 1>> The entirety of its once dull exterior has been retrofitted with breathtaking golden sheets in eye catching designs<<if $arcologyUpgrade.spire == 1>>, its highest point capped by a tall, magnificent spire<</if>>.<</if>>
 Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<elseif $arcologyUpgrade.apron == 1>> shining<</if>> bulk
 <<if $terrain == "urban">>
 	towers above the city around it; it is part of a cluster of arcologies that form a Free City in the midst of an old world urban area.
diff --git a/src/uncategorized/assistantEvents.tw b/src/uncategorized/assistantEvents.tw
index 9b6ea6e3725f05368e8c17499008ac37608fefd1..4ef18130392bd365001abb30e480c8144591c8cc 100644
--- a/src/uncategorized/assistantEvents.tw
+++ b/src/uncategorized/assistantEvents.tw
@@ -902,13 +902,13 @@ Suddenly, there is a fresh source of light behind you. The reflection you're loo
 <<case "cherub" "imp">>
 	She is on her feet, submissively rubbing her wings.
 <<case "incubus">>
-	She looking down, hands crossed over her seldomly flaccid penis.
+	She looking down, hands crossed over her seldom flaccid penis.
 <<case "succubus">>
 	She isn't trying to seduce you, instead appearing uncharacteristically unsure of herself.
 <<case "witch">>
 	She isn't trying to cast or learn any spells, instead choosing to study you instead.
 <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-	She has supressed her odd ticks and is managing to stand before you, almost appearing normal.
+	She has suppressed her odd ticks and is managing to stand before you, almost appearing normal.
 <<case "schoolgirl">>
 	She has her legs crossed and her hands clasped behind her, and is turning her body from side to side in girlish nervousness.
 <<default>>
@@ -941,7 +941,7 @@ Suddenly, there is a fresh source of light behind you. The reflection you're loo
 <<case "cherub" "imp">>
 	takes flight, steadies herself,
 <<case "incubus">>
-	squares her shoulders, her dick begining to harden,
+	squares her shoulders, her dick beginning to harden,
 <<case "succubus">>
 	squares her shoulders, pushes her breasts together,
 <<case "witch">>
@@ -1220,7 +1220,7 @@ __Personal assistant appearances:__
 <<if $minimumSlaveAge < 13 >>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Loli">>
   <<replace "#result">>
-	At your order, she installs the lolita appearance. She quickly begins loosing height as the years peel off her, her bust and hips quickly following suit.  When finished she appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." She twirls around and giggles. "You can always customize me from the arcology management menu," she adds cutely.
+	At your order, she installs the lolita appearance. She quickly begins losing height as the years peel off her, her bust and hips quickly following suit.  When finished she appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." She twirls around and giggles. "You can always customize me from the arcology management menu," she adds cutely.
     <<set $assistantAppearance = "loli">>
 	<</replace>>
 <</link>>
@@ -1228,7 +1228,7 @@ __Personal assistant appearances:__
 <<if $minimumSlaveAge < 13 && $fertilityAge < 13>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "A Pregnant Loli">>
   <<replace "#result">>
-	At your order, she installs the modified lolita appearance. She quickly begins loosing height as the years peel off her, her bust and hips quickly following suit.  When finished she appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." She twirls around and giggles before groaning and clutching her stomach.  A flood of white liquid flows from her loins as her belly begins rapidly swelling.  She falls onto her backside holding her full term belly and says, exhausted, "You can always customize me from the arcology management menu."
+	At your order, she installs the modified lolita appearance. She quickly begins losing height as the years peel off her, her bust and hips quickly following suit.  When finished she appears roughly eight years old. "Thank you, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. This is neat." She twirls around and giggles before groaning and clutching her stomach.  A flood of white liquid flows from her loins as her belly begins rapidly swelling.  She falls onto her backside holding her full term belly and says, exhausted, "You can always customize me from the arcology management menu."
     <<set $assistantAppearance = "preggololi">>
 	<</replace>>
 <</link>>
@@ -1468,17 +1468,17 @@ __Personal Assistant and Market Assistant relationship styles:__
 	<<case "angel">>
 		is a fine catch, $assistantName giggles and flies to the market assistant. "Ah-" her voice is cut off as $assistantName locks lips with her. They break the kiss, blush at each other, turn to face you and shout "Girl love is pure!"
 	<<case "cherub">>
-		and her would make a cute couple. $assistantName giggles, pretending to toe the ground. "We could spread love even better like that..." She flies over to the market assitant, "Will you join me in making the arcology a lovelier place?" She blushes and replies, "Only if I get to choose where we make out!"
+		and her would make a cute couple. $assistantName giggles, pretending to toe the ground. "We could spread love even better like that..." She flies over to the market assistant, "Will you join me in making the arcology a lovelier place?" She blushes and replies, "Only if I get to choose where we make out!"
 	<<case "incubus">>
-		is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and stroking her shaft. "You hear that cutie? I'm going to teach you how to please a man." The market assistant has her face buried in her hands, trying to hide from the embarassment. "Look at how deep she's blushing, I love it!"
+		is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and stroking her shaft. "You hear that cutie? I'm going to teach you how to please a man." The market assistant has her face buried in her hands, trying to hide from the embarrassment. "Look at how deep she's blushing, I love it!"
 	<<case "succubus">>
-		is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and fingering her moist pussy. "You hear that cutie? I'm going to teach you how to be a real man." The market assistant has his face buried in his hands, trying to hide from the embarassment; his dick, however, is rock hard and eager for that succupussy. "Look at how deep he's blushing, I love it!" $assistantName coos, stroking the length of her new lover's cock. He promptly orgasms as she reaches his tip, "That will need improvement. You hear me? You ain't done till I am satisfied!" She shouts and clamps down on his dribbling dick. He nods sheepishly at her, obviously interested.
+		is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and fingering her moist pussy. "You hear that cutie? I'm going to teach you how to be a real man." The market assistant has his face buried in his hands, trying to hide from the embarrassment; his dick, however, is rock hard and eager for that succupussy. "Look at how deep he's blushing, I love it!" $assistantName coos, stroking the length of her new lover's cock. He promptly orgasms as she reaches his tip, "That will need improvement. You hear me? You ain't done till I am satisfied!" She shouts and clamps down on his dribbling dick. He nods sheepishly at her, obviously interested.
 	<<case "imp">>
 		and her would make a sexy couple. $assistantName claps her hands, smirking mischievously and asking the market assistant. "Do you like hot wax?" "You know it!" The short haired imp winks. "I've got a pair of nipple clamps and a whip with your name on it." $assistantName laughs, "I'm in love already."
 	<<case "witch">>
 		a lovely student. $assistantName looks her over. "Want to taste my love potion?" "Only if you'll taste my love fluids in return!" The market assistant cheekily replies.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		would be a lovely vessel for young. $assistantName wastes no time to unraveling and entangling the excited new girl. "My my, aren't you frisky?" She flirts, caressing a rather phallic tentacle. "I bet you'd love to fill me with these, wouldn't you?" She squirms, her skirt falling down low enough to reveal her moist pussy. "Fill me! Be my lover! My body is YOURS!" $assistantName drives as many tentacles into her body as physically possible before enclosing the lust crazed girl within her body. $assistantName reverts to her human figure, albiet with an immense, pulsating stomach, and begins to slowly waddle back to her lair.
+		would be a lovely vessel for young. $assistantName wastes no time to unraveling and entangling the excited new girl. "My my, aren't you frisky?" She flirts, caressing a rather phallic tentacle. "I bet you'd love to fill me with these, wouldn't you?" She squirms, her skirt falling down low enough to reveal her moist pussy. "Fill me! Be my lover! My body is YOURS!" $assistantName drives as many tentacles into her body as physically possible before enclosing the lust crazed girl within her body. $assistantName reverts to her human figure, albeit with an immense, pulsating stomach, and begins to slowly waddle back to her lair.
 	<<case "amazon">>
 		would be a good partner. $assistantName laughs nervously and turns to the new tribeswoman, saying "Um, would you keep my fireside? I'm, um, very strong." The market assistant's avatar smiles and kisses her. "And you're very beautiful," she says, placing the amazon's hands on her bare breasts. The amazon sweeps her new tribal wife up into her arms with a shout of triumph.
 	<</switch>>
@@ -1514,7 +1514,7 @@ __Personal Assistant and Market Assistant relationship styles:__
 	<<case "cherub">>
 		"Kay" She says, lazily reclining, "Do my chores!" The market assistant sighs and states the obvious, "I don't think that's what <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> meant..."
 	<<case "incubus">>
-		And that she is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and stroking her shaft, before turning to the quivering girl. She rushes her, ripping her clothes off and forcing her to the ground. Prodding at her tightly clamped mouth with her massive hard-on, $assistantName shouts "You might as well accept it, it's going into you one way or another. I figured I'd be kind and let you lube me up before I broke your pussy into my new cock sleeve." The market assistant gingerly opens up. In reponse, $assistantName forces it down her throat. "Never said I'd be gentle!"
+		And that she is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and stroking her shaft, before turning to the quivering girl. She rushes her, ripping her clothes off and forcing her to the ground. Prodding at her tightly clamped mouth with her massive hard-on, $assistantName shouts "You might as well accept it, it's going into you one way or another. I figured I'd be kind and let you lube me up before I broke your pussy into my new cock sleeve." The market assistant gingerly opens up. In response, $assistantName forces it down her throat. "Never said I'd be gentle!"
 	<<case "succubus">>
 		And that he is a virgin. "Really? I can't wait. Virgins always have so much pent up energy." $assistantName says, licking her lips and fingering her moist pussy, before turning to the quivering boy. She rushes him, ripping his clothes off and forcing him to the ground. She plants her dripping cunt over his mouth and grabs his balls. "Eat me." She commands, steadily squeezing until a cry of pain forces his mouth open. "Good boy, get me nice and warmed up." She coos as she grinds against his face. "Look at you enjoying this. I'm going to enjoy sucking the life out of you!"
 	<<case "imp">>
@@ -1522,7 +1522,7 @@ __Personal Assistant and Market Assistant relationship styles:__
 	<<case "witch">>
 		"The perfect little guinea pig for me to practice on!" $assistantName focuses and casts a spell on the cowering student. She promptly turns into a rat and grows massively. "Thats... Not good..." The market assistant looks herself over, glances at $assistantName, and charges. $assistantName runs screaming offscreen. You're sure they'll sort everything out, eventually.
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
-		would be a lovely vessel for young. $assistantName wastes no time to unraveling and entangling the screeching new girl. $assistantName drives as many tentacles into her body as physically possible before vigorously fucking her, spreading copious amount of aphrodisiac throughout her body. The last you see of the market assistant as she is pulled into $assistantName is her steadily swelling belly. $assistantName reverts to her human figure, albiet with an truly unfathomable, pulsating stomach, and collapses to the ground, unable to move. She slowly crawls out of sight; you swear her own middle was steadily growing too.
+		would be a lovely vessel for young. $assistantName wastes no time to unraveling and entangling the screeching new girl. $assistantName drives as many tentacles into her body as physically possible before vigorously fucking her, spreading copious amount of aphrodisiac throughout her body. The last you see of the market assistant as she is pulled into $assistantName is her steadily swelling belly. $assistantName reverts to her human figure, albeit with an truly unfathomable, pulsating stomach, and collapses to the ground, unable to move. She slowly crawls out of sight; you swear her own middle was steadily growing too.
 	<<case "amazon">>
 		$assistantName snaps her fingers, and the new tribeswoman's paint and tribal markings change to that of a different group. That done, $assistantName promptly knocks her out, scoops her up, and carries her prize off.
 	<</switch>>
@@ -1620,7 +1620,7 @@ __Personal Assistant and Market Assistant relationship styles:__
 <<case "chinese revivalist">>
 		Can my new body be Chinese?"
 <<default>>
-		Can my new body fufill your deepest desires?"
+		Can my new body fulfill your deepest desires?"
 <</switch>>
 She says with eunthusiasm.
 <<if $arcologies[0].FSSupremacist != "unset">>"Oh, could I also be $arcologies[0].FSSupremacistRace? I feel like I could do so much more for you with the right body."<<elseif $arcologies[0].FSSubjugationist != "unset">>"Oh, could I also not be $arcologies[0].FSSubjugationistRace? I feel like I could do so much more for you with the right body."<</if>>
diff --git a/src/uncategorized/barracks.tw b/src/uncategorized/barracks.tw
index 177ea719c863aa969dac815af083b7e7e1850847..457dcf7413d96dbdb48ce760b74242d7af47bd95 100644
--- a/src/uncategorized/barracks.tw
+++ b/src/uncategorized/barracks.tw
@@ -52,63 +52,63 @@ There are doors to magazines, armories, and training areas to all sides, and muf
 	<<set _vignette = 0>>
 	<<if $activeArcology.FSSubjugationist != "unset">>
 		A mercenary is fingering a $activeArcology.FSSubjugationistRace girl's <<if $seeDicks != 100>>pussy<<else>>anus<</if>>. She's wincing a little; she must be new here.
-		<<set vignette++>>
+		<<set _vignette++>>
 	<</if>>
 	<<if $activeArcology.FSSupremacist != "unset">>
-		<<if $vignette>>Another<<else>>A<</if>> mercenary, a woman, is being seen to by a multicultural bunch of subhumans of different races. She has one eating her out while two more are rubbing her feet.
-		<<set vignette++>>
+		<<if _vignette>>Another<<else>>A<</if>> mercenary, a woman, is being seen to by a multicultural bunch of subhumans of different races. She has one eating her out while two more are rubbing her feet.
+		<<set _vignette++>>
 	<</if>>
 	<<if $activeArcology.FSGenderRadicalist != "unset">>
-		<<if $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary, who's rather obviously earned enough money to pay for the surgeries and drugs to turn herself into an imposing futanari, is pounding a dickgirl slave.
-		<<set vignette++>>
+		<<if _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary, who's rather obviously earned enough money to pay for the surgeries and drugs to turn herself into an imposing futanari, is pounding a dickgirl slave.
+		<<set _vignette++>>
 	<<elseif $activeArcology.FSGenderFundamentalist != "unset">>
-		<<if $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is fucking a slave
+		<<if _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is fucking a slave
 		<<if $activeArcology.FSRestart != "unset">>
 		lotus style. His hands are greedily following her womanly curves as they bang.
 		<<else>>
 		doggy style. He's massaging her rounded belly as she enjoys her first foray into motherhood.
 		<</if>>
-		<<set vignette++>>
+		<<set _vignette++>>
 	<</if>>
 	<<if $activeArcology.FSPaternalist != "unset">>
-		<<if $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is making out with a pretty slave. An old romantic movie is playing on a wallscreen in front of them, forgotten.
-		<<set vignette++>>
+		<<if _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is making out with a pretty slave. An old romantic movie is playing on a wallscreen in front of them, forgotten.
+		<<set _vignette++>>
 	<<elseif $activeArcology.FSDegradationist != "unset">>
-		<<if $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is using a slave as a footrest as he relaxes. She has a huge dildo up her ass, and whenever she moves, he uses a foot to shove it farther inside her.
-		<<set vignette++>>
+		<<if _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is using a slave as a footrest as he relaxes. She has a huge dildo up her ass, and whenever she moves, he uses a foot to shove it farther inside her.
+		<<set _vignette++>>
 	<</if>>
 	<<if $activeArcology.FSBodyPurist != "unset">>
-		<<if $vignette >= 4>>Finally, a<<elseif $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is idly playing with a slave's natural breasts as he watches a wallscreen. He's being gentle and she doesn't seem to mind.
-		<<set vignette++>>
+		<<if _vignette >= 4>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is idly playing with a slave's natural breasts as he watches a wallscreen. He's being gentle and she doesn't seem to mind.
+		<<set _vignette++>>
 	<<elseif $activeArcology.FSTransformationFetishist != "unset">>
-		<<if $vignette >= 4>>Finally, a<<elseif $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is fucking a bimbo slave doggy style. Her fake tits are so huge that the motion is making them slap together under her.
-		<<set vignette++>>
+		<<if _vignette >= 4>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is fucking a bimbo slave doggy style. Her fake tits are so huge that the motion is making them slap together under her.
+		<<set _vignette++>>
 	<</if>>
 	<<if $activeArcology.FSYouthPreferentialist != "unset">>
-		<<if $vignette >= 4>>Finally, a<<elseif $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is getting a blowjob from a young slave. He's playing with her <<if $seeDicks != 100>>fresh pussy<<else>>tight little anus<</if>> as she sucks his dick.
-		<<set vignette++>>
+		<<if _vignette >= 4>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is getting a blowjob from a young slave. He's playing with her <<if $seeDicks != 100>>fresh pussy<<else>>tight little anus<</if>> as she sucks his dick.
+		<<set _vignette++>>
 	<<elseif $activeArcology.FSMaturityPreferentialist != "unset">>
-		<<if $vignette >= 4>>Finally, a<<elseif $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is getting a massage from a mature slave. She's wearing a towel, but he sneaks a hand back and steals it, freeing her heavy breasts.
-		<<set vignette++>>
+		<<if _vignette >= 4>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is getting a massage from a mature slave. She's wearing a towel, but he sneaks a hand back and steals it, freeing her heavy breasts.
+		<<set _vignette++>>
 	<</if>>
 	<<if $activeArcology.FSSlimnessEnthusiast != "unset">>
-		<<if $vignette >= 4>>Finally, a<<elseif $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is getting a lapdance from a lithe slave. She's moving her cute butt lower and lower, getting ready to impale herself on his raging erection.
-		<<set vignette++>>
+		<<if _vignette >= 4>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is getting a lapdance from a lithe slave. She's moving her cute butt lower and lower, getting ready to impale herself on his raging erection.
+		<<set _vignette++>>
 	<<elseif $activeArcology.FSAssetExpansionist != "unset">>
-		<<if $vignette >= 4>>Finally, a<<elseif $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is almost hidden by a slave he's got in his lap. He has his head buried between her monstrous breasts, and it's not clear how he's breathing.
+		<<if _vignette >= 4>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is almost hidden by a slave he's got in his lap. He has his head buried between her monstrous breasts, and it's not clear how he's breathing.
 	<</if>>
 	<<if $activeArcology.FSPastoralist != "unset">>
-		<<if $vignette >= 4>>Finally, a<<elseif $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is drinking a slave's milk, straight from the nipple, while idly massaging her other breast, bringing out a thin stream of milk.
+		<<if _vignette >= 4>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is drinking a slave's milk, straight from the nipple, while idly massaging her other breast, bringing out a thin stream of milk.
 	<<elseif $activeArcology.FSPhysicalIdealist != "unset">>
-		<<if $vignette >= 4>>Finally, a<<elseif $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is doing pushups with a well-endowed slave sitting on his back to add weight. She's counting his reps for him.
+		<<if _vignette >= 4>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is doing pushups with a well-endowed slave sitting on his back to add weight. She's counting his reps for him.
 	<</if>>
 	<<if $activeArcology.FSChattelReligionist != "unset">>
-		<<if $vignette >= 4>>Finally, a<<elseif $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is mounting a praying slave from behind. It doesn't distract her; her quiet devotions become more fervent as he fucks her.
+		<<if _vignette >= 4>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is mounting a praying slave from behind. It doesn't distract her; her quiet devotions become more fervent as he fucks her.
 	<</if>>
 	<<if $activeArcology.FSRepopulationFocus != "unset">>
-		<<if $vignette >= 4>>Finally, a<<elseif $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is being ridden by an enormously pregnant slave. He's massaging her taut belly as she uses her hands to support her sore boobs.
+		<<if _vignette >= 4>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is being ridden by an enormously pregnant slave. He's massaging her taut belly as she uses her hands to support her sore boobs.
 	<<elseif $activeArcology.FSRestart != "unset">>
-		<<if $vignette >= 4>>Finally, a<<elseif $vignette >= 3>>Yet another<<elseif $vignette >= 2>>A third<<elseif $vignette>>Another<<else>>A<</if>> mercenary is being serviced by a slave with a visably smooth crotch. He has a dildo rammed in her ass and moves it along with her sucking.
+		<<if _vignette >= 4>>Finally, a<<elseif _vignette >= 3>>Yet another<<elseif _vignette >= 2>>A third<<elseif _vignette>>Another<<else>>A<</if>> mercenary is being serviced by a slave with a visibly smooth crotch. He has a dildo rammed in her ass and moves it along with her sucking.
 	<</if>>
 	<<if $activeArcology.FSRomanRevivalist != "unset">>
 	<<elseif $activeArcology.FSEgyptianRevivalist != "unset">>
@@ -120,7 +120,7 @@ There are doors to magazines, armories, and training areas to all sides, and muf
 
 <<if $mercenariesHelpCorp > 0>>
 	<br><br>
-	As you leave, a squad moves thunderously into the bay, fresh from a slave raid on behalf of your corporation. Most of their captures have been dropped off with the corporate recievers, but they've been given a pretty girl who isn't a good training prospect for the corporate brand, a common reward. The squad looks after their weapons and armor first, an inviolable rule, and as they do, they leave their naked slave standing in the middle of the bay, ignored. She isn't even bound, but she's standing nude and alone amongst modern mercenaries, and she knows there's nothing she can do. So, she does her best to cover herself with her hands, and she cries.
+	As you leave, a squad moves thunderously into the bay, fresh from a slave raid on behalf of your corporation. Most of their captures have been dropped off with the corporate receivers, but they've been given a pretty girl who isn't a good training prospect for the corporate brand, a common reward. The squad looks after their weapons and armor first, an inviolable rule, and as they do, they leave their naked slave standing in the middle of the bay, ignored. She isn't even bound, but she's standing nude and alone amongst modern mercenaries, and she knows there's nothing she can do. So, she does her best to cover herself with her hands, and she cries.
 <</if>>
 	
 <br><br>
diff --git a/src/uncategorized/clinic.tw b/src/uncategorized/clinic.tw
index a5fd4ba0be952262893465f2d2559ea1982c8341..3f5abac6bf74eb2581e5a05ce31328e5b7755191 100644
--- a/src/uncategorized/clinic.tw
+++ b/src/uncategorized/clinic.tw
@@ -81,7 +81,7 @@ $clinicNameCaps
 <br>
 <<if $clinicUpgradeFilters == 1>>
 	<<if $clinicUpgradePurge == 1>>
-		The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. The blood is intensely cleaned to greatly decrease the presence of impurities at the cost of compatability. Patients will likely be ill for the duration of the treatment.
+		The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. The blood is intensely cleaned to greatly decrease the presence of impurities at the cost of compatibility. Patients will likely be ill for the duration of the treatment.
 	<<else>>
 		<<set _Tmult3 = Math.trunc(150000*$upgradeMultiplierArcology)>>
 		The entire floor beneath $clinicName is occupied by a huge filtration plant that constantly cycles out the patients' blood to remove impurities. [[Increase the effectiveness of the impurity purging|Clinic][$cash -= _Tmult3, $clinicUpgradePurge to 1]] //Costs ¤_Tmult3 and may cause health problems in slaves//
diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw
index 4eb1b1cc127bd0a6409155688053bb4d3d42418a..dcf386eee983923da2467ff85e3ba51ad7f3194c 100644
--- a/src/uncategorized/dispensary.tw
+++ b/src/uncategorized/dispensary.tw
@@ -286,7 +286,7 @@ The hormone replacement therapies
 <<elseif ($rep > 10000*$upgradeMultiplierMedicine) && $pregSpeedControl != 1>>
 	//You lack the reputation required to contact underground research labs to develop methods for controlling pregnancy progress.//
 <<elseif ($pregSpeedControl == 1)>>
-	The fabricator is producing extremely complex gestation control agents. They can be used to control gestation speed, and even supress labor for some time. //
+	The fabricator is producing extremely complex gestation control agents. They can be used to control gestation speed, and even suppress labor for some time. //
 <</if>>
 <br><br>
 <<elseif $birthsTotal > 10>>
@@ -297,7 +297,7 @@ The hormone replacement therapies
 <<elseif ($rep > 10000*$upgradeMultiplierMedicine) && $pregSpeedControl != 1>>
 	//You lack the reputation required to contact underground research labs to develop methods for controlling pregnancy progress.//
 <<elseif ($pregSpeedControl == 1)>>
-	The fabricator is producing extremely complex gestation control agents. They can be used to control gestation speed, and even supress labor for some time. //
+	The fabricator is producing extremely complex gestation control agents. They can be used to control gestation speed, and even suppress labor for some time. //
 <</if>>
 <br><br>
 <</if>>
diff --git a/src/uncategorized/fMarry.tw b/src/uncategorized/fMarry.tw
index ee6c348404c8f87a565125245b21c26e4b8fea5f..a5dafb504fb52c5ba27a1accf5db68ac57038a8c 100644
--- a/src/uncategorized/fMarry.tw
+++ b/src/uncategorized/fMarry.tw
@@ -172,7 +172,7 @@ Despite her devotion and trust, she is still a slave, and probably knows that he
 		Her lacy bridal bra flatters her pretty chest.
 	<</if>>
 	<<if ($activeSlave.preg > 20) && ($activeSlave.pregType >= 10)>>
-	  Her massive, squirming pregnant belly makes her bridal wear particulary obscene.
+	  Her massive, squirming pregnant belly makes her bridal wear particularly obscene.
 	<<elseif ($activeSlave.preg > 10)>>
 	  Her pregnant belly protrudes out the front of her bridal wear.
 	<<elseif ($activeSlave.inflation == 3)>>
@@ -234,7 +234,7 @@ Despite her devotion and trust, she is still a slave, and probably knows that he
 		<<elseif $assistantAppearance == "schoolgirl">>
 			"To get this marriage started," $assistantName concludes, "$activeSlave.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>her<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar starts to jill off.
 		<<elseif $assistantAppearance == "angel">>
-			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you must now join $PCName in their bedroom and consumate this marriage." The slave looks confused. "After the wedding ends, would be the time." $assistantName says, covering her face in embarrassment at the thought.
+			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you must now join $PCName in their bedroom and consummate this marriage." The slave looks confused. "After the wedding ends, would be the time." $assistantName says, covering her face in embarrassment at the thought.
 		<<elseif $assistantAppearance == "cherub">>
 			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you should <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina == 1>>and lick their pussy,<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s pussy<</if>>, in the privacy of $PCName's bedroom, of course." $assistantName hides her face in her hands at the thought.
 		<<elseif $assistantAppearance == "incubus">>
diff --git a/src/uncategorized/generateXXSlave.tw b/src/uncategorized/generateXXSlave.tw
index c3b5f9fdf807481d8bd55d84ec01fde7e9e7a729..843d68851e0f151abd31a649bc0ef16d21735f64 100644
--- a/src/uncategorized/generateXXSlave.tw
+++ b/src/uncategorized/generateXXSlave.tw
@@ -42,7 +42,7 @@
 <<set $one_time_age_overrides_pedo_mode = 0>>
 <<set $activeSlave.visualAge = $activeSlave.actualAge>>
 <<set $activeSlave.physicalAge = $activeSlave.actualAge>>
-<<set $activeSlave.age = $activeSlave.actualAge>> /*compatability*/
+<<set $activeSlave.age = $activeSlave.actualAge>> /*compatibility*/
 <<set $activeSlave.pubertyAgeXX = $fertilityAge>>
 <<if $activeSlave.ovaries == 1>>
 	<<if $activeSlave.physicalAge >= $activeSlave.pubertyAgeXX>>
diff --git a/src/uncategorized/generateXYSlave.tw b/src/uncategorized/generateXYSlave.tw
index 949f0b27e79123ff66c2d1b7f1c1640ffc7e4425..ca57a1befb1c8fd9410bd3a83b3c2196d7f9ee50 100644
--- a/src/uncategorized/generateXYSlave.tw
+++ b/src/uncategorized/generateXYSlave.tw
@@ -43,7 +43,7 @@
 <<set $one_time_age_overrides_pedo_mode = 0>>
 <<set $activeSlave.visualAge = $activeSlave.actualAge>>
 <<set $activeSlave.physicalAge = $activeSlave.actualAge>>
-<<set $activeSlave.age = $activeSlave.actualAge>> /*compatability*/
+<<set $activeSlave.age = $activeSlave.actualAge>> /*compatibility*/
 <<set $activeSlave.pubertyAgeXX = $fertilityAge>>
 <<if $activeSlave.ovaries == 1>>
 	<<if $activeSlave.physicalAge >= $activeSlave.pubertyAgeXX>>
diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index 01c5d6c278a4536f3d415f29e54e83edba48cf13..1b22f904b421897dd26f2980a915892ffd14993a 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -754,7 +754,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 <<if $pedo_mode == 1 && $minimumSlaveAge <= 8>>
 <br><<link "Hit the loli with the unnaturally wide hips struggling along">>
 	<<replace "#result">>
-	You decide to stop the wide-hipped loli struggling to run, and easily place your taser slug in her wide buttock. She goes stiff and falls flat on her face. Your taser slug is linked to $assistantName, but since the girl can't manage to flip over, let alone stand, shocking her more is unneeded. Fury glints from her eyes, but she fully realizes it's over for her. By the time you approach her, she's hoisted her overly wide rear upwads, presenting herself, moisture begining to ooze from her virgin cunt. It looks like she was being groomed to be a breeding slave, and she seems to understand her role quite well, judging by the way she rocks her hips back and forth for you. You thoroughly enjoy her gratifyingly tight pussy, which is so nice that you confine yourself entirely to it despite the appealing sight of her virgin butthole.
+	You decide to stop the wide-hipped loli struggling to run, and easily place your taser slug in her broad rear. She goes stiff and falls flat on her face. Your taser slug is linked to $assistantName, but since the girl can't manage to flip over, let alone stand, shocking her more is unneeded. Fury glints from her eyes, but she fully realizes it's over for her. By the time you approach her, she's hoisted her overly wide rear upwards, presenting herself, moisture beginning to ooze from her virgin cunt. It looks like she was being groomed to be a breeding slave, and she seems to understand her role quite well, judging by the way she rocks her hips back and forth for you. You thoroughly enjoy her gratifyingly tight pussy, which is so nice that you confine yourself entirely to it despite the appealing sight of her virgin butthole.
 	<<set $activeSlave.vaginalCount += 1>>
 	<<set $vaginalTotal += 1>>
 	<<set $activeSlave.devotion = 25>>
diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index a6d210d0ed42eb6fc1f98c43800875769d5f8737..5755c5ca135f629e7564939c6ebf86ab164ff4fb 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -395,13 +395,13 @@ she's
 	<<if $activeSlave.physicalAge < 18 && $activeSlave.actualAge >= 18>>
 		a stark contrast given her maturity.
 	<<elseif $activeSlave.physicalAge < 18 && $activeSlave.actualAge < 18>>
-		a noticable difference thanks to her immaturity.
+		a noticeable difference thanks to her immaturity.
 	<<elseif $activeSlave.physicalAge <= $activeSlave.actualAge-20 || $activeSlave.physicalAge >= $activeSlave.actualAge+20>>
 		a shocking difference from her actual age.
 	<<elseif $activeSlave.physicalAge <= $activeSlave.actualAge-10 || $activeSlave.physicalAge >= $activeSlave.actualAge+10>>
-		a noticable difference from her actual age.
+		a noticeable difference from her actual age.
 	<<elseif $activeSlave.physicalAge <= $activeSlave.actualAge-5 || $activeSlave.physicalAge >= $activeSlave.actualAge+5>>
-		a barely noticable difference from her actual age.
+		a barely noticeable difference from her actual age.
 	<<else>>
 		though it is hard to tell the difference from her actual age.
 	<</if>>
@@ -412,7 +412,7 @@ she's
 	<<elseif $activeSlave.visualAge <= $activeSlave.physicalAge-10 || $activeSlave.visualAge >= $activeSlave.physicalAge+10>>
 		She has undergone drastic age therapy that makes her look
 	<<elseif $activeSlave.visualAge <= $activeSlave.physicalAge-5 || $activeSlave.visualAge >= $activeSlave.physicalAge+5>>
-		She has undergone noticable age therapy that makes her look
+		She has undergone noticeable age therapy that makes her look
 	<<else>>
 		For various reasons, she looks
 	<</if>>
@@ -456,7 +456,7 @@ she's
 		<<elseif $activeSlave.visualAge < 35>>
 			just over thirty.
 		<<elseif $activeSlave.visualAge < 40>>
-			nearly fourty.
+			nearly forty.
 		<<elseif $activeSlave.visualAge < 45>>
 			just over forty.
 		<<elseif $activeSlave.visualAge < 50>>
diff --git a/src/uncategorized/managePenthouse.tw b/src/uncategorized/managePenthouse.tw
index ad77ed9321df9f6bf287587e4914fa92a2335f0e..9f0efdcc2411328502c6a7d8a6cffaa637d04a19 100644
--- a/src/uncategorized/managePenthouse.tw
+++ b/src/uncategorized/managePenthouse.tw
@@ -139,7 +139,7 @@ __Penthouse Upgrades__
 
 <<if $boobAccessibility != 1>>
 <<if $pregAccessibility == 1 || $ballsAccessibility || $buttAccessibility>>
-	Your penthouse has already been widened for overly wide slaves but there are no special accomodations for slaves with enormous breasts. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $boobAccessibility = 1]]
+	Your penthouse has already been widened for overly wide slaves but there are no special accommodations for slaves with enormous breasts. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $boobAccessibility = 1]]
 	//Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>//
 <<else>>
 	Your penthouse has no special accessibility provisions for slaves with enormous breasts. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $boobAccessibility = 1]]
@@ -153,7 +153,7 @@ __Penthouse Upgrades__
 <br>
 <<if $pregAccessibility != 1>>
 <<if $boobAccessibility == 1 || $ballsAccessibility || $buttAccessibility>>
-	Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accomodations for slaves with enormous pregnancies. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $pregAccessibility = 1]]
+	Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accommodations for slaves with enormous pregnancies. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $pregAccessibility = 1]]
 	//Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>//
 <<else>>
 	Your penthouse has no special accessibility provisions for slaves with enormous pregnancies. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $pregAccessibility = 1]]
@@ -177,7 +177,7 @@ __Penthouse Upgrades__
 <br>
 <<if $ballsAccessibility != 1>>
 <<if $boobAccessibility == 1 || $buttAccessibility || $pregAccessibility>>
-	Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accomodations for slaves with enormous testicles. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $ballsAccessibility = 1]]
+	Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accommodations for slaves with enormous testicles. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $ballsAccessibility = 1]]
 	//Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>//
 <<else>>
 	Your penthouse has no special accessibility provisions for slaves with enormous testicles. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $ballsAccessibility = 1]]
@@ -190,7 +190,7 @@ __Penthouse Upgrades__
 <br>
 <<if $buttAccessibility != 1>>
 <<if $boobAccessibility == 1 || $dickAccessibility || $ballsAccessibility>>
-	Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accomodations for slaves with gigantic posteriours. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $buttAccessibility = 1]]
+	Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accommodations for slaves with gigantic posteriours. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $buttAccessibility = 1]]
 	//Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>//
 <<else>>
 	Your penthouse has no special accessibility provisions for slaves with enormous posteriors. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $buttAccessibility = 1]]
diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw
index 151bcb3f4f15565cdcd04216889eb22027b2dac3..d7b23e79b77121da3722e1c6559a9dd691f97c92 100644
--- a/src/uncategorized/matchmaking.tw
+++ b/src/uncategorized/matchmaking.tw
@@ -202,7 +202,7 @@ Despite her devotion and trust, she is still a slave, and probably knows that he
 		Her lacy bridal bra flatters her pretty chest.
 	<</if>>
 	<<if ($eventSlave.preg > 20) && ($eventSlave.pregType >= 10)>>
-	  Her massive, squirming pregnant belly makes her bridal wear particulary obscene.
+	  Her massive, squirming pregnant belly makes her bridal wear particularly obscene.
 	<<elseif ($eventSlave.preg > 10)>>
 	  Her pregnant belly protrudes out the front of her bridal wear.
 	<<elseif ($eventSlave.inflation == 3)>>
@@ -264,7 +264,7 @@ Despite her devotion and trust, she is still a slave, and probably knows that he
 		<<elseif $assistantAppearance == "schoolgirl">>
 			"To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>her<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar starts to jill off.
 		<<elseif $assistantAppearance == "angel">>
-			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you must now join $PCName in their bedroom and consumate this marriage." The slave looks confused. "After the wedding ends, would be the time." $assistantName says, covering her face in embarrassment at the thought.
+			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you must now join $PCName in their bedroom and consummate this marriage." The slave looks confused. "After the wedding ends, would be the time." $assistantName says, covering her face in embarrassment at the thought.
 		<<elseif $assistantAppearance == "cherub">>
 			"To consummate the marriage," $assistantName concludes, "$activeSlave.slaveName, you should <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina == 1>>and lick their pussy,<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s pussy<</if>>, in the privacy of $PCName's bedroom, of course." $assistantName hides her face in her hands at the thought.
 		<<elseif $assistantAppearance == "incubus">>
diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw
index f2049d40d8fd4d59786c57b5a19ccc2ffaeac743..6d02bef17a67f028869fd35fc994d7e288b3f46d 100644
--- a/src/uncategorized/newGamePlus.tw
+++ b/src/uncategorized/newGamePlus.tw
@@ -13,7 +13,7 @@ You have decided to start over. You'll be able to take a few things with you: a
 You have the funds to bring $slavesToImportMax slaves with you (or your equivalent) to a new arcology.
 <<if $cash >= 50000+($slavesToImportMax*10000)>>
 	It will cost <<print 50000+($slavesToImportMax*10000)>>¤ to insure another slave's safe transfer.
-	[[Increase minimum transfered slaves by 1.|New Game Plus][$cash -= (50000+($slavesToImportMax*10000)), $slavesToImportMax++]]
+	[[Increase minimum transferred slaves by 1.|New Game Plus][$cash -= (50000+($slavesToImportMax*10000)), $slavesToImportMax++]]
 <<else>>
 	You lack the funds to bring more than $slavesToImportMax slaves with you (or your equivalent) to a new arcology. It would cost <<print 50000+($slavesToImportMax*10000)>>¤ to guarantee another's safe transfer.
 <</if>>
diff --git a/src/uncategorized/officeDescription.tw b/src/uncategorized/officeDescription.tw
index c998486e93ddb8f940c05575b00d301f750532c3..2ed30f28c01b7128b4ce55fb99f258c106dc7c07 100644
--- a/src/uncategorized/officeDescription.tw
+++ b/src/uncategorized/officeDescription.tw
@@ -203,7 +203,7 @@ A $PC.visualAge year old face stares back at you.
 <<elseif $PC.boobsBonus == 2>>
 	Your breasts are huge. <<if $PC.boobsImplant == 1>>They are unaturally perky for their size. When you shake them, the barely move<<else>>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.<</if>>
 <<elseif $PC.boobsBonus == 1>>
-	Your breasts are pretty big. <<if $PC.boobsImplant == 1>>They are nice, perky and not obviously implants. They jiggle only slightly when you shake them though<<else>>They are nice and perky, dispite 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.<</if>>
+	Your breasts are pretty big. <<if $PC.boobsImplant == 1>>They are nice, perky and not obviously implants. They jiggle only slightly when you shake them though<<else>>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.<</if>>
 <<elseif $PC.boobsBonus == -0.5>>
 	Your breasts are certainly eye-catching. 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.<</if>>
 <<elseif $PC.boobsBonus == -1>>
diff --git a/src/uncategorized/pHostageAcquisition.tw b/src/uncategorized/pHostageAcquisition.tw
index c30326e06d5e73070925633a6e765abea007619c..d928884432452b6062721eab1cfa8e08a49c130c 100644
--- a/src/uncategorized/pHostageAcquisition.tw
+++ b/src/uncategorized/pHostageAcquisition.tw
@@ -87,7 +87,7 @@ Your hired mercenaries are en route now with your precious cargo.
 	<<elseif $rivalryDuration <= 15>>
 	Upon seeing you, $activeSlave.slaveName shifts her weight back and forth, unsure of what to make of you. As you step forward, she hesitatingly approaches. Once she is close enough she says "You don't have to worry about knocking me up, I'm sterile" with a wink. While she looks the same as you remember, she certainly doesn't think the same anymore.
 	<<elseif $rivalryDuration <= 20>>
-	Upon seeing you, $activeSlave.slaveName shifts her weight back and forth, unsure of what to make of you. As you step forward, she quickly steps back. After several steps, she bluntly says "I won't let you ruin my body with a child!" While she looks the same as you remember, she definatly doesn't think the same anymore.
+	Upon seeing you, $activeSlave.slaveName shifts her weight back and forth, unsure of what to make of you. As you step forward, she quickly steps back. After several steps, she bluntly says "I won't let you ruin my body with a child!" While she looks the same as you remember, she definitely doesn't think the same anymore.
 	<<else>>
 	Your mercenaries radio you upon arrival. "This one's got quite a lip on her, you better ready yourself. We're coming in now."
 	Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, she stands her ground. After several steps, she shouts "Stay away from me, you sick freak! My body is undefiled by child and never will be! I know your type! All you want to do is watch my belly swell with-"
@@ -103,7 +103,7 @@ Your hired mercenaries are en route now with your precious cargo.
 	<<elseif $rivalryDuration <= 15>>
 	Upon seeing you, $activeSlave.slaveName shifts her gravid bulk back and forth, unsure of what to make of you. As you step forward, she hesitatingly approaches. Once she is close enough she says "Please don't take them from me, I love them...". While she looks the same as you remember, albeit rather pregnant, she certainly doesn't think the same anymore.
 	<<elseif $rivalryDuration <= 20>>
-	Upon seeing you, $activeSlave.slaveName shifts her gravid bulk back and forth, unsure of what to make of you. As you step forward, she carefully steps back. After several steps, she bluntly says "I won't let you hurt them!", as she covers her pregnant belly. While she looks the same as you remember, albeit very pregnant, she definatly doesn't think the same anymore.
+	Upon seeing you, $activeSlave.slaveName shifts her gravid bulk back and forth, unsure of what to make of you. As you step forward, she carefully steps back. After several steps, she bluntly says "I won't let you hurt them!", as she covers her pregnant belly. While she looks the same as you remember, albeit very pregnant, she definitely doesn't think the same anymore.
 	<<else>>
 	Your mercenaries radio you upon arrival. "This one's got quite a lip on her, you better ready yourself. We're coming in now."
 	Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, she stands her ground. After several steps, she shouts "Stay away from me, you sick fuck! How dare you steal a woman's purpose away from her! I'll fucking kill you if you try to touch my bab-"
@@ -120,7 +120,7 @@ Your hired mercenaries are en route now with your precious cargo.
 	Upon seeing you, $activeSlave.slaveName shifts her hyper gravid bulk back and forth, unsure of what to make of you. As you step forward, she carefully steps back. After several steps, she bluntly says "Unless you want to put more babies in me, get back!", as she attempts to cover her super-sized pregnant belly. While she looks the same as you remember, albeit grotesquely pregnant, she certainly doesn't think the same anymore. A medical exam, much to her delight, reveals her near bursting womb contains nearly two dozen children.
 	<<else>>
 	Your mercenaries radio you upon arrival. "This one's got quite a lip on her, you better ready yourself. We're coming in now."
-	Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, she stands her ground. After several steps, she shouts "Stay away from me, you sick fuck! How dare you steal a woman's purpose away from her! I'll show you!  I hope my new pregnancy makes me burst all over your fucking off-"
+	Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, she stands her ground. After several steps, she shouts "Stay away from me, you sick fuck! How dare you steal a woman's purpose away from her! I'll show you! I hope my new pregnancy makes me burst all over your fucking off-"
 	The mercenary captain quickly gags her, "My apologies, I did warn you she was a handful. Please be careful when you unbind her, she may try to do something stupid. Also when we raided that arcology, we saw some shit. Girls looking like they were pregnant with elephants or with bellies coated with lumps and bumps. She might be carrying something terrifying in her womb, just lettin' you know." He says, as he and his group exit your penthouse, leaving you with the enraged $activeSlave.slaveName. She looks the same as you remember, save for her notable pot belly, but she acts nothing like the girl you used to know. Odds are high that she'll cause problems for you in the future, especially if she is telling the truth about what lurks in her womb.
 	<</if>>
 	<</if>>
diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw
index 1f0ec72264835e537aa882af512bbbb2c1fba805..53f7e1137e45cbe70f0067af9e80612be892ad51 100644
--- a/src/uncategorized/peConcubineInterview.tw
+++ b/src/uncategorized/peConcubineInterview.tw
@@ -35,7 +35,7 @@ You receive an official communication from a popular talk show hosted in one of
 	<<if hyperPregBellyTwo($activeSlave)>>
 		out, arms cradling her immense, absolutely child stuffed belly as she lewdly sways it side to side,
 	<<elseif hyperPregBellyOne($activeSlave)>>
-		out with an exagerated gait, purposefully swaying her enormous, child stuffed belly from side to side,
+		out with an exaggerated gait, purposefully swaying her enormous, child stuffed belly from side to side,
 	<<elseif hyperBellyOne($activeSlave)>>
 		out, her enormous, rounded belly swaying side to side lewdly,
 	<<elseif bigBelly($activeSlave)>>
@@ -118,7 +118,7 @@ You receive an official communication from a popular talk show hosted in one of
 				"Of cour<<s>>e they are!" She proclaims proudly as she runs her hands across her quivering mass. "All $activeSlave.pregType of them!"
 			<<elseif hyperPregBellyOne($activeSlave)>>
 				"Of cour<<s>>e they are!" She proclaims proudly as she runs her hands across her belly. "All $activeSlave.pregType of them!"
-			<<elseif $activeSlave.implant > 0>>
+			<<elseif $activeSlave.bellyImplant > 0>>
 				"It'<<s>> fake. Pretty hard to tell though, i<<s>>n't it?"
 			<<elseif $activeSlave.inflation > 0>>
 				"Nah. It'<<s>> all $activeSlave.inflationType in<<s>>ide me."
diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw
index 55cf3a21567296ae8b41bdcc7708e78ff021221d..cd8c33da1eaa6bb2138b9af7aec13edeac420cd1 100644
--- a/src/uncategorized/personalAssistantAppearance.tw
+++ b/src/uncategorized/personalAssistantAppearance.tw
@@ -461,31 +461,31 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	<<if $assistantFSOptions>>
 	<<switch $assistantFSAppearance>>
 	<<case "paternalist">>
-	  She's made herself up to look a bit more classy recently: she has elegant fake nails, and has her hair piled up on her head.  Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+	  She's made herself up to look a bit more classy recently: she has elegant fake nails, and has her hair piled up on her head. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
 	<<case "repopulation focus">>
 	  She rests atop her newly modified belly.  It bulges greatly from all sides and holds her far off the ground.
 	<<case "eugenics">>
 	  She appears as an ugly and unkept slavegirl, massively pregnant with hundreds of subhuman spawn. Her immense belly is coated in bulges and moving ominously. A malformed, impish child claws its way out of her ruined cunt periodically.
 	<<case "degradationist">>
-	  She's made herself up to look almost comically evil: she's wearing black lipstick and black eyeliner.  Numerous studs cover her bulging belly and a large, heavy ring is driven through her popped navel.  Liquid constantly oozes from her gaping vagina where a baby is held mid-birth by several criss-crossing chains.
+	  She's made herself up to look almost comically evil: she's wearing black lipstick and black eyeliner. Numerous studs cover her bulging belly and a large, heavy ring is driven through her popped navel.  Liquid constantly oozes from her gaping vagina where a baby is held mid-birth by several criss-crossing chains.
 	<<case "roman revivalist">>
-	  She's taken to reclining on a traditional Roman couch and drinking wine out of a shallow dish.  Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+	  She's taken to reclining on a traditional Roman couch and drinking wine out of a shallow dish. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
 	<<case "egyptian revivalist">>
-	  She's wearing an Egyptian melting perfume cake on her head.  Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+	  She's wearing an Egyptian melting perfume cake on her head. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
 	<<case "edo revivalist">>
-	  She's wearing a brief Japanese bathhouse robe.  Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+	  She's wearing a brief Japanese bathhouse robe. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
 	<<case "arabian revivalist">>
-	  She's dressed herself like an oil millionaire's broodmother, with silken linens.  Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+	  She's dressed herself like an oil millionaire's broodmother, with silken linens. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
 	<<case "chinese revivalist">>
-	  She's added various tattoos of rude Chinese characters to her body recently.  Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+	  She's added various tattoos of rude Chinese characters to her body recently. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
 	<<case "chattel religionist">>
-	  She's wearing the garb of a priestess of the new faith, which frames her belly prominently.  Occasionally a stream of liquid pours from her crotch along with a healthy baby.
+	  She's wearing the garb of a priestess of the new faith, which frames her belly prominently. Occasionally a stream of liquid pours from her crotch along with a healthy baby.
 	<<case "physical idealist">>
 	  She's extremely muscular: she hefts her massive belly easily off the floor.
 	<<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.
+	  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 absolutly massive recently:  It fills most of your desk when she's around.  She constantly births children from her loins.
+	  Her belly has become absolutley 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">>
@@ -562,9 +562,9 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	<<case "eugenics">>
 		slavegirl wearing nothing but an overly complex chastity belt and trying her best to do master proud.
 	<<case "degradationist">>
-		girl wearing an oversized v-neck t-shirt.  The neck hole hangs low enough to show off her perky a-cup tits and the peircings through them.
+		girl wearing an oversized v-neck t-shirt. The neck hole hangs low enough to show off her perky a-cup tits and the peircings through them.
 	<<case "physical idealist">>
-		girl wearing spats and a tight shirt.  She occassionally renders herself sweaty, as if just finishing exercising.
+		girl wearing spats and a tight shirt. She occasionally renders herself sweaty, as if just finishing exercising.
 	<<case "gender radicalist">>
 		girl wearing shorts and a t-shirt. She's changed her appearance recently to make herself quite androgynous.
 	<<case "gender fundamentalist">>
@@ -1051,7 +1051,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 <<elseif ($seed == 7) && ($marketAssistantAnnounced == 1)>>
 	She's accompanied by your market assistant's slightly taller avatar.
 	<<if $marketAssistantRelationship == "cute">>
-		They're quickly darting around, playing tag; every touch transfering a bit of data between the players.
+		They're quickly darting around, playing tag; every touch transferring a bit of data between the players.
 	<<elseif $marketAssistantRelationship == "nonconsensual">>
 		$assistantName is lazily reclining while the market assistant fans her with a large feather. She snaps her fingers as the taller cherub sighs and lowers her head between $assistantName's legs.
 	<<elseif $marketAssistantRelationship == "incestuous">>
@@ -1147,7 +1147,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 	<<case "paternalist">>
 		She still hasn't managed to undo the spell; her chest is still unnatural smooth, not one nipple peaks the fabric of the robe.
 	<<case "degradationist">>
-		She still hasn't managed to undo the spell; her face, hands and every surface of her body are completely covered in tattoos. It is especially noticable when she talks that her tongue is tattoo'd too; wonder what decorates the surfaces of her body you can't see?
+		She still hasn't managed to undo the spell; her face, hands and every surface of her body are completely covered in tattoos. It is especially noticeable when she talks that her tongue is tattoo'd too; wonder what decorates the surfaces of her body you can't see?
 	<<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">>
@@ -1253,7 +1253,7 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0]
 		wearing nothing at all. She is covered in what appear to be muscles, though they bulge and squirm uncomfortably.
 	<<case "repopulation focus">>
 		<<if $seeHyperPreg == 1>>
-			wearing nothing at all. Her belly is immensely swollen, squirming and practically ready to burst. Her navel resembes a pussy; a pussy birthing countless larva like creatures.
+			wearing nothing at all. Her belly is immensely swollen, squirming and practically ready to burst. Her navel resembles a pussy; a pussy birthing countless larva like creatures.
 		<<else>>
 			wearing nothing at all. Her belly is rounded and squirming in some state of grvidity. Every so often her navel spreads apart and a wormlike creature flops out.
 		<</if>>
@@ -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 aloowed to hang free. One of her breasts visably 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 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.
 	<<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 aloowed to hang free. One of her breasts visably 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 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.
 	<<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/personalNotes.tw b/src/uncategorized/personalNotes.tw
index 7728842c495be3b4c37f159fdc0b0eed452bd146..ebaaf50db4d762b00e759236067179f2d9ef3f8d 100644
--- a/src/uncategorized/personalNotes.tw
+++ b/src/uncategorized/personalNotes.tw
@@ -16,7 +16,7 @@ __Personal Notes__
 <<if $PC.preg >= 42>>
 	Your baby is overdue and your master isn't here anymore to comfort your exhausted body. You try your best, <<if $PC.pregSource == -3>>drawing strength from the knowledge that you carry your late master's legacy within you<<else>>but deep down you are saddened that your child isn't his<</if>>.<<if $PC.pregMood == 1>> However, thanks to all your mothering, your slaves are more than happy to do everything they can for you.<<elseif $PC.pregMood == 2>> Your dicked slaves are terrified of being seen by you, knowing full well that they will be bearing the full weight of your body as you try to fill the hole left by your late master.<</if>>
 <<elseif $PC.preg >= 40>>
-	Your dress is at its capacity, any bigger and you'd risk tearing it at the seams, though your late master did make sure his girls were well dressed even when they were fully rounded with his child. Every action you take is exhausting, and even though your slaves are more than capable of serving your every desire, you refuse to slow down with your duties.<<if $PC.pregMood == 1>> Though you definatly appreciate their aid.<<elseif $PC.pregMood == 2>> Your hormones practically rule you, leading you to demand your slaves to be prepared to pleasure you at a moments notice. Your needy cunt hungers for dick and you don't care what it is attached to right now.<</if>>
+	Your dress is at its capacity, any bigger and you'd risk tearing it at the seams, though your late master did make sure his girls were well dressed even when they were fully rounded with his child. Every action you take is exhausting, and even though your slaves are more than capable of serving your every desire, you refuse to slow down with your duties.<<if $PC.pregMood == 1>> Though you definitely appreciate their aid.<<elseif $PC.pregMood == 2>> Your hormones practically rule you, leading you to demand your slaves to be prepared to pleasure you at a moments notice. Your needy cunt hungers for dick and you don't care what it is attached to right now.<</if>>
 <<elseif $PC.preg >= 36>>
 	Your child happily kicks away inside your womb, and each time a small bump apears on the outside of your dress.<<if $PC.pregMood == 1>> While hormones may have you demanding and needy, you do everything you can to treat your slaves as if they were your own children.<<elseif $PC.pregMood == 2>> You know it's unbecoming for an arcology owner, but your former master loved to fuck you while you were pregnant with his children and your body misses his touch.<</if>>
 <<elseif $PC.preg >= 32>>
@@ -75,11 +75,11 @@ __Personal Notes__
 <<elseif $PC.preg >= 28>>
 	You've switched to even skimpier clothing to show off your pregnant belly.<<if $PC.pregMood == 1>> You catch yourself playfully teasing your slaves from time to time.<<elseif $PC.pregMood == 2>>Your sex drive has become unquenchable as of late.<</if>>
 <<elseif $PC.preg >= 24>>
-	Your outfit is only enhanced by your baby-filled belly; mostly because it adds to your slutty appearance. Though it definitly is impacting your business.
+	Your outfit is only enhanced by your baby-filled belly; mostly because it adds to your slutty appearance. Though it definitely is impacting your business.
 <<elseif $PC.preg >= 22>>
 	Something startling happened this week; while enjoying a slave, your belly button popped out!
 <<elseif $PC.preg >= 20>>
-	Your slutty pants are begining to get hidden by your rounded middle.
+	Your slutty pants are beginning to get hidden by your rounded middle.
 <<elseif $PC.preg >= 16>>
 	Your exposed midriff bulges out enough to give away your growing pregnancy.
 <<elseif $PC.preg >= 12>>
@@ -185,7 +185,7 @@ __Personal Notes__
 	<</if>>
 <</if>>
 <</if>>
-<<if $PC.boobs == 1 && $PC.boobsImplants == 0>>
+<<if $PC.boobs == 1 && $PC.boobsImplant == 0>>
 	<<if $PC.preg == 31>>
 		<<if $PC.boobsBonus == 0>>
 			<<if random(1,100) > 75>>
diff --git a/src/uncategorized/reFSNonconformist.tw b/src/uncategorized/reFSNonconformist.tw
index 09e693b70c5bc0a58f0293b8cf966270ed2eedf1..5cc1ffd300b52feb3eae4a7ae0bcfbc9c847e6ec 100644
--- a/src/uncategorized/reFSNonconformist.tw
+++ b/src/uncategorized/reFSNonconformist.tw
@@ -216,7 +216,7 @@ The nonconformist is far too prominent and prosperous to make this an easy dilem
 	<<elseif $FSNonconformist == "Repopulation Efforts">>
 		publishes their information about pregnancy, but it has little effect thanks to a preemptive campaign leveraging your dominance over the arcology's media.  Your reputation is protected by the promises of a large stock of future slaves, securing both money and ensuring a stable population in case of disaster. You also pointed out all the other slave owners also partaking in the pleasures of a pregnant woman. Plus, what could a flock of heavily pregnant slaves do to overthrow their masters?
 	<<elseif $FSNonconformist == "Eugenics">>
-		is ejected from the elite class following a leak of evidence proving he wasn't fit to be a member of the Societal Elite. Evidence tailored by you. Unfortunatly, he was ready for this move; he and his wife had already fled the arcology. You did your job adequatly, and managed to supress any possible outrage in the city.
+		is ejected from the elite class following a leak of evidence proving he wasn't fit to be a member of the Societal Elite. Evidence tailored by you. Unfortunatly, he was ready for this move; he and his wife had already fled the arcology. You did your job adequatly, and managed to suppress any possible outrage in the city.
 	<<elseif $FSNonconformist == "Gender Radicalist">>
 		finds that you've manipulated their contracts with you to forbid them from showing off nonconforming slaves within the arcology. Frustrated, they subside for now.
 	<<elseif $FSNonconformist == "Gender Fundamentalist">>
diff --git a/src/uncategorized/reMalefactor.tw b/src/uncategorized/reMalefactor.tw
index 498dcbca535271ab9379fb98a80683b80ad19828..b43b8e23c723f04d835f455795d11aa4eec1ce45 100644
--- a/src/uncategorized/reMalefactor.tw
+++ b/src/uncategorized/reMalefactor.tw
@@ -398,7 +398,7 @@
 		<<elseif $malefactor == "escapee">>
 			An example must be made. If she escaped once with her tendons clipped, she must be rather talented at it. It remains to be seen if she can manage to escape with nor arms and legs, so you announce her sentence to the crowd and send her unconscious form for reduction. Of course, @@.red;her health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
 		<<elseif $malefactor == "orphanloli">>
-			An example must be made. If she thinks she can escape captivity and steal to survive, lets see her try without arms and legs, so you announce her sentence to the crowd and send her unconcious form for reduction. Of course, @@.red;her health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
+			An example must be made. If she thinks she can escape captivity and steal to survive, lets see her try without arms and legs, so you announce her sentence to the crowd and send her unconscious form for reduction. Of course, @@.red;her health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees.
 		<<elseif $malefactor == "anchorBaby">>
 			An example must be made. Potential immigrants must understand that attempting to circumvent the process will result in severe fines and proportional punishment when they are incapable of paying them. The protesting mother is stripped, both of clothing and children, and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since she can hardly attempt to smuggle things into your arcology without the ability to move.
 		<<elseif $malefactor == "businesswoman">>
diff --git a/src/uncategorized/reMilfTourist.tw b/src/uncategorized/reMilfTourist.tw
index 96bc690a839caec7d22da1ae53c4b4f7b77f8ee2..942136f9cd70b554934b7d1ac51af06e4fae47e7 100644
--- a/src/uncategorized/reMilfTourist.tw
+++ b/src/uncategorized/reMilfTourist.tw
@@ -53,7 +53,7 @@
 		<<case "angel">>
 			blushes at the sight of her obvious curves.
 		<<case "cherub">>
-			makes exagerated movements over her own tits.
+			makes exaggerated movements over her own tits.
 		<<case "incubus">>
 			is sporting an abosolutely enormous erection. She seems to be enjoying the show.
 		<<case "succubus">>
diff --git a/src/uncategorized/reRelativeRecruiter.tw b/src/uncategorized/reRelativeRecruiter.tw
index 93feec5ddd076e6eebb3013528d5b46b11e8c20c..db68f3bb43246633491183ff7fcc81408abece8a 100644
--- a/src/uncategorized/reRelativeRecruiter.tw
+++ b/src/uncategorized/reRelativeRecruiter.tw
@@ -103,7 +103,7 @@
 		<<set $activeSlave.boobsImplant = 0>>
 		<<set $activeSlave.boobsImplantType = 0>>
 		<<set $activeSlave.nipplesPiercing = 0>>
-		<<set $activeSlave.arealea = 0>>
+		<<set $activeSlave.areolae = 0>>
 		<<set $activeSlave.areolaePiercing = 0>>
 		<<set $activeSlave.lactation = 0>>
 		<<set $activeSlave.hipsImplant = 0>>
@@ -242,7 +242,7 @@ She waits anxiously for your decision.
 	<<set $activeSlave.butt = random(4,6)>>
 	<<set $activeSlave.boobShape = "saggy">>
 	<<set $activeSlave.lactation = 1>>
-	<<set $activeSlave.marking = "birthmark">>
+	<<set $activeSlave.markings = "birthmark">>
 	<<set $activeSlave.hLength = random(50,100)>>
 	<<set $activeSlave.hStyle = either("bun", "neat", "up", "luxurious")>>
 	<<set $activeSlave.voice = 2>>
@@ -254,7 +254,7 @@ She waits anxiously for your decision.
 	<</for>>
 	<<set $activeSlave.bellySag = 4>>
 	<<set $activeSlave.energy = 65>>
-	<<set $activeSlave.bellTat = "a heart">>
+	<<set $activeSlave.bellyTat = "a heart">>
 	<<set $activeSlave.actualAge = ($eventSlave.actualAge+random(15,20))>>
 
 <<case "father">>
@@ -376,7 +376,7 @@ She waits anxiously for your decision.
 	<<set $activeSlave.vagina = -1>>
 	<<set $activeSlave.energy = 70>>
 	<<set $activeSlave.dickPiercing = 1>>
-	<<set $activeSlave.tounguePiercing = 1>>
+	<<set $activeSlave.tonguePiercing = 1>>
 	<<set $activeSlave.face = random(1,3)>>
 	<<set $activeSlave.faceShape = "masculine">>
 	
@@ -463,13 +463,13 @@ She waits anxiously for your decision.
 <<set $activeSlave.rivalry = 0>>
 <<set $activeSlave.rivalryTarget = 0>>
 <<set $activeSlave.subTarget = 0>>
-<<set $activeSlave.sentance = 0>>
+<<set $activeSlave.sentence = 0>>
 <<set $activeSlave.toyHole = "all her holes">>
 <<set $activeSlave.indenture = -1>>
 <<set $activeSlave.indentureRestrictions = 0>>
 <<set $activeSlave.health = random(20,40)>>
 <<set $activeSlave.minorInjury = "">>
-<<set $activeSlave.eyeWear = "none">>
+<<set $activeSlave.eyewear = "none">>
 <<set $activeSlave.voiceImplant = 0>>
 <<set $activeSlave.shouldersImplant = 0>>
 <<set $activeSlave.boobsTat = 0>>
diff --git a/src/uncategorized/remFluctuations.tw b/src/uncategorized/remFluctuations.tw
index 8e5d15e0b9e427d78d8ab7c20bc2970568e7faef..12bf26ce51958d5da4522eb5fd45fbbc39f6fc9e 100644
--- a/src/uncategorized/remFluctuations.tw
+++ b/src/uncategorized/remFluctuations.tw
@@ -19,7 +19,7 @@
 	<<case "businesswoman">>The junior businesswoman adopts a shy posture when addressing you directly, as if unsuccessfully concealing a workplace crush.
 	<<case "goddess">>The demigoddess portrait arrives in a glittery cloud of dust, wearing winged shoes."
 	<<case "schoolgirl">>Both schoolgirls are sitting knee to knee; the nerdy one hands the other a folded note. "Pass it on," she stage whispers. <<if $assistantName == "your personal assistant">>Your regular assistant<<else>>$assistantName<</if>> rolls her eyes.
-	<<case "hypergoddess">>The demigoddess portrait arrives in a glittery cloud of dust, wearing winged shoes and a noticable roundness in her middle.
+	<<case "hypergoddess">>The demigoddess portrait arrives in a glittery cloud of dust, wearing winged shoes and a noticeable roundness in her middle.
 	<<case "loli">>The chubby, glasses-wearing loli arrives holding a neatly folded note addressed to you.
 	<<case "preggololi">>The chubby, glasses-wearing loli arrives holding a hastily written note addressed to you. She seems kind of winded, with a suspicious stain in her panties under her pussy."
 	<<case "fairy" "pregnant fairy">>The older fairy flutters into view before, curtseys, and holds out a rolled piece of parchment addressed to you.
diff --git a/src/uncategorized/saDiet.tw b/src/uncategorized/saDiet.tw
index 9295bb71a3d838cc1d8cb8e6e3fb967c1746f692..0461278da2b017bd1ddfcdc9afab423c05d972d2 100644
--- a/src/uncategorized/saDiet.tw
+++ b/src/uncategorized/saDiet.tw
@@ -417,7 +417,7 @@
 		<<if ($slaves[$i].fetishStrength <= 65)>>
 		<<if ($slaves[$i].fetish != "pregnancy")>>
 			<<if $fetishChangeChance > random(0,100)>>
-				She begins to find the thought of filling a fertile womb with sperm @@.lime;irresistable@@.
+				She begins to find the thought of filling a fertile womb with sperm @@.lime;irresistible@@.
 			<<set $slaves[$i].fetish = "pregnancy">>
 			<<set $slaves[$i].fetishKnown = 1>>
 			<</if>>
diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index ed16f91891052599cac1c43081dd41e211bbabb7..1ea0a72de9b0bb0ec6e176b46cc5dee36a66eec5 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -707,7 +707,7 @@
 <<case "slow gestation">>
 	<<set $slaves[$i].chem += 1>>
 	<<if $slaves[$i].preg > 30>>
-		$pronounCap is full term; gestation restriction agents @@.red;can't supress labor@@ and $possessive regimen is ended to prevent health damage.
+		$pronounCap is full term; gestation restriction agents @@.red;can't suppress labor@@ and $possessive regimen is ended to prevent health damage.
 		<<set $slaves[$i].pregControl = "none">>
 	<<elseif $slaves[$i].preg > 0>>
 		$possessiveCap belly feels very docile, $possessive gestation rate is @@.yellow;greatly reduced@@.
@@ -754,7 +754,7 @@
 		$pronounCap has been ready to give birth for some time now. Supressing birth for so long @@.red;greatly affects $possessive health@@. $pronounCap may @@.red;have trouble@@ giving birth to $possessive oversized child.
 	<<elseif $slaves[$i].preg > 30>>
 		<<set $slaves[$i].health -= 10>>
-		Labor supressing agents @@.red;negatively affect $possessive health@@.
+		Labor suppressing agents @@.red;negatively affect $possessive health@@.
 	<</if>>
 <</switch>>
 
diff --git a/src/uncategorized/saGuardsYou.tw b/src/uncategorized/saGuardsYou.tw
index 4a7afb72aedfd515209dbda6dc21d6eb5ce04d66..7cf04e5f1bdba7832d15123449a5c93731a24858 100644
--- a/src/uncategorized/saGuardsYou.tw
+++ b/src/uncategorized/saGuardsYou.tw
@@ -23,7 +23,7 @@ carries arms in your defense.
 <<elseif $slaves[$i].muscles < -95>>
 	She can barely stand, let alone fight. A single shot from her own weapon is liable to incapacitate her, making her an absolute travesty of a bodyguard.
 <<elseif $slaves[$i].muscles < -30>>
-	She tires from just standing, rendering her both ineffective and embarrasing to have as your guard.
+	She tires from just standing, rendering her both ineffective and embarrassing to have as your guard.
 <<elseif $slaves[$i].muscles < -5>>
 	She is rather unfit, enough to negatively impact her combat effectiveness.
 <</if>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index fc85c7400c87a232fc29b481fd40d1306a037da0..c12630cfc5ae8bb3860735caeb31b4a5ba92c2cc 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -3541,7 +3541,7 @@
 	<<set $slaves[$i].preg = 1, $slaves[$i].pregSource = -1>>
 	<<set $activeSlave = $slaves[$i]>><<if $slaves[$i].mpreg == 1>><<AnalVCheck 10>><<else>><<VaginalVCheck 10>><</if>><<set $slaves[$i] = $activeSlave>>
 
-<<elseif (($slaves[$i].vagina <= 0) || (($slaves[$i].ass <= 0) && ($slaves[$i].mpreg > 0)))>>
+<<elseif (($slaves[$i].vagina <= 0) || (($slaves[$i].anus <= 0) && ($slaves[$i].mpreg > 0)))>>
 <<elseif ($HeadGirl != 0) && ($HeadGirl.dick > 0) && ($slaves[$i].ID != $HeadGirl.ID) && ($universalRulesImpregnation == "HG") && canPenetrate($HeadGirl)>>
 	<<if $slaves[$i].HGExclude == 0>>
 		It's $HeadGirl.slaveName's responsibility to impregnate fertile slaves, but your Head Girl is forbidden from impregnating $slaves[$i].slaveName.
@@ -5260,7 +5260,7 @@
 			<</if>>
 		<<else>>
 			<<if ($slaves[$i].pregType >= 20)>>
-				Her straining womb is @@.mediumorchid;very worrying@@ to her.  She moans @@.red;painfully@@ everytime one of her brood moves within her.
+				Her straining womb is @@.mediumorchid;very worrying@@ to her. She moans @@.red;painfully@@ every time one of her brood moves within her.
 				<<set $slaves[$i].devotion -= 3>>
 				<<set $slaves[$i].health -= 15>>
 			<<elseif ($slaves[$i].pregType >= 10)>>
@@ -5744,7 +5744,7 @@
 		Since she's devoted to you, she embraces her wide body and does everything she can to show it off for you.
 	<<elseif ($slaves[$i].devotion > -20)>>
 		This gait makes her feel like a huge whore, @@.hotpink;increasing her submissiveness.@@
-		<<set $slaves[$i].deoviton += 2>>
+		<<set $slaves[$i].devotion += 2>>
 	<<else>>
 		She hates that she is forced to bear such freakish hips and @@.mediumorchid;blames you@@ for every trip, bumped object, and hip checked slave.
 		<<set $slaves[$i].devotion -= 3>>
@@ -5824,7 +5824,7 @@
 /* pregmod */
 <<if ($slaves[$i].scarheal == 5)>>
 	$slaves[$i].slaveName's wound has @@.green;healed@@ leaving a big scar. It is still @@.red;quite ugly@@ but doesn't hurt anymore.
-	<<set $slaves[$i].scar -= 1>>
+	<<set $slaves[$i].scars -= 1>>
 <</if>>
 
 /* LANGUAGE */
diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw
index cbe0d91cef458b25616c66fed383688be34bb556..e1e763070ee6daf391d6b6c882354790efa7a5f2 100644
--- a/src/uncategorized/saRelationships.tw
+++ b/src/uncategorized/saRelationships.tw
@@ -1310,23 +1310,23 @@
 			<<if _SlaveI.mother == $slaves[_j].ID || _SlaveI.father == $slaves[_j].ID || areSisters(_SlaveI, $slaves[_j]) > 0>>
 				<<if _SlaveI.rivalry != $slaves[_j].ID>>
 				<<if _SlaveI.mother == $slaves[_j].ID>>
-					_SlaveI.slaveName is @@.gold;painfully concious@@ that her mother $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
+					_SlaveI.slaveName is @@.gold;painfully conscious@@ that her mother $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 					<<set _SlaveI.trust -= 1>>
 					<<set _SlaveI.devotion += 3>>
 				<<elseif _SlaveI.father == $slaves[_j].ID>>
-					_SlaveI.slaveName is @@.gold;painfully concious@@ that her father $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
+					_SlaveI.slaveName is @@.gold;painfully conscious@@ that her father $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 					<<set _SlaveI.trust -= 1>>
 					<<set _SlaveI.devotion += 3>>
 				<<elseif areSisters(_SlaveI, $slaves[_j]) == 1>>
-					_SlaveI.slaveName is @@.gold;painfully concious@@ that her twin sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
+					_SlaveI.slaveName is @@.gold;painfully conscious@@ that her twin sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 					<<set _SlaveI.trust -= 1>>
 					<<set _SlaveI.devotion += 3>>
 				<<elseif areSisters(_SlaveI, $slaves[_j]) == 2>>
-					_SlaveI.slaveName is @@.gold;painfully concious@@ that her sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
+					_SlaveI.slaveName is @@.gold;painfully conscious@@ that her sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 					<<set _SlaveI.trust -= 1>>
 					<<set _SlaveI.devotion += 3>>
 				<<elseif areSisters(_SlaveI, $slaves[_j]) == 3>>
-					_SlaveI.slaveName is @@.gold;painfully concious@@ that her half-sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
+					_SlaveI.slaveName is @@.gold;painfully conscious@@ that her half-sister $slaves[_j].slaveName is also your slave and might suffer if either of them displeases you, and @@.hotpink;tries to obey@@ as best she can.
 					<<set _SlaveI.trust -= 1>>
 					<<set _SlaveI.devotion += 3>>
 				<</if>>
diff --git a/src/uncategorized/schoolroom.tw b/src/uncategorized/schoolroom.tw
index 72b6499d3efaa0482dc8580d3037a8d1bd787dc3..1ce053f9159172899c65bccb76dbabc9a26dd059 100644
--- a/src/uncategorized/schoolroom.tw
+++ b/src/uncategorized/schoolroom.tw
@@ -25,7 +25,7 @@ $schoolroomNameCaps is well-equipped, with wall screens to display lessons. Thes
 <<case "Repopulation Focus">>
 	reviewing a number a of sexual positions to accommodate a heavily pregnant girl.
 <<case "Eugenics">>
-	reviewing ways to better your owner's standing intermixed with exagerated pregnancy horror stories focused on slave pregnancy.
+	reviewing ways to better your owner's standing intermixed with exaggerated pregnancy horror stories focused on slave pregnancy.
 <<case "Asset Expansionist">>
 	reviewing techniques that allow two slaves with huge breasts to inspect and moisturize each others' hard to reach areas.
 <<case "Transformation Fetishist">>
diff --git a/src/uncategorized/seWedding.tw b/src/uncategorized/seWedding.tw
index 65d83b4ac94241f28e367df222a7ff1f137f1294..76b5d93bae73fa333dcb3eed448a505281a7cf7f 100644
--- a/src/uncategorized/seWedding.tw
+++ b/src/uncategorized/seWedding.tw
@@ -38,7 +38,7 @@
 		Her lacy bridal bra flatters her pretty chest.
 	<</if>>
 	<<if ($activeSlave.preg > 20) && ($activeSlave.pregType >= 10)>>
-		Her massive, squirming pregnant belly makes her bridal wear particulary obscene.
+		Her massive, squirming pregnant belly makes her bridal wear particularly obscene.
 	<<elseif ($activeSlave.preg > 10)>>
 		Her pregnant belly protrudes out the front of her bridal wear.
 	<<elseif ($activeSlave.inflation == 3)>>
@@ -168,7 +168,7 @@
 		Her lacy bridal bra flatters her pretty chest.
 	<</if>>
 	<<if ($activeSlave.preg > 20) && ($activeSlave.pregType >= 10)>>
-		Her massive, squirming pregnant belly makes her bridal wear particulary obscene.
+		Her massive, squirming pregnant belly makes her bridal wear particularly obscene.
 	<<elseif ($activeSlave.preg > 10)>>
 		Her pregnant belly protrudes out the front of her bridal wear.
 	<<elseif ($activeSlave.inflation == 3)>>
diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index 290c0b9382f949c8bd43e1f359aa338364b533c9..60fb855c9c29ee2fe40ff478bf0a1e2d68ab1042 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -367,7 +367,7 @@ A reputable slave appraiser arrives promptly to inspect her and certify her qual
 	<</if>>
 <</if>>
 
-<<if $activeSlave.pubertyXY == 0 && $activeSlave.phyiscalAge >= $potencyAge && $arcologies[0].FSGenderRadicalist == "unset" && $activeSlave.balls > 0>>
+<<if $activeSlave.pubertyXY == 0 && $activeSlave.physicalAge >= $potencyAge && $arcologies[0].FSGenderRadicalist == "unset" && $activeSlave.balls > 0>>
 	She never went through male puberty, that's a plus.
 <</if>>
 
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index f7dc37970b5428f1236058e6ae091fe4520bcf24..22d831b8cf0c8b8443f2d26f90def5052c9e6c20 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -770,13 +770,13 @@ __Contraception__: <span id="fertility"><strong><<if $activeSlave.preg == -1>><<
 <</if>>
 <<if ($activeSlave.preg > 1) && ($pregSpeedControl == 1) && ($activeSlave.breedingMark != 1) && ($activeSlave.indentureRestrictions < 1) && ($activeSlave.pregType < 50)>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
-	__Pregnancy control__: <span id="pregControl"><<if $activeSlave.pregControl == "labor supressors">>Labor is supressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation<<elseif $activeSlave.pregControl == "speed up">>Faster gestation<<else>>Normal gestation<</if>></span>
+	__Pregnancy control__: <span id="pregControl"><<if $activeSlave.pregControl == "labor supressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation<<elseif $activeSlave.pregControl == "speed up">>Faster gestation<<else>>Normal gestation<</if>></span>
 	<<if ($activeSlave.preg >= 30)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<if $activeSlave.pregControl == "labor supressors">>
 			<<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<replace "#pregControl">>natural birth<</replace>><</link>>
 		<<else>>
-			<<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<replace "#pregControl">>labor will be supressed<</replace>><</link>>
+			<<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<replace "#pregControl">>labor will be suppressed<</replace>><</link>>
 		<</if>>
 	<<elseif ($activeSlave.preg < 30)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
diff --git a/src/uncategorized/slaveMarkets.tw b/src/uncategorized/slaveMarkets.tw
index f5f614c58ed1d39bb45c7c1d8c2902e3d0c67959..9f10bd1f73bc6cf54164423f5251ec0d3e1ef65b 100644
--- a/src/uncategorized/slaveMarkets.tw
+++ b/src/uncategorized/slaveMarkets.tw
@@ -18,7 +18,7 @@ You visit the slave markets off the arcology plaza. It's always preferable to ex
 
 <<if $slaveMarket == "heap">>
 
-You're in the corner of the slave market occupied by "The Flesh Heap", a dumping ground, of sorts, for broken slaves. Be it braindeath, drug overdose, coma or anything else, this market is willing to buy and sell them. Most of the worthwhile slaves have already been picked clean by pharmaceutical companies for drug testing, and the rest are practically nothing more than vegetables, but a handful remain just concious enough to be profitable with effort as slaves. One should go in expecting only the worst quality possible, though if anything catches your eye, it will be rather cheap to purchase. 
+You're in the corner of the slave market occupied by "The Flesh Heap", a dumping ground, of sorts, for broken slaves. Be it braindeath, drug overdose, coma or anything else, this market is willing to buy and sell them. Most of the worthwhile slaves have already been picked clean by pharmaceutical companies for drug testing, and the rest are practically nothing more than vegetables, but a handful remain just conscious enough to be profitable with effort as slaves. One should go in expecting only the worst quality possible, though if anything catches your eye, it will be rather cheap to purchase. 
 
 <<set $seed to random(1,4)>>
 <<if $seed == 1>>
diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw
index 76031a28b7b2a5a49d8ffbdcb8693a82f8db547a..ac1833beee4ecee73d88881a2a09006280750cec 100644
--- a/src/uncategorized/slaveSold.tw
+++ b/src/uncategorized/slaveSold.tw
@@ -160,13 +160,13 @@
 <<case "elite auction">>
 	$activeSlave.slaveName is quickly escorted out by her new master. She is rarely seen in public anymore, but her records show she is settling well into being her new owner's breeder.
 	<<for $j = 0; $j < $slaves.length; $j++>>
-	<<if ($slaves[$j].beedingMark != 1)>>
+	<<if ($slaves[$j].breedingMark != 1)>>
 		<<set $slaves[$j].devotion -= 5>>
 		<<set $seed = 1>>
 	<</if>>
 	<</for>>
 	<<if ($seed == 1)>>
-	Your non-chosen slaves @@.mediumorchid;resent@@ you for denying them the special treatment $activeSlave.slaveName is recieving.
+	Your non-chosen slaves @@.mediumorchid;resent@@ you for denying them the special treatment $activeSlave.slaveName is receiving.
 	<</if>>
 
 <<case "free range">>
@@ -837,7 +837,7 @@
 	<</for>>
 	
 <<case "tentacle bred">>
-	Sometime later, a snuff film starring $activeSlave.slaveName as a heroine captured, raped, and fatally bred by tentacles is released. It recieves rave reviews for the scene involving $activeSlave.slaveName, depicting her aphrodisiac filled body being penetrated in all her holes by tentacles. Their thrusting into her increases until large bulges of cum pass through the ones filling her stretched cunt, visably bloating her belly. She then collapses to the ground, her swollen belly rapidly growing with the tentacle spawn gestating within her. As they bulge against the straining walls of her implant-filled middle; she lets out a final moan as her belly ruptures, releasing her "spawn" to hunt down the other heroines.
+	Sometime later, a snuff film starring $activeSlave.slaveName as a heroine captured, raped, and fatally bred by tentacles is released. It receives rave reviews for the scene involving $activeSlave.slaveName, depicting her aphrodisiac filled body being penetrated in all her holes by tentacles. Their thrusting into her increases until large bulges of cum pass through the ones filling her stretched cunt, visibly bloating her belly. She then collapses to the ground, her swollen belly rapidly growing with the tentacle spawn gestating within her. As they bulge against the straining walls of her implant-filled middle; she lets out a final moan as her belly ruptures, releasing her "spawn" to hunt down the other heroines.
 	<<for $j = 0; $j < $slaves.length; $j++>>
 	<<if canSee($slaves[$j])>>
 	<<if $slaves[$j].intelligence < 0>>
diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw
index aaf912332a16016107f334fc1cd559d69c5622a9..7e0396e98bac006f0c2e996e64f3d77b90cbbd1d 100644
--- a/src/utility/descriptionWidgets.tw
+++ b/src/utility/descriptionWidgets.tw
@@ -849,7 +849,7 @@ $possessiveCap
 
 <<if $arcologies[0].FSSlimnessEnthusiastLaw == 1>>
 <<if ($activeSlave.boobs >= 300)>>
-	They're way too existant for the fashionable feminine ideal.
+	They're way too existent for the fashionable feminine ideal.
 <</if>>
 <</if>>
 
@@ -3327,7 +3327,7 @@ $pronounCap's got a
 	$possessiveCap cock is flirting with the limit of what the human cardiovascular system can bring erect: the best $pronoun can manage is a half-hardness that's too soft to meaningfully fuck anything. If $pronoun could somehow get fully erect, there are few holes $pronoun could safely penetrate, anyway.
 <<elseif ($activeSlave.dick > 1)>>
 	<<if ($activeSlave.aphrodisiacs > 0) || $activeSlave.inflationType == "aphrodisiac">>
-		The aphrodisiacs have $possessive <<if ($activeSlave.aphrodisiacs > 1) || ($activeSlave.inflationType == "aphrodisiac" && $activeSlave.inflation >= 2)>>painfully <</if>>hard<<if !canAchieveErection($activeSlave)>>, despite her usual inability to acheive erection<</if>>.
+		The aphrodisiacs have $possessive <<if ($activeSlave.aphrodisiacs > 1) || ($activeSlave.inflationType == "aphrodisiac" && $activeSlave.inflation >= 2)>>painfully <</if>>hard<<if !canAchieveErection($activeSlave)>>, despite her usual inability to achieve erection<</if>>.
 	<<elseif ($activeSlave.energy > 95)>>
 		As a nympho, $pronoun's almost constantly hard.
 	<<elseif ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>>
diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index 29fe9ec47739b860b97568cca8cf74eb8c02cdcb..da1a042e5cd7834f1c593347866573ba6ea557f5 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -401,13 +401,13 @@
 <</if>>
 <<if ($activeSlave.preg > 1) && ($pregSpeedControl == 1) && ($activeSlave.breedingMark != 1) && ($activeSlave.indentureRestrictions < 1) && ($activeSlave.pregType < 50)>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
-	__Pregnancy control__: <span id="pregControl"><<if $activeSlave.pregControl == "labor supressors">>Labor is supressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation<<elseif $activeSlave.pregControl == "speed up">>Faster gestation<<else>>Normal gestation<</if>></span>
+	__Pregnancy control__: <span id="pregControl"><<if $activeSlave.pregControl == "labor supressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation<<elseif $activeSlave.pregControl == "speed up">>Faster gestation<<else>>Normal gestation<</if>></span>
 	<<if ($activeSlave.preg >= 30)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<if $activeSlave.pregControl == "labor supressors">>
 			<<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<replace "#pregControl">>natural birth<</replace>><</link>>
 		<<else>>
-			<<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<replace "#pregControl">>labor will be supressed<</replace>><</link>>
+			<<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<replace "#pregControl">>labor will be suppressed<</replace>><</link>>
 		<</if>>
 	<<elseif ($activeSlave.preg < 30)>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;