Skip to content
Snippets Groups Projects
Commit dca7f434 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

barefoot is incl in list

parent 0600024a
Branches
Tags
1 merge request!6152Start functions in app.data
......@@ -228,10 +228,12 @@ App.UI.Wardrobe.shoes = function(slave) {
choice.textContent = (`${slave.shoes} `);
label.appendChild(choice);
/* We have "barefoot" in App.Data.Misc to cover for this
// Choose her own
if (slave.shoes !== `none`) {
label.appendChild(App.UI.Wardrobe.generateRows(choiceOptionsArray, "shoes", slave, true));
}
*/
el.appendChild(label);
// Options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment