diff --git a/src/facilities/wardrobe/wardrobeShopping.js b/src/facilities/wardrobe/wardrobeShopping.js index 7a67348512efb66fed68e863093eccca43606d2e..fcedafe8efa032b3c42f5c9b85a46ba92d537621 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");