diff --git a/src/events/reRecruit/blindHomeless.js b/src/events/reRecruit/blindHomeless.js
index 4dd929edd20655667f567a8ae6902a62365698ed..e9058c623acd0d3da3305f1780a92116c6c35a9a 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);