From 8c69ebc3ef93c5127135b9a93f02ee84b302c1dc Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Sat, 5 Dec 2020 14:14:02 -0800 Subject: [PATCH] Fix duplicate paragraph in concubine interview --- src/events/PE/concubineInterview.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/events/PE/concubineInterview.js b/src/events/PE/concubineInterview.js index 40b5db7e7cb..30aae14a734 100644 --- a/src/events/PE/concubineInterview.js +++ b/src/events/PE/concubineInterview.js @@ -416,9 +416,9 @@ App.Events.PEConcubineInterview = class PEConcubineInterview extends App.Events. App.Events.addParagraph(node, t); - t = []; - if (eventSlave.intelligence + eventSlave.intelligenceImplant > 50) { + t = []; + t.push(`Only because you know ${him} so well are you able to perceive the instant of cold calculation before ${he} makes a <span class="green">perfect tactical decision</span> and turns directly to the camera. "Whatever you want," ${he} ${say}s confidently, ${speak(`"You can find it in a Free Cities arcology like my ${Master}'s. Where I live, there's`)}`); if (arcology.FSRestart > 0) { t.push(speak(`the most interesting people,`)); @@ -531,19 +531,20 @@ App.Events.PEConcubineInterview = class PEConcubineInterview extends App.Events. if (PC.title === 0) { t = []; + t.push(`${eventSlave.slaveName} even manages to <span class="green">respond well</span> to a probing question about your gender. ${He} ${lisps ? `lisps` : `explains`}, ${speak(`"You have to understand that all that nonsense about men and women means less to us in the Free Cities. My ${Master} is a successful and powerful ${womanP}.`)}`); if (!PC.dick) { t.push(`${speak(`We just pay the right amount of attention to the success and the power.`)} ${He} quirks a corner of ${his} mouth. "I know <em>I</em> do."`); } else { t.push(`${He} quirks a corner of ${his} mouth. ${speak(`"And ${heP} has a <em>wonderful</em> cock."`)}`); } + + rep(500); + + App.Events.addParagraph(node, t); } - - rep(500); } - App.Events.addParagraph(node, t); - t = []; t.push(`At the conclusion, the host`); -- GitLab