@@ -110,8 +110,12 @@ App.Events.PEConcubineInterview = class PEConcubineInterview extends App.Events.
}
}elseif (eventSlave.face>95){
t.push(`"Oh my God," exclaims the host reverently. "Honey, <span class="green">you are gorgeous.</span>" He turns to the camera. "Isn't ${he} just gorgeous?"`);
rep(500);
}elseif (eventSlave.face<10){
t.push(`There is a distinct lack of response from the host; perhaps he was <span class="red">expecting ${him} to be prettier.</span>`);
rep(-100);
}else{
t.push(`The host gives ${him} a perfunctory compliment on ${his} beauty.`);
}
...
...
@@ -329,6 +333,8 @@ App.Events.PEConcubineInterview = class PEConcubineInterview extends App.Events.
t.push(`The interview winds on, gradually descending into prurient territory. ${eventSlave.slaveName} answers readily, giving everyone watching quite a window into an oversexed slave society.`);
if (eventSlave.intelligence+eventSlave.intelligenceImplant>15){
t.push(`${He}'s clever enough to <span class="green">shock and titillate</span> at the same time; in response to a probing question about whether ${he} has any plans for the rest of the night, ${he}${say}s, ${speak(`"Of course my ${Master} makes the plans. But I hope I can get back to the arcology early."`)}${He} shifts suggestively in ${his} chair. "I'm looking forward to getting fucked tonight."`);
rep(500);
}else{
t.push(`${He}'s rather blunt in ${his} responses, answering with a little too much detail; not that the audience minds.`);
}
...
...
@@ -527,9 +533,9 @@ App.Events.PEConcubineInterview = class PEConcubineInterview extends App.Events.
t.push(`${eventSlave.slaveName} even manages to <span class="green">respond well</span> to a probing question about your gender. ${He}${lisps?`lisps`:`explains`}, ${speak(`"You have to understand that all that nonsense about men and women means less to us in the Free Cities. My ${Master} is a successful and powerful ${womanP}.`)}`);
if (!PC.dick){
t.push(`${speak(`We just pay the right amount of attention to the success and the power.`)}${He} quirks a corner of ${his} mouth. "I know <span class="italics">I</span> do."`);
t.push(`${speak(`We just pay the right amount of attention to the success and the power.`)}${He} quirks a corner of ${his} mouth. "I know <em>I</em> do."`);
}else{
t.push(`${He} quirks a corner of ${his} mouth. ${speak(`"And ${heP} has a <span class="italics">wonderful</span> cock."`)}`);
t.push(`${He} quirks a corner of ${his} mouth. ${speak(`"And ${heP} has a <em>wonderful</em> cock."`)}`);