From b0d6c64618387683d57e67bf48efd7d9cc073a5c Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Tue, 3 Nov 2020 11:38:57 -0500
Subject: [PATCH] Minor fixes, used correct form of slaveDescriptionDialog()

---
 src/events/RESS/concubineInterview.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/events/RESS/concubineInterview.js b/src/events/RESS/concubineInterview.js
index 4294a0481cf..7907934c507 100644
--- a/src/events/RESS/concubineInterview.js
+++ b/src/events/RESS/concubineInterview.js
@@ -37,7 +37,7 @@ App.Events.RESSConcubineInterview = class RESSConcubineInterview extends App.Eve
 
 		let t = [];
 
-		t.push(`You receive an official communication from a popular talk show e-hosted in one of the old world's still-thriving first world countries. Your fame has become known even in the old world, and they'd like to interview ${App.UI.slaveDescriptionDialog(eventSlave)} about you. They frankly warn you that you'll have no right to review the interview and no ability to control what ${he} says, and that they'll be asking about anything the interviewer thinks is juicy. This could be great for your reputation, but it could be hazardous, too.`);
+		t.push(`You receive an official communication from a popular talk show e-hosted in one of the old world's still-thriving first world countries. Your fame has become known even in the old world, and they'd like to interview `, App.UI.DOM.slaveDescriptionDialog(eventSlave), ` about you. They frankly warn you that you'll have no right to review the interview and no ability to control what ${he} says, and that they'll be asking about anything the interviewer thinks is juicy. This could be great for your reputation, but it could be hazardous, too.`);
 
 		App.Events.addParagraph(node, t);
 
@@ -549,6 +549,8 @@ App.Events.RESSConcubineInterview = class RESSConcubineInterview extends App.Eve
 			}
 			t.push(`"My dear it's been a pleasure. If all Free Cities ${girl}s are like you I might have to look into immigrating. Ladies and gentlemen, good night!"`);
 
+			App.Events.addParagraph(node, t);
+
 			return t;
 		}
 
-- 
GitLab