diff --git a/devNotes/oldPregDesc b/devNotes/oldPregDesc
index f328d2abc94998277cd6e023b03cd4ebf41802b8..0b28f9df4db36b3bae0891696d12435f1b8806fa 100644
--- a/devNotes/oldPregDesc
+++ b/devNotes/oldPregDesc
@@ -189,4 +189,63 @@
 				$possessiveCap new pregnancy reduces the amount of sag to $possessive overstretched middle.
 			<</if>>
 		<</if>>
-	<</if>>
\ No newline at end of file
+	<</if>>
+	
+	
+	
+	
+<<if ($activeSlave.preg == -2) && ($activeSlave.vagina < 0) && ($activeSlave.mpreg == 0)>>
+<<elseif ($activeSlave.preg <= -2) && ($activeSlave.ovaries == 1 || $activeSlave.mpreg == 1)>>
+	$pronounCap is sterile.
+<<elseif $activeSlave.preg == 0 && $activeSlave.vagina > -1>>
+	<<if $activeSlave.pregType > 30>>
+		$possessiveCap lower belly is noticeably bloated, $possessive breasts bigger and more sensitive, and $possessive pussy swollen and leaking fluids. $pronoun desperately needs a dick in $object and reminds you of a bitch in heat.
+	<<elseif $activeSlave.pregType > 20>>
+		$possessiveCap lower belly is noticeably bloated and $possessive pussy swollen and leaking fluids. $pronounCap is very ready to be seeded.
+	<<elseif $activeSlave.pregType > 2>>
+		$possessiveCap lower belly is slightly bloated and $possessive pussy swollen and leaking fluids. $pronounCap is ready to be seeded.
+	<</if>>
+<<elseif $activeSlave.preg > 30>>
+  <<if $activeSlave.pregType >= 20>>
+	$pronounCap is @@.red;on the brink of bursting!@@ $possessiveCap belly is painfully stretched, the slightest provocation could cause $object to rupture.
+  <<elseif $activeSlave.pregType >= 10>>
+  	$pronounCap is @@.pink;dangerously pregnant,@@ $possessive overburdened womb is filled with $activeSlave.pregType babies.
+  <<elseif $activeSlave.pregType > 4>>
+	$pronounCap is @@.pink;obscenely pregnant:@@ $pronoun's carrying quintuplets.
+  <<elseif $activeSlave.pregType > 2>>
+	$pronounCap is @@.pink;massively pregnant:@@ $pronoun's carrying
+	<<if $activeSlave.pregType == 4>>
+	  quadruplets.
+	<<else>>
+	  triplets.
+	<</if>>
+  <<else>>
+	$pronounCap is @@.pink;hugely pregnant:@@
+	<<if $activeSlave.pregType == 2>>
+		$pronoun's carrying twins.
+	<<else>>
+	  $pronoun's almost ready to give birth.
+	<</if>>
+  <</if>>
+<<elseif $activeSlave.preg > 20>>
+  <<if $activeSlave.pregType >= 20>>
+	$pronounCap is @@.pink;dangerously pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying far too many children.
+  <<elseif $activeSlave.pregType >= 10>>
+  	$pronounCap is @@.pink;obscenely pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying $activeSlave.pregType children.
+  <<elseif $activeSlave.pregType > 4>>
+	$pronounCap is @@.pink;massively pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying quintuplets.
+  <<elseif $activeSlave.pregType > 2>>
+	$pronounCap is @@.pink;hugely pregnant,@@ despite how early in $possessive pregnancy $pronoun is: $pronoun's carrying
+	<<if $activeSlave.pregType == 4>>
+	  quadruplets.
+	<<else>>
+	  triplets.
+	<</if>>
+  <<else>>
+	$pronounCap is @@.pink;very pregnant:@@
+	<<if $activeSlave.pregType == 2>>
+	  $pronoun's carrying twins.
+	<<else>>
+	  the baby inside $object is growing rapidly.
+	<</if>>
+  <</if>>
diff --git a/sanityCheck b/sanityCheck
index b4526dc937ee694158cd67749900bc547aa26ec0..7e6d1711b1bd4d8dc910a9acbff9a25e8252cd85 100755
--- a/sanityCheck
+++ b/sanityCheck
@@ -27,9 +27,9 @@ $GREP "<<[ ]*if[^>=]*[^><\!=]=[^=][^>]*>>" -- 'src/*' | myprint "AccidentalAssig
 # Check for accidental assignment.  e.g.:   <<elseif $foo = "hello">>
 $GREP "<<[ ]*elseif[^>=]*[^><\!=]=[^=][^>]*>>" -- 'src/*' | myprint "AccidentalAssignmentInElseIf"
 # Check for missing ".  e.g.:   <<if $foo == "hello>>
-$GREP "<<[^\"<>]*\"[^\"<>]*>>" -- 'src/*' | myprint "MissingSpeachMark"
+$GREP "<<[^\"<>]*\"[^\"<>]*>>" -- 'src/*' | myprint "MissingSpeechMark"
 # Check for missing ".  e.g.:   <<if $foo = "hello)
-$GREP "<<[^\"<>]*\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\"\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\([^\"<>]\| [<>] \)*>>" -- 'src/*' | myprint "MissingSpeachMark2"
+$GREP "<<[^\"<>]*\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\"\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\([^\"<>]\| [<>] \)*>>" -- 'src/*' | myprint "MissingSpeechMark2"
 # Check for colors like: @@color:red   - should be @@.red
 $GREP -e "@@color:" --and --not -e  "@@color:rgb([0-9 ]\+,[0-9 ]\+,[0-9 ]\+)" -- "src/*" | myprint "UseCssColors"
 # Check for missing $ in activeSlave or PC
diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index abd11a9fb2632a7a64192c8114e9e47d3d8487dd..c3ca928dabac7fbc2f30751e22b8bea79b431c6c 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -60,7 +60,7 @@
 				<</if>>
 			<</if>>
 			<</if>>
-			<<if $slaves[$i].sexualFlaw == "hates oral">>
+			<<if $activeSlave.sexualFlaw == "hates oral">>
 				$pronounCaps has trouble thinking of her mouth as a warm, wet, playful hole, so her new piercings will be theraputic. Having something to suck on at all times should force her past her hangups.
 			<</if>>
 		<</if>>
@@ -111,7 +111,7 @@
 				<</if>>
 			<</if>>
 			<</if>>
-			<<if $slaves[$i].sexualFlaw == "hates penetration">>
+			<<if $activeSlave.sexualFlaw == "hates penetration">>
 				$pronounCaps has trouble thinking of her vagina as a fuckhole rather than something special to protect and cherish, so her new piercings will be theraputic. The constant, inescapable stimulation of her labia should force her past her hangups.
 			<</if>>
 		<</if>>
@@ -146,7 +146,7 @@
 				<</if>>
 			<</if>>
 			<</if>>
-			<<if $slaves[$i].sexualFlaw == "hates anal">>
+			<<if $activeSlave.sexualFlaw == "hates anal">>
 				$pronounCaps has trouble thinking of her asshole as a sexy, fuckable hole, so her new piercings will be theraputic. The constant tickling back there should force her past her hangups.
 			<</if>>
 		<</if>>