From bfa6f1dd6b2ff396c03491cef12b45c59be508a8 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Wed, 10 Apr 2019 22:57:55 -0400
Subject: [PATCH] wardrobe fix

---
 src/uncategorized/wardrobe.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw
index 341b701cbed..aa26b714b8f 100644
--- a/src/uncategorized/wardrobe.tw
+++ b/src/uncategorized/wardrobe.tw
@@ -471,7 +471,7 @@ The room containing all the clothes and accessories you have available to dress
 </td>
 
 <td>
-<<set _model.clothes = either("a schutzstaffel uniform", "a klan robe", "a slutty klan robe", "a schutzstaffel uniform", "a slutty schutzstaffel uniform")>>
+<<set _model.clothes = either("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>>
-- 
GitLab