diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 25c89280bf7afa66139142b3d3c649c82c94c2a6..0483a79f759cc5f7a24df664ee528768e915eae2 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,13 @@
 
 0.10.7.0/1
 
+2/25/18
+
+	370
+	-various bug fixes
+	-more stuff from SFanon
+	Agent pregnancy bug still in play.
+
 2/24/18
 
 	369
diff --git a/src/uncategorized/recETSWorkaround.tw b/src/uncategorized/recETSWorkaround.tw
index 80ba709fefe3b11367d3a4ac343808bb7a9bd330..9b2174b955a3c39c709745dec9b96e121d0af6f6 100644
--- a/src/uncategorized/recETSWorkaround.tw
+++ b/src/uncategorized/recETSWorkaround.tw
@@ -118,6 +118,7 @@ Her sister-pimp walks in angrily demanding to know why you called her here. She
 
 The son cheers happily and hugs his relieved mother. She leans in and kisses him deeply. They ought to be an interesting addition to your penthouse.
 
+
 <<set $activeSlave.slaveName = $activeSlave.birthName>>
 <<set $activeSlave.ID = $activeSlave.ID + 1000>>
 <<set $activeSlave.career = "a student">>
@@ -140,6 +141,7 @@ The son cheers happily and hugs his relieved mother. She leans in and kisses him
 <<set $activeSlave.preg = 0>>
 <<set $activeSlave.pregKnown = 0>>
 <<set $activeSlave.pregWeek = 0>>
+<<set WombFlush($activeSlave)>>
 <<SetBellySize $activeSlave>>
 <<set $activeSlave.dick = 2>>
 <<set $activeSlave.foreskin = 3>>
@@ -235,6 +237,7 @@ They cheer happily and hug each other tightly. They ought to be an interesting a
 <<set $activeSlave.preg = 0>>
 <<set $activeSlave.pregKnown = 0>>
 <<set $activeSlave.pregWeek = 0>>
+<<set WombFlush($activeSlave)>>
 <<SetBellySize $activeSlave>>
 <<set $activeSlave.dick = 2>>
 <<set $activeSlave.foreskin = 2>>
@@ -610,6 +613,7 @@ You turn to the child clutching her mother's grotesque belly.
 	<<set $activeSlave.pubertyXX = 0>>
 	<<set $activeSlave.vagina = 0>>
 	<<set $activeSlave.pregKnown = 0>>
+	<<set WombFlush($activeSlave)>>
 	<<if $fertilityAge <= 3>>
 		<<set $activeSlave.pubertyXX = 1>>
 		<<set $activeSlave.preg = 6>>
diff --git a/src/uncategorized/securityForceEOWReport.tw b/src/uncategorized/securityForceEOWReport.tw
index 1382509c9b759f5d45ad8202e181387cd666dccf..4e8c379092aae99b46f78c7125d19089b11a5698 100644
--- a/src/uncategorized/securityForceEOWReport.tw
+++ b/src/uncategorized/securityForceEOWReport.tw
@@ -290,7 +290,7 @@
 	<<switch $ColonelCore>>
 	<<case "warmonger" "cruel" "psychopathic">>
 		<<set $securityForceMissionEfficiency *= 1+(_RaidingEfficiency)>>
-	<<switch>>
+	<</switch>>
 	<<if $securityForceSexedColonel > 0>>
 		<<set $securityForceMissionEfficiency *= 1+($securityForceSexedColonel*_RaidingEfficiency)>>
 	<</if>>