diff --git a/Changelog.txt b/Changelog.txt index b5e844dbeb9a96083fc96e39db87051a8d1cc376..baa5930f0d6ed8dee2080afed629c73b1cd648f6 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -2,6 +2,12 @@ Pregmod 0.10.7.1-3.4.x + 3/27/2020 + + 1 + + -various fixes, tidying and cleanup + 3/15/2020 0 diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js index 486c9ba261c31bf608d14c9729f5fb75ad8453c9..182239089e96e8c0f749b645119a7d2ac760270d 100644 --- a/src/endWeek/saPleaseYou.js +++ b/src/endWeek/saPleaseYou.js @@ -1224,13 +1224,13 @@ window.saPleaseYou = (function saPleaseYou() { r.push(`nearby, waiting silently.`); slave.trust += 4; } else if (slave.anus === 0 && slave.vagina === 0) { - r.push(`Since you haven't yet decided to sell or take ${his} virginity or ${his} tight little anus, you ${him} please you with ${his}`); + r.push(`Since you haven't yet decided to sell or take ${his} virginity or ${his} tight little anus, you let ${him} please you with ${his}`); if (slave.nipples === "fuckable" && V.PC.dick !== 0) { r.push(`mouth and tits.`); } else { r.push(`mouth.`); } - r.push(`${He} is <span class="mediumaquamarine">duly grateful</span> you ${him} keep ${his} innocence for another week, though ${his}`); + r.push(`${He} is <span class="mediumaquamarine">duly grateful</span> you let keep ${his} innocence for another week, though ${his}`); if (slave.nipples === "fuckable" && V.PC.dick !== 0) { r.push(`throat and breasts get a little sore picking up the slack.`); } else { @@ -1238,27 +1238,27 @@ window.saPleaseYou = (function saPleaseYou() { } slave.trust += 1; } else if (slave.vagina === 0) { - r.push(`Since you haven't yet decided to sell or take ${his} virginity, you ${him} confine ${his} efforts to ${his}`); + r.push(`Since you haven't yet decided to sell or take ${his} virginity, you let ${him} confine ${his} efforts to ${his}`); if (canDoAnal(slave) && slave.nipples === "fuckable" && V.PC.dick !== 0) { - r.push(`anus, nipples and mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you ${his} keep ${his} innocence for another week, though ${his} butt, boobs and throat get a little sore.`); + r.push(`anus, nipples and mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you let ${him} keep ${his} innocence for another week, though ${his} butt, boobs and throat get a little sore.`); } else if (canDoAnal(slave)) { - r.push(`anus and mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you ${his} keep ${his} innocence for another week, though ${his} butt and throat get a little sore.`); + r.push(`anus and mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you let ${him} keep ${his} innocence for another week, though ${his} butt and throat get a little sore.`); } else if (slave.nipples === "fuckable" && V.PC.dick !== 0) { - r.push(`nipples and mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you ${his} keep ${his} innocence for another week, though ${his} boobs and throat get a little sore.`); + r.push(`nipples and mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you let ${him} keep ${his} innocence for another week, though ${his} boobs and throat get a little sore.`); } else { - r.push(`mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you ${his} keep ${his} innocence for another week, though ${his} throat gets a little sore.`); + r.push(`mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you ${his} keep let ${him} innocence for another week, though ${his} throat gets a little sore.`); } slave.trust += 1; } else if (slave.anus === 0) { - r.push(`Since you haven't yet decided to sell or take ${his} tight little anus, you ${him} confine ${his} efforts to ${his}`); + r.push(`Since you haven't yet decided to sell or take ${his} tight little anus, you let ${him} confine ${his} efforts to ${his}`); if (canDoVaginal(slave) && slave.nipples === "fuckable" && V.PC.dick !== 0) { - r.push(`pussy, nipples and mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you ${him} put off taking it up the butt another week, though ${his} boobs and throat get a little sore.`); + r.push(`pussy, nipples and mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you let ${him} put off taking it up the butt another week, though ${his} boobs and throat get a little sore.`); } else if (canDoVaginal(slave)) { - r.push(`pussy and mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you ${him} put off taking it up the butt another week, though ${his} throat gets a little sore.`); + r.push(`pussy and mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you let ${him} put off taking it up the butt another week, though ${his} throat gets a little sore.`); } else if (slave.nipples === "fuckable" && V.PC.dick !== 0) { - r.push(`nipples and mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you ${him} put off taking it up the butt another week, though ${his} boobs and throat get a little sore.`); + r.push(`nipples and mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you let ${him} put off taking it up the butt another week, though ${his} boobs and throat get a little sore.`); } else { - r.push(`mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you ${him} put off taking it up the butt another week, though ${his} throat gets a little sore.`); + r.push(`mouth. ${He} is <span class="mediumaquamarine">duly grateful</span> you let ${him} put off taking it up the butt another week, though ${his} throat gets a little sore.`); } slave.trust += 1; } else if (!canWalk(slave)) { diff --git a/src/endWeek/saWorkAGloryHole.js b/src/endWeek/saWorkAGloryHole.js index 11b85ce6c2d0985bcb82b8580a628060332cd335..a04e53f5970ba94ec61501881d484c1dd3b09d89 100644 --- a/src/endWeek/saWorkAGloryHole.js +++ b/src/endWeek/saWorkAGloryHole.js @@ -177,7 +177,7 @@ window.saWorkAGloryHole = (function saWorkAGloryHole() { slave.trust -= 5; repX(forceNeg(50), "gloryhole", slave); } else { - r += ` ${He} spends long hours cooped up in a small box with nothing to rest on. Even if ${he} where to try to lean against its side, it won't be long before another dick pokes through the hole demanding service. <span class="red">By the time ${he} is released, ${he} is nothing short of exhausted.</span>`; + r += ` ${He} spends long hours cooped up in a small box with nothing to rest on. Even if ${he} where to try to lean against its side, it won't be long before another dick pokes through the hole demanding service. By the time ${he} is released, ${he} is <span class="red">utterly exhausted.</span>`; } } tired(slave);