From 6e1ab5a7bde7f9fedc4073976f81856161087a19 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Fri, 18 Jun 2021 03:49:27 +0000 Subject: [PATCH] Improve sentence flow --- src/endWeek/saRecruitGirls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endWeek/saRecruitGirls.js b/src/endWeek/saRecruitGirls.js index 78b2233eded..cf28b8ef4a6 100644 --- a/src/endWeek/saRecruitGirls.js +++ b/src/endWeek/saRecruitGirls.js @@ -1342,7 +1342,7 @@ App.SlaveAssignment.recruitGirls = (function() { FSmatch++; arcology.FSRepopulationFocus += 0.01 * V.FSSingleSlaveRep; } else if (slave.counter.births > 0) { - pushFS(`Any time ${he} stars in an erotic photo shoot, ${he} always makes sure to follow up with a, hopefully positive, pregnancy test. Though ${he} makes sure to hype up ${his} viewers to sign up to be the one to knock ${him} up should it come up negative.`); + pushFS(`Any time ${he} stars in an erotic photo shoot, ${he} always makes sure to follow up with a, hopefully positive, pregnancy test - though ${he} makes sure to hype up ${his} viewers to sign up to be the one to knock ${him} up, should it come up negative.`); seed += 1; FSmatch++; arcology.FSRepopulationFocus += 0.01 * V.FSSingleSlaveRep; -- GitLab