diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js index 90e50532969f2ffd79953fe619479c1669e73e1f..e4c0de4ec64032a55b3d63ccb216355e00ea03a8 100644 --- a/src/js/slaveSummaryWidgets.js +++ b/src/js/slaveSummaryWidgets.js @@ -36,7 +36,8 @@ window.SlaveSummaryUncached = (function() { let His; */ - /** @param {App.Entity.SlaveState} slave + /** + * @param {App.Entity.SlaveState} slave * @returns {string} */ function SlaveSummaryUncached(slave) { V = State.variables; @@ -666,6 +667,8 @@ window.SlaveSummaryUncached = (function() { case "fertility": r += `<strong>Di:F+</strong>`; break; + default: + break; } r += `</span> `; r += `<span class="cyan">`; @@ -717,6 +720,8 @@ window.SlaveSummaryUncached = (function() { case "fertility": r += `Fertility.`; break; + default: + break; } r += `</span> `; if (slave.dietCum === 2) { @@ -868,6 +873,8 @@ window.SlaveSummaryUncached = (function() { case "growth stimulants": r += `<strong>Dr:groStim</strong>`; break; + default: + break; } r += `</span> `; r += `<span class="lightgreen">`; @@ -3186,6 +3193,8 @@ window.SlaveSummaryUncached = (function() { case "none": r += `SP:none`; break; + default: + break; } } r += " "; @@ -3631,6 +3640,8 @@ window.SlaveSummaryUncached = (function() { case "none": r += `SP: none.`; break; + default: + break; } } r += " "; @@ -4600,6 +4611,8 @@ window.SlaveSummaryUncached = (function() { break; case "porcelain mask": r += `Porcelain mask.`; + break + default: break; } r += " "; @@ -4629,6 +4642,8 @@ window.SlaveSummaryUncached = (function() { case "an extreme corset": r += `Extreme corsetage.`; break; + default: + break; } r += " "; } @@ -4706,6 +4721,8 @@ window.SlaveSummaryUncached = (function() { case "long, huge dildo": r += `Long and wide vaginal dildo.`; break; + default: + break; } } r += " "; @@ -4714,6 +4731,8 @@ window.SlaveSummaryUncached = (function() { case "vibrator": r += `Vibrating dildo.`; break; + default: + break; } r += " "; } @@ -4731,6 +4750,8 @@ window.SlaveSummaryUncached = (function() { case "smart bullet vibrator": r += `Smart frenulum bullet vibrator.`; break; + default: + break; } r += " "; } @@ -4756,6 +4777,8 @@ window.SlaveSummaryUncached = (function() { case "long, huge plug": r += `Enormous buttplug.`; break; + default: + break; } r += " "; switch (slave.buttplugAttachment) { @@ -4768,6 +4791,8 @@ window.SlaveSummaryUncached = (function() { case "fox tail": r += `Attached fox tail. `; break; + default: + break; } } @@ -5486,6 +5511,8 @@ App.UI.slaveSummaryList = function (passageName) { res.push(dividerAndImage(_Slave)); res.push(`[[${_slaveName}|Slave Interact][$activeSlave = $slaves[${_ssi}]]]`); break; + default: + break; } SlaveStatClamp(_Slave); @@ -5950,6 +5977,8 @@ App.UI.slaveSummaryList = function (passageName) { res.push(`<br>${ V.seeImages !== 1 || V.seeSummaryImages !== 1 || V.imageChoice === 1}` ? ' ' : ''); res.push(`[[Make her the main course|Dinner Party Execution][$activeSlave = $slaves[${_ssi}]]]`); break; + default: + break; } } return res.join("");