From b6f9b35e050e956751573f1cbb30e92038a2288c Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 8 Oct 2018 16:32:29 -0400
Subject: [PATCH] notes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt |  3 ++
 devNotes/twine JS.txt                        | 32 ++++++++++----------
 2 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index d0dcc8d898b..849639b630c 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,9 @@
 
 10/08/2018
 
+	4
+	-fixes
+
 	3
 	-fixes
 	-several new sets of clothing from deepmurk
diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 767b3989e93..267742909eb 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -16166,23 +16166,25 @@ window.rulesAssistantOptions = (function() {
 			const nclothes = [
 				["No default clothes setting", "no default setting"],
 				["Apron", "an apron"],
+				["Ballgown", "a ball gown"],
 				["Bangles", "slutty jewelry"],
-				["Blue jeans and a t-shirt", "a t-shirt and jeans"],
 				["Bodysuit", "a comfortable bodysuit"],
-				["Boy shorts", "boyshorts"],
+				["Boyshorts", "boyshorts"],
 				["Bra", "a bra"],
 				["Button-up shirt and panties", "a button-up shirt and panties"],
 				["Button-up shirt", "a button-up shirt"],
-				["Cheerleader outfit", "a cheerleader outfit"],
+				["Cheerleader", "a cheerleader outfit"],
 				["Clubslut netting", "clubslut netting"],
 				["Cutoffs and a t-shirt", "cutoffs and a t-shirt"],
+				["Cutoffs", "cutoffs"],
 				["Cybersuit", "a cybersuit"],
 				["Fallen nun", "a fallen nuns habit"],
 				["Halter top", "a halter top dress"],
 				["Hijab and abaya", "a hijab and abaya"],
-				["Jean shorts", "cutoffs"],
+				["Jeans", "jeans"],
 				["Kitty lingerie", "kitty lingerie"],
 				["Latex catsuit", "a latex catsuit"],
+				["Leather pants and a tube top", "leather pants and a tube top"],
 				["Leather pants and pasties", "leather pants and pasties"],
 				["Leather pants", "leather pants"],
 				["Leotard", "a leotard"],
@@ -16194,35 +16196,33 @@ window.rulesAssistantOptions = (function() {
 				["Nurse (nice)", "a nice nurse outfit"],
 				["Nurse (slutty)", "a slutty nurse outfit"],
 				["One-piece swimsuit", "a one-piece swimsuit"],
-				["Over-sized t-shirt and boy shorts", "an oversized t-shirt and boyshorts"],
+				["Over-sized t-shirt and boyshorts", "an oversized t-shirt and boyshorts"],
 				["Over-sized t-shirt", "an oversized t-shirt"],
-				["Panties and t-shirt", "a t-shirt and panties"],	
 				["Panties", "panties"],
 				["Pasties and panties", "panties and pasties"],					
 				["Scalemail bikini", "a scalemail bikini"],
 				["Schoolgirl", "a schoolgirl outfit"],
-				["Silken ballgown", "a ball gown"],
 				["Slave gown", "a slave gown"],
 				["Slutty outfit", "a slutty outfit"],
 				["Spats and tank top", "spats and a tank top"],
 				["Sport shorts and a sports bra", "sport shorts and a sports bra"],
-				["Sport shorts and shirt", "sport shorts and a t-shirt"],					
+				["Sport shorts and a t-shirt", "sport shorts and a t-shirt"],					
+				["Sport shorts", "sport shorts"],
 				["Sports bra", "a sports bra"],
 				["String bikini", "a string bikini"],
 				["Succubus costume", "a succubus outfit"],
 				["Suit (nice)", "nice business sattire"],
 				["Suit (slutty)", "slutty business attire"],
+				["Sweater and cutoffs", "a sweater and cutoffs"],
 				["Sweater and panties", "a sweater and panties"],
 				["Sweater", "a sweater"],
+				["T-shirt and jeans", "a t-shirt and jeans"],
+				["T-shirt and panties", "a t-shirt and panties"],	
+				["T-shirt and thong", "a t-shirt and thong"],
 				["T-shirt", "a t-shirt"],
 				["Tank-top and panties", "a tank-top and panties"],
 				["Tank-top", "a tank-top"],
-				["Thong and t-shirt", "a t-shirt and thong"],
 				["Thong", "a thong"],
-				["Tight blue jeans", "jeans"],
-				["Tight jean shorts and a sweater", "a sweater and cutoffs"]
-				["Tight leather pants and tube top", "leather pants and a tube top"],
-				["Tight sport shorts", "sport shorts"],
 				["Tube top and thong", "a tube top and thong"],
 				["Tube top", "a tube top"]
 			];
@@ -16245,9 +16245,9 @@ window.rulesAssistantOptions = (function() {
 				["Pony outfit (nice)", "a nice pony outfit"],
 				["Pony outfit (slutty)", "a slutty pony outfit"],
 				["Red Army uniform", "a red army uniform"],
-				["Shimapan Bra", "a striped bra"],
-				["Shimapan Panties", "striped panties"],
-				["Shimapan Underwear", "striped underwear"],
+				["Striped Bra", "a striped bra"],
+				["Striped Panties", "striped panties"],
+				["Striped Underwear", "striped underwear"],
 				["Skimpy battledress", "battledress"],
 				["Skimpy loincloth", "a skimpy loincloth"],
 				["Schutzstaffel uniform (nice)", "a schutzstaffel uniform"],
-- 
GitLab