diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 36cf918776aa28b15bd62c674452ff31f1de66d7..c5bfcd12e4a6aba110f991908bc459c0a233f68d 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,18 @@
 
 0.10.7.1-0.5.x
 
+8/05/2018
+
+	20
+	-fixed an unlikely occurance where labor could be preepmpted causing oddities with birth
+	-fixes
+
+	19
+	-fixes
+
+	18
+	-fixes
+
 8/04/2018
 
 	17
diff --git a/src/init/setupVars.tw b/src/init/setupVars.tw
index 0afefe99e72f0c3ff22d7a29034829029901d4d9..dad187d402d254e9f7508c3dabd79a73ad72f4a5 100644
--- a/src/init/setupVars.tw
+++ b/src/init/setupVars.tw
@@ -265,7 +265,13 @@
 
 <<set setup.servantMilkersJobs = ["be a servant", "be a subordinate slave", "please you", "recruit girls", "rest", "stay confined", "take classes", "work as a servant"]>>
 
+<<set setup.pettyCriminalPool = ["robbery", "armed robbery", "murder", "arson", "burglary", "cat burglar", "petty theft", "theft", "pickpocketing", "manslaughter", "blackmail", "assault", "battery", "tax evasion", "rape", "child molestation", "child abuse", "domestic abuse", "illegal immigrant"]>>
 
+<<set setup.gangCriminalPool = ["mule", "arms smuggler", "drug smuggler", "gang murderer", "gang assulter", "gang bruiser", "gang theif", "drug peddler", "hitman", "assassin", "murder", "manslaughter", "attempted murder"]>>
+
+<<set setup.whiteCollarCriminalPool = ["racketeering", "bribery", "blackmail", "embezzlement", "fraud", "tax evasion", "malpractice", "abuse of power"]>>
+
+<<set setup.militaryCriminalPool = ["spy", "terrorist", "war criminal", "deserter", "officer", "specOps", "sniper", "gunner", "soldier", "private"]>>
 
 <<set setup.fakeBellies = ["a small empathy belly", "a medium empathy belly", "a large empathy belly", "a huge empathy belly"]>> /* lets fake bellies be separated from other .bellyAccessory */
 
diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw
index 056be879938540ae716ac9b313b034ec470228b6..842e09dfd5001dded6a30a4ef50f7a3bb7c8233d 100644
--- a/src/pregmod/csec.tw
+++ b/src/pregmod/csec.tw
@@ -334,6 +334,7 @@ Since her <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared from
 	<<set $activeSlave.pregSource = 0>>
 	<<set $activeSlave.pregKnown = 0>>
 	<<set $activeSlave.pregWeek = -4>>
+	<<set $activeSlave.labor = 0>>
 	<<if $activeSlave.broodmother == 0 && $bellyImplants == 1>>
 		<br><br>
 		<span id="bir">Since she is already in surgery and her body already stretched, it would be possible to preserve her pregnant appearance via fillable implant.
@@ -341,7 +342,7 @@ Since her <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared from
 		</span>
 			<<replace "#bir">>
 				<<if $PC.medicine >= 100>><<set $activeSlave.health -= 5>><<else>><<set $activeSlave.health -= 10>><</if>>
-				Installation of belly implant is relative simple procedure. Using the fact that her body and internal organs have already adapted to pregnancy, it's possible to greatly expand initial size of implant. She will still look pregnant post surgery and recovery.
+				Installation of belly implant is relatively simple procedure. Using the fact that her body and internal organs have already adapted to pregnancy, it's possible to greatly expand initial size of implant. She will still look pregnant post surgery and recovery.
 				<br>
 				<<if ($activeSlave.devotion > 50)>>
 					She leaves the surgery with her belly still very gravid, and as such, knows you put something into her womb replacing her prior natural pregnancy. She is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. 
diff --git a/src/uncategorized/reBoomerang.tw b/src/uncategorized/reBoomerang.tw
index 1c98c3a2506e3cccb01cb944dee6ba56f965fcbc..5f2ba55d583322261292a883b587214de3e3022a 100644
--- a/src/uncategorized/reBoomerang.tw
+++ b/src/uncategorized/reBoomerang.tw
@@ -138,7 +138,7 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against
 		<<elseif $activeSlave.ovaries == 1 && $activeSlave.vagina == 0>
 			<<set $activeSlave.vagina = 1>>
 		<</if>>
-		<<if $seePreg != 0>><<set $activeSlave.preg = random(5,_pregWeeks-1), $activeSlave.pregtype = random(2,4), $activeSlave.vagina = 4, $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1, SetBellySize($activeSlave)>><</if>>
+		<<if $seePreg != 0>><<set $activeSlave.preg = random(5,_pregWeeks-1), $activeSlave.pregtype = random(2,4), $activeSlave.vagina = 4, $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1, $activeSlave.pregSource = -2, SetBellySize($activeSlave)>><</if>>
 	<</if>>
 <<case "pain fetishist">>
 	"They whip me. A-actually," she sniffles, "I'm glad when they whip me b-becau<<s>>e e-everything el<<s>>e they d-do is w-wor<<s>>e. The only break I get i-i<<s>> when I'm hurt bad and th-they have to f-fix me." After all, you did sell her into a life as a pain slave.