From a175a7eb1e7accd9fd3a3608701f5fa28014a198 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 6 Nov 2018 03:41:24 -0500
Subject: [PATCH] fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt       | 4 ++++
 devNotes/twine JS.txt                              | 4 ++--
 src/js/itemAvailability.tw                         | 4 ++--
 src/uncategorized/freeRangeDairyAssignmentScene.tw | 3 ++-
 4 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 0077d6b8a4d..cda8deae3b4 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,10 @@
 
 11/06/2018
 
+	47
+	-fixes
+	-moved halter top dress and mini dress back to baseline clothing
+
 	46
 	-fixes
 	-migrated a bunch of clothing to wardrobe purchases
diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 4e53c27a4bd..a994aa4a5db 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -1163,8 +1163,8 @@ window.isItemAccessible = function(string) {
 
 		case 'a ball gown':
 		case 'a gothic lolita dress':
-		case 'a halter top dress':
-		case 'a mini dress':
+		//case 'a halter top dress':
+		//case 'a mini dress':
 		case 'a slave gown':
 			if (V.clothesBoughtDresses === 1) {
 				return true;
diff --git a/src/js/itemAvailability.tw b/src/js/itemAvailability.tw
index 26ebde910db..64c9d36521e 100644
--- a/src/js/itemAvailability.tw
+++ b/src/js/itemAvailability.tw
@@ -180,8 +180,8 @@ window.isItemAccessible = function(string) {
 
 		case 'a ball gown':
 		case 'a gothic lolita dress':
-		case 'a halter top dress':
-		case 'a mini dress':
+		//case 'a halter top dress':
+		//case 'a mini dress':
 		case 'a slave gown':
 			if (V.clothesBoughtDresses === 1) {
 				return true;
diff --git a/src/uncategorized/freeRangeDairyAssignmentScene.tw b/src/uncategorized/freeRangeDairyAssignmentScene.tw
index 4a8f0452bb5..87f79fbbc48 100644
--- a/src/uncategorized/freeRangeDairyAssignmentScene.tw
+++ b/src/uncategorized/freeRangeDairyAssignmentScene.tw
@@ -228,7 +228,7 @@ Sexual stimulation increases product output.
 			Lacking penile equipment of appropriate size, _he2 relies on _his2 tongue to stimulate the cow's sexual organs.
 		<</if>>
 		_He2 is quite skilled in giving mammary massages and handjobs, too.
-		<<if milkmaidImpregnates == 1 && canPenetrate($Milkmaid) && $Milkmaid.pubertyXY == 1 && $Milkmaid.ballType == "human">>
+		<<if $milkmaidImpregnates == 1 && canPenetrate($Milkmaid) && $Milkmaid.pubertyXY == 1 && $Milkmaid.ballType == "human">>
 			If at all possible, it is _his duty to thoroughly knock up _his2 charges.
 		<</if>>
 		<br/>
@@ -285,6 +285,7 @@ Sexual stimulation increases product output.
 				<</if>>
 				Soon, the automatic impregnator pumps the dildo in and out of $his body, frequently releasing large loads of potent cum directly into $his womb.
 			<</if>>
+		<</if>>
 	<</if>>
 <</if>>
 /* GETTING IN END */
-- 
GitLab