diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index cffd137b950622d34a68e843e6194268d83d2d4c..c931fd9cb9e467fca088bf5b8ff6cfa9a3741cd1 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,11 @@
 
 0.10.7.1-1.2.x
 
+12/04/2018
+
+	2
+	-fixes
+
 12/03/2018
 
 	1
diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw
index 08752ca0125cfbd738c1a2392d705420067463d8..edafdb39b975d75d63e001ba3a185bace37f48f8 100644
--- a/src/pregmod/widgets/playerDescriptionWidgets.tw
+++ b/src/pregmod/widgets/playerDescriptionWidgets.tw
@@ -376,7 +376,7 @@
 					<<set adjustFatherProperty(_babyDaddy, "PCKnockedUp", _adjust)>>
 				<</if>>
 				<<if def $slaveIndices[$PC.pregSource]>>
-					<<setLocalpronouns _babyDaddy>>
+					<<setLocalPronouns _babyDaddy>>
 					Rumors spread among your slaves that your middle is swollen with _babyDaddy.slaveName's child. They're not wrong, though <<if _babyDaddy.devotion > 20>>_babyDaddy.slaveName is broken enough to not try and use it against you. In fact, it might even draw $him closer to you<<else>>you'd have liked it to have kept that from _babyDaddy.slaveName, lest the rebellious bitch uses it to remain defiant<</if>>.
 				<</if>>
 			<</if>>
@@ -449,7 +449,7 @@
 					<<set adjustFatherProperty(_babyDaddy, "PCKnockedUp", _adjust)>>
 				<</if>>
 				<<if def $slaveIndices[$PC.pregSource]>>
-					<<setLocalpronouns _babyDaddy>>
+					<<setLocalPronouns _babyDaddy>>
 					Rumors spread among your slaves that your middle is swollen with _babyDaddy.slaveName's child. They're not wrong, though <<if _babyDaddy.devotion > 20>>_babyDaddy.slaveName is broken enough to not try and use it against you. In fact, it might even draw $him closer to you<<else>>you'd have liked it to have kept that from _babyDaddy.slaveName, lest the rebellious bitch uses it to remain defiant<</if>>.
 				<</if>>
 			<</if>>
@@ -522,7 +522,7 @@
 					<<set adjustFatherProperty(_babyDaddy, "PCKnockedUp", _adjust)>>
 				<</if>>
 				<<if def $slaveIndices[$PC.pregSource]>>
-					<<setLocalpronouns _babyDaddy>>
+					<<setLocalPronouns _babyDaddy>>
 					Rumors spread among your slaves that your middle is swollen with _babyDaddy.slaveName's child. They're not wrong, though <<if _babyDaddy.devotion > 20>>_babyDaddy.slaveName is broken enough to not try and use it against you. In fact, it might even draw $him closer to you<<else>>you'd have liked it to have kept that from _babyDaddy.slaveName, lest the rebellious bitch uses it to remain defiant<</if>>.
 				<</if>>
 			<</if>>
diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw
index c196de514a02444a3ee5a7ccf44e041136bf8496..7471800d36de1f2a7d6272e51fea8414d347f7de 100644
--- a/src/uncategorized/dairyReport.tw
+++ b/src/uncategorized/dairyReport.tw
@@ -33,7 +33,7 @@
 					<<if $slaves[_i].mpreg == 1>>
 						<<set $slaves[_i].analCount += 10, $analTotal += 10>>
 					<<else>>
-						<<ser $slaves[_i].vaginalCount += 10, $vaginalTotal += 10>>
+						<<set $slaves[_i].vaginalCount += 10, $vaginalTotal += 10>>
 					<</if>>
 					<<set $slaves[_i].pregType = setPregType($slaves[_i])>>
 					<<set WombImpregnate($slaves[_i], $slaves[_i].pregType, $Milkmaid.ID, 1)>>