diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 647f8de975f790b22a4f1e71f0807d5d41641d2d..5160486b4ab1c81d12a0acde0fd2cf96fae6d2c0 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,10 @@
 
 3/15/2018
 
+	397
+	-fixed broken nice nurse outfit belly description
+	-game start player pregnancies should be initialized properly now
+
 	396
 	-fixes to PC cheat menu
 	-continued work on belly descriptions
diff --git a/src/npc/acquisition.tw b/src/npc/acquisition.tw
index 6752eb488ed760fdcdc6b4021e429ae944f1d376..6a27be9e7fd38e8e45a18afc322fd43a69a5bd87 100644
--- a/src/npc/acquisition.tw
+++ b/src/npc/acquisition.tw
@@ -41,13 +41,17 @@
 			<</for>>
 		<</if>>
 		<<if $PC.preg > 0>>
+			<<set $PC.pregWeek = $PC.preg>>
+			<<set $PC.pregType = 1>>
 			<<if $PC.career == "servant">>
 				<<set $PC.pregSource = -3>>
+				<<set $PC.pregType += random(0,0,1)>>
 			<<elseif $PC.career == "escort">>
 				<<set $PC.pregSource = -2>>
 			<</if>>
 			<<set $PC.pregKnown = 1>>
 			<<set $PC.belly = getPregBellySize($PC)>>
+			<<set WombImpregnate($PC, $PC.pregType, $PC.pregSource, $PC.preg)>>
 		<</if>>
 	<</if>>
 	<<set $PC.ovaryAge = $PC.physicalAge>>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index c5020ab7c3267acf2adc74f246c4e3a6b69b6dc4..a18769dfc7190855572e566afe40658557996414 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -7498,7 +7498,7 @@ $pronounCap has
 				$activeSlave.slaveName's scrub top rests meekly atop $possessive massive pregnant belly. In addition, $pronoun's left $possessive trousers unfastened to give $possessive overfilled womb more room.
 			<</if>>
 		<</if>>
-	<<elseif $activeSlave.belly >= 120000)>>
+	<<elseif $activeSlave.belly >= 120000>>
 		<<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>>
 		<<elseif $activeSlave.bellyImplant > 0>>
 			<<if ($activeSlave.boobs > 12000)>>