diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index b88600f7444f14a627f375888035d2577487c08f..c296674141314ce8bd87927baa39fe8f77eae924 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,12 @@
 
 0.10.7.1-0.7.x
 
+9/05/2018
+
+	18
+	-fixes
+	-reworked preg malus block
+
 9/02/2018
 
 	17
diff --git a/devNotes/old preg malus.txt b/devNotes/old preg malus.txt
new file mode 100644
index 0000000000000000000000000000000000000000..28986c23e0cf05d28e5534ae19cb21c03ea0a206
--- /dev/null
+++ b/devNotes/old preg malus.txt	
@@ -0,0 +1,151 @@
+	/* I need to be redone phase-7 */
+	/* keep in mind breeder paraphilia overriding mental effects */
+	<<if ($slaves[$i].preg > 30)>>
+		<<if ($slaves[$i].physicalAge < 4)>>
+			<<if ($slaves[$i].pregType >= 20)>>
+				$His womb takes up most of $his body and puts tremendous pressure on $his skin and organs. This is @@.mediumorchid;very worrying@@ to $him. $He is in @@.red;constant pain@@ and each movement within $his straining womb causes additional discomfort. $He is @@.gold;terrified@@ that at any moment $he could burst.
+				<<if $slaves[$i].pregControl == "slow gestation" && $slaves[$i].intelligence > -2>>
+					$His slowed gestation rate gives $his body more time to adapt to $his hyper gravidity, easing some of $his worries.
+					<<set $slaves[$i].devotion -= 1>>
+					<<set $slaves[$i].trust -= 4>>
+				<<else>>
+					<<set $slaves[$i].devotion -= 3>>
+					<<set $slaves[$i].trust -= 8>>
+				<</if>>
+				<<set $slaves[$i].health -= 20>>
+			<<elseif ($slaves[$i].pregType >= 10)>>
+				$His womb greatly fills $his body and compresses $his internal organs. $He is in constant @@.mediumorchid;discomfort@@ and @@.red;pain@@ and can't wait for these children to be born.
+				<<if $slaves[$i].pregControl == "slow gestation" && $slaves[$i].intelligence > -2>>
+					$His slowed gestation rate gives $his body more time to adapt to $his hyper gravidity, easing some of $his worries.
+					<<set $slaves[$i].devotion -= 1>>
+				<<else>>
+					<<set $slaves[$i].devotion -= 2>>
+				<</if>>
+				<<set $slaves[$i].health -= 10>>
+			<<else>>
+				$His full womb puts pressure on $his organs. It is quite @@.mediumorchid;uncomfortable@@ to $him.
+				<<set $slaves[$i].devotion -= 2>>
+			<</if>>
+		<<elseif ($slaves[$i].physicalAge < 13)>>
+			<<if ($slaves[$i].pregType >= 20)>>
+				$His bloated womb is constantly straining to hold together. This is @@.mediumorchid;very worrying@@ to $him. $He moans @@.red;painfully@@ with each movement within $him.
+				<<if $slaves[$i].pregControl == "slow gestation" && $slaves[$i].intelligence > -2>>
+					$His slowed gestation rate gives $his body more time to adapt to $his hyper gravidity, easing some of $his worries.
+					<<set $slaves[$i].devotion -= 1>>
+				<<else>>
+					<<set $slaves[$i].devotion -= 2>>
+				<</if>>
+				<<set $slaves[$i].health -= 10>>
+			<<elseif ($slaves[$i].pregType >= 10)>>
+				<<if ($slaves[$i].muscles <= 30)>>
+					<<if canWalk($slaves[$i])>>
+						$His belly is very heavy and juts out quite far from $his body. Between constantly getting in the way and the discomfort of being so full, $his belly is @@.mediumorchid;very annoying@@ to $him.
+						<<set $slaves[$i].devotion -= 2>>
+					<</if>>
+				<<else>>
+					<<if canWalk($slaves[$i])>>
+						$His belly juts out @@.mediumorchid;annoyingly@@ far.
+						<<set $slaves[$i].devotion -= 1>>
+					<</if>>
+				<</if>>
+			<<else>>
+				<<if ($slaves[$i].muscles <= 5)>>
+					<<if canWalk($slaves[$i])>>
+						$His pregnant belly is quite tiring to carry around, leading $him to be @@.mediumorchid;somewhat annoyed.@@
+						<<set $slaves[$i].devotion -= 1>>
+					<</if>>
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if ($slaves[$i].pregType >= 20)>>
+				$His straining womb is @@.mediumorchid;very worrying@@ to $him. $He @@.red;moans with pain@@ every time one of $his brood moves within $him.
+				<<if $slaves[$i].pregControl == "slow gestation" && $slaves[$i].intelligence > -2>>
+					$His slowed gestation rate gives $his body more time to adapt to $his hyper gravidity, easing some of $his worries.
+					<<set $slaves[$i].devotion -= 1>>
+				<<else>>
+					<<set $slaves[$i].devotion -= 3>>
+				<</if>>
+				<<set $slaves[$i].health -= 15>>
+			<<elseif ($slaves[$i].pregType >= 10)>>
+				<<if ($slaves[$i].muscles <= 30)>>
+					<<if canWalk($slaves[$i])>>
+						$His belly is very heavy and juts out quite far from $his body. Between constantly getting in the way and the discomfort of being so full, $his belly is @@.mediumorchid;very annoying@@ to $him.
+						<<set $slaves[$i].devotion -= 2>>
+					<</if>>
+				<</if>>
+			<</if>>
+		<</if>>
+	<<elseif ($slaves[$i].preg > 20)>>
+		<<if ($slaves[$i].physicalAge < 4)>>
+			<<if ($slaves[$i].pregType >= 20)>>
+				$His womb is becoming @@.mediumorchid;distressing@@ to $him. $He is in @@.red;pain@@ with each motion within $his straining womb. $He is @@.gold;terrified@@ of what awaits $him at the end of this pregnancy.
+				<<if $slaves[$i].pregControl == "slow gestation" && $slaves[$i].intelligence > -2>>
+					$His slowed gestation rate gives $his body more time to adapt to $his hyper gravidity, easing some of $his worries.
+					<<set $slaves[$i].devotion -= 1>>
+					<<set $slaves[$i].trust -= 2>>
+				<<else>>
+					<<set $slaves[$i].devotion -= 2>>
+					<<set $slaves[$i].trust -= 5>>
+				<</if>>
+				<<set $slaves[$i].health -= 20>>
+			<<elseif ($slaves[$i].pregType >= 10)>>
+				$His womb is becoming quite full causing $him some @@.mediumorchid;discomfort@@. $He is eager to be free of this burden.
+				<<set $slaves[$i].devotion -= 2>>
+			<<else>>
+				<<if canWalk($slaves[$i])>>
+					$His big belly on $his small body keeps getting in $his way, @@.mediumorchid;annoying $him.@@
+					<<set $slaves[$i].devotion -= 1>>
+				<</if>>
+			<</if>>
+		<<elseif ($slaves[$i].physicalAge < 13)>>
+			<<if ($slaves[$i].pregType >= 20)>>
+				$His bloated womb is beginning to get too crowded, @@.mediumorchid;worrying@@ $him. $He moans with @@.red;discomfort@@ with each movement within $him.
+				<<set $slaves[$i].devotion -= 2>>
+				<<if $slaves[$i].pregControl == "slow gestation" && $slaves[$i].intelligence > -2>>
+					$His slowed gestation rate gives $his body more time to adapt to $his hyper gravidity, easing some of $his worries.
+					<<set $slaves[$i].devotion -= 1>>
+				<<else>>
+					<<set $slaves[$i].devotion -= 2>>
+				<</if>>
+				<<set $slaves[$i].health -= 10>>
+			<<elseif ($slaves[$i].pregType >= 10)>>
+				<<if ($slaves[$i].muscles <= 30)>>
+					<<if canWalk($slaves[$i])>>
+						$His belly is getting heavy and starting to get in $his way. Between constantly bumping things and the discomfort of being full, $his belly is @@.mediumorchid;annoying@@ to $him.
+						<<set $slaves[$i].devotion -= 1>>
+					<</if>>
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if ($slaves[$i].pregType >= 20)>>
+				$His swelling womb is @@.mediumorchid; worrying@@ $him.
+				<<set $slaves[$i].devotion -= 2>>
+			<<elseif ($slaves[$i].pregType >= 10)>>
+				<<if ($slaves[$i].muscles <= 30)>>
+					<<if canWalk($slaves[$i])>>
+						$His belly is getting heavy and starting to get in $his way. Between constantly bumping things and the discomfort of being full, $his belly is @@.mediumorchid;annoying@@ to $him.
+						<<set $slaves[$i].devotion -= 1>>
+					<</if>>
+				<</if>>
+			<</if>>
+		<</if>>
+	<</if>>
+	
+	
+	
+<<if $slaves[$i].fuckdoll == 0>>
+	<<if $slaves[$i].fetish != "mindbroken">>
+		<<if canWalk($slaves[$i])>>
+			<<if $slaves[$i].bellyImplant >= 600000>>
+				$His belly implant takes up most of $his body cavity, is tremendously heavy, and protrudes massively from $his abdomen. Between constantly bumping things and the discomfort of being so extremely full, $his belly is @@.mediumorchid;really frustrating@@ to $him.
+				<<set $slaves[$i].devotion -= 3>>
+			<<elseif $slaves[$i].bellyImplant >= 150000>>
+				$His belly implant takes up a good deal of $his body cavity, is extremely heavy, and protrudes greatly from $his abdomen. Between constantly bumping things and the discomfort of being so very full, $his belly is @@.mediumorchid;very annoying@@ to $him.
+				<<set $slaves[$i].devotion -= 2>>
+			<<elseif $slaves[$i].bellyImplant >= 10000>>
+				$His belly implant is quite heavy and tends to get in $his way. Between constantly bumping things and the discomfort of being full, $his belly is @@.mediumorchid;annoying@@ to $him.
+				<<set $slaves[$i].devotion -= 1>>
+			<</if>>
+		<</if>>
+	<</if>>
+<</if>>
\ No newline at end of file
diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index aacc9234ff90b8edec4fa9283d2a4106f1fc3246..6af5fa1e78ab8571778ce0a40dd96cee32aa6c32 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -15447,7 +15447,7 @@ window.rulesAssistantOptions = (function() {
 	class LeggingsList extends List {
 		constructor() {
 			const items = [
-				["no default settings"],
+				["no default setting"],
 				["none"],
 				["short stockings"],
 				["long stockings"],
diff --git a/src/js/rulesAssistantOptions.tw b/src/js/rulesAssistantOptions.tw
index b8defcd3d5c412b912ebcde20e95717486791dcb..26dc3e5bfdd7430a3858b60327ce6ca7e7c9aa8b 100644
--- a/src/js/rulesAssistantOptions.tw
+++ b/src/js/rulesAssistantOptions.tw
@@ -1215,7 +1215,7 @@ window.rulesAssistantOptions = (function() {
 	class LeggingsList extends List {
 		constructor() {
 			const items = [
-				["no default settings"],
+				["no default setting"],
 				["none"],
 				["short stockings"],
 				["long stockings"],
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 15537c8b4229cb78e8b2b5583c3701252a68d148..e3dac1d0b99cb365d461265fbe53e0ce8f29955a 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -68,13 +68,13 @@ $His $activeSlave.faceShape face is
 		The advanced surgical suite will reduce this effect.
 	<</if>>
 	<<if $activeSlave.faceImplant+_artificiality > 95>>
-		@@.yellow;Further facial surgery will create a severe uncanny valley effect.@@
+		@@.yellow;<<if $activeSlave.faceImplant != 0>>Further f<<else>>F<</if>>acial surgery will create a severe uncanny valley effect.@@
 	<<elseif $activeSlave.faceImplant+_artificiality > 60 && $activeSlave.faceImplant <= 60>>
-		@@.yellow;Further facial surgery will be extremely obvious.@@
+		@@.yellow;<<if $activeSlave.faceImplant != 0>>Further f<<else>>F<</if>>acial surgery will be extremely obvious.@@
 	<<elseif $activeSlave.faceImplant+_artificiality > 30 && $activeSlave.faceImplant <= 30>>
-		@@.yellow;Further facial surgery will eliminate a natural appearance.@@
+		@@.yellow;<<if $activeSlave.faceImplant != 0>>Further f<<else>>F<</if>>acial surgery will eliminate a natural appearance.@@
 	<<elseif $activeSlave.faceImplant+_artificiality > 10 && $activeSlave.faceImplant <= 10>>
-		@@.yellow;Further facial surgery will disturb a perfectly natural appearance.@@
+		@@.yellow;<<if $activeSlave.faceImplant != 0>>Further f<<else>>F<</if>>acial surgery will disturb a perfectly natural appearance.@@
 	<<else>>
 		A single facial surgery is not projected to significantly impact artificiality.
 	<</if>>//