diff --git a/src/interaction/siWardrobe.js b/src/interaction/siWardrobe.js
index 626e942f10adf75d1d197019a2569544da238e6c..77c27d9db5c7b690f75cdd4ff09bc6ae61aca65e 100644
--- a/src/interaction/siWardrobe.js
+++ b/src/interaction/siWardrobe.js
@@ -836,6 +836,7 @@ App.UI.SlaveInteract.wardrobe = function(slave) {
 	}
 
 	function refresh() {
+		App.Art.refreshSlaveArt(slave, 3, "art-frame");
 		jQuery("#content").empty().append(contents());
 	}