diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 63aaf6ec9897192d45da2c283f9c69e53b8f8509..0b8538fbf7d232423675d3fcba7f24e7e3825c06 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4529,7 +4529,7 @@ Pregmod 0.10.3.0
 	-fixes
 	-very bushy pubes
 	
-	11/12/16
+	11/12/17
 	
 	123
 	-some fixes
@@ -4543,7 +4543,7 @@ Pregmod 0.10.3.0
 	-fixes
 	-RESS work
 
-	11/13/16
+	11/13/17
 
 	126
 	-fixes
@@ -4564,7 +4564,7 @@ Pregmod 0.10.3.0
 	129.1
 	-more fixes
 	
-	11/14/16
+	11/14/17
 	
 	130
 	-fixed the free range dairy assignment scene
@@ -4577,7 +4577,7 @@ Pregmod 0.10.3.0
 	132
 	-fix
 	
-	11/15/16
+	11/15/17
 	
 	133
 	-major fixes to temporarily removed slaves
@@ -4585,7 +4585,7 @@ Pregmod 0.10.3.0
 	-removed restrictions on hormone blockes
 	-RESSTR event cleaning
 	
-	11/16/16
+	11/16/17
 	
 	134
 	-major revisions to how temporarily removed slaves are handled
@@ -4597,13 +4597,13 @@ Pregmod 0.10.3.0
 	-fixes
 	-RESSTR cleaning completed
 
-	11/17/16
+	11/17/17
 
 	137
 	-fixes
 	-began inflation rework stage of pregnancy overhaul (phase 2)
 	
-	11/18/16
+	11/18/17
 
 	138
 	-fixes
@@ -4616,7 +4616,7 @@ Pregmod 0.10.3.0
 	-fixes
 	-SFanon's stuff
 	
-	11/19/16
+	11/19/17
 	
 	141
 	-completed new vanilla country additions
@@ -4631,8 +4631,14 @@ Pregmod 0.10.3.0
 	144
 	-The daughters of liberty now require combatants to pass a physical before deployment (the captures will be in a more reasonable fighting shape)
 	
+	11/20/17
+	
 	145
 	-fixes
 	-new SJW recruit
 	-dairy slaves will only receive lactation implants if they have no dick, have breasts larger than flat, or are already lactating naturally.
-	-nationality reweighting
\ No newline at end of file
+	-nationality reweighting
+	
+	146
+	-fixes
+	-dairy now only increases breasts in lactating slaves and the stimulators increase cum output
\ No newline at end of file
diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
index 59ca3a359542698b5928fd642990d205a93b031e..4c16b7686a7852d07e2c43e1aaa0b9ad37dbf127 100644
--- a/src/uncategorized/walkPast.tw
+++ b/src/uncategorized/walkPast.tw
@@ -3,7 +3,7 @@
 //
 <<set $target = "">>
 <<if $familyTesting == 1 && totalRelatives($activeSlave) > 0 && random(1,100) > 80>>
-	<<set $relations = $slaves.filter(function(s) { return areSisters($activeSlave, s) > 0 || s.mother == $activeSlave.ID || s.father == $activeSlave.ID || s.ID == $activeSlave.mother || ; s.ID == $activeSlave.father})>>
+	<<set $relations = $slaves.filter(function(s) { return areSisters($activeSlave, s) > 0 || s.mother == $activeSlave.ID || s.father == $activeSlave.ID || s.ID == $activeSlave.mother || s.ID == $activeSlave.father; })>>
 	<<set $relation = $relations.random()>>
 	<<if $relation.mother == $activeSlave.ID || $relation.father == $activeSlave.ID>>
 		<<set $relationType = "daughter">>