diff --git a/src/js/wardrobeUse.js b/src/js/wardrobeUse.js
index d3f63020cb6e7651fa7fdf717533684af54cffe7..49d18c0a1f112effa6d4462fe2a2045d7a24db1e 100644
--- a/src/js/wardrobeUse.js
+++ b/src/js/wardrobeUse.js
@@ -1,373 +1,385 @@
 App.UI.Wardrobe = {};
 
 App.UI.Wardrobe.clothes = function(slave) {
+	if (slave.fuckdoll !== 0) {
+		return;
+	}
+
+	const
+		{
+			// eslint-disable-next-line no-unused-vars
+			he, him, his, hers, himself, boy, He, His
+		} = getPronouns(slave);
+
 	let choiceOptionsArray= [];
 	let niceOptionsArray= [];
 	let harshOptionsArray= [];
-	if (slave.fuckdoll == 0) {
-	if (V.showMainClothing != 0) {
-		
-		choiceOptionsArray.push({text: `Let V.him choose`, updateSlave: {clothes: `choosing her own clothes`}});
+	choiceOptionsArray.push({text: `Let ${him} choose`, updateSlave: {clothes: `choosing her own clothes`}});
 
-		niceOptionsArray.push({text: `Apron`, updateSlave: {clothes: `an apron`}});
+	niceOptionsArray.push({text: `Apron`, updateSlave: {clothes: `an apron`}});
+	niceOptionsArray.push({text: `Ballgown`, updateSlave: {clothes: `a ball gown`}});
+	if (isItemAccessible("a ball gown")) {
 		niceOptionsArray.push({text: `Ballgown`, updateSlave: {clothes: `a ball gown`}});
-		if (isItemAccessible("a ball gown")) {
-			niceOptionsArray.push({text: `Ballgown`, updateSlave: {clothes: `a ball gown`}});
-		}
-		niceOptionsArray.push({text: `Bangles`, updateSlave: {clothes: `slutty jewelry`}});
-		if (isItemAccessible("battlearmor")) {
-			niceOptionsArray.push({text: `Battlearmor`, updateSlave: {clothes: `battlearmor`}});
-		}
-		if (isItemAccessible("battledress")) {
-			niceOptionsArray.push({text: `Battledress`, updateSlave: {clothes: `battledress`}});
-		}
-		if (isItemAccessible("a biyelgee costume")) {
-			niceOptionsArray.push({text: `Biyelgee costume`, updateSlave: {clothes: `a biyelgee costume`}});
-		}
-		niceOptionsArray.push({text: `Bodysuit`, updateSlave: {clothes: `a comfortable bodysuit`}});
-		if (isItemAccessible("boyshorts")) {
-			niceOptionsArray.push({text: `Boyshorts`, updateSlave: {clothes: `boyshorts`}});
-		}
-		if (isItemAccessible("a bra")) {
-			niceOptionsArray.push({text: `Bra`, updateSlave: {clothes: `a bra`}});
-		}
-		if (isItemAccessible("a burkini")) {
-			niceOptionsArray.push({text: `Burkini`, updateSlave: {clothes: `a burkini`}});
-		}
-		if (isItemAccessible("a burqa")) {
-			niceOptionsArray.push({text: `Burqa`, updateSlave: {clothes: `a burqa`}});
-		}
-		if (isItemAccessible("a button-up shirt and panties")) {
-			niceOptionsArray.push({text: `Button-up shirt and panties`, updateSlave: {clothes: `a button-up shirt and panties`}});
-		}
-		if (isItemAccessible("a button-up shirt")) {
-			niceOptionsArray.push({text: `Button-up shirt`, updateSlave: {clothes: `a button-up shirt`}});
-		}
-		niceOptionsArray.push({text: `Cheerleader`, updateSlave: {clothes: `a cheerleader outfit`}});
-		niceOptionsArray.push({text: `Clubslut netting`, updateSlave: {clothes: `clubslut netting`}});
-		niceOptionsArray.push({text: `Cutoffs and a t-shirt`, updateSlave: {clothes: `cutoffs and a t-shirt`}});
-		if (isItemAccessible("cutoffs")) {
-			niceOptionsArray.push({text: `Cutoffs`, updateSlave: {clothes: `cutoffs`}});
-		}
-		if (isItemAccessible("a cybersuit")) {
-			niceOptionsArray.push({text: `Cybersuit`, updateSlave: {clothes: `a cybersuit`}});
-		}
-		if (isItemAccessible("a dirndl")) {
-			niceOptionsArray.push({text: `Dirndl`, updateSlave: {clothes: `a dirndl`}});
-		}
-		niceOptionsArray.push({text: `Fallen nun`, updateSlave: {clothes: `a fallen nuns habit`}});
-		if (isItemAccessible("a gothic lolita dress")) {
-			niceOptionsArray.push({text: `Gothic lolita dress`, updateSlave: {clothes: `a gothic lolita dress`}});
-		}
-		if (isItemAccessible("a halter top dress")) {
-			niceOptionsArray.push({text: `Haltertop dress`, updateSlave: {clothes: `a halter top dress`}});
-		}
-		if (isItemAccessible("a hanbok")) {
-			niceOptionsArray.push({text: `Hanbok`, updateSlave: {clothes: `a hanbok`}});
-		}
-		niceOptionsArray.push({text: `Hijab and abaya`, updateSlave: {clothes: `a hijab and abaya`}});
-		if (isItemAccessible("a hijab and blouse")) {
-			niceOptionsArray.push({text: `Hijab and blouse`, updateSlave: {clothes: `a hijab and blouse`}});
-		}
-		if (isItemAccessible("jeans")) {
-			niceOptionsArray.push({text: `Jeans`, updateSlave: {clothes: `jeans`}});
-		}
-		if (isItemAccessible("kitty lingerie")) {
-			niceOptionsArray.push({text: `Kitty lingerie`, updateSlave: {clothes: `kitty lingerie`}});
-		}
-		if (isItemAccessible("a klan robe")) {
-			niceOptionsArray.push({text: `Ku Klux Klan robe (nice)`, updateSlave: {clothes: `a klan robe`}});
-		}
-		if (isItemAccessible("a slutty klan robe")) {
-			niceOptionsArray.push({text: `Ku Klux Klan robe (slutty)`, updateSlave: {clothes: `a slutty klan robe`}});
-		}
-		if (isItemAccessible("a latex catsuit")) {
-			niceOptionsArray.push({text: `Latex catsuit`, updateSlave: {clothes: `a latex catsuit`}});
-		}
-		if (isItemAccessible("leather pants and a tube top")) {
-			niceOptionsArray.push({text: `Leather pants and a tube top`, updateSlave: {clothes: `leather pants and a tube top`}});
-		}
-		if (isItemAccessible("leather pants and pasties")) {
-			niceOptionsArray.push({text: `Leather pants and pasties`, updateSlave: {clothes: `leather pants and pasties`}});
-		}
-		if (isItemAccessible("leather pants")) {
-			niceOptionsArray.push({text: `Leather pants`, updateSlave: {clothes: `leather pants`}});
-		}
-		if (isItemAccessible("lederhosen")) {
-			niceOptionsArray.push({text: `Lederhosen`, updateSlave: {clothes: `lederhosen`}});
-		}
-		niceOptionsArray.push({text: `Leotard`, updateSlave: {clothes: `a leotard`}});
-		if (isItemAccessible("a nice maid outfit")) {
-			niceOptionsArray.push({text: `Maid (nice)`, updateSlave: {clothes: `a nice maid outfit`}});
-		}
-		niceOptionsArray.push({text: `Maid (slutty)`, updateSlave: {clothes: `a slutty maid outfit`}});
-		if (isItemAccessible("a military uniform")) {
-			niceOptionsArray.push({text: `Military uniform`, updateSlave: {clothes: `a military uniform`}});
-		}
-		if (isItemAccessible("a mini dress")) {
-			niceOptionsArray.push({text: `Mini dress`, updateSlave: {clothes: `a mini dress`}});
-		}
-		if (isItemAccessible("a monokini")) {
-			niceOptionsArray.push({text: `Monokini`, updateSlave: {clothes: `a monokini`}});
-		}
-		if (isItemAccessible("a mounty outfit")) {
-			niceOptionsArray.push({text: `Mounty outfit`, updateSlave: {clothes: `a mounty outfit`}});
-		}
-		niceOptionsArray.push({text: `Nice lingerie`, updateSlave: {clothes: `attractive lingerie`}});
-		if (isItemAccessible("a niqab and abaya")) {
-			niceOptionsArray.push({text: `Niqab and abaya`, updateSlave: {clothes: `a niqab and abaya`}});
-		}
-		if (isItemAccessible("a nice nurse outfit")) {
-			niceOptionsArray.push({text: `Nurse (nice)`, updateSlave: {clothes: `a nice nurse outfit`}});
-		}
-		niceOptionsArray.push({text: `Nurse (slutty)`, updateSlave: {clothes: `a slutty nurse outfit`}});
-		if (isItemAccessible("a one-piece swimsuit")) {
-			niceOptionsArray.push({text: `One-piece swimsuit`, updateSlave: {clothes: `a one-piece swimsuit`}});
-		}
-		niceOptionsArray.push({text: `Overalls`, updateSlave: {clothes: `overalls`}});
-		if (isItemAccessible("an oversized t-shirt and boyshorts")) {
-			niceOptionsArray.push({text: `Oversized t-shirt and boyshorts`, updateSlave: {clothes: `an oversized t-shirt and boyshorts`}});
-		}
-		if (isItemAccessible("an oversized t-shirt")) {
-			niceOptionsArray.push({text: `Oversized t-shirt`, updateSlave: {clothes: `an oversized t-shirt`}});
-		}
-		if (isItemAccessible("panties and pasties")) {
-			niceOptionsArray.push({text: `Panties and pasties`, updateSlave: {clothes: `panties and pasties`}});
-		}
-		niceOptionsArray.push({text: `Panties`, updateSlave: {clothes: `panties`}});
-		if (isItemAccessible("pasties")) {
-			niceOptionsArray.push({text: `Pasties`, updateSlave: {clothes: `pasties`}});
-		}
-		if (isItemAccessible("a police uniform")) {
-			niceOptionsArray.push({text: `Police uniform`, updateSlave: {clothes: `a police uniform`}});
-		}
-		if (isItemAccessible("a nice pony outfit")) {
-			niceOptionsArray.push({text: `Pony outfit (nice)`, updateSlave: {clothes: `a nice pony outfit`}});
-		}
-		if (isItemAccessible("a slutty pony outfit")) {
-			niceOptionsArray.push({text: `Pony outfit (slutty)`, updateSlave: {clothes: `a slutty pony outfit`}});
-		}
-		if (isItemAccessible("a red army uniform")) {
-			niceOptionsArray.push({text: `Red Army uniform`, updateSlave: {clothes: `a red army uniform`}});
-		}
-		if (isItemAccessible("a Santa dress")) {
-			niceOptionsArray.push({text: `Santa dress`, updateSlave: {clothes: `a Santa dress`}});
-		}
-		niceOptionsArray.push({text: `Scalemail bikini`, updateSlave: {clothes: `a scalemail bikini`}});
-		niceOptionsArray.push({text: `Schoolgirl`, updateSlave: {clothes: `a schoolgirl outfit`}});
-		if (isItemAccessible("a schutzstaffel uniform")) {
-			niceOptionsArray.push({text: `Schutzstaffel uniform (nice)`, updateSlave: {clothes: `a schutzstaffel uniform`}});
-		}
-		if (isItemAccessible("a slutty schutzstaffel uniform")) {
-			niceOptionsArray.push({text: `Schutzstaffel uniform (slutty)`, updateSlave: {clothes: `a slutty schutzstaffel uniform`}});
-		}
-		if (isItemAccessible("a skimpy loincloth")) {
-			niceOptionsArray.push({text: `Skimpy loincloth`, updateSlave: {clothes: `a skimpy loincloth`}});
-		}
-		if (isItemAccessible("a slave gown")) {
-			niceOptionsArray.push({text: `Slave gown`, updateSlave: {clothes: `a slave gown`}});
-		}
-		niceOptionsArray.push({text: `Slutty outfit`, updateSlave: {clothes: `a slutty outfit`}});
-		niceOptionsArray.push({text: `Spats and a tank top`, updateSlave: {clothes: `spats and a tank top`}});
-		if (isItemAccessible("sport shorts and a sports bra")) {
-			niceOptionsArray.push({text: `Sport shorts and a sports bra`, updateSlave: {clothes: `sport shorts and a sports bra`}});
-		}
-		if (isItemAccessible("sport shorts and a t-shirt")) {
-			niceOptionsArray.push({text: `Sport shorts and a t-shirt`, updateSlave: {clothes: `sport shorts and a t-shirt`}});
-		}
-		if (isItemAccessible("sport shorts")) {
-			niceOptionsArray.push({text: `Sport shorts`, updateSlave: {clothes: `sport shorts`}});
-		}
-		if (isItemAccessible("a sports bra")) {
-			niceOptionsArray.push({text: `Sports bra`, updateSlave: {clothes: `a sports bra`}});
-		}
-		niceOptionsArray.push({text: `String bikini`, updateSlave: {clothes: `a string bikini`}});
-		if (isItemAccessible("a striped bra")) {
-			niceOptionsArray.push({text: `Striped bra`, updateSlave: {clothes: `a striped bra`}});
-		}
-		if (isItemAccessible("striped panties")) {
-			niceOptionsArray.push({text: `Striped panties`, updateSlave: {clothes: `striped panties`}});
-		}
-		if (isItemAccessible("striped underwear")) {
-			niceOptionsArray.push({text: `Striped underwear`, updateSlave: {clothes: `striped underwear`}});
-		}
-		niceOptionsArray.push({text: `Succubus costume`, updateSlave: {clothes: `a succubus outfit`}});
-		if (isItemAccessible("nice business attire")) {
-			niceOptionsArray.push({text: `Suit (nice)`, updateSlave: {clothes: `nice business attire`}});
-		}
-		niceOptionsArray.push({text: `Suit (slutty)`, updateSlave: {clothes: `slutty business attire`}});
-		if (isItemAccessible("a sweater and cutoffs")) {
-			niceOptionsArray.push({text: `Sweater and cutoffs`, updateSlave: {clothes: `a sweater and cutoffs`}});
-		}
-		if (isItemAccessible("a sweater and panties")) {
-			niceOptionsArray.push({text: `Sweater and panties`, updateSlave: {clothes: `a sweater and panties`}});
-		}
-		if (isItemAccessible("a sweater")) {
-			niceOptionsArray.push({text: `Sweater`, updateSlave: {clothes: `a sweater`}});
-		}
-		if (isItemAccessible("a t-shirt and jeans")) {
-			niceOptionsArray.push({text: `T-shirt and jeans`, updateSlave: {clothes: `a t-shirt and jeans`}});
-		}
-		if (isItemAccessible("a t-shirt and panties")) {
-			niceOptionsArray.push({text: `T-shirt and panties`, updateSlave: {clothes: `a t-shirt and panties`}});
-		}
-		if (isItemAccessible("a t-shirt and thong")) {
-			niceOptionsArray.push({text: `T-shirt and thong`, updateSlave: {clothes: `a t-shirt and thong`}});
-		}
-		if (isItemAccessible("a t-shirt")) {
-			niceOptionsArray.push({text: `T-shirt`, updateSlave: {clothes: `a t-shirt`}});
-		}
-		if (isItemAccessible("a tank-top and panties")) {
-			niceOptionsArray.push({text: `Tank-top and panties`, updateSlave: {clothes: `a tank-top and panties`}});
-		}
-		if (isItemAccessible("a tank-top")) {
-			niceOptionsArray.push({text: `Tank-top`, updateSlave: {clothes: `a tank-top`}});
-		}
-		if (isItemAccessible("a thong")) {
-			niceOptionsArray.push({text: `Thong`, updateSlave: {clothes: `a thong`}});
-		}
-		if (isItemAccessible("a tube top and thong")) {
-			niceOptionsArray.push({text: `Tube top and thong`, updateSlave: {clothes: `a tube top and thong`}});
-		}
-		if (isItemAccessible("a tube top")) {
-			niceOptionsArray.push({text: `Tube top`, updateSlave: {clothes: `a tube top`}});
-		}
+	}
+	niceOptionsArray.push({text: `Bangles`, updateSlave: {clothes: `slutty jewelry`}});
+	if (isItemAccessible("battlearmor")) {
+		niceOptionsArray.push({text: `Battlearmor`, updateSlave: {clothes: `battlearmor`}});
+	}
+	if (isItemAccessible("battledress")) {
+		niceOptionsArray.push({text: `Battledress`, updateSlave: {clothes: `battledress`}});
+	}
+	if (isItemAccessible("a biyelgee costume")) {
+		niceOptionsArray.push({text: `Biyelgee costume`, updateSlave: {clothes: `a biyelgee costume`}});
+	}
+	niceOptionsArray.push({text: `Bodysuit`, updateSlave: {clothes: `a comfortable bodysuit`}});
+	if (isItemAccessible("boyshorts")) {
+		niceOptionsArray.push({text: `Boyshorts`, updateSlave: {clothes: `boyshorts`}});
+	}
+	if (isItemAccessible("a bra")) {
+		niceOptionsArray.push({text: `Bra`, updateSlave: {clothes: `a bra`}});
+	}
+	if (isItemAccessible("a burkini")) {
+		niceOptionsArray.push({text: `Burkini`, updateSlave: {clothes: `a burkini`}});
+	}
+	if (isItemAccessible("a burqa")) {
+		niceOptionsArray.push({text: `Burqa`, updateSlave: {clothes: `a burqa`}});
+	}
+	if (isItemAccessible("a button-up shirt and panties")) {
+		niceOptionsArray.push({text: `Button-up shirt and panties`, updateSlave: {clothes: `a button-up shirt and panties`}});
+	}
+	if (isItemAccessible("a button-up shirt")) {
+		niceOptionsArray.push({text: `Button-up shirt`, updateSlave: {clothes: `a button-up shirt`}});
+	}
+	niceOptionsArray.push({text: `Cheerleader`, updateSlave: {clothes: `a cheerleader outfit`}});
+	niceOptionsArray.push({text: `Clubslut netting`, updateSlave: {clothes: `clubslut netting`}});
+	niceOptionsArray.push({text: `Cutoffs and a t-shirt`, updateSlave: {clothes: `cutoffs and a t-shirt`}});
+	if (isItemAccessible("cutoffs")) {
+		niceOptionsArray.push({text: `Cutoffs`, updateSlave: {clothes: `cutoffs`}});
+	}
+	if (isItemAccessible("a cybersuit")) {
+		niceOptionsArray.push({text: `Cybersuit`, updateSlave: {clothes: `a cybersuit`}});
+	}
+	if (isItemAccessible("a dirndl")) {
+		niceOptionsArray.push({text: `Dirndl`, updateSlave: {clothes: `a dirndl`}});
+	}
+	niceOptionsArray.push({text: `Fallen nun`, updateSlave: {clothes: `a fallen nuns habit`}});
+	if (isItemAccessible("a gothic lolita dress")) {
+		niceOptionsArray.push({text: `Gothic lolita dress`, updateSlave: {clothes: `a gothic lolita dress`}});
+	}
+	if (isItemAccessible("a halter top dress")) {
+		niceOptionsArray.push({text: `Haltertop dress`, updateSlave: {clothes: `a halter top dress`}});
+	}
+	if (isItemAccessible("a hanbok")) {
+		niceOptionsArray.push({text: `Hanbok`, updateSlave: {clothes: `a hanbok`}});
+	}
+	niceOptionsArray.push({text: `Hijab and abaya`, updateSlave: {clothes: `a hijab and abaya`}});
+	if (isItemAccessible("a hijab and blouse")) {
+		niceOptionsArray.push({text: `Hijab and blouse`, updateSlave: {clothes: `a hijab and blouse`}});
+	}
+	if (isItemAccessible("jeans")) {
+		niceOptionsArray.push({text: `Jeans`, updateSlave: {clothes: `jeans`}});
+	}
+	if (isItemAccessible("kitty lingerie")) {
+		niceOptionsArray.push({text: `Kitty lingerie`, updateSlave: {clothes: `kitty lingerie`}});
+	}
+	if (isItemAccessible("a klan robe")) {
+		niceOptionsArray.push({text: `Ku Klux Klan robe (nice)`, updateSlave: {clothes: `a klan robe`}});
+	}
+	if (isItemAccessible("a slutty klan robe")) {
+		niceOptionsArray.push({text: `Ku Klux Klan robe (slutty)`, updateSlave: {clothes: `a slutty klan robe`}});
+	}
+	if (isItemAccessible("a latex catsuit")) {
+		niceOptionsArray.push({text: `Latex catsuit`, updateSlave: {clothes: `a latex catsuit`}});
+	}
+	if (isItemAccessible("leather pants and a tube top")) {
+		niceOptionsArray.push({text: `Leather pants and a tube top`, updateSlave: {clothes: `leather pants and a tube top`}});
+	}
+	if (isItemAccessible("leather pants and pasties")) {
+		niceOptionsArray.push({text: `Leather pants and pasties`, updateSlave: {clothes: `leather pants and pasties`}});
+	}
+	if (isItemAccessible("leather pants")) {
+		niceOptionsArray.push({text: `Leather pants`, updateSlave: {clothes: `leather pants`}});
+	}
+	if (isItemAccessible("lederhosen")) {
+		niceOptionsArray.push({text: `Lederhosen`, updateSlave: {clothes: `lederhosen`}});
+	}
+	niceOptionsArray.push({text: `Leotard`, updateSlave: {clothes: `a leotard`}});
+	if (isItemAccessible("a nice maid outfit")) {
+		niceOptionsArray.push({text: `Maid (nice)`, updateSlave: {clothes: `a nice maid outfit`}});
+	}
+	niceOptionsArray.push({text: `Maid (slutty)`, updateSlave: {clothes: `a slutty maid outfit`}});
+	if (isItemAccessible("a military uniform")) {
+		niceOptionsArray.push({text: `Military uniform`, updateSlave: {clothes: `a military uniform`}});
+	}
+	if (isItemAccessible("a mini dress")) {
+		niceOptionsArray.push({text: `Mini dress`, updateSlave: {clothes: `a mini dress`}});
+	}
+	if (isItemAccessible("a monokini")) {
+		niceOptionsArray.push({text: `Monokini`, updateSlave: {clothes: `a monokini`}});
+	}
+	if (isItemAccessible("a mounty outfit")) {
+		niceOptionsArray.push({text: `Mounty outfit`, updateSlave: {clothes: `a mounty outfit`}});
+	}
+	niceOptionsArray.push({text: `Nice lingerie`, updateSlave: {clothes: `attractive lingerie`}});
+	if (isItemAccessible("a niqab and abaya")) {
+		niceOptionsArray.push({text: `Niqab and abaya`, updateSlave: {clothes: `a niqab and abaya`}});
+	}
+	if (isItemAccessible("a nice nurse outfit")) {
+		niceOptionsArray.push({text: `Nurse (nice)`, updateSlave: {clothes: `a nice nurse outfit`}});
+	}
+	niceOptionsArray.push({text: `Nurse (slutty)`, updateSlave: {clothes: `a slutty nurse outfit`}});
+	if (isItemAccessible("a one-piece swimsuit")) {
+		niceOptionsArray.push({text: `One-piece swimsuit`, updateSlave: {clothes: `a one-piece swimsuit`}});
+	}
+	niceOptionsArray.push({text: `Overalls`, updateSlave: {clothes: `overalls`}});
+	if (isItemAccessible("an oversized t-shirt and boyshorts")) {
+		niceOptionsArray.push({text: `Oversized t-shirt and boyshorts`, updateSlave: {clothes: `an oversized t-shirt and boyshorts`}});
+	}
+	if (isItemAccessible("an oversized t-shirt")) {
+		niceOptionsArray.push({text: `Oversized t-shirt`, updateSlave: {clothes: `an oversized t-shirt`}});
+	}
+	if (isItemAccessible("panties and pasties")) {
+		niceOptionsArray.push({text: `Panties and pasties`, updateSlave: {clothes: `panties and pasties`}});
+	}
+	niceOptionsArray.push({text: `Panties`, updateSlave: {clothes: `panties`}});
+	if (isItemAccessible("pasties")) {
+		niceOptionsArray.push({text: `Pasties`, updateSlave: {clothes: `pasties`}});
+	}
+	if (isItemAccessible("a police uniform")) {
+		niceOptionsArray.push({text: `Police uniform`, updateSlave: {clothes: `a police uniform`}});
+	}
+	if (isItemAccessible("a nice pony outfit")) {
+		niceOptionsArray.push({text: `Pony outfit (nice)`, updateSlave: {clothes: `a nice pony outfit`}});
+	}
+	if (isItemAccessible("a slutty pony outfit")) {
+		niceOptionsArray.push({text: `Pony outfit (slutty)`, updateSlave: {clothes: `a slutty pony outfit`}});
+	}
+	if (isItemAccessible("a red army uniform")) {
+		niceOptionsArray.push({text: `Red Army uniform`, updateSlave: {clothes: `a red army uniform`}});
+	}
+	if (isItemAccessible("a Santa dress")) {
+		niceOptionsArray.push({text: `Santa dress`, updateSlave: {clothes: `a Santa dress`}});
+	}
+	niceOptionsArray.push({text: `Scalemail bikini`, updateSlave: {clothes: `a scalemail bikini`}});
+	niceOptionsArray.push({text: `Schoolgirl`, updateSlave: {clothes: `a schoolgirl outfit`}});
+	if (isItemAccessible("a schutzstaffel uniform")) {
+		niceOptionsArray.push({text: `Schutzstaffel uniform (nice)`, updateSlave: {clothes: `a schutzstaffel uniform`}});
+	}
+	if (isItemAccessible("a slutty schutzstaffel uniform")) {
+		niceOptionsArray.push({text: `Schutzstaffel uniform (slutty)`, updateSlave: {clothes: `a slutty schutzstaffel uniform`}});
+	}
+	if (isItemAccessible("a skimpy loincloth")) {
+		niceOptionsArray.push({text: `Skimpy loincloth`, updateSlave: {clothes: `a skimpy loincloth`}});
+	}
+	if (isItemAccessible("a slave gown")) {
+		niceOptionsArray.push({text: `Slave gown`, updateSlave: {clothes: `a slave gown`}});
+	}
+	niceOptionsArray.push({text: `Slutty outfit`, updateSlave: {clothes: `a slutty outfit`}});
+	niceOptionsArray.push({text: `Spats and a tank top`, updateSlave: {clothes: `spats and a tank top`}});
+	if (isItemAccessible("sport shorts and a sports bra")) {
+		niceOptionsArray.push({text: `Sport shorts and a sports bra`, updateSlave: {clothes: `sport shorts and a sports bra`}});
+	}
+	if (isItemAccessible("sport shorts and a t-shirt")) {
+		niceOptionsArray.push({text: `Sport shorts and a t-shirt`, updateSlave: {clothes: `sport shorts and a t-shirt`}});
+	}
+	if (isItemAccessible("sport shorts")) {
+		niceOptionsArray.push({text: `Sport shorts`, updateSlave: {clothes: `sport shorts`}});
+	}
+	if (isItemAccessible("a sports bra")) {
+		niceOptionsArray.push({text: `Sports bra`, updateSlave: {clothes: `a sports bra`}});
+	}
+	niceOptionsArray.push({text: `String bikini`, updateSlave: {clothes: `a string bikini`}});
+	if (isItemAccessible("a striped bra")) {
+		niceOptionsArray.push({text: `Striped bra`, updateSlave: {clothes: `a striped bra`}});
+	}
+	if (isItemAccessible("striped panties")) {
+		niceOptionsArray.push({text: `Striped panties`, updateSlave: {clothes: `striped panties`}});
+	}
+	if (isItemAccessible("striped underwear")) {
+		niceOptionsArray.push({text: `Striped underwear`, updateSlave: {clothes: `striped underwear`}});
+	}
+	niceOptionsArray.push({text: `Succubus costume`, updateSlave: {clothes: `a succubus outfit`}});
+	if (isItemAccessible("nice business attire")) {
+		niceOptionsArray.push({text: `Suit (nice)`, updateSlave: {clothes: `nice business attire`}});
+	}
+	niceOptionsArray.push({text: `Suit (slutty)`, updateSlave: {clothes: `slutty business attire`}});
+	if (isItemAccessible("a sweater and cutoffs")) {
+		niceOptionsArray.push({text: `Sweater and cutoffs`, updateSlave: {clothes: `a sweater and cutoffs`}});
+	}
+	if (isItemAccessible("a sweater and panties")) {
+		niceOptionsArray.push({text: `Sweater and panties`, updateSlave: {clothes: `a sweater and panties`}});
+	}
+	if (isItemAccessible("a sweater")) {
+		niceOptionsArray.push({text: `Sweater`, updateSlave: {clothes: `a sweater`}});
+	}
+	if (isItemAccessible("a t-shirt and jeans")) {
+		niceOptionsArray.push({text: `T-shirt and jeans`, updateSlave: {clothes: `a t-shirt and jeans`}});
+	}
+	if (isItemAccessible("a t-shirt and panties")) {
+		niceOptionsArray.push({text: `T-shirt and panties`, updateSlave: {clothes: `a t-shirt and panties`}});
+	}
+	if (isItemAccessible("a t-shirt and thong")) {
+		niceOptionsArray.push({text: `T-shirt and thong`, updateSlave: {clothes: `a t-shirt and thong`}});
+	}
+	if (isItemAccessible("a t-shirt")) {
+		niceOptionsArray.push({text: `T-shirt`, updateSlave: {clothes: `a t-shirt`}});
+	}
+	if (isItemAccessible("a tank-top and panties")) {
+		niceOptionsArray.push({text: `Tank-top and panties`, updateSlave: {clothes: `a tank-top and panties`}});
+	}
+	if (isItemAccessible("a tank-top")) {
+		niceOptionsArray.push({text: `Tank-top`, updateSlave: {clothes: `a tank-top`}});
+	}
+	if (isItemAccessible("a thong")) {
+		niceOptionsArray.push({text: `Thong`, updateSlave: {clothes: `a thong`}});
+	}
+	if (isItemAccessible("a tube top and thong")) {
+		niceOptionsArray.push({text: `Tube top and thong`, updateSlave: {clothes: `a tube top and thong`}});
+	}
+	if (isItemAccessible("a tube top")) {
+		niceOptionsArray.push({text: `Tube top`, updateSlave: {clothes: `a tube top`}});
+	}
 
-		if (isItemAccessible("attractive lingerie for a pregnant woman")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Attractive lingerie for a pregnant woman`, updateSlave: {clothes: `attractive lingerie for a pregnant woman`}});
-		}
-		if (isItemAccessible("a bimbo outfit")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Bimbo outfit`, updateSlave: {clothes: `a bimbo outfit`}});
-		}
-		if (isItemAccessible("a bunny outfit")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Bunny outfit`, updateSlave: {clothes: `a bunny outfit`}});
-		}
-		if (isItemAccessible("body oil")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Body oil`, updateSlave: {clothes: `body oil`}});
-		}
-		if (isItemAccessible("a chattel habit")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Chattel habit`, updateSlave: {clothes: `a chattel habit`}});
-		}
-		if (isItemAccessible("conservative clothing")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Conservative clothing`, updateSlave: {clothes: `conservative clothing`}});
-		}
-		if (isItemAccessible("a courtesan dress")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Courtesan dress`, updateSlave: {clothes: `a courtesan dress`}});
-		}
-		if (isItemAccessible("harem gauze")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Harem gauze`, updateSlave: {clothes: `harem gauze`}});
-		}
-		if (isItemAccessible("a huipil")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Huipil`, updateSlave: {clothes: `a huipil`}});
-		}
-		if (isItemAccessible("a kimono")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Kimono`, updateSlave: {clothes: `a kimono`}});
-		}
-		if (isItemAccessible("a maternity dress")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Maternity dress`, updateSlave: {clothes: `a maternity dress`}});
-		}
-		if (isItemAccessible("a long qipao")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Qipao (nice)`, updateSlave: {clothes: `a long qipao`}});
-		}
-		if (isItemAccessible("a slutty qipao")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Qipao (slutty)`, updateSlave: {clothes: `a slutty qipao`}});
-		}
-		if (isItemAccessible("stretch pants and a crop-top")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Stretch pants and a crop-top`, updateSlave: {clothes: `stretch pants and a crop-top`}});
-		}
-		if (isItemAccessible("a toga")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Toga`, updateSlave: {clothes: `a toga`}});
-		}
-		if (isItemAccessible("Western clothing")) {
-			niceOptionsArray.push({prefix: `FS`, text: `Western clothing`, updateSlave: {clothes: `Western clothing`}});
-		}
+	if (isItemAccessible("attractive lingerie for a pregnant woman")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Attractive lingerie for a pregnant woman`, updateSlave: {clothes: `attractive lingerie for a pregnant woman`}});
+	}
+	if (isItemAccessible("a bimbo outfit")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Bimbo outfit`, updateSlave: {clothes: `a bimbo outfit`}});
+	}
+	if (isItemAccessible("a bunny outfit")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Bunny outfit`, updateSlave: {clothes: `a bunny outfit`}});
+	}
+	if (isItemAccessible("body oil")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Body oil`, updateSlave: {clothes: `body oil`}});
+	}
+	if (isItemAccessible("a chattel habit")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Chattel habit`, updateSlave: {clothes: `a chattel habit`}});
+	}
+	if (isItemAccessible("conservative clothing")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Conservative clothing`, updateSlave: {clothes: `conservative clothing`}});
+	}
+	if (isItemAccessible("a courtesan dress")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Courtesan dress`, updateSlave: {clothes: `a courtesan dress`}});
+	}
+	if (isItemAccessible("harem gauze")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Harem gauze`, updateSlave: {clothes: `harem gauze`}});
+	}
+	if (isItemAccessible("a huipil")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Huipil`, updateSlave: {clothes: `a huipil`}});
+	}
+	if (isItemAccessible("a kimono")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Kimono`, updateSlave: {clothes: `a kimono`}});
+	}
+	if (isItemAccessible("a maternity dress")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Maternity dress`, updateSlave: {clothes: `a maternity dress`}});
+	}
+	if (isItemAccessible("a long qipao")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Qipao (nice)`, updateSlave: {clothes: `a long qipao`}});
+	}
+	if (isItemAccessible("a slutty qipao")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Qipao (slutty)`, updateSlave: {clothes: `a slutty qipao`}});
+	}
+	if (isItemAccessible("stretch pants and a crop-top")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Stretch pants and a crop-top`, updateSlave: {clothes: `stretch pants and a crop-top`}});
+	}
+	if (isItemAccessible("a toga")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Toga`, updateSlave: {clothes: `a toga`}});
+	}
+	if (isItemAccessible("Western clothing")) {
+		niceOptionsArray.push({prefix: `FS`, text: `Western clothing`, updateSlave: {clothes: `Western clothing`}});
+	}
+
+	harshOptionsArray.push({text: `Go naked`, updateSlave: {clothes: `no clothing`}});
+	if (isItemAccessible("chains")) {
+		harshOptionsArray.push({prefix: `FS`, text: `Chains`, updateSlave: {clothes: `chains`}});
+	}
+	harshOptionsArray.push({text: `Penitent nun`, updateSlave: {clothes: `a penitent nuns habit`}});
+	harshOptionsArray.push({text: `Restrictive latex`, updateSlave: {clothes: `restrictive latex`}});
+	harshOptionsArray.push({text: `Shibari ropes`, updateSlave: {clothes: `shibari ropes`}});
+	harshOptionsArray.push({text: `Uncomfortable straps`, updateSlave: {clothes: `uncomfortable straps`}});
 
