From 0fd285a52050c9693e5fa19cdc8bfbbf5c6ed0d1 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sat, 3 Jul 2021 19:04:29 -0400
Subject: [PATCH] cleanup

---
 src/events/nonRandom/daughters/pCoupAftermath.js | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/events/nonRandom/daughters/pCoupAftermath.js b/src/events/nonRandom/daughters/pCoupAftermath.js
index c950b08d1dd..1cb22feecac 100644
--- a/src/events/nonRandom/daughters/pCoupAftermath.js
+++ b/src/events/nonRandom/daughters/pCoupAftermath.js
@@ -31,13 +31,7 @@ App.Events.PCoupAftermath = class REShippingContainer extends App.Events.BaseEve
 		r.push(`perform the grisly task of disposing of the bodies of the Daughters killed in the assault. They strip them of anything that might be of use in cleaning up after the attempted coup — communication devices, PDAs, computers, even handwritten notes. The raw intel is scanned and passed to ${V.assistant.name}. Most of it is rubbish.`);
 		App.Events.addParagraph(node, r);
 		r = [];
-		r.push(`Some of it is not. There is evidence of payments from a`);
-		if (V.rivalSet === 0) {
-			r.push(`nearby Free City`);
-		} else {
-			r.push(`neighboring arcology`);
-		}
-		r.push(`to the leadership of the Daughters. ${capFirstChar(V.assistant.name)} is silent for a long time, crosschecking records to assemble a complete picture despite your enemies' attempts to disguise the transactions. Finally, ${V.assistant.name} finishes and displays a picture, using nearly the entire surface of your desk for effect.`);
+		r.push(`Some of it is not. There is evidence of payments from a ${V.rivalSet === 0 ? "nearby Free City" : "neighboring arcology"} to the leadership of the Daughters. ${capFirstChar(V.assistant.name)} is silent for a long time, crosschecking records to assemble a complete picture despite your enemies' attempts to disguise the transactions. Finally, ${V.assistant.name} finishes and displays a picture, using nearly the entire surface of your desk for effect.`);
 		if (V.assistant.personality > 0) {
 			r.push(`"This," ${heA} says in a tone of satisfaction, "is the`);
 			if (V.rivalGender === 2) {
-- 
GitLab