diff --git a/src/descriptions/officeDescription.js b/src/descriptions/officeDescription.js index 867e5828a665201a0ff74c9df9315ffef04f3c42..32c81d26fbd234952a78bf66bc45e7ef72dbd4c3 100644 --- a/src/descriptions/officeDescription.js +++ b/src/descriptions/officeDescription.js @@ -655,6 +655,25 @@ App.Desc.officeDescription = function(lastElement) { } else { return null; } + case "a framed shot from porn starring": + if (isArray) { + const el = document.createElement("span"); + if (value.length === 1) { + App.Events.addNode(el, [`A framed shot from porn starring`, slaveSentence(value), `, ${value[0].extra}`]); + } else { + const r = []; + const sl = []; + r.push(`Framed shots from porn starring `); + for (const slave of value) { + sl.push(App.UI.DOM.combineNodes(App.UI.DOM.link(getSlave(slave.id).slaveName, () => { V.AS = slave.id; }, [], "Slave Interact"), ` (${slave.extra})`)); + } + r.push(App.UI.DOM.toSentence(sl)); + App.Events.addNode(el, r); + } + return el; + } else { + return null; + } case "a poster for the movie that was made about the love between one of your mercenaries and": { if (isArray) { const el = document.createElement("span"); diff --git a/src/events/RE/reShelterInspection.js b/src/events/RE/reShelterInspection.js index d203b16abb7337efe79ca64a95c97c959599fb97..e9626c86871ce76de84b61f4db686655cb66c520 100644 --- a/src/events/RE/reShelterInspection.js +++ b/src/events/RE/reShelterInspection.js @@ -562,7 +562,7 @@ App.Events.REShelterInspection = class REShelterInspection extends App.Events.Ba r.push(`The inspector frowns.`); r.push(Spoken(inspector, `"A buttplug shouldn't do that!"`)); r.push(`The slave looks worried and replies,`); - r.push(Spoken(inspector, `"It's kinda big? And I wear it all the time. B-but I like it! It d-doesn't hurt. Well, anymore."`)); + r.push(Spoken(inspectee, `"It's kinda big? And I wear it all the time. B-but I like it! It d-doesn't hurt. Well, anymore."`)); r.push(`The inspector is not amused. ${He2} offers you a few choice words, makes notes on ${his2} tablet, and storms out.`); } else if ([Job.WHORE, Job.BROTHEL, Job.PUBLIC, Job.CLUB].includes(inspectee.assignment)) { r.push(Spoken(inspectee, `"W-well,"`)); @@ -571,12 +571,12 @@ App.Events.REShelterInspection = class REShelterInspection extends App.Events.Ba r.push(`The inspector frowns.`); r.push(Spoken(inspector, `"How often!?"`)); r.push(`The slave looks worried and replies,`); - r.push(Spoken(inspector, `"L-let me think. Four times today? After the third time, it usually stops closing up again between cocks."`)); + r.push(Spoken(inspectee, `"L-let me think. Four times today? After the third time, it usually stops closing up again between cocks."`)); r.push(`The inspector is not amused. ${He2} offers you a few choice words, makes notes on ${his2} tablet, and storms out.`); } else if (inspectee.fetish === "buttslut") { r.push(Spoken(inspectee, `"Hey,"`)); r.push(`${he} protests,`); - r.push(Spoken(inspector, `"that's normal."`)); + r.push(Spoken(inspectee, `"that's normal."`)); r.push(`The inspector looks incredulous.`); r.push(Spoken(inspector, `"What!?"`)); r.push(`The slave looks insulted and replies,`); @@ -586,7 +586,7 @@ App.Events.REShelterInspection = class REShelterInspection extends App.Events.Ba } else if (inspectee.energy > 95) { r.push(Spoken(inspectee, `"Hey,"`)); r.push(`${he} protests,`); - r.push(Spoken(inspector, `"that's normal."`)); + r.push(Spoken(inspectee, `"that's normal."`)); r.push(`The inspector looks incredulous.`); r.push(Spoken(inspectee, `"I love sex! Don't judge me. I take cock in all my holes, and I like it. I'm going to beg for butt sex the moment you leave."`)); r.push(`${He} defiantly sticks ${his} rump out at you. The inspector looks deflated, and reluctantly makes a positive note on ${his2} tablet.`); @@ -594,7 +594,7 @@ App.Events.REShelterInspection = class REShelterInspection extends App.Events.Ba } else { r.push(Spoken(inspectee, `"W-well,"`)); r.push(`${he} ${say}s,`); - r.push(Spoken(inspector, `"I'm a slave."`)); + r.push(Spoken(inspectee, `"I'm a slave."`)); r.push(`The inspector frowns.`); r.push(Spoken(inspector, `What does that have to do with it?"`)); r.push(`The slave looks worried and replies,`); @@ -615,13 +615,13 @@ App.Events.REShelterInspection = class REShelterInspection extends App.Events.Ba r.push(`${he} ${say}s confidently. The inspector frowns.`); r.push(Spoken(inspector, `"How often!?"`)); r.push(`The slave thinks for a moment and replies,`); - r.push(Spoken(inspector, `"Four times today. After the third time, it usually stops closing up again between cocks. I'm good at my job!"`)); + r.push(Spoken(inspectee, `"Four times today. After the third time, it usually stops closing up again between cocks. I'm good at my job!"`)); r.push(`The inspector looks deflated, and reluctantly makes a positive note on ${his2} tablet.`); V.shelterAbuse -= 1; } else if (inspectee.fetish === "buttslut") { r.push(Spoken(inspectee, `"Hey,"`)); r.push(`${he} protests,`); - r.push(Spoken(inspector, `"that's normal."`)); + r.push(Spoken(inspectee, `"that's normal."`)); r.push(`The inspector looks incredulous.`); r.push(Spoken(inspector, `"What!?"`)); r.push(`The slave looks insulted and replies,`); @@ -631,7 +631,7 @@ App.Events.REShelterInspection = class REShelterInspection extends App.Events.Ba } else if (inspectee.energy > 95) { r.push(Spoken(inspectee, `"Hey,"`)); r.push(`${he} protests,`); - r.push(Spoken(inspector, `"that's normal."`)); + r.push(Spoken(inspectee, `"that's normal."`)); r.push(`The inspector looks incredulous.`); r.push(Spoken(inspectee, `"I love sex! Don't judge me. I take cock in all my holes, and I like it. I'm going to beg for butt sex the moment you leave."`)); r.push(`${He} defiantly sticks ${his} rump out at you. The inspector looks deflated, and reluctantly makes a positive note on ${his2} tablet.`); @@ -686,7 +686,7 @@ App.Events.REShelterInspection = class REShelterInspection extends App.Events.Ba r.push(`${inspectee.slaveName} ${say}s confidently,`); r.push(Spoken(inspectee, `"I'm a slut!"`)); r.push(`The inspector makes a 'go on' gesture, and the slave continues,`); - r.push(Spoken(inspector, `"It's not bad. I'm much happier with my current owner, thank you."`)); + r.push(Spoken(inspectee, `"It's not bad. I'm much happier with my current owner, thank you."`)); r.push(`The inspector looks pleased, and ${say2}s ${he2}'ll put out a <span class="reputation inc">good word</span> about you.`); repX(500, "event", inspectee); V.shelterAbuse -= 1; diff --git a/src/js/porn.js b/src/js/porn.js index fe5500b0d6028baacf72b2a6ddaaab705f5d161b..b071610eab8fc5e2b99bac0d58d477fa9904a7a5 100644 --- a/src/js/porn.js +++ b/src/js/porn.js @@ -75,9 +75,9 @@ App.Porn.Genre.analAddict = { type: App.Porn.GenreType.paraphilia, prestigeDesc1: "Thousands have enjoyed watching $him do anything for a dick in $his ass", prestigeDesc2: "$His many fans relish the sight of $him doing anything for a dick up $his ass", - prestigeDesc3: "Millions are intimately familiar with the sight of $his well-versed anus.", + prestigeDesc3: "Millions are intimately familiar with the sight of $his well-versed anus", hitText: function(slave) { return `${getPronouns(slave).His} complete obsession with taking things up ${getPronouns(slave).his} ass makes ${getPronouns(slave).him} a hit with viewers that enjoy hardcore anal.`; }, - trinketShotDesc: function(slave) { return `showing ${getPronouns(slave).him} taking a series of huge cocks up ${getPronouns(slave).his} ass.`; }, + trinketShotDesc: function(slave) { return `showing ${getPronouns(slave).him} taking a series of huge cocks up ${getPronouns(slave).his} ass`; }, valid: function(slave) { return slave.sexualFlaw === "anal addict" && canDoAnal(slave); }, uiName: function() { return capFirstChar(this.fameName); } }; @@ -279,7 +279,7 @@ App.Porn.Genre.masochist = { type: App.Porn.GenreType.fetish, prestigeDesc1: "Thousands have enjoyed $his masochism", prestigeDesc2: "$His many fans relish the sight of $his masochism", - prestigeDesc3: "Millions are intimately familiar with $his masochistic stream", + prestigeDesc3: "Millions are intimately familiar with $his masochistic streak", hitText: function(slave) { return `With ${getPronouns(slave).his} masochistic streak, ${getPronouns(slave).he} has a clear advantage when it comes to fetish smut.`; }, trinketShotDesc: function(slave) { return `showing ${getPronouns(slave).him} being whipped`; }, valid: function(slave) { return slave.fetish === "masochist"; },