From 868c078ab0159e77bf7cfc5dab802abe437a6441 Mon Sep 17 00:00:00 2001
From: deepmurk <axiao@protonmail.com>
Date: Mon, 8 Oct 2018 06:01:08 -0400
Subject: [PATCH] Lexographic sort for RAO outfits

---
 src/js/rulesAssistantOptions.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/js/rulesAssistantOptions.tw b/src/js/rulesAssistantOptions.tw
index 2deaadb9b85..33f2730b57d 100644
--- a/src/js/rulesAssistantOptions.tw
+++ b/src/js/rulesAssistantOptions.tw
@@ -1073,8 +1073,8 @@ window.rulesAssistantOptions = (function() {
 
 			const nclothes = [
 				["No default clothes setting", "no default setting"],
-				["A sweater and cutoffs", "a sweater and cutoffs"],
 				["Apron", "an apron"],
+				["Ballgown", "a ball gown"],
 				["Bangles", "slutty jewelry"],
 				["Bodysuit", "a comfortable bodysuit"],
 				["Boyshorts", "boyshorts"],
@@ -1110,7 +1110,6 @@ window.rulesAssistantOptions = (function() {
 				["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"],
@@ -1122,6 +1121,7 @@ window.rulesAssistantOptions = (function() {
 				["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"],
-- 
GitLab