diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 0077d6b8a4dda454f6fbdcbf8a9004a35656ecff..cda8deae3b4c89fa849d49e1f5d95fc35e61cb89 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 4e53c27a4bd732b2226bb9c66157751c4c6e8d84..a994aa4a5db3c9c26249a82c8e5bbfcf59f74940 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 26ebde910dbf4bc7ae6dd6d08a872e3f4ec07810..64c9d36521e758cc862bd5bb1a414dcae14993ec 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 4a8f0452bb5bc2d08971ad97d8c9b3c6c199b5d8..87f79fbbc481a4c741d54cc3b3eac55bd4d2ecb1 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 */