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;