Skip to content
Snippets Groups Projects
Commit 868c078a authored by deepmurk's avatar deepmurk
Browse files

Lexographic sort for RAO outfits

parent 03d2d8af
No related branches found
No related tags found
No related merge requests found
......@@ -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"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment