diff --git a/src/interaction/useSlave/useSlave.js b/src/interaction/useSlave/useSlave.js index 95531ea3040220467dffd9f2f3e1c11c60efbc91..6fa129796950035ac388ad090a9e64ffcedf2774 100644 --- a/src/interaction/useSlave/useSlave.js +++ b/src/interaction/useSlave/useSlave.js @@ -44,7 +44,7 @@ App.UI.SlaveInteract.useSlave = function(slave) { if (introShown) { div.append(`You are out of stamina.`); } else { - App.UI.DOM.appendNewElement("span", div, `You have recently had sex with ${him}`, "note"); + App.UI.DOM.appendNewElement("span", div, `You have recently had sex with ${him}`, ["note"]); } } @@ -176,6 +176,7 @@ App.UI.SlaveInteract.useSlave = function(slave) { const noUnderwearOutfits = ["a burkini", "a comfortable bodysuit", "a tight Imperial bodysuit", "a cybersuit", "a fallen nuns habit", "a leotard", "a latex catsuit", "a monokini", "a one-piece swimsuit", "a scalemail bikini", "a slutty klan robe", "a slutty maid outfit", "a slutty nurse outfit", "a slutty pony outfit", "a slutty qipao", "a slutty schutzstaffel uniform", "a string bikini", "a succubus outfit", "a toga", "an apron", "chains", "clubslut netting", "harem gauze", "overalls", "restrictive latex", "shibari ropes", "slutty business attire", "slutty jewelry", "uncomfortable straps"]; // ex. swimsuits, slutty jewelry, bodysuits const noBottomOutfits = ["a button-up shirt", "a sweater", "a t-shirt", "a tank-top", "a tube top", "an oversized t-shirt"]; const noTopOutfits = ["boyshorts", "cutoffs", "jeans", "leather pants", "sport shorts"]; + if (nakedOutfits.includes(slave.clothes)) { slaveState.clothing.top.isOff = true; slaveState.clothing.bottom.isOff = true; diff --git a/src/js/vignettes.js b/src/js/vignettes.js index 6e61b8f7dcf487a5ad196f9eeb28c6cbab73b46d..cd617d62bba1ff2fc0a3431c51c3a4c427fd161e 100644 --- a/src/js/vignettes.js +++ b/src/js/vignettes.js @@ -1690,7 +1690,7 @@ globalThis.GetVignette = function(slave) { } if (slave.nipples === "fuckable" || slave.nipples === "flat") { vignettes.push({ - text: `${he} lost a customer who refused ${he} could possibly be a proper cow with nipples like ${hers},`, + text: `${he} lost a customer who refused to believe ${he} could possibly be a proper cow with nipples like ${hers},`, type: "cash", effect: -1, });