diff --git a/src/events/RESS/concubineInterview.js b/src/events/RESS/concubineInterview.js index 4294a0481cfe052b61976eab6c58689f6ccd3a3a..7907934c5074c09150276c466498ced79ecf3b40 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; }