diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw
index fd650ddab3cc4c4e567ca014a1ded8e062850abe..16ff7f08c8d71546e5deeaa758b6bcce459f54a3 100644
--- a/src/uncategorized/wardrobe.tw
+++ b/src/uncategorized/wardrobe.tw
@@ -54,7 +54,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a bunny outfit">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a bunny outfit")>>
@@ -69,7 +69,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "conservative clothing">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("conservative clothing")>>
@@ -86,7 +86,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "chains">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("chains")>>
@@ -101,7 +101,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "Western clothing">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("Western clothing")>>
@@ -118,7 +118,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "body oil">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("body oil")>>
@@ -133,7 +133,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "stretch pants and a crop-top">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("stretch pants and a crop-top")>>
@@ -150,7 +150,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a chattel habit">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a chattel habit")>>
@@ -164,7 +164,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a maternity dress">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a maternity dress")>>
@@ -181,7 +181,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "attractive lingerie for a pregnant woman">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("attractive lingerie for a pregnant woman")>>
@@ -201,7 +201,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.collar = "ancient Egyptian">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<set _model.collar = "none">>
@@ -217,7 +217,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a toga">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a toga")>>
@@ -234,7 +234,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a huipil">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a huipil")>>
@@ -249,7 +249,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a kimono">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a kimono")>>
@@ -265,7 +265,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "harem gauze">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("harem gauze")>>
@@ -280,7 +280,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a slutty qipao">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a slutty qipao")>>
@@ -299,7 +299,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "battlearmor">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("battlearmor")>>
@@ -314,7 +314,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a dirndl">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a dirndl")>>
@@ -331,7 +331,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a burqa">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a burqa")>>
@@ -346,7 +346,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "jeans">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("jeans")>>
@@ -363,7 +363,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a police uniform">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a police uniform")>>
@@ -378,7 +378,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a gothic lolita dress">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a gothic lolita dress")>>
@@ -395,7 +395,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a cybersuit">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a cybersuit")>>
@@ -410,7 +410,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "boyshorts">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("boyshorts")>>
@@ -427,7 +427,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "sport shorts and a sports bra">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("sport shorts and a sports bra")>>
@@ -442,7 +442,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a one-piece swimsuit">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a one-piece swimsuit")>>
@@ -459,7 +459,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a nice pony outfit">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a nice pony outfit")>>
@@ -474,7 +474,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a schutzstaffel uniform">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a schutzstaffel uniform")>>
@@ -491,7 +491,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "a Santa dress">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("a Santa dress")>>
@@ -506,7 +506,7 @@ The room containing all the clothes and accessories you have available to dress
 <<set _model.clothes = "striped panties">>
 <<if $seeImages == 1>>
 	<div class= "imageRef smlImg">
-		<<SlaveArt _model 4 0>>
+		<<SlaveArt _model 1 0>>
 	</div>
 <</if>>
 <<if !isItemAccessible("striped panties")>>