Skip to content
Snippets Groups Projects
Commit 3f9eaf9f authored by deepmurk's avatar deepmurk
Browse files

Link name fix RAO

parent 8304e69c
Branches
Tags
1 merge request!2731RulesAssistantOptions.tw Fix
...@@ -1072,25 +1072,26 @@ window.rulesAssistantOptions = (function() { ...@@ -1072,25 +1072,26 @@ window.rulesAssistantOptions = (function() {
super("Clothes", items); super("Clothes", items);
const nclothes = [ const nclothes = [
["No default clothes setting", "no default setting"], ["A sweater and cutoffs", "a sweater and cutoffs"],
["Apron", "an apron"], ["Apron", "an apron"],
["Bangles", "slutty jewelry"], ["Bangles", "slutty jewelry"],
["Blue jeans and a t-shirt", "a t-shirt and jeans"],
["Bodysuit", "a comfortable bodysuit"], ["Bodysuit", "a comfortable bodysuit"],
["Boy shorts", "boyshorts"], ["Boyshorts", "boyshorts"],
["Bra", "a bra"], ["Bra", "a bra"],
["Button-up shirt and panties", "a button-up shirt and panties"], ["Button-up shirt and panties", "a button-up shirt and panties"],
["Button-up shirt", "a button-up shirt"], ["Button-up shirt", "a button-up shirt"],
["Cheerleader outfit", "a cheerleader outfit"], ["Cheerleader", "a cheerleader outfit"],
["Clubslut netting", "clubslut netting"], ["Clubslut netting", "clubslut netting"],
["Cutoffs and a t-shirt", "cutoffs and a t-shirt"], ["Cutoffs and a t-shirt", "cutoffs and a t-shirt"],
["Cutoffs", "cutoffs"],
["Cybersuit", "a cybersuit"], ["Cybersuit", "a cybersuit"],
["Fallen nun", "a fallen nuns habit"], ["Fallen nun", "a fallen nuns habit"],
["Halter top", "a halter top dress"], ["Halter top", "a halter top dress"],
["Hijab and abaya", "a hijab and abaya"], ["Hijab and abaya", "a hijab and abaya"],
["Jean shorts", "cutoffs"], ["Jeans", "jeans"],
["Kitty lingerie", "kitty lingerie"], ["Kitty lingerie", "kitty lingerie"],
["Latex catsuit", "a latex catsuit"], ["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 and pasties", "leather pants and pasties"],
["Leather pants", "leather pants"], ["Leather pants", "leather pants"],
["Leotard", "a leotard"], ["Leotard", "a leotard"],
...@@ -1099,12 +1100,12 @@ window.rulesAssistantOptions = (function() { ...@@ -1099,12 +1100,12 @@ window.rulesAssistantOptions = (function() {
["Mini dress", "a mini dress"], ["Mini dress", "a mini dress"],
["Monokini", "a monokini"], ["Monokini", "a monokini"],
["Nice lingerie", "attractive lingerie"], ["Nice lingerie", "attractive lingerie"],
["No default clothes setting", "no default setting"],
["Nurse (nice)", "a nice nurse outfit"], ["Nurse (nice)", "a nice nurse outfit"],
["Nurse (slutty)", "a slutty nurse outfit"], ["Nurse (slutty)", "a slutty nurse outfit"],
["One-piece swimsuit", "a one-piece swimsuit"], ["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"], ["Over-sized t-shirt", "an oversized t-shirt"],
["Panties and t-shirt", "a t-shirt and panties"],
["Panties", "panties"], ["Panties", "panties"],
["Pasties and panties", "panties and pasties"], ["Pasties and panties", "panties and pasties"],
["Scalemail bikini", "a scalemail bikini"], ["Scalemail bikini", "a scalemail bikini"],
...@@ -1114,7 +1115,8 @@ window.rulesAssistantOptions = (function() { ...@@ -1114,7 +1115,8 @@ window.rulesAssistantOptions = (function() {
["Slutty outfit", "a slutty outfit"], ["Slutty outfit", "a slutty outfit"],
["Spats and tank top", "spats and a tank top"], ["Spats and tank top", "spats and a tank top"],
["Sport shorts and a sports bra", "sport shorts and a sports bra"], ["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"], ["Sports bra", "a sports bra"],
["String bikini", "a string bikini"], ["String bikini", "a string bikini"],
["Succubus costume", "a succubus outfit"], ["Succubus costume", "a succubus outfit"],
...@@ -1122,15 +1124,13 @@ window.rulesAssistantOptions = (function() { ...@@ -1122,15 +1124,13 @@ window.rulesAssistantOptions = (function() {
["Suit (slutty)", "slutty business attire"], ["Suit (slutty)", "slutty business attire"],
["Sweater and panties", "a sweater and panties"], ["Sweater and panties", "a sweater and panties"],
["Sweater", "a sweater"], ["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"], ["T-shirt", "a t-shirt"],
["Tank-top and panties", "a tank-top and panties"], ["Tank-top and panties", "a tank-top and panties"],
["Tank-top", "a tank-top"], ["Tank-top", "a tank-top"],
["Thong and t-shirt", "a t-shirt and thong"],
["Thong", "a 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 and thong", "a tube top and thong"],
["Tube top", "a tube top"] ["Tube top", "a tube top"]
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment