From a9aebbfdb8c78c783652591d5fb7588c6b5814e1 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 19 Aug 2020 22:32:31 -0400
Subject: [PATCH] tweaks

---
 src/facilities/wardrobe/wardrobeShopping.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/facilities/wardrobe/wardrobeShopping.js b/src/facilities/wardrobe/wardrobeShopping.js
index 7a67348512e..fcedafe8efa 100644
--- a/src/facilities/wardrobe/wardrobeShopping.js
+++ b/src/facilities/wardrobe/wardrobeShopping.js
@@ -79,8 +79,9 @@ App.UI.WardrobeShopping = function() {
 		return el;
 
 		/**
-		 *
+		 * Create individual cell for a piece of clothing, including the display model
 		 * @param {string} clothing
+		 * @param {string} oldOutfit The outfit last worn by the slave. This means that on cycling outfits, we won't immediately repeat
 		 */
 		function createCell(clothing, oldOutfit = "") {
 			const el = document.createElement("div");
-- 
GitLab