From fce366ad50da4c7f7f8e58b6cef0225ded6bd8ce Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Tue, 15 Jun 2021 03:47:58 +0000 Subject: [PATCH] Fix spacing and reversed "asspussy" condition --- src/events/RE/rePregInventorInvite.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/events/RE/rePregInventorInvite.js b/src/events/RE/rePregInventorInvite.js index 699c70ad9dd..cc673e9ec0a 100644 --- a/src/events/RE/rePregInventorInvite.js +++ b/src/events/RE/rePregInventorInvite.js @@ -46,7 +46,7 @@ App.Events.rePregInventorInvite = class rePregInventorInvite extends App.Events. } else if ((slave.boobsImplant / slave.boobs) >= .60) { r.push(`grin and pushes ${his} augmented tits together to give you a view of ${his} impressive cleavage.`); } else if (slave.boobs >= 3000) { - r.push(`grin and hefts one of ${his} massive breasts${(hasBothArms(slave)) ? `with both hands` : ``}, sucking on ${his} nipple to give you a show while you wait.`); + r.push(`grin and hefts one of ${his} massive breasts${(hasBothArms(slave)) ? ` with both hands` : ``}, sucking on ${his} nipple to give you a show while you wait.`); } else { r.push(`grin and tweaks the nipples on ${his} pert breasts.`); } @@ -65,7 +65,7 @@ App.Events.rePregInventorInvite = class rePregInventorInvite extends App.Events. r.push(`blushes and wiggles ${his} stumps, looking down.`); } if (canTalk(slave)) { - r.push(`"${Master}," ${he} ${say}s, "I love being your hyperpregnant brood slave. My poor ${(slave.mpreg === 1) ? `` : `ass`}pussy weeps every time a baby passes through it, and so many have passed through — and, ${Master}, it hurts, sometimes, but I love the feeling of my body stretching fuller and fuller with life every day. There's nothing I want more than to be your`); + r.push(`"${Master}," ${he} ${say}s, "I love being your hyperpregnant brood slave. My poor ${(slave.mpreg === 1) ? `ass` : ``}pussy weeps every time a baby passes through it, and so many have passed through — and, ${Master}, it hurts, sometimes, but I love the feeling of my body stretching fuller and fuller with life every day. There's nothing I want more than to be your`); if (SlaveStatsChecker.checkForLisp(slave)) { r.push(lispReplace(SlaveTitle(slave))); } else { -- GitLab