diff --git a/src/interaction/siWardrobe.js b/src/interaction/siWardrobe.js
index 915e497ff163eaf3162bfacb917af729b89d57c9..67e3cd0eb84aab04244d6ebcf282a2640ff4688b 100644
--- a/src/interaction/siWardrobe.js
+++ b/src/interaction/siWardrobe.js
@@ -158,6 +158,7 @@ App.UI.SlaveInteract.wardrobe = function(slave) {
 						() => {
 							slave.clothes = "choosing her own clothes";
 							slave.choosesOwnClothes = 1;
+							refresh();
 						}
 					)
 				);
@@ -1020,6 +1021,9 @@ App.UI.SlaveInteract.wardrobe = function(slave) {
 							`${item.name} `,
 							() => {
 								slave[category] = name;
+								if (category === "clothes") {
+									slave.choosesOwnClothes = 0;
+								}
 								refresh();
 							},
 							[],