From c20d719f188ee0307693fd59bc330a0c7624058f Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Tue, 8 Jun 2021 10:05:54 -0400
Subject: [PATCH] blind spoken

---
 src/events/reRecruit/blindHomeless.js | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/events/reRecruit/blindHomeless.js b/src/events/reRecruit/blindHomeless.js
index 4dd929edd20..e9058c623ac 100644
--- a/src/events/reRecruit/blindHomeless.js
+++ b/src/events/reRecruit/blindHomeless.js
@@ -31,8 +31,14 @@ App.Events.recBlindHomeless = class recBlindHomeless extends App.Events.BaseEven
 		} else {
 			r.push(woman);
 		}
-		r.push(`struggles into your penthouse for an interview. You accepted ${his} request to see you because ${he} took the unusual step of promising to sell ${himself} to you if you would admit ${him}. The reason for this odd behavior becomes clear when ${he} enters. ${He} is gingerly feeling ${his} way towards your desk, before finding it and straightening up, giving you a good look at ${his} body. ${He} is clothed in rags and dangerously thin, save for a notable roundness in ${his} middle. ${He} shakily makes ${his} case.`);
-		r.push(Spoken(slave, `"${title}, I'm desperate. My home was repossessed and I was forced onto the street. And the street is no place for a blind ${girl}. T-they", ${he} place a hand on ${his} stomach, "took advantage of my helplessness. For months, they fucked me whenever they wanted, and in return they gave me next to no food and this child!" ${He} stamps ${his} foot angrily, before continuing, "but, I thought, you would be far better than that life, a slow death on the streets." ${He} tears up and awaits your response.`));
+		r.push(
+			`struggles into your penthouse for an interview. You accepted ${his} request to see you because ${he} took the unusual step of promising to sell ${himself} to you if you would admit ${him}. The reason for this odd behavior becomes clear when ${he} enters. ${He} is gingerly feeling ${his} way towards your desk, before finding it and straightening up, giving you a good look at ${his} body. ${He} is clothed in rags and dangerously thin, save for a notable roundness in ${his} middle. ${He} shakily makes ${his} case.`,
+			Spoken(slave, `"${title}, I'm desperate. My home was repossessed and I was forced onto the street. And the street is no place for a blind ${girl}. T-they",`),
+			`${he} places a hand on ${his} stomach,`,
+			Spoken(slave, `"took advantage of my helplessness. For months, they fucked me whenever they wanted, and in return they gave me next to no food and this child!"`),
+			`${He} stamps ${his} foot angrily, before continuing,`,
+			Spoken(slave, `"but, I thought, you would be far better than that life, a slow death on the streets." ${He} tears up and awaits your response.`)
+		);
 
 		App.Events.addParagraph(node, r);
 
-- 
GitLab