From 9d8a4f31a9b247848cfc5815d3ff6989ce1e8ce1 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Sun, 4 Jul 2021 09:15:54 +0000 Subject: [PATCH] typos --- src/npc/generate/newSlaveIntro.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js index b893de5bb10..5438a98834f 100644 --- a/src/npc/generate/newSlaveIntro.js +++ b/src/npc/generate/newSlaveIntro.js @@ -3586,7 +3586,7 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest = if (canPenetrate(slave)) { r.push(`A simple stroke is all it takes to get ${him} hard, so you quickly mount and begin riding ${him}. ${He} <span class="hotpink">happily</span> runs ${his} hands across the underside of your belly as ${he} gets into the rhythm of thrusting up into you. After an unsatisfyingly short amount of time, ${he} cums deep in you.`); } else { - r.push(`You quickly mount ${his} face and force ${him} to eat you out. ${He} <span class="hotpink">happily</span> runs ${his} hands across the underside your belly as ${he} gets into the rhythm of penetrating you. It doesn't take long for the poor ${girl} to be out of breath and panicking.`); + r.push(`You quickly mount ${his} face and force ${him} to eat you out. ${He} <span class="hotpink">happily</span> runs ${his} hands across the underside of your belly as ${he} gets into the rhythm of penetrating you. It doesn't take long for the poor ${girl} to be out of breath and panicking.`); } r.push(`Sighing, you pull the spent ${girl} upright so ${he} can fondle your belly and hopefully recover enough for a second go. ${He} spends a lot of time comparing your belly to ${his} own, ${he} might not be a pregnancy fetishist, but it seems likely ${he} may become one.`); slave.devotion += 5; @@ -3600,7 +3600,7 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest = slave.fetishStrength = 20; } } else if (tankBorn && PC.pregMood === 1) { - r.push(`until ${he} has no choice but to wrap ${his} arms around it. ${He} happily runs ${his} hands across your belly, cooing with delight at the tautness and warmth. ${He} jumps back with a gasp the first time ${he} is met with a kick from within you, but <span class="hotpink"> giggles pleasantly</span> as you help ${him} back to ${his} feet and pull ${him} into an embrace, guiding ${him} to the couch. You tweak one of your nipples, encouraging your milk to flow and enticing`); + r.push(`until ${he} has no choice but to wrap ${his} arms around it. ${He} happily runs ${his} hands across your belly, cooing with delight at the tautness and warmth. ${He} jumps back with a gasp the first time ${he} is met with a kick from within you, but <span class="hotpink">giggles pleasantly</span> as you help ${him} back to ${his} feet and pull ${him} into an embrace, guiding ${him} to the couch. You tweak one of your nipples, encouraging your milk to flow and enticing`); if (slave.mother === -1) { r.push(`your ${daughter} to suckle from ${his} mother.`); } else { -- GitLab