+	// Sort
 
-		//always choosesOwnClothes clothes to zero
-		//<br>&nbsp;&nbsp;&nbsp;&nbsp;//Harsh://
-		harshOptionsArray.push({text: `Go naked`, updateSlave: {clothes: `no clothing`}});
-		if (isItemAccessible("chains")) {
-			harshOptionsArray.push({prefix: `FS`, text: `Chains`, updateSlave: {clothes: `chains`}});
-		}
-		harshOptionsArray.push({text: `Penitent nun`, updateSlave: {clothes: `a penitent nuns habit`}});
-		harshOptionsArray.push({text: `Restrictive latex`, updateSlave: {clothes: `restrictive latex`}});
-		harshOptionsArray.push({text: `Shibari ropes`, updateSlave: {clothes: `shibari ropes`}});
-		harshOptionsArray.push({text: `Uncomfortable straps`, updateSlave: {clothes: `uncomfortable straps`}});
-
-		let el = document.createElement('p')
-		let title = document.createElement('div')
-		title.append(`Clothes: `);
-		let choice = document.createElement('span')
-		choice.style.fontWeight = "bold";
-		choice.textContent = (slave.clothes);
-		title.appendChild(choice);
-
-		// Choose her own
-		let links = document.createElement('div')
-		links.className = "choices";
-		links.appendChild(generateRows(choiceOptionsArray));
-		el.appendChild(links)
-
-		// Nice options
-		links = document.createElement('div')
-		links.className = "choices";
-		links.appendChild(`Nice: `)
-		links.appendChild(generateRows(niceOptionsArray));
-		el.appendChild(links)
-
-		// Harsh options
-		links = document.createElement('div')
-		links.className = "choices";
-		links.appendChild(`Nice: `)
-		links.appendChild(generateRows(harshOptionsArray));
-		el.appendChild(links)
-
-
-		return jQuery('#clothes').empty().append(el);
-
-
-		function generateRows(array) {
-			let row = document.createElement('span');
-			for (let i = 0; i < array.length; i++) {
-				let link;
-				const separator  = document.createTextNode(` | `);
-				const keys = Object.keys(array[i]);
-	
-				// Test to see if there was a problem with the key
-				for (let j = 0; j < keys.length; j++) {
-					if (["prefix", "text", "updateSlave", "update", "note", "disabled"].includes(keys[j])) {
-						continue;
-					} else {
-						array[i].text += " ERROR, THIS SCENE WAS NOT ENTERED CORRECTLY";
-						console.log("Trash found while generateRows() was running: " + keys[j] + ": " + array[i][keys[j]]);
-						break;
-					}
+	niceOptionsArray = niceOptionsArray.sort((a, b) => (a.text > b.text) ? 1 : -1);
+	harshOptionsArray = harshOptionsArray.sort((a, b) => (a.text > b.text) ? 1 : -1);
+
+	let el = document.createElement('p');
+
+	let title = document.createElement('div');
+	title.append(`Clothes: `);
+
+	let choice = document.createElement('span');
+	choice.style.fontWeight = "bold";
+	choice.textContent = (`${slave.clothes} `);
+	title.appendChild(choice);
+
+	// Choose her own
+	title.appendChild(generateRows(choiceOptionsArray));
+
+	el.appendChild(title);
+
+
+	// Nice options
+	let links = document.createElement('div');
+	links.className = "choices";
+	links.append(`Nice: `);
+	links.appendChild(generateRows(niceOptionsArray));
+	el.appendChild(links);
+
+	// Harsh options
+	links = document.createElement('div');
+	links.className = "choices";
+	links.append(`Nice: `);
+	links.appendChild(generateRows(harshOptionsArray));
+	el.appendChild(links);
+
+	return jQuery('#clothes').empty().append(el);
+
+
+	function generateRows(array) {
+		let row = document.createElement('span');
+		for (let i = 0; i < array.length; i++) {
+			let link;
+			const separator  = document.createTextNode(` | `);
+			const keys = Object.keys(array[i]);
+
+			// Test to see if there was a problem with the key
+			for (let j = 0; j < keys.length; j++) {
+				if (["prefix", "text", "updateSlave", "update", "note", "disabled"].includes(keys[j])) {
+					continue;
+				} else {
+					array[i].text += " ERROR, THIS SCENE WAS NOT ENTERED CORRECTLY";
+					console.log("Trash found while generateRows() was running: " + keys[j] + ": " + array[i][keys[j]]);
+					break;
 				}
+			}
+			if (isItemAccessible(array[i].clothes)) {
 				// is it just text?
 				if (array[i].disabled) {
 					link = App.UI.DOM.disabledLink(array[i].text, [array[i].disabled]);
 				} else {
 					link = document.createElement('span');
-					if (array[i].prefix) {
-						let prefix = document.createElement('span')
-						prefix.style.fontStyle = "italic";
-						prefix.textContent = `${array[i].prefix} `;
-						link.appendChild(prefix);
-					}
-	
+
 					// Set up the link
 					link.appendChild(
 						App.UI.DOM.link(
-							array[i].text,
+							`${array[i].text} `,
 							() => { click(array[i]); },
 							[],
 							passage
 						)
 					);
-	
+
+					if (array[i].prefix) {
+						let prefix = document.createElement('span');
+						prefix.style.fontStyle = "italic";
+						prefix.textContent = `${array[i].prefix}`;
+						link.appendChild(prefix);
+					}
+
 					// add a note node if required
 					if (array[i].note) {
-						let note  = document.createElement('span')
+						let note  = document.createElement('span');
 						note.textContent = (` ${array[i].note}`);
 						note.className = "note";
 						link.appendChild(note);
@@ -377,30 +389,32 @@ App.UI.Wardrobe.clothes = function(slave) {
 				if (i < array.length-1) {
 					row.appendChild(separator);
 				}
+			} else {
+				console.log(`${array[i].clothes} is not available`);
 			}
-	
-			return row;
-	
-			function click(arrayOption) {
-				if (arrayOption.updateSlave) {
-					Object.assign(slave, arrayOption.updateSlave);
-				}
-				if (arrayOption.update) {
-					Object.assign(V, arrayOption.update);
-				}
-				if (arrayOption.clothes === `choosing her own clothes`) {
-					slave.choosesOwnClothes = 1;
-				} else {
-					slave.choosesOwnClothes = 0;
-				}
-		
-				App.UI.Wardrobe.refreshAll(slave);
-				return;
+		}
+
+		return row;
+
+		function click(arrayOption) {
+			if (arrayOption.updateSlave) {
+				Object.assign(slave, arrayOption.updateSlave);
+			}
+			if (arrayOption.update) {
+				Object.assign(V, arrayOption.update);
 			}
+			if (arrayOption.clothes === `choosing her own clothes`) {
+				slave.choosesOwnClothes = 1;
+			} else {
+				slave.choosesOwnClothes = 0;
+			}
+
+			App.UI.Wardrobe.refreshAll(slave);
+			return;
 		}
 	}
 };
-
+/*
 	<br>Collar: ''<span id="collar">slave.collar</span>.''
 	<<link "None">>slave.collar = "none";<</link>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Nice://
@@ -409,7 +423,7 @@ App.UI.Wardrobe.clothes = function(slave) {
 	<<link "Silken ribbon">>slave.collar = "silk ribbon";<</link>>
 	<<link "Heavy gold">>slave.collar = "heavy gold";<</link>>
 	<<link "Pretty jewelry">>slave.collar = "pretty jewelry";<</link>>
-	if ((V.seeAge != 0)) {
+	if ((V.seeAge !== 0)) {
 		<<link "Nice retirement counter">>slave.collar = "nice retirement counter";<</link>>
 	}
 	<<link "Bell">>slave.collar = "bell collar";<</link>>
@@ -422,11 +436,11 @@ App.UI.Wardrobe.clothes = function(slave) {
 	}
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Harsh://
 	<<link "Tight steel">>slave.collar = "tight steel";<</link>>
-	if ((V.seeAge != 0)) {
+	if ((V.seeAge !== 0)) {
 		<<link "Cruel retirement counter">>slave.collar = "cruel retirement counter";<</link>>
 	}
 	<<link "Uncomfortable leather">>slave.collar = "uncomfortable leather";<</link>>
-	if (slave.preg > -1 && (slave.ovaries == 1 |slave.mpreg == 1) && V.seePreg != 0) {
+	if (slave.preg > -1 && (slave.ovaries === 1 |slave.mpreg === 1) && V.seePreg !== 0) {
 		<<link "Pregnancy biometrics">>slave.collar = "preg biometrics";<</link>>
 	}
 	<<link "Shock punishment">>slave.collar = "shock punishment";<</link>>
@@ -473,13 +487,13 @@ App.UI.Wardrobe.clothes = function(slave) {
 	<br>Torso accessory: ''<span id="bellyAccessory">slave.bellyAccessory</span>.''
 	<<link "None">>slave.bellyAccessory = "none";<</link>>
 	<<link "Tight corset">>slave.bellyAccessory = "a corset";<</link>>
-	if ((slave.breedingMark != 1 |V.propOutcome == 0 |V.eugenicsFullControl == 1 |V.arcologies[0].FSRestart == "unset")) {
+	if ((slave.breedingMark !== 1 |V.propOutcome === 0 |V.eugenicsFullControl === 1 |V.arcologies[0].FSRestart === "unset")) {
 		<<link "Extreme corset">>slave.bellyAccessory = "an extreme corset";<</link>>
 	}
 	if ((slave.belly > 10000)) {
 		<<link "Supportive band">>slave.bellyAccessory = "a support band";<</link>>
 	}
-	if (isItemAccessible("a small empathy belly")) { /* works for all of them */
+	if (isItemAccessible("a small empathy belly")) { // works for all of them
 		if (slave.belly < 1500 && slave.weight < 130) {
 			<<link "1st Trimester belly">>slave.bellyAccessory = "a small empathy belly";<</link>>
 			<<link "2nd Trimester belly">>slave.bellyAccessory = "a medium empathy belly";<</link>>
@@ -493,26 +507,26 @@ App.UI.Wardrobe.clothes = function(slave) {
 	<br>Anal accessory: ''<span id="buttplug">slave.buttplug</span>.''
 	<<link "None">>slave.buttplug = "none", slave.buttplugAttachment = "none";<</link>>
 	<<link "Normal">>slave.buttplug = "plug";<</link>>
-	if (isItemAccessible("long plug") && (slave.breedingMark != 1 |V.propOutcome == 0 |V.eugenicsFullControl == 1 |V.arcologies[0].FSRestart == "unset")) {
+	if (isItemAccessible("long plug") && (slave.breedingMark !== 1 |V.propOutcome === 0 |V.eugenicsFullControl === 1 |V.arcologies[0].FSRestart === "unset")) {
 		<<link "Long">>slave.buttplug = "long plug";<</link>>
 	}
 	<<link "Large">>slave.buttplug = "large plug";<</link>>
-	if (isItemAccessible("long, large plug") && (slave.breedingMark != 1 |V.propOutcome == 0 |V.eugenicsFullControl == 1 |V.arcologies[0].FSRestart == "unset")) {
+	if (isItemAccessible("long, large plug") && (slave.breedingMark !== 1 |V.propOutcome === 0 |V.eugenicsFullControl === 1 |V.arcologies[0].FSRestart === "unset")) {
 		<<link "Long and large">>slave.buttplug = "long, large plug";<</link>>
 	}
 	if (slave.anus >= 2) {
 		<<link "Huge">>slave.buttplug = "huge plug";<</link>>
 		if (isItemAccessible("long, huge plug")) {
-			if ((slave.breedingMark != 1 |V.propOutcome == 0 |V.eugenicsFullControl == 1 |V.arcologies[0].FSRestart == "unset")) {
+			if ((slave.breedingMark !== 1 |V.propOutcome === 0 |V.eugenicsFullControl === 1 |V.arcologies[0].FSRestart === "unset")) {
 				<<link "Long and huge">>slave.buttplug = "long, huge plug";<</link>>
 			}
 		}
 	}
-	if (isItemAccessible("tail") && slave.buttplug != "none") {
+	if (isItemAccessible("tail") && slave.buttplug !== "none") {
 		<br>
 		&nbsp;&nbsp;&nbsp;&nbsp;Anal accessory attachment: ''<span id="buttplugAttach">slave.buttplugAttachment</span>.''
 		<<link "None">>slave.buttplugAttachment = "none";<</link>>
-		if (V.toysBoughtButtPlugTails == 1) {
+		if (V.toysBoughtButtPlugTails === 1) {
 			<<link "Tail">>slave.buttplugAttachment = "tail";<</link>>
 			<<link "Cat tail">>slave.buttplugAttachment = "cat tail";<</link>>
 			<<link "Fox tail">>slave.buttplugAttachment = "fox tail";<</link>>
@@ -526,24 +540,24 @@ App.UI.Wardrobe.clothes = function(slave) {
 		if (isItemAccessible("bullet vibrator")) {
 			<<link "Bullet vibrator">>slave.vaginalAccessory = "bullet vibrator";<</link>>
 		}
-		if (isItemAccessible("smart bullet vibrator") && V.toysBoughtSmartVibes == 1) {
+		if (isItemAccessible("smart bullet vibrator") && V.toysBoughtSmartVibes === 1) {
 			<<link "Smart bullet vibrator">>slave.vaginalAccessory = "smart bullet vibrator";<</link>>
 		}
 		<<link "Dildo">>slave.vaginalAccessory = "dildo";<</link>>
-		if (isItemAccessible("long dildo") && (slave.breedingMark != 1 |V.propOutcome == 0 |V.eugenicsFullControl == 1 |V.arcologies[0].FSRestart == "unset")) {
+		if (isItemAccessible("long dildo") && (slave.breedingMark !== 1 |V.propOutcome === 0 |V.eugenicsFullControl === 1 |V.arcologies[0].FSRestart === "unset")) {
 			<<link "Long dildo">>slave.vaginalAccessory = "long dildo";<</link>>
 		}
 		<<link "Large dildo">>slave.vaginalAccessory = "large dildo";<</link>>
-		if (isItemAccessible("long, large dildo") && (slave.breedingMark != 1 |V.propOutcome == 0 |V.eugenicsFullControl == 1 |V.arcologies[0].FSRestart == "unset")) {
+		if (isItemAccessible("long, large dildo") && (slave.breedingMark !== 1 |V.propOutcome === 0 |V.eugenicsFullControl === 1 |V.arcologies[0].FSRestart === "unset")) {
 			<<link "Large and long dildo">>slave.vaginalAccessory = "long, large dildo";<</link>>
 		}
 		if (slave.vagina >= 2) {
 			<<link "Huge dildo">>slave.vaginalAccessory = "huge dildo";<</link>>
-			if (isItemAccessible("long, huge dildo") && (slave.breedingMark != 1 |V.propOutcome == 0 |V.eugenicsFullControl == 1 |V.arcologies[0].FSRestart == "unset")) {
+			if (isItemAccessible("long, huge dildo") && (slave.breedingMark !== 1 |V.propOutcome === 0 |V.eugenicsFullControl === 1 |V.arcologies[0].FSRestart === "unset")) {
 				<<link "Huge and long dildo">>slave.vaginalAccessory = "long, huge dildo";<</link>>
 			}
 		}
-		if (isItemAccessible("vibrator") && (slave.vaginalAccessory != "none" && slave.vaginalAccessory != "bullet vibrator" && slave.vaginalAccessory != "smart bullet vibrator") && V.toysBoughtVaginalAttachments == 1) {
+		if (isItemAccessible("vibrator") && (slave.vaginalAccessory !== "none" && slave.vaginalAccessory !== "bullet vibrator" && slave.vaginalAccessory !== "smart bullet vibrator") && V.toysBoughtVaginalAttachments === 1) {
 			<br>
 			&nbsp;&nbsp;&nbsp;&nbsp;Vaginal accessory attachment:
 			''<span id="vaginalAttachment">slave.vaginalAttachment</span>.''
@@ -555,15 +569,15 @@ App.UI.Wardrobe.clothes = function(slave) {
 	if (slave.dick > 0) {
 		<br>Dick accessory: ''<span id="dickAccessory">slave.dickAccessory</span>.''
 		<<link "None">>slave.dickAccessory = "none";App.UI.SlaveInteract.refreshAll(slave);<</link>>
-		if (isItemAccessible("bullet vibrator") && V.toysBoughtVaginalAttachments == 1) {
+		if (isItemAccessible("bullet vibrator") && V.toysBoughtVaginalAttachments === 1) {
 			<<link "Bullet vibrator">>slave.dickAccessory = "bullet vibrator";<</link>>
 		}
-		if (isItemAccessible("smart bullet vibrator") && V.toysBoughtVaginalAttachments == 1) {
+		if (isItemAccessible("smart bullet vibrator") && V.toysBoughtVaginalAttachments === 1) {
 			<<link "Smart bullet vibrator">>slave.dickAccessory = "smart bullet vibrator";<</link>>
 		}
 	}
 
-	<br>Chastity device: ''<span id="chastity">if (slave.chastityAnus == 1 && slave.chastityPenis == 1 && slave.chastityVagina == 1) {full chastity} else if (slave.chastityPenis == 1 && slave.chastityVagina == 1) {genital chastity} else if (slave.chastityAnus == 1 && slave.chastityPenis == 1) {combined chastity cage} else if (slave.chastityAnus == 1 && slave.chastityVagina == 1) {combined chastity belt} else if (slave.chastityVagina == 1) {chastity belt} else if (slave.chastityPenis == 1) {chastity cage} else if (slave.chastityAnus == 1) {anal chastity} else if (slave.chastityAnus == 0 && slave.chastityPenis == 0 && slave.chastityVagina == 0) {none} else {THERE HAS BEEN AN ERROR}</span>.''
+	<br>Chastity device: ''<span id="chastity">if (slave.chastityAnus === 1 && slave.chastityPenis === 1 && slave.chastityVagina === 1) {full chastity} else if (slave.chastityPenis === 1 && slave.chastityVagina === 1) {genital chastity} else if (slave.chastityAnus === 1 && slave.chastityPenis === 1) {combined chastity cage} else if (slave.chastityAnus === 1 && slave.chastityVagina === 1) {combined chastity belt} else if (slave.chastityVagina === 1) {chastity belt} else if (slave.chastityPenis === 1) {chastity cage} else if (slave.chastityAnus === 1) {anal chastity} else if (slave.chastityAnus === 0 && slave.chastityPenis === 0 && slave.chastityVagina === 0) {none} else {THERE HAS BEEN AN ERROR}</span>.''
 	<<link "None">>slave.chastityAnus = 0;slave.chastityPenis = 0;slave.chastityVagina = 0;App.UI.SlaveInteract.refreshAll(slave);<</link>>
 	<<link "Anal chastity">>slave.choosesOwnChastity = 0;slave.chastityAnus = 1;slave.chastityPenis = 0;slave.chastityVagina = 0;<<replace "#chastity">>anal chastityApp.UI.SlaveInteract.refreshAll(slave);<</link>>
 	if (slave.vagina > -1) {
@@ -579,9 +593,9 @@ App.UI.Wardrobe.clothes = function(slave) {
 		}
 	}
 
-	if (V.arcologies[0].FSRestart != "unset" && slave.devotion > 20 && slave.trust > 0 && slave.choosesOwnClothes == 1) {
+	if (V.arcologies[0].FSRestart !== "unset" && slave.devotion > 20 && slave.trust > 0 && slave.choosesOwnClothes === 1) {
 		<br>
-		if (slave.choosesOwnChastity == 1) {
+		if (slave.choosesOwnChastity === 1) {
 			r += `V.He is allowed to decide whether V.he to wear chastity devices. `;
 			[[Withdraw Privilege|Slave Interact][slave.choosesOwnChastity = 0]]
 		} else {
@@ -590,8 +604,10 @@ App.UI.Wardrobe.clothes = function(slave) {
 		}
 	}
 
-} /* CLOSES FUCKDOLL CHECK */
+} // CLOSES FUCKDOLL CHECK
 
-}	/* CLOSES WARDROBE CHECK */
+}	// CLOSES WARDROBE CHECK
 };
 
+</br>
+*/
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index dae1caf6d5d5fcbc1126156a8823a2d255cd024d..af8eff92712a832af66440df412af6408579911b 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -195,294 +195,9 @@
 
 <<if $activeSlave.fuckdoll == 0>>
 	<<if $showMainClothing != 0>>
-		<br>Clothes: ''<span id="clothes">$activeSlave.clothes</span>.''
-		| <<link "Let $him choose">><<set $activeSlave.clothes = "choosing her own clothes",$activeSlave.choosesOwnClothes = 1>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Nice://
-		<<link "Apron">><<set $activeSlave.clothes = "an apron",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("a ball gown")>>
-			|	<<link "Ballgown">><<set $activeSlave.clothes = "a ball gown",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Bangles">><<set $activeSlave.clothes = "slutty jewelry",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("battlearmor")>>
-			|	<<link "Battlearmor">><<set $activeSlave.clothes = "battlearmor",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("battledress")>>
-			|	<<link "Battledress">><<set $activeSlave.clothes = "battledress",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a biyelgee costume")>>
-			|	<<link "Biyelgee costume">><<set $activeSlave.clothes = "a biyelgee costume",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Bodysuit">><<set $activeSlave.clothes = "a comfortable bodysuit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("boyshorts")>>
-			|	<<link "Boyshorts">><<set $activeSlave.clothes = "boyshorts",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a bra")>>
-			|	<<link "Bra">><<set $activeSlave.clothes = "a bra",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a burkini")>>
-			|	<<link "Burkini">><<set $activeSlave.clothes = "a burkini",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a burqa")>>
-			|	<<link "Burqa">><<set $activeSlave.clothes = "a burqa",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a button-up shirt and panties")>>
-			|	<<link "Button-up shirt and panties">><<set $activeSlave.clothes = "a button-up shirt and panties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a button-up shirt")>>
-			|	<<link "Button-up shirt">><<set $activeSlave.clothes = "a button-up shirt",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Cheerleader">><<set $activeSlave.clothes = "a cheerleader outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">><<print $activeSlave.clothes>><</replace>><</link>>
-		|	<<link "Clubslut netting">><<set $activeSlave.clothes = "clubslut netting",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		|	<<link "Cutoffs and a t-shirt">><<set $activeSlave.clothes = "cutoffs and a t-shirt",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("cutoffs")>>
-			|	<<link "Cutoffs">><<set $activeSlave.clothes = "cutoffs",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a cybersuit")>>
-			|	<<link "Cybersuit">><<set $activeSlave.clothes = "a cybersuit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a dirndl")>>
-			|	<<link "Dirndl">><<set $activeSlave.clothes = "a dirndl",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Fallen nun">><<set $activeSlave.clothes = "a fallen nuns habit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("a gothic lolita dress")>>
-			|	<<link "Gothic lolita dress">><<set $activeSlave.clothes = "a gothic lolita dress",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a halter top dress")>>
-			|	<<link "Haltertop dress">><<set $activeSlave.clothes = "a halter top dress",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a hanbok")>>
-			|	<<link "Hanbok">><<set $activeSlave.clothes = "a hanbok",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Hijab and abaya">><<set $activeSlave.clothes = "a hijab and abaya",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("a hijab and blouse")>>
-			|	<<link "Hijab and blouse">><<set $activeSlave.clothes = "a hijab and blouse",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("jeans")>>
-			|	<<link "Jeans">><<set $activeSlave.clothes = "jeans",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("kitty lingerie")>>
-			|	<<link "Kitty lingerie">><<set $activeSlave.clothes = "kitty lingerie",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a klan robe")>>
-			|	<<link "Ku Klux Klan robe (nice)">><<set $activeSlave.clothes = "a klan robe",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a slutty klan robe")>>
-			|	<<link "Ku Klux Klan robe (slutty)">><<set $activeSlave.clothes = "a slutty klan robe",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a latex catsuit")>>
-			|	<<link "Latex catsuit">><<set $activeSlave.clothes = "a latex catsuit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("leather pants and a tube top")>>
-			|	<<link "Leather pants and a tube top">><<set $activeSlave.clothes = "leather pants and a tube top",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("leather pants and pasties")>>
-			|	<<link "Leather pants and pasties">><<set $activeSlave.clothes = "leather pants and pasties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("leather pants")>>
-			|	<<link "Leather pants">><<set $activeSlave.clothes = "leather pants",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("lederhosen")>>
-			|	<<link "Lederhosen">><<set $activeSlave.clothes = "lederhosen",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Leotard">><<set $activeSlave.clothes = "a leotard",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("a nice maid outfit")>>
-			|	<<link "Maid (nice)">><<set $activeSlave.clothes = "a nice maid outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Maid (slutty)">><<set $activeSlave.clothes = "a slutty maid outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("a military uniform")>>
-			|	<<link "Military uniform">><<set $activeSlave.clothes = "a military uniform",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a mini dress")>>
-			|	<<link "Mini dress">><<set $activeSlave.clothes = "a mini dress",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a monokini")>>
-			|	<<link "Monokini">><<set $activeSlave.clothes = "a monokini",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a mounty outfit")>>
-			|	<<link "Mounty outfit">><<set $activeSlave.clothes = "a mounty outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Nice lingerie">><<set $activeSlave.clothes = "attractive lingerie",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("a niqab and abaya")>>
-			|	<<link "Niqab and abaya">><<set $activeSlave.clothes = "a niqab and abaya",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a nice nurse outfit")>>
-			|	<<link "Nurse (nice)">><<set $activeSlave.clothes = "a nice nurse outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Nurse (slutty)">><<set $activeSlave.clothes = "a slutty nurse outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("a one-piece swimsuit")>>
-			|	<<link "One-piece swimsuit">><<set $activeSlave.clothes = "a one-piece swimsuit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Overalls">><<set $activeSlave.clothes = "overalls",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("an oversized t-shirt and boyshorts")>>
-			|	<<link "Oversized t-shirt and boyshorts">><<set $activeSlave.clothes = "an oversized t-shirt and boyshorts",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("an oversized t-shirt")>>
-			|	<<link "Oversized t-shirt">><<set $activeSlave.clothes = "an oversized t-shirt",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("panties and pasties")>>
-			|	<<link "Panties and pasties">><<set $activeSlave.clothes = "panties and pasties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Panties">><<set $activeSlave.clothes = "panties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("pasties")>>
-			|	<<link "Pasties">><<set $activeSlave.clothes = "pasties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a police uniform")>>
-			|	<<link "Police uniform">><<set $activeSlave.clothes = "a police uniform",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a nice pony outfit")>>
-			|	<<link "Pony outfit (nice)">><<set $activeSlave.clothes = "a nice pony outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a slutty pony outfit")>>
-			|	<<link "Pony outfit (slutty)">><<set $activeSlave.clothes = "a slutty pony outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a red army uniform")>>
-			|	<<link "Red Army uniform">><<set $activeSlave.clothes = "a red army uniform",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a Santa dress")>>
-			|	<<link "Santa dress">><<set $activeSlave.clothes = "a Santa dress",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Scalemail bikini">><<set $activeSlave.clothes = "a scalemail bikini",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		|	<<link "Schoolgirl">><<set $activeSlave.clothes = "a schoolgirl outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("a schutzstaffel uniform")>>
-			|	<<link "Schutzstaffel uniform (nice)">><<set $activeSlave.clothes = "a schutzstaffel uniform",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a slutty schutzstaffel uniform")>>
-			|	<<link "Schutzstaffel uniform (slutty)">><<set $activeSlave.clothes = "a slutty schutzstaffel uniform",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a skimpy loincloth")>>
-			|	<<link "Skimpy loincloth">><<set $activeSlave.clothes = "a skimpy loincloth",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a slave gown")>>
-			|	<<link "Slave gown">><<set $activeSlave.clothes = "a slave gown",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Slutty outfit">><<set $activeSlave.clothes = "a slutty outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		|	<<link "Spats and a tank top">><<set $activeSlave.clothes = "spats and a tank top",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("sport shorts and a sports bra")>>
-			|	<<link "Sport shorts and a sports bra">><<set $activeSlave.clothes = "sport shorts and a sports bra",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("sport shorts and a t-shirt")>>
-			|	<<link "Sport shorts and a t-shirt">><<set $activeSlave.clothes = "sport shorts and a t-shirt",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("sport shorts")>>
-			|	<<link "Sport shorts">><<set $activeSlave.clothes = "sport shorts",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a sports bra")>>
-			|	<<link "Sports bra">><<set $activeSlave.clothes = "a sports bra",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "String bikini">><<set $activeSlave.clothes = "a string bikini",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("a striped bra")>>
-			|	<<link "Striped bra">><<set $activeSlave.clothes = "a striped bra",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("striped panties")>>
-			|	<<link "Striped panties">><<set $activeSlave.clothes = "striped panties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("striped underwear")>>
-			|	<<link "Striped underwear">><<set $activeSlave.clothes = "striped underwear",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Succubus costume">><<set $activeSlave.clothes = "a succubus outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("nice business attire")>>
-			|	<<link "Suit (nice)">><<set $activeSlave.clothes = "nice business attire",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		|	<<link "Suit (slutty)">><<set $activeSlave.clothes = "slutty business attire",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("a sweater and cutoffs")>>
-			|	<<link "Sweater and cutoffs">><<set $activeSlave.clothes = "a sweater and cutoffs",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a sweater and panties")>>
-			|	<<link "Sweater and panties">><<set $activeSlave.clothes = "a sweater and panties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a sweater")>>
-			|	<<link "Sweater">><<set $activeSlave.clothes = "a sweater",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a t-shirt and jeans")>>
-			|	<<link "T-shirt and jeans">><<set $activeSlave.clothes = "a t-shirt and jeans",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a t-shirt and panties")>>
-			|	<<link "T-shirt and panties">><<set $activeSlave.clothes = "a t-shirt and panties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a t-shirt and thong")>>
-			|	<<link "T-shirt and thong">><<set $activeSlave.clothes = "a t-shirt and thong",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a t-shirt")>>
-			|	<<link "T-shirt">><<set $activeSlave.clothes = "a t-shirt",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a tank-top and panties")>>
-			|	<<link "Tank-top and panties">><<set $activeSlave.clothes = "a tank-top and panties",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a tank-top")>>
-			|	<<link "Tank-top">><<set $activeSlave.clothes = "a tank-top",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a thong")>>
-			|	<<link "Thong">><<set $activeSlave.clothes = "a thong",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a tube top and thong")>>
-			|	<<link "Tube top and thong">><<set $activeSlave.clothes = "a tube top and thong",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a tube top")>>
-			|	<<link "Tube top">><<set $activeSlave.clothes = "a tube top",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-
-		<<if isItemAccessible("attractive lingerie for a pregnant woman")>>
-			| //FS// <<link "Attractive lingerie for a pregnant woman">><<set $activeSlave.clothes = "attractive lingerie for a pregnant woman",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a bimbo outfit")>>
-			| //FS// <<link "Bimbo outfit">><<set $activeSlave.clothes = "a bimbo outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a bunny outfit")>>
-			| //FS// <<link "Bunny outfit">><<set $activeSlave.clothes = "a bunny outfit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("body oil")>>
-			| //FS// <<link "Body oil">><<set $activeSlave.clothes = "body oil",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a chattel habit")>>
-			| //FS// <<link "Chattel habit">><<set $activeSlave.clothes = "a chattel habit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("conservative clothing")>>
-			| //FS// <<link "Conservative clothing">><<set $activeSlave.clothes = "conservative clothing",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a courtesan dress")>>
-			| //FS// <<link "Courtesan dress">><<set $activeSlave.clothes = "a courtesan dress",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("harem gauze")>>
-			| //FS// <<link "Harem gauze">><<set $activeSlave.clothes = "harem gauze",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a huipil")>>
-			| //FS// <<link "Huipil">><<set $activeSlave.clothes = "a huipil",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a kimono")>>
-			| //FS// <<link "Kimono">><<set $activeSlave.clothes = "a kimono",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a maternity dress")>>
-			| //FS// <<link "Maternity dress">><<set $activeSlave.clothes = "a maternity dress",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a long qipao")>>
-			| //FS// <<link "Qipao (nice)">><<set $activeSlave.clothes = "a long qipao",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a slutty qipao")>>
-			| //FS// <<link "Qipao (slutty)">><<set $activeSlave.clothes = "a slutty qipao",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("stretch pants and a crop-top")>>
-			| //FS// <<link "Stretch pants and a crop-top">><<set $activeSlave.clothes = "stretch pants and a crop-top",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("a toga")>>
-			| //FS// <<link "Toga">><<set $activeSlave.clothes = "a toga",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		<<if isItemAccessible("Western clothing")>>
-			| //FS// <<link "Western clothing">><<set $activeSlave.clothes = "Western clothing",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Harsh://
-		<<link "Go naked">><<set $activeSlave.clothes = "no clothing", $activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<<if isItemAccessible("chains")>>
-			| //FS// <<link "Chains">><<set $activeSlave.clothes = "chains",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		<</if>>
-		| <<link "Penitent nun">><<set $activeSlave.clothes = "a penitent nuns habit",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		| <<link "Restrictive latex">><<set $activeSlave.clothes = "restrictive latex",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		| <<link "Shibari ropes">><<set $activeSlave.clothes = "shibari ropes",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-		| <<link "Uncomfortable straps">><<set $activeSlave.clothes = "uncomfortable straps",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>>
-
+		<span id="clothes"></span>
+		<script>App.UI.Wardrobe.clothes(V.activeSlave)</script>
 	<</if>>
-
 	<br>Collar: ''<span id="collar">$activeSlave.collar</span>.''
 	<<link "None">><<set $activeSlave.collar = "none">><<replace "#collar">>$activeSlave.collar<</replace>><</link>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Nice://