diff --git a/src/events/RESS/frighteningDick.js b/src/events/RESS/frighteningDick.js index d8e44b8aa08da94bae98d58900ddb6937e503aa7..ba364ce5f47fd9249da6fa51bdc679fb95ef7102 100644 --- a/src/events/RESS/frighteningDick.js +++ b/src/events/RESS/frighteningDick.js @@ -114,7 +114,7 @@ App.Events.RESSFrighteningDick = class RESSFrighteningDick extends App.Events.Ba t.push(`Sometimes there's really no need to overthink things. You reach down, grab ${him} under the armpits, and haul ${him} up, throwing ${him} across your desk. ${He} lands on ${his} back, and the impact drives the wind out of ${him}, so ${he} lies there, <span class="gold">all possibility of resistance driven out of ${him}.</span> ${eventSlave.clothes === "no clothing" ? `${He}'s already naked, so there's no need to` : "You"} tear the clothes off ${him}. You force yourself in between ${his} legs as ${he} struggles to get ${his} breath back, and ${he} gets another good look at the formidable dick that's about to be slammed inside ${him}`); if (eventSlave.belly >= 5000) { - t.push(`before it disappears beneath ${his} ${eventSlave.bellyPreg >= 3000 ? "pregnant" : belly } belly`); + t.push(`before it disappears beneath ${his} ${eventSlave.bellyPreg >= 3000 ? "pregnant" : belly} belly`); } t.push(t.pop() + `. ${His} eyes go wide with fear, and you enhance the effect by smacking yourself against`); if (canDoVaginal(eventSlave)) { diff --git a/src/events/RESS/hotPC.js b/src/events/RESS/hotPC.js index a3f6d88267a008431a994c1a3cbd1b41d32dcd3a..979e8391bf00079eaa8d82ea95fa31c5d4baf7ed 100644 --- a/src/events/RESS/hotPC.js +++ b/src/events/RESS/hotPC.js @@ -25,7 +25,7 @@ App.Events.RESSHotPC = class RESSHotPC extends App.Events.BaseEvent { /** @type {Array<App.Entity.SlaveState>} */ let [eventSlave] = this.actors.map(a => getSlave(a)); const { - He, he, His, his, hers, him, himself, girl + He, he, His, his, him, himself } = getPronouns(eventSlave); const {s, S, ss, title: Master} = getEnunciation(eventSlave); diff --git a/src/facilities/farmyard/reports/farmyardReport.js b/src/facilities/farmyard/reports/farmyardReport.js index 63ee5047bedad2ad0db79b4d8c8371bb54a1cef4..23eafbcfb12232604185ec455ef4e7a9527673ab 100644 --- a/src/facilities/farmyard/reports/farmyardReport.js +++ b/src/facilities/farmyard/reports/farmyardReport.js @@ -120,7 +120,7 @@ App.Facilities.Farmyard.farmyardReport = function farmyardReport() { function farmerFetishEffects(slave, fetish = 0) { const - { he, his, himself, He } = getPronouns(slave); + {he, his, himself, He} = getPronouns(slave); if (fetish === 1) { return `${He} isn't above sampling the merchandise ${himself}; before long it's obvious to ${his} workers that ${he} <span class="lightcoral">really likes fucking them.</span> `; @@ -131,7 +131,7 @@ App.Facilities.Farmyard.farmyardReport = function farmyardReport() { function farmerSkill(slave) { const - { he, his, His } = getPronouns(slave); + {he, his, His} = getPronouns(slave); let r = []; @@ -155,7 +155,7 @@ App.Facilities.Farmyard.farmyardReport = function farmyardReport() { } function farmerExperience(slave) { - const { he, his, him, He } = getPronouns(slave); + const {he, his, him, He} = getPronouns(slave); if (setup.farmerCareers.includes(slave.career)) { return `${He} has experience from ${his} life before ${he} was a slave that helps ${him} in the difficult life of managing animals and property.`; @@ -167,7 +167,7 @@ App.Facilities.Farmyard.farmyardReport = function farmyardReport() { } function farmerRelationshipSlaves(Farmer) { - const { he, his, He } = getPronouns(Farmer); + const {he, his, He} = getPronouns(Farmer); for (const slave of slaves) { let r = []; @@ -201,7 +201,7 @@ App.Facilities.Farmyard.farmyardReport = function farmyardReport() { } function farmerContracts(slave) { - const { he, his, himself } = getPronouns(slave); + const {he, his, himself} = getPronouns(slave); let r = [], @@ -217,7 +217,7 @@ App.Facilities.Farmyard.farmyardReport = function farmyardReport() { } function farmerRelationshipPC(slave) { - const { he, his, wife } = getPronouns(slave); + const {he, his, wife} = getPronouns(slave); if (slave.relationship === -3 && slave.devotion > 50) { return `As your loving ${wife}, ${he} does ${his} best to ensure ${V.farmyardName} runs smoothly.`; @@ -225,7 +225,7 @@ App.Facilities.Farmyard.farmyardReport = function farmyardReport() { } function farmerAgeSkill(slave) { - const { His } = getPronouns(slave); + const {His} = getPronouns(slave); if (slave.actualAge > 35) { return `${His} age and experience also contribute.`; @@ -233,7 +233,7 @@ App.Facilities.Farmyard.farmyardReport = function farmyardReport() { } function farmerIntelligence(slave) { - const { He } = getPronouns(slave); + const {He} = getPronouns(slave); if (slave.intelligence + slave.intelligenceImplant > 15) { return `${He} is a clever manager.`; @@ -241,7 +241,7 @@ App.Facilities.Farmyard.farmyardReport = function farmyardReport() { } function farmerSmell(slave) { - const { him, His } = getPronouns(slave); + const {him, His} = getPronouns(slave); if (!canSmell(slave)) { return `${His} lack of a sense of smell protects ${him} from that omnipresent barnyard stench.`; diff --git a/src/facilities/farmyard/shows/saFarmyardShows.js b/src/facilities/farmyard/shows/saFarmyardShows.js index f871fd325b800bd9ec6580ce1237443050279a30..ec00216ef0892cc297ff0b9c9e5ff941f34f1eda 100644 --- a/src/facilities/farmyard/shows/saFarmyardShows.js +++ b/src/facilities/farmyard/shows/saFarmyardShows.js @@ -6,7 +6,7 @@ */ App.Facilities.Farmyard.putOnShows = function(slave) { const - { he, him, his, hers, He, His } = getPronouns(slave), + {he, him, his, hers, He, His} = getPronouns(slave), incomeStats = getSlaveStatisticData(slave, V.facility.farmyard), arcology = V.arcologies[0], _beautiful = beautiful(slave), diff --git a/src/facilities/nursery/utils/nurseryUtils.js b/src/facilities/nursery/utils/nurseryUtils.js index 9706437409af261508363b8f9d984ba4e2b0e8a0..9dbbca813548de37372c73b72a5898005d8ce0d7 100644 --- a/src/facilities/nursery/utils/nurseryUtils.js +++ b/src/facilities/nursery/utils/nurseryUtils.js @@ -20,7 +20,7 @@ App.Facilities.Nursery.childList = function childList() { const weeksOwned = V.week - child.weekAcquired, weeksLeft = (V.targetAgeNursery * 52) - weeksOwned, - { he, him, He } = getPronouns(child), + {he, him, He} = getPronouns(child), hr = document.createElement("hr"); hr.style.margin = "0"; @@ -70,7 +70,7 @@ App.Facilities.Nursery.childList = function childList() { /** * Converts the infant object into a new child object * @param {object} child - * @return {object} + * @returns {object} */ App.Facilities.Nursery.infantToChild = function infantToChild(child) { child.abortionTat = -1; @@ -675,7 +675,7 @@ App.Facilities.Nursery.newChild = function newChild(child) { /** * @param {App.Entity.ChildState[]} [cribs] - * @returns {Object.<number, number>} + * @returns {object.<number, number>} */ App.Facilities.Nursery.cribsToIndices = function cribsToIndices(cribs = V.cribs) { return cribs.reduce((acc, child, i) => { acc[child.ID] = i; return acc; }, {});