diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 3b60c108a3ecce76c5033f75854f468f052469c0..a1d43f0d5fbf28192d990efb79b292f72c63edbe 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,10 @@
 
 4/17/2018
 
+	58
+	-crooked teeth generation changes
+	-several minor tweaks
+
 	57
 	-fixes
 	-more REFI work
diff --git a/src/facilities/brothel/brothelAssignmentScene.tw b/src/facilities/brothel/brothelAssignmentScene.tw
index eeb678277bf2688da3259d8f4d904854d9c7c4a4..f65d331c152685216602addbc22bb3b709090976 100644
--- a/src/facilities/brothel/brothelAssignmentScene.tw
+++ b/src/facilities/brothel/brothelAssignmentScene.tw
@@ -64,8 +64,10 @@ You tell her she's to report to <<if $Madam != 0>>$Madam.slaveName immediately,
 			"I'm going to be a pregnant whore. That'<<s>> pretty fucking <<s>>e<<x>>y."
 		<<elseif $activeSlave.preg > 0>>
 			"<<s>>ince it'<<s>> all bareback, I'm going to have a fuckton of cum in me. I wonder how much cum it would take to get my poor womb pregnant?"
-		<<else>>
+		<<elseif $activeSlave.ovaries == 1 && $activeSlave.pubertyXX == 0>>
 			"I can't wait till I can get pregnant. That'd be pretty fucking <<s>>e<<x>>y."
+		<<else>>
+			"I hear from the other girl<<s>> there'<<s>> thi<<s>> pregnant lady who goe<<s>> there every night and pay<<s>> to have a whore cuddle her. Ju<<s>>t cuddle, all night. That would be kind of hard, ju<<s>>t cuddling, but I could do it."
 		<</if>>
 	<<case "dom">>
 		I heard from the other girl<<s>> that <<s>>ome <<c>>iti<<z>>en<<s>> bring their girl<<s>> there. Ju<<s>>t to make them take it from a whore."
@@ -118,8 +120,10 @@ You tell her she's to report to <<if $Madam != 0>>$Madam.slaveName immediately,
 			"I'm going to be a pregnant whore. That'<<s>> pretty fucking <<s>>e<<x>>y."
 		<<elseif $activeSlave.preg > 0>>
 			"<<s>>ince it'<<s>> all bareback, I'm going to have a fuckton of cum in me. I wonder how much cum it would take to get my poor womb pregnant?"
+		<<elseif $activeSlave.ovaries == 1 && $activeSlave.pubertyXX == 0>>
+			"I can't wait till I can get pregnant. That'd be pretty fucking <<s>>e<<x>>y."
 		<<else>>
-			"I'm can't wait till I can get pregnant. That'd be pretty fucking <<s>>e<<x>>y."
+			"I hear from the other girl<<s>> there'<<s>> thi<<s>> pregnant lady who goe<<s>> there every night and pay<<s>> to have a whore cuddle her. Ju<<s>>t cuddle, all night. That would be kind of hard, ju<<s>>t cuddling, but I could do it."
 		<</if>>
 	<<case "dom">>
 		I heard from the other girl<<s>> that <<s>>ome <<c>>iti<<z>>en<<s>> bring their girl<<s>> there. Ju<<s>>t to make them take it from a whore."
diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw
index e94437f3eff896a08895168bf627512daa4fe22a..7c9f8ef3782fec7fc9fe53f23e128dde4df361a1 100644
--- a/src/uncategorized/dairyReport.tw
+++ b/src/uncategorized/dairyReport.tw
@@ -322,7 +322,7 @@
 				<<set $slaves[$i].diet = "healthy">>
 			<</if>>
 		<<elseif $dairyWeightSetting == 4>>
-			<<if $slaves[$i].weight <= 200>>
+			<<if $slaves[$i].weight <= 195>>
 				<<set $slaves[$i].diet = "fattening">>
 			<<else>>
 				<<set $slaves[$i].diet = "healthy">>