From 288e52cdfd981cedc7be5252fd7c52a8cb56c54a Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Tue, 3 Nov 2020 19:10:05 -0500 Subject: [PATCH] Minor fixes --- .../{peConcubineInterview.js => concubineInterview.js} | 10 ++++++++-- src/gui/css/mainStyleSheet.css | 5 ----- 2 files changed, 8 insertions(+), 7 deletions(-) rename src/events/PE/{peConcubineInterview.js => concubineInterview.js} (99%) diff --git a/src/events/PE/peConcubineInterview.js b/src/events/PE/concubineInterview.js similarity index 99% rename from src/events/PE/peConcubineInterview.js rename to src/events/PE/concubineInterview.js index 408a5c34434..f56b4c9efce 100644 --- a/src/events/PE/peConcubineInterview.js +++ b/src/events/PE/concubineInterview.js @@ -110,8 +110,12 @@ App.Events.PEConcubineInterview = class PEConcubineInterview extends App.Events. } } else if (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); } else if (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."`)}`); } rep(500); diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css index c9b756887f7..ef081dc3f8d 100644 --- a/src/gui/css/mainStyleSheet.css +++ b/src/gui/css/mainStyleSheet.css @@ -299,11 +299,6 @@ div.double-choices, p.double-choices { font-style: italic; } -/* any other uses, such as in speech */ -.italics { - font-style: italic; -} - .story-label, .underline { text-decoration: underline; } -- GitLab