diff --git a/src/endWeek/saLongTermEffects.js b/src/endWeek/saLongTermEffects.js index 65b954b233b507a14271bb389e6f688d4c216cfa..1dfd4167a7356c9af00202b01fd0479d897600c2 100644 --- a/src/endWeek/saLongTermEffects.js +++ b/src/endWeek/saLongTermEffects.js @@ -397,7 +397,7 @@ App.SlaveAssignment.longTermEffects = (function() { r.push(`Having ${his} heavy milk production forced through ${his} tiny nipples <span class="change positive">stretches and engorges them.</span>`); slave.nipples = "cute"; } - } else if (slave.nipples === "cute" || slave.nipples === "inverted") { + } else if (slave.nipples === "cute") { if (random(1, 100) > 80) { r.push(`${He}'s lactating so heavily that ${his} permanently swollen nipples gradually become accustomed to the constant flow of milk. They <span class="change positive">become puffy</span> and engorged.`); slave.nipples = "puffy"; diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js index 9d6d59b55af92d00b7d9628ae387db9ebb7d23ba..429356747b7a560d642da9d018f2300a710d280f 100644 --- a/src/endWeek/saPleaseYou.js +++ b/src/endWeek/saPleaseYou.js @@ -1799,4 +1799,4 @@ App.SlaveAssignment.pleaseYou = (function() { slave.fetishStrength = 10; } } -})(); \ No newline at end of file +})(); diff --git a/src/endWeek/saRecruitGirls.js b/src/endWeek/saRecruitGirls.js index 781b51e2c80e6e5921df4fdd31e4317554f60a12..2815560f3a779593e31196a055cf500cda8f0ee2 100644 --- a/src/endWeek/saRecruitGirls.js +++ b/src/endWeek/saRecruitGirls.js @@ -1475,7 +1475,7 @@ App.SlaveAssignment.recruitGirls = (function() { pushFS(`Clad in ${his} holy garb, ${slave.slaveName} preaches to the atrium with a powerful appeal to the new morality, in which ${his} absolute faith in your revelations is unmistakable.`); seed += 1; } else if (arcology.FSNeoImperialist !== "unset" && slave.clothes === "a tight Imperial bodysuit") { - pushFS(`${He} lectures eloquently on the importance of hierarchy and noble lineage in a pseduo-religious fashion, dressed out in ${his} form-fitting bodysuit; most of the listeners' eyes fall on ${his} tightly-outlined chest and how ${his} nipples protrude obviously underneath the cybersuit, your crest emblazoned over the rock-hard nubs doing more of the arguing.`); + pushFS(`${He} lectures eloquently on the importance of hierarchy and noble lineage in a pseudo-religious fashion, dressed out in ${his} form-fitting bodysuit; most of the listeners' eyes fall on ${his} tightly-outlined chest and how ${his} nipples protrude obviously underneath the cybersuit, your crest emblazoned over the rock-hard nubs doing more of the arguing.`); seed += 1; } else if (arcology.FSNeoImperialist !== "unset" && slave.clothes === "Imperial Plate") { pushFS(`${He} gives a lengthy speech about the importance of hierarchy and noble lineage in a pseudo-religious fashion, speaking on the divine right of the nobility to rule while dominating the floor in ${his} ultra-heavy Imperial plate.`); diff --git a/src/js/sexActsJS.js b/src/js/sexActsJS.js index 19d28e8a3a03c84a18f2399d816ae3ef90055870..d2f3bc093ceb79ba0ced6d707df837e4c486f860 100644 --- a/src/js/sexActsJS.js +++ b/src/js/sexActsJS.js @@ -482,7 +482,7 @@ globalThis.actX = function(slave, act, count = 1) { * Sex is between two. This is a handy wrapper for actX that emphasizes that. * @param {App.Entity.SlaveState} slave1 always a slave * @param {string} act1 oral, anal, etc - * @param {FC.HumanState | "public"} slave2 slave or PC or "public" + * @param {FC.HumanState | "public" | "slaves"} slave2 slave or PC or "public" * @param {string} act2 oral, anal, etc * @param {number} count */