diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js index 6daf930661d299de01651bcce125f2e34ebf2fb6..de9badc60f82c7d2cc776ed0effd76339b5fea0d 100644 --- a/src/endWeek/saChoosesOwnClothes.js +++ b/src/endWeek/saChoosesOwnClothes.js @@ -3,6 +3,7 @@ window.saChoosesOwnClothes = (function() { let V; let player; let r; + /* eslint-disable */ let pronouns; let he; let him; @@ -12,6 +13,7 @@ window.saChoosesOwnClothes = (function() { let boy; let He; let His; + /* eslint-enable */ /** * @param {App.Entity.SlaveState} slave @@ -952,7 +954,10 @@ window.saChoosesOwnClothes = (function() { return selection; } - /** @param {App.Entity.SlaveState} slave */ + /** + * @param {App.Entity.SlaveState} slave + * @returns {string} + */ function todaysShoes(slave) { const shoes = []; @@ -995,12 +1000,17 @@ window.saChoosesOwnClothes = (function() { return jsEither(shoes); } - /** @param {App.Entity.SlaveState} slave */ + /** + * @param {App.Entity.SlaveState} slave + * @returns {string} + */ function todaysCollar(slave) { const neck = []; if (slave.fetish === "mindbroken") { + // } else if (slave.devotion <= 20) { + // } else { if (V.arcologies[0].FSEgyptianRevivalist > 0) { neck.push({text: `dons a wesekh to support your ancient Egyptian pretensions,`, collar: "ancient Egyptian"}); @@ -1022,7 +1032,10 @@ window.saChoosesOwnClothes = (function() { return jsEither(neck); } - /** @param {App.Entity.SlaveState} slave */ + /** + * @param {App.Entity.SlaveState} slave + * @returns {string} + */ function todaysCorset(slave) { const belly = []; const empathyBellies = ["a small empathy belly", "a medium empathy belly", "a large empathy belly", "a huge empathy belly"];