From f64608c77933f15c07db14541a57f3be986dbcdc Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Tue, 9 Jun 2020 13:24:20 -0700 Subject: [PATCH] extra spaces --- src/endWeek/saPleaseYou.js | 4 ++-- src/endWeek/saServeYourOtherSlaves.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js index 44b834c80f8..351b644217e 100644 --- a/src/endWeek/saPleaseYou.js +++ b/src/endWeek/saPleaseYou.js @@ -1260,7 +1260,7 @@ App.SlaveAssignment.pleaseYou = (function() { } r.push(`and, since ${his} pussy is covered by ${his} chastity belt, asshole`); } else { - r.push(`mouth `); + r.push(`mouth`); if (V.PC.dick !== 0 && slave.nipples === "fuckable") { r.push(`and nipples`); } @@ -1335,7 +1335,7 @@ App.SlaveAssignment.pleaseYou = (function() { } r.push(`and, since ${his} pussy is covered by ${his} chastity belt, asshole`); } else { - r.push(`mouth `); + r.push(`mouth`); if (V.PC.dick !== 0 && slave.nipples === "fuckable") { r.push(`and nipples`); } diff --git a/src/endWeek/saServeYourOtherSlaves.js b/src/endWeek/saServeYourOtherSlaves.js index b14d8ab1ff6..49d891d16e3 100644 --- a/src/endWeek/saServeYourOtherSlaves.js +++ b/src/endWeek/saServeYourOtherSlaves.js @@ -166,7 +166,7 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() { } } } else { - r.push(`obediently seeds your fertile slaves. Being used as a stud <span class="hotpink">keeps ${him} in a good frame of mind</span> and <span class="mediumaquamarine">builds ${his} trust in you.</span> `); + r.push(`obediently seeds your fertile slaves. Being used as a stud <span class="hotpink">keeps ${him} in a good frame of mind</span> and <span class="mediumaquamarine">builds ${his} trust in you.</span>`); slave.devotion += 2; slave.trust += 2; if (slave.fetishKnown === 1) { @@ -682,7 +682,7 @@ App.SlaveAssignment.serveYourOtherSlaves = (function() { } else { r.push(`${domName} carefully uses gestures to communicate to ${him} that ${he} might as well scream.`); } - r.push(` ${subName}'s struggles to escape become desperate at this, and more desperate still when the week's first <span class="red">beating</span> starts. Later, ${he} tries going limp and unresistant, but that just makes the annoyed ${domName} beat ${his2} pain slave all the harder until ${he2} gets a reaction again. It's a long and <span class="hotpink">will breaking</span> week for ${subName}, and ${domName} certainly <span class="hotpink">enjoys torturing ${his2} toy.</span>`); + r.push(`${subName}'s struggles to escape become desperate at this, and more desperate still when the week's first <span class="red">beating</span> starts. Later, ${he} tries going limp and unresistant, but that just makes the annoyed ${domName} beat ${his2} pain slave all the harder until ${he2} gets a reaction again. It's a long and <span class="hotpink">will breaking</span> week for ${subName}, and ${domName} certainly <span class="hotpink">enjoys torturing ${his2} toy.</span>`); slave.devotion += 1; healthDamage(slave, 3); if (slave.need && slave.fetish === "masochist") { -- GitLab