From 1624867809d50a4d1285bf10b4230c8faee7e13c Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Thu, 18 Nov 2021 23:34:42 -0500 Subject: [PATCH] Remove empty strings from FS decoration maps --- src/facilities/arcade/arcade.js | 1 - src/facilities/brothel/brothel.js | 1 - src/facilities/cellblock/cellblock.js | 1 - src/facilities/clinic/clinic.js | 1 - src/facilities/club/club.js | 1 - src/facilities/farmyard/farmyard.js | 1 - src/facilities/masterSuite/masterSuite.js | 3 --- src/facilities/nursery/nursery.js | 1 - src/facilities/schoolroom/schoolroom.js | 1 - src/facilities/servantsQuarters/servantsQuarters.js | 1 - src/facilities/spa/spa.js | 1 - 11 files changed, 13 deletions(-) diff --git a/src/facilities/arcade/arcade.js b/src/facilities/arcade/arcade.js index 01554939571..f2995b95522 100644 --- a/src/facilities/arcade/arcade.js +++ b/src/facilities/arcade/arcade.js @@ -74,7 +74,6 @@ App.Facilities.Arcade.arcade = class Arcade extends App.Facilities.Facility { "Petite Admiration": `is barely distinguishable from a standard Free Cities sex arcade. The difference is remarkable, though: since it expects clientèle of all sizes, the stalls are easily ratcheted to the perfect height.`, "Statuesque Glorification": `is constructed so that the slaves' holes are lined up perfectly for the taller clientèle. This makes it possible to maintain the appearance of offering nothing but tall slaves while using ${V.arcadeName} to get value out of short bitches' holes.`, "standard": `is a standard Free Cities sex arcade: a pair of hallways extend away from the entrance, lined with doorless stalls like those in a public restroom. One hallway offers mouths, the other ${V.seeDicks !== 100 ? `vaginas and ` : ``}anuses.`, - "": ``, }; if (!Object.keys(FS).includes(V.arcadeDecoration)) { diff --git a/src/facilities/brothel/brothel.js b/src/facilities/brothel/brothel.js index 5075abf7012..9f43b5bb2bf 100644 --- a/src/facilities/brothel/brothel.js +++ b/src/facilities/brothel/brothel.js @@ -63,7 +63,6 @@ App.Facilities.Brothel.brothel = class Brothel extends App.Facilities.Facility { "Petite Admiration": `is decorated to look like an old world whorehouse. The whores have personal platforms to stand on for inspection from their taller customers.`, "Statuesque Glorification": `is decorated to look like an old world bordello. The rich décor specializes in pornographic statuary, depicting towering human forms in the act of love.`, "standard": `is utilitarian. There's a businesslike foyer with an area for the merchandise to stand. Customers make their selection (or selections) and then lead the whores back into little rooms.`, - "": ``, }; if (!Object.keys(FS).includes(V.brothelDecoration)) { diff --git a/src/facilities/cellblock/cellblock.js b/src/facilities/cellblock/cellblock.js index f67ac8a9d1a..7d0d2496189 100644 --- a/src/facilities/cellblock/cellblock.js +++ b/src/facilities/cellblock/cellblock.js @@ -70,7 +70,6 @@ App.Facilities.Cellblock.cellblock = class Cellblock extends App.Facilities.Faci "Petite Admiration": `is designed to make tall slaves know they are unwelcome. What amounts a basic prison for a short slave is positively torturous when one is far too large to even move in it.`, "Statuesque Glorification": `is designed to make short slaves know they are unwelcome. Where a tall slave will find nothing more than a standard cell, the vertically challenged while will find an insurmountable trial designed to teach them their place.`, "standard": `could be mistaken for a modern prison. A close inspection, however, reveals restraints in each cell that will hold inmates in sexually compromising positions, and compliance systems to force them to place their wrists and ankles in them.`, - "": ``, }; if (!Object.keys(FS).includes(V.cellblockDecoration)) { diff --git a/src/facilities/clinic/clinic.js b/src/facilities/clinic/clinic.js index e73ea66f944..7f12356a179 100644 --- a/src/facilities/clinic/clinic.js +++ b/src/facilities/clinic/clinic.js @@ -75,7 +75,6 @@ App.Facilities.Clinic.clinic = class Clinic extends App.Facilities.Facility { "Petite Admiration": `is open and airy due to all the extra space freed up by shortening the beds. A footrest is the only accommodation made for tall slaves.`, "Statuesque Glorification": `is warm and comfortable, if a little cramped; tall slaves require long beds, after all. A meager footstool is the only accommodation made for short slaves.`, "standard": `is a well-equipped modern medical facility. Each patient has their own area, with heavy automation to provide them treatment without any human intervention at all.`, - "": ``, }; if (!Object.keys(FS).includes(V.clinicDecoration)) { diff --git a/src/facilities/club/club.js b/src/facilities/club/club.js index 31870d8101a..029ec9bdab1 100644 --- a/src/facilities/club/club.js +++ b/src/facilities/club/club.js @@ -241,7 +241,6 @@ App.Facilities.Club.club = class Club extends App.Facilities.Facility { "Petite Admiration": `has a gaudy appearance. The dance floor is surrounded by raised platforms so even the shortest slave can be seen by the crowd.`, "Statuesque Glorification": `has a tiered appearance. The booths and bar are positioned overlooking the dance floor so patrons may loom over the dancing slaves even when seated.`, "standard": `is set up in an uncomplicated way. There's a bar for drinks, a dance floor for slave girls, and private rooms for slave sex.`, - "": ``, }; if (!Object.keys(FS).includes(V.clubDecoration)) { diff --git a/src/facilities/farmyard/farmyard.js b/src/facilities/farmyard/farmyard.js index ffe025ec518..21a603315a0 100644 --- a/src/facilities/farmyard/farmyard.js +++ b/src/facilities/farmyard/farmyard.js @@ -113,7 +113,6 @@ App.Facilities.Farmyard.farmyard = class Farmyard extends App.Facilities.Facilit "Petite Admiration": `The buildings are squat, one story affairs that allow those of smaller stature easier access. ${V.seeBestiality ? ` Those closer to physical perfection bear the cum stains of their recent breedings.` : ``}`, "Statuesque Glorification": `Those workers who are smaller and less fit have been given the worst jobs, mucking out the pens and stables. ${V.seeBestiality ? ` Those closer to physical perfection bear the cum stains of their recent breedings.` : ``}`, "standard": `It is very much a converted warehouse still, sectioned off in various 'departments'${V.farmyardUpgrades.machinery ? ` with machinery placed where it can be` : V.farmyardUpgrades.hydroponics ? ` and plumbing for the hydroponics system running every which way` : ``}.`, - "": ``, }; if (!Object.keys(FS).includes(V.farmyardDecoration)) { diff --git a/src/facilities/masterSuite/masterSuite.js b/src/facilities/masterSuite/masterSuite.js index ffc54a98735..9fc731150b3 100644 --- a/src/facilities/masterSuite/masterSuite.js +++ b/src/facilities/masterSuite/masterSuite.js @@ -169,7 +169,6 @@ App.Facilities.MasterSuite.masterSuite = class MasterSuite extends App.Facilitie "Petite Admiration": `comfortably, with plentiful tools, toys, lubricants and a bevy of stepping stools to accommodate even the shortest slave. There's a huge, reinforced, low to the ground bed in the middle of the suite.`, "Statuesque Glorification": `comfortably, though designed for slaves of the taller variety. Short slaves will find the furniture, and the room's centerpiece, a massive four-poster bed, woefully out of their reach.`, "standard": `in a refined, yet practical style. It's dominated by a huge bed in which many slaves could serve their ${properTitle()} and then cuddle afterward.`, - "": ``, }; } else if (V.masterSuiteUpgradeLuxury === 2) { FS = { @@ -203,7 +202,6 @@ App.Facilities.MasterSuite.masterSuite = class MasterSuite extends App.Facilitie "Petite Admiration": `comfortably, with plentiful tools, toys, lubricants and a bevy of stepping stools to accommodate even the shortest slave.`, "Statuesque Glorification": `comfortably, though designed for slaves of the taller variety. Short slaves will find the furniture woefully out of their reach.`, "standard": `in a refined, yet practical style.`, - "": ``, }; } else { FS = { @@ -237,7 +235,6 @@ App.Facilities.MasterSuite.masterSuite = class MasterSuite extends App.Facilitie "Petite Admiration": `comfortably, with plentiful tools, toys, lubricants and a bevy of stepping stools to accommodate even the shortest slave.`, "Statuesque Glorification": `comfortably, though designed for slaves of the taller variety. Short slaves will find the furniture woefully out of their reach.`, "standard": `comfortably, as a fairly normal luxury suite. It is unusually large, to accommodate as large a stable of sex slaves as strikes your fancy.`, - "": ``, }; } diff --git a/src/facilities/nursery/nursery.js b/src/facilities/nursery/nursery.js index 34f48544af4..598c33f5457 100644 --- a/src/facilities/nursery/nursery.js +++ b/src/facilities/nursery/nursery.js @@ -73,7 +73,6 @@ App.Facilities.Nursery.nursery = class Nursery extends App.Facilities.Facility { "Petite Admiration": `has large photos and paintings on the walls depicting small, petite children enjoying ${this.facility.name}'s amenities and having fun together.`, "Statuesque Glorification": `has large photos and paintings on the walls depicting tall children enjoying ${this.facility.name}'s amenities and having fun together.`, "standard": `is as comfortable and child-friendly as it needs to be. They have everything they need to grow into a proper slave.`, - "": ``, }; const res = FS[V.nurseryDecoration]; diff --git a/src/facilities/schoolroom/schoolroom.js b/src/facilities/schoolroom/schoolroom.js index ec2868c0947..f3828222be7 100644 --- a/src/facilities/schoolroom/schoolroom.js +++ b/src/facilities/schoolroom/schoolroom.js @@ -73,7 +73,6 @@ App.Facilities.Schoolroom.schoolroom = class Schoolroom extends App.Facilities.F "Petite Admiration": `exploring methods to pleasure a partner far taller than oneself.`, "Statuesque Glorification": `reviewing the reasons why tall individuals are widely considered more attractive.`, "standard": `reviewing the often complex subject of how to address citizens other that one's owner.`, - "": ``, }; if (!Object.keys(FS).includes(V.schoolroomDecoration)) { diff --git a/src/facilities/servantsQuarters/servantsQuarters.js b/src/facilities/servantsQuarters/servantsQuarters.js index 4616bd215d9..872c79b0b30 100644 --- a/src/facilities/servantsQuarters/servantsQuarters.js +++ b/src/facilities/servantsQuarters/servantsQuarters.js @@ -70,7 +70,6 @@ App.Facilities.ServantsQuarters.servantsQuarters = class ServantsQuarters extend "Petite Admiration": `are comfortable and well-kept, assuming a slave is short enough, of course. Those that stand too tall find the accommodations cramped and the tools annoyingly short.`, "Statuesque Glorification": `are comfortable and well-kept, assuming a slave is tall enough, of course. Those that are too short find the accommodations out of reach and the tools painfully long.`, "standard": `are comfortable. Servants sleep together in a dormitory, eat together in a little kitchen, bathe together in a communal shower, and then head out into the penthouse to serve.`, - "": ``, }; if (!Object.keys(FS).includes(V.servantsQuartersDecoration)) { diff --git a/src/facilities/spa/spa.js b/src/facilities/spa/spa.js index c0baafe4e22..3add926756f 100644 --- a/src/facilities/spa/spa.js +++ b/src/facilities/spa/spa.js @@ -76,7 +76,6 @@ App.Facilities.Spa.spa = class Spa extends App.Facilities.Facility { "Petite Admiration": `is comfortable, but designed with short slaves in mind. The pools are shallow and easy to slip in and out of; taller slaves are likely to find them more frustrating than enjoyable.`, "Statuesque Glorification": `is comfortable, but designed with tall slaves in mind. The pools are deep; too deep for a short slave to find relaxing.`, "standard": `is well-appointed, with massage tables, hot tubs, and a cold pool.`, - "": ``, }; if (!Object.keys(FS).includes(V.spaDecoration)) { -- GitLab