diff --git a/js/003-data/miscData.js b/js/003-data/miscData.js index b1c46086059fdb9f60c8de6fac8b21d4abd0e905..bbc3fe1a04cc57e30e64ea1eaef5119e549c43c3 100644 --- a/js/003-data/miscData.js +++ b/js/003-data/miscData.js @@ -2219,7 +2219,7 @@ App.Data.misc = { {name: "Succubus costume", value: "a succubus outfit"}, {name: "Suit (slutty)", value: "slutty business attire"}, - // {name: "Let them choose", value: "choosing her own clothes"}, //an option, but not one we need to return. Human eyes only. + {name: "Let them choose", value: "choosing her own clothes"}, {name: "Haltertop dress", value: "a halter top dress"}, {name: "Slave gown", value: "a slave gown"} ], diff --git a/src/js/wardrobeUse.js b/src/js/wardrobeUse.js index 14001e59e98768ad239da8aeceb021649bdf923d..7c646db84218f9d355c16c514658c9b37d0a89ef 100644 --- a/src/js/wardrobeUse.js +++ b/src/js/wardrobeUse.js @@ -54,7 +54,9 @@ App.UI.Wardrobe.clothes = function(slave) { if (item.fs) { clothingOption.FS = item.fs; } - harshOptionsArray.push(clothingOption); + if (item.value !== "choosing her own clothes") { + harshOptionsArray.push(clothingOption); + } }); // Sort