@@ -296,7 +296,7 @@ The room containing all the clothes and accessories you have available to dress
<tr>
<td>
<<set _model.clothes = "battlearmor">>
<<set _model.clothes = either("battlearmor", "a military uniform", "a red army uniform", "battledress")>>
<<if $seeImages == 1>>
<div class= "imageRef smlImg">
<<SlaveArt _model 1 0>>
...
...
@@ -311,7 +311,7 @@ The room containing all the clothes and accessories you have available to dress
</td>
<td>
<<set _model.clothes = "a dirndl">>
<<set _model.clothes = either("a biyelgee costume", "a dirndl", "lederhosen", "a mounty outfit", "a hanbok")>>
<<if $seeImages == 1>>
<div class= "imageRef smlImg">
<<SlaveArt _model 1 0>>
...
...
@@ -328,7 +328,7 @@ The room containing all the clothes and accessories you have available to dress
<tr>
<td>
<<set _model.clothes = "a burqa">>
<<set _model.clothes = either("a burqa", "a niqab and abaya")>>
<<if $seeImages == 1>>
<div class= "imageRef smlImg">
<<SlaveArt _model 1 0>>
...
...
@@ -343,7 +343,7 @@ The room containing all the clothes and accessories you have available to dress
</td>
<td>
<<set _model.clothes = "jeans">>
<<set _model.clothes = either("a button-up shirt and panties", "a button-up shirt", "cutoffs", "jeans", "leather pants and a tube top", "leather pants", "an oversized t-shirt", "a sweater and cutoffs", "a sweater and panties", "a sweater", "a t-shirt and jeans", "a t-shirt and panties", "a t-shirt", "a tank-top and panties", "a tank-top", "a tube top")>>
<<if $seeImages == 1>>
<div class= "imageRef smlImg">
<<SlaveArt _model 1 0>>
...
...
@@ -360,7 +360,7 @@ The room containing all the clothes and accessories you have available to dress
<tr>
<td>
<<set _model.clothes = "a police uniform">>
<<set _model.clothes = either("a police uniform", "nice business attire", "a nice nurse outfit")>>
<<if $seeImages == 1>>
<div class= "imageRef smlImg">
<<SlaveArt _model 1 0>>
...
...
@@ -375,7 +375,7 @@ The room containing all the clothes and accessories you have available to dress
</td>
<td>
<<set _model.clothes = "a gothic lolita dress">>
<<set _model.clothes = either("a gothic lolita dress", "a ball gown")>>
<<if $seeImages == 1>>
<div class= "imageRef smlImg">
<<SlaveArt _model 1 0>>
...
...
@@ -392,7 +392,7 @@ The room containing all the clothes and accessories you have available to dress
<tr>
<td>
<<set _model.clothes = "a cybersuit">>
<<set _model.clothes = either("a cybersuit", "a latex catsuit")>>
<<if $seeImages == 1>>
<div class= "imageRef smlImg">
<<SlaveArt _model 1 0>>
...
...
@@ -407,7 +407,7 @@ The room containing all the clothes and accessories you have available to dress
</td>
<td>
<<set _model.clothes = "boyshorts">>
<<set _model.clothes = either("boyshorts", "a bra", "kitty lingerie", "panties and pasties", "a skimpy loincloth", "a thong")>>
<<if $seeImages == 1>>
<div class= "imageRef smlImg">
<<SlaveArt _model 1 0>>
...
...
@@ -424,7 +424,7 @@ The room containing all the clothes and accessories you have available to dress
<tr>
<td>
<<set _model.clothes = "sport shorts and a sports bra">>
<<set _model.clothes = either("sport shorts and a sports bra", "sport shorts", "a sports bra")>>
<<if $seeImages == 1>>
<div class= "imageRef smlImg">
<<SlaveArt _model 1 0>>
...
...
@@ -439,7 +439,7 @@ The room containing all the clothes and accessories you have available to dress
</td>
<td>
<<set _model.clothes = "a one-piece swimsuit">>
<<set _model.clothes = either("a one-piece swimsuit", "a monokini")>>
<<if $seeImages == 1>>
<div class= "imageRef smlImg">
<<SlaveArt _model 1 0>>
...
...
@@ -456,7 +456,7 @@ The room containing all the clothes and accessories you have available to dress
@@ -471,7 +471,7 @@ The room containing all the clothes and accessories you have available to dress
</td>
<td>
<<set _model.clothes = "a schutzstaffel uniform">>
<<set _model.clothes = either("a schutzstaffel uniform", "a klan robe", "a slutty klan robe", "a schutzstaffel uniform", "a slutty schutzstaffel uniform")>>
<<if $seeImages == 1>>
<div class= "imageRef smlImg">
<<SlaveArt _model 1 0>>
...
...
@@ -503,7 +503,7 @@ The room containing all the clothes and accessories you have available to dress