From 41354a230765db23e33fa2b0994c8e8be4ee666c Mon Sep 17 00:00:00 2001 From: humblesasquatch <humblesasquatch@gmail.com> Date: Tue, 24 May 2022 01:42:01 -0400 Subject: [PATCH] lint cleanup --- package.json | 2 +- src/events/RESS/review/gorging.js | 26 ++++++++++---------------- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 8597ed95c2a..62bfbfd3e32 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@types/lodash": "^4.14.159", "@types/mousetrap": "^1.6.3", "@types/twine-sugarcube": "^2.36.1", - "eslint": "^8.0.0", + "eslint": "^8.16.0", "eslint-plugin-jsdoc": "^37.0.0", "eslint-plugin-sonarjs": "^0.11.0", "ts-essentials": "^9.1.1", diff --git a/src/events/RESS/review/gorging.js b/src/events/RESS/review/gorging.js index 2baf1438a0b..f7e28ba19ac 100644 --- a/src/events/RESS/review/gorging.js +++ b/src/events/RESS/review/gorging.js @@ -28,11 +28,9 @@ App.Events.RESSGorging = class RESSGorging extends App.Events.BaseEvent { He, he, His, his, him } = getPronouns(eventSlave); const { - HeA, heA } = getPronouns(assistant.pronouns().main).appendSuffix("A"); - const { title: Master } = getEnunciation(eventSlave); - const belly = bellyAdjective(eventSlave); + const {title: Master} = getEnunciation(eventSlave); const home = V.arcologies[0]; App.Events.drawEventArt(node, eventSlave); @@ -50,8 +48,7 @@ App.Events.RESSGorging = class RESSGorging extends App.Events.BaseEvent { if (V.cockFeeder === 1) { r.push(`${eventSlave.slaveName} is kneeling on the floor, passionately working the phallic dispenser. ${His} ${eventSlave.lips > 50 ? "plush" : ""} lips aggressively suck at the rod, emitting loud slurping sounds as ${he} rubs ${his} growing belly.`); - } - else { + } else { r.push(`${eventSlave.slaveName} is kneeling on the floor, ${his} ${eventSlave.lips > 50 ? "plush" : ""} lips wrapped tightly around the nozzle of the food dispenser. ${He} sucks at the nozzle aggressively as ${he} rubs ${his} growing belly.`); } @@ -69,13 +66,11 @@ App.Events.RESSGorging = class RESSGorging extends App.Events.BaseEvent { r = []; r.push(`You ask ${V.assistant.name} to find another slave to tie ${eventSlave.slaveName} to a chair. If ${he} wants to see ${his} belly grow, then ${he} needs to do so properly. ${eventSlave.slaveName} looks at you, eyes wide open as ${he}'s immobilized and the liquid food starts flowing into ${his} guts. You start caressing ${his} distended belly as ${he} moans into the feeder ${V.cockFeeder === 1 ? `planted deep inside ${his} throat.` : `attached firmly to ${his} face.`}`); if (eventSlave.boobs >= 3000) { - r.push(`${His} tits bob up and down`) - } - else if (eventSlave.boobs >= 300) { - r.push(`${His} breasts bob up and down`) - } - else { - r.push(`${His} chest heaves`) + r.push(`${His} tits bob up and down`); + } else if (eventSlave.boobs >= 300) { + r.push(`${His} breasts bob up and down`); + } else { + r.push(`${His} chest heaves`); } r.push(`as ${he} struggles to breath through ${his} nose while food continues to pour down ${his} throat. The slight bulge of their belly that had greeted you as you walked into the cafeteria balloons forwards, churning and gurgling as serving after serving of food is pumped into the stretched organ. As the feeding system alerts you that nearly two gallons of food has been forced into ${eventSlave.slaveName}, ${his} ${canSee(eventSlave) ? "eyes roll back" : "head whips back"} towards the ceiling ${eventSlave.vagina > -1 ? `and vaginal fluids start flowing freely down ${his} legs.` : eventSlave.dick > 0 ? `and his cum mixes with the spilt food on the ground.` : `as ${he} shudders in climax.`}`); if (V.arcologies[0].FSHedonisticDecadence !== "unset") { @@ -102,7 +97,7 @@ App.Events.RESSGorging = class RESSGorging extends App.Events.BaseEvent { eventSlave.devotion -= 5; healthDamage(eventSlave, 3); eventSlave.diet = "healthy"; - if (V.arcologies[0].FSHedonisticDecadence !== "unset") eventSlave.diet = "restricted"; + if (V.arcologies[0].FSHedonisticDecadence !== "unset") { eventSlave.diet = "restricted"; } seX(eventSlave, "oral", V.PC, "penetrative", 1); return r; } @@ -113,7 +108,7 @@ App.Events.RESSGorging = class RESSGorging extends App.Events.BaseEvent { if (V.arcologies[0].FSHedonisticDecadence !== "unset") { r.push(`A <span class = "devotion inc">smile</span> lights up ${his} face as ${he} delights in the knowledge that ${he} has been allowed to gorge ${him}self, and that ${his} gluttony will only make ${him} more popular in your indulgent society. ${eventSlave.slaveName} delights in how ${his} hugely distended gut is <span class = "green">admired</span> as ${he} goes about ${his} duties.`); - if (eventSlave.devotion > 50 && canSee(eventSlave)) r.push(`As ${eventSlave.slaveName} walks past the open door, ${he} catches you admiring ${his} turgid form. Striking a pose, ${he} ${hasBothArms(eventSlave) ? `locks ${his} hands under his belly and shakes it,` : `bounces on ${his} heels,`} winking at you as a cacophony of sloshing radiates out from ${his} food-filled gut.`); + if (eventSlave.devotion > 50 && canSee(eventSlave)) { r.push(`As ${eventSlave.slaveName} walks past the open door, ${he} catches you admiring ${his} turgid form. Striking a pose, ${he} ${hasBothArms(eventSlave) ? `locks ${his} hands under his belly and shakes it,` : `bounces on ${his} heels,`} winking at you as a cacophony of sloshing radiates out from ${his} food-filled gut.`); } FutureSocieties.Change("Hedonistic", 1); eventSlave.devotion += 5; } else if (V.arcologies[0].FSSlimnessEnthusiast !== "unset") { @@ -131,6 +126,5 @@ App.Events.RESSGorging = class RESSGorging extends App.Events.BaseEvent { SetBellySize(eventSlave); return r; } - } -}; \ No newline at end of file +}; -- GitLab