diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js index f9bab8017fdaf44a645edc602f3159cbf037f41e..d8bc48000d45c9dfb906b402bc2d7034fa50bb8e 100644 --- a/src/endWeek/saChoosesOwnClothes.js +++ b/src/endWeek/saChoosesOwnClothes.js @@ -210,16 +210,16 @@ window.saChoosesOwnClothes = (function() { } } else if (slave.devotion <= 20) { clothing.push({text: `${He} uses the ability to select outfits to cover up with comfortable cutoffs and a t-shirt.`, clothes: "cutoffs and a t-shirt"}); - if (isClothingAccessible.entry("a hijab and blouse") === true) { + if (isItemAccessible.entry("a hijab and blouse") === true) { clothing.push({text: `${He} uses the ability to select outfits to cover up with the most conservative clothing ${he} can find.`, clothes: "a hijab and blouse"}); } - if (isClothingAccessible.entry("conservative clothing") === true) { + if (isItemAccessible.entry("conservative clothing") === true) { clothing.push({text: `${He} uses the ability to select outfits to cover up with the most conservative clothing ${he} can find.`, clothes: "conservative clothing"}); } - if (isClothingAccessible.entry("a kimono") === true) { + if (isItemAccessible.entry("a kimono") === true) { clothing.push({text: `${He} uses the ability to select outfits to cover ${himself} with a kimono.`, clothes: "a kimono"}); } - if (isClothingAccessible.entry("stretch pants and a crop-top") === true) { + if (isItemAccessible.entry("stretch pants and a crop-top") === true) { clothing.push({text: `${He} uses the ability to select outfits to cover up with stretch pants and a crop-top, though ${he} wishes it didn't have lewd comments printed on it.`, clothes: "stretch pants and a crop-top"}); } selection = jsEither(clothing); @@ -231,12 +231,12 @@ window.saChoosesOwnClothes = (function() { wardrobeAssignment.push({text: `and wears a slutty nurse outfit to make it clear just how much this nurse needs ${his} daily lay.`, clothes: "a slutty nurse outfit"}); } else if (slave.energy > 80) { wardrobeAssignment.push({text: `and wears a slutty nurse outfit to show off ${his} body and arouse ${his} patients.`, clothes: "a slutty nurse outfit"}); - if (isClothingAccessible.entry("a nice nurse outfit") === true) { + if (isItemAccessible.entry("a nice nurse outfit") === true) { wardrobeAssignment.push({text: `and wears a nice nurse outfit to look professional before ${his} patients.`, clothes: "a nice nurse outfit"}); } wardrobeAssignment.push({text: `and wears a slutty nurse outfit to show to a little skin as ${he} cares for ${his} patients.`, clothes: "a slutty nurse outfit"}); } else { - if (isClothingAccessible.entry("a nice nurse outfit") === true) { + if (isItemAccessible.entry("a nice nurse outfit") === true) { wardrobeAssignment.push({text: `and wears a nice nurse outfit to look professional before ${his} patients.`, clothes: "a nice nurse outfit"}); } wardrobeAssignment.push({text: `and wears a slutty nurse outfit to show to a little skin as ${he} cares for ${his} patients.`, clothes: "a slutty nurse outfit"}); @@ -245,25 +245,25 @@ window.saChoosesOwnClothes = (function() { if (slave.energy > 95 || slave.need > 100) { wardrobeAssignment.push({text: `and wears a slutty suit to be certain nothing blocks ${him} from getting the sex ${he} needs.`, clothes: "slutty business attire"}); } else if (slave.energy > 80) { - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { wardrobeAssignment.push({text: `and wears a nice suit to show ${he} means business.`, clothes: "nice business attire"}); } wardrobeAssignment.push({text: `and wears a slutty suit to entice and arouse while still looking managerial.`, clothes: "slutty business attire"}); wardrobeAssignment.push({text: `and wears a slutty suit to entice and arouse while still looking managerial.`, clothes: "slutty business attire"}); } else { - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { wardrobeAssignment.push({text: `and wears a nice suit to show ${he} means business.`, clothes: "nice business attire"}); } wardrobeAssignment.push({text: `and wears a slutty suit to entice and arouse while still looking managerial.`, clothes: "slutty business attire"}); } } else if (slave.assignment === "be the Milkmaid") { if (slave.energy > 95 || slave.need > 100) { - if (isClothingAccessible.entry("body oil") === true) { + if (isItemAccessible.entry("body oil") === true) { wardrobeAssignment.push({text: `and coats ${himself} with oil to better slip between ${his} cows as ${he} pleasures them.`, clothes: "body oil"}); } wardrobeAssignment.push({text: `but goes nude to not be slowed down while moving between ${his} charges.`, clothes: "no clothing"}); } else { - if (isClothingAccessible.entry("a nice maid outfit") === true) { + if (isItemAccessible.entry("a nice maid outfit") === true) { wardrobeAssignment.push({text: `and wears a sturdy maid outfit, since anything else might be damaged by ${his} hard work with the cows.`, clothes: "a nice maid outfit"}); } wardrobeAssignment.push({text: `and puts on a proper pair of worker's overalls, but not much else.`, clothes: "overalls"}); @@ -271,36 +271,36 @@ window.saChoosesOwnClothes = (function() { wardrobeAssignment.push({text: `and opts to don a cheerleader outfit to help cheer the cows on.`, clothes: "a cheerleader outfit"}); wardrobeAssignment.push({text: `and dresses up as a succubus since ${he}'ll be drawing plenty of fluids.`, clothes: "a succubus outfit"}); wardrobeAssignment.push({text: `and slips into some spats and a tank top since ${he} feels a workout coming on.`, clothes: "spats and a tank top"}); - if (isClothingAccessible.entry("Western clothing") === true) { + if (isItemAccessible.entry("Western clothing") === true) { wardrobeAssignment.push({text: `and wears an appropriate cowgirl outfit. ${His} bare ass walking past is sure to amuse ${his} charges.`, clothes: "Western clothing"}); } - if (isClothingAccessible.entry("stretch pants and a crop-top") === true) { + if (isItemAccessible.entry("stretch pants and a crop-top") === true) { wardrobeAssignment.push({text: `and slips into some comfy stretch pants to relax as ${he} works the cows.`, clothes: "stretch pants and a crop-top"}); } if (State.variables.cumSlaves > 2) { wardrobeAssignment.push({text: `and wears a slutty nurse outfit to help keep ${his} charges hard.`, clothes: "a slutty nurse outfit"}); wardrobeAssignment.push({text: `and wears nothing but sexy lingerie to help keep ${his} charges hard.`, clothes: "attractive lingerie"}); wardrobeAssignment.push({text: `and wears the skimpiest bikini on hand to help keep ${his} charges hard.`, clothes: "a string bikini"}); - if (isClothingAccessible.entry("body oil") === true) { + if (isItemAccessible.entry("body oil") === true) { wardrobeAssignment.push({text: `and coats ${himself} in oil for ${his} charges to savor.`, clothes: "body oil"}); } } } } else if (slave.assignment === "be your Head Girl") { - if (isClothingAccessible.entry("a military uniform") === true) { + if (isItemAccessible.entry("a military uniform") === true) { wardrobeAssignment.push({text: `and wears a military uniform to give ${him} that extra touch of authority.`, clothes: "a military uniform"}); } - if (isClothingAccessible.entry("a schutzstaffel uniform") === true) { + if (isItemAccessible.entry("a schutzstaffel uniform") === true) { wardrobeAssignment.push({text: `and wears a schutzstaffel uniform to give ${him} that extra touch of authority.`, clothes: "a schutzstaffel uniform"}); wardrobeAssignment.push({text: `and wears a slutty schutzstaffel uniform to give ${him} that extra touch of authority.`, clothes: "a slutty schutzstaffel uniform"}); } - if (isClothingAccessible.entry("a red army uniform") === true) { + if (isItemAccessible.entry("a red army uniform") === true) { wardrobeAssignment.push({text: `and wears a red army uniform to give ${him} that extra touch of authority.`, clothes: "a red army uniform"}); } - if (isClothingAccessible.entry("a mounty outfit") === true) { + if (isItemAccessible.entry("a mounty outfit") === true) { wardrobeAssignment.push({text: `and wears a mounty outfit to give ${him} that extra touch of authority.`, clothes: "a mounty outfit"}); } - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { wardrobeAssignment.push({text: `and wears a handsome suit to give ${him} that extra touch of authority.`, clothes: "nice business attire"}); } if (canPenetrate(slave)) { @@ -309,49 +309,49 @@ window.saChoosesOwnClothes = (function() { wardrobeAssignment.push({text: `and wears a slutty suit to give ${him} an extra touch of authority while keeping ${his} crotch available.`, clothes: "slutty business attire"}); } } else if (slave.assignment === "be the Schoolteacher") { - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { wardrobeAssignment.push({text: `and wears a handsome suit to give ${him} that teacherly authority.`, clothes: "nice business attire"}); } wardrobeAssignment.push({text: `and wears a slutty suit to give ${him} an air of authority will keeping all eyes focused on ${him}.`, clothes: "slutty business attire"}); wardrobeAssignment.push({text: `and wears a schoolgirl outfit to help keep ${his} charges focused on ${him}.`, clothes: "a schoolgirl outfit"}); wardrobeAssignment.push({text: `and dresses up as a succubus to give ${his} sex lessons an extra kick.`, clothes: "a succubus outfit"}); - if (isClothingAccessible.entry("conservative clothing") === true) { + if (isItemAccessible.entry("conservative clothing") === true) { wardrobeAssignment.push({text: `and wears conservative clothes to not detract from this week's lesson.`, clothes: "conservative clothing"}); } - if (isClothingAccessible.entry("a toga") === true) { + if (isItemAccessible.entry("a toga") === true) { wardrobeAssignment.push({text: `and wraps ${himself} in a toga to model ${himself} after the philosophers of yore.`, clothes: "a toga"}); } - if (isClothingAccessible.entry("a maternity dress") === true && slave.belly >= 10000) { + if (isItemAccessible.entry("a maternity dress") === true && slave.belly >= 10000) { wardrobeAssignment.push({text: `and settles for a comfortable maternity dress to support ${his} middle while ${he} lectures in front of the class all week.`, clothes: "a maternity dress"}); } } else if (slave.assignment === "be the Wardeness") { - if (isClothingAccessible.entry("battledress") === true) { + if (isItemAccessible.entry("battledress") === true) { wardrobeAssignment.push({text: `and dons battledress, the better to intimidate the prisoners.`, clothes: "battledress"}); } wardrobeAssignment.push({text: `and slips into a scalemail bikini, the better to intimidate the prisoners.`, clothes: "a scalemail bikini"}); wardrobeAssignment.push({text: `and dons a scandalous habit to make it perfectly clear that crossing this nun will result in sexual punishment.`, clothes: "a fallen nuns habit"}); - if (isClothingAccessible.entry("a military uniform") === true) { + if (isItemAccessible.entry("a military uniform") === true) { wardrobeAssignment.push({text: `and wears a military uniform to look even more brutal and authoritative.`, clothes: "a military uniform"}); } - if (isClothingAccessible.entry("a schutzstaffel uniform") === true) { + if (isItemAccessible.entry("a schutzstaffel uniform") === true) { wardrobeAssignment.push({text: `and wears a schutzstaffel uniform to look even more brutal and authoritative.`, clothes: "a schutzstaffel uniform"}); wardrobeAssignment.push({text: `and wears a slutty schutzstaffel uniform to look even more brutal and authoritative.`, clothes: "a slutty schutzstaffel uniform"}); } - if (isClothingAccessible.entry("a red army uniform") === true) { + if (isItemAccessible.entry("a red army uniform") === true) { wardrobeAssignment.push({text: `and wears a red army uniform to look even more brutal and authoritative.`, clothes: "a red army uniform"}); } - if (isClothingAccessible.entry("stretch pants and a crop-top") === true) { + if (isItemAccessible.entry("stretch pants and a crop-top") === true) { wardrobeAssignment.push({text: `and decides to take it easy by slipping into some stretch pants. They come off just as quickly as they come on, just in case.`, clothes: "stretch pants and a crop-top"}); } } else if (slave.assignment === "be the Attendant") { wardrobeAssignment.push({text: `and wears a string bikini, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "a string bikini"}); - if (isClothingAccessible.entry("a monokini") === true) { + if (isItemAccessible.entry("a monokini") === true) { wardrobeAssignment.push({text: `and wears an one-piece swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "a monokini"}); } - if (isClothingAccessible.entry("a one-piece swimsuit") === true) { + if (isItemAccessible.entry("a one-piece swimsuit") === true) { wardrobeAssignment.push({text: `and wears a one-piece swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "a one-piece swimsuit"}); } - if (isClothingAccessible.entry("a burkini") === true) { + if (isItemAccessible.entry("a burkini") === true) { wardrobeAssignment.push({text: `and wears a modest swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "a burkini"}); } wardrobeAssignment.push({text: `but decides to go nude, since ${he}'ll be spending so much time in the water.`, clothes: "no clothing"}); @@ -360,10 +360,10 @@ window.saChoosesOwnClothes = (function() { wardrobeAssignment.push({text: `and slips into some attractive lingerie to enjoy ${himself} as ${he} unwinds.`, clothes: "attractive lingerie"}); wardrobeAssignment.push({text: `and slips into nothing more than a pair of panties.`, clothes: "panties"}); wardrobeAssignment.push({text: `but decides that clothing takes too much work and would rather sleep nude.`, clothes: "no clothing"}); - if (isClothingAccessible.entry("stretch pants and a crop-top") === true) { + if (isItemAccessible.entry("stretch pants and a crop-top") === true) { wardrobeAssignment.push({text: `and slips into some comfy stretch pants to relax.`, clothes: "stretch pants and a crop-top"}); } - if (isClothingAccessible.entry("attractive lingerie for a pregnant woman") === true && slave.belly >= 1500) { + if (isItemAccessible.entry("attractive lingerie for a pregnant woman") === true && slave.belly >= 1500) { wardrobeAssignment.push({text: `and slips into some attractive lingerie to enjoy ${himself} as ${he} unwinds.`, clothes: "attractive lingerie for a pregnant woman"}); } if (slave.fetish === "submissive") { @@ -371,13 +371,13 @@ window.saChoosesOwnClothes = (function() { } } else if (slave.assignment === "get milked" || slave.assignment === "work in the dairy") { wardrobeAssignment.push({text: `and wears sturdy lingerie to offer the best support to ${his} sore, milk-filled udders.`, clothes: "attractive lingerie"}); - if (isClothingAccessible.entry("attractive lingerie for a pregnant woman") === true && slave.belly >= 1500) { + if (isItemAccessible.entry("attractive lingerie for a pregnant woman") === true && slave.belly >= 1500) { wardrobeAssignment.push({text: `and wears lingerie designed for milky mothers.`, clothes: "attractive lingerie for a pregnant woman"}); } - if (isClothingAccessible.entry("a maternity dress") === true && slave.belly >= 10000) { + if (isItemAccessible.entry("a maternity dress") === true && slave.belly >= 10000) { wardrobeAssignment.push({text: `and chooses a maternity dress since it is easy to free ${his} breasts from.`, clothes: "a maternity dress"}); } - if (isClothingAccessible.entry("a monokini") === true) { + if (isItemAccessible.entry("a monokini") === true) { wardrobeAssignment.push({text: `and chooses a swimsuit that leaves ${his} breasts exposed.`, clothes: "a monokini"}); } wardrobeAssignment.push({text: `and puts on a pair of overalls, making sure to leave ${his} breasts exposed.`, clothes: "overalls"}); @@ -389,48 +389,48 @@ window.saChoosesOwnClothes = (function() { wardrobeAssignment.push({text: `and dons a slutty outfit. If ${his} breasts are going to hang out, might as well wear something to complement them.`, clothes: "a slutty outfit"}); } else if (slave.assignment === "guard you") { wardrobeAssignment.push({text: `and wears a bodysuit to show off ${his} curves without hindering ${his} deadliness.`, clothes: "a comfortable bodysuit"}); - if (isClothingAccessible.entry("a military uniform") === true) { + if (isItemAccessible.entry("a military uniform") === true) { wardrobeAssignment.push({text: `and wears a military uniform to look the part of the honor guard.`, clothes: "a military uniform"}); } - if (isClothingAccessible.entry("a schutzstaffel uniform") === true) { + if (isItemAccessible.entry("a schutzstaffel uniform") === true) { wardrobeAssignment.push({text: `and wears a schutzstaffel uniform to look the part of the honor guard.`, clothes: "a schutzstaffel uniform"}); wardrobeAssignment.push({text: `and wears a slutty schutzstaffel uniform to look the part of the honor guard.`, clothes: "a slutty schutzstaffel uniform"}); } - if (isClothingAccessible.entry("a red army uniform") === true) { + if (isItemAccessible.entry("a red army uniform") === true) { wardrobeAssignment.push({text: `and wears a red army uniform to look the part of the honor guard.`, clothes: "a red army uniform"}); } - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { wardrobeAssignment.push({text: `and wears a nice suit to make it clear you mean business.`, clothes: "nice business attire"}); } - if (isClothingAccessible.entry("a mounty outfit") === true) { + if (isItemAccessible.entry("a mounty outfit") === true) { wardrobeAssignment.push({text: `and wears a mounty outfit to make it clear you mean business.`, clothes: "a mounty outfit"}); } wardrobeAssignment.push({text: `and wears a scalemail bikini to make ${himself} look fierce.`, clothes: "a scalemail bikini"}); - if (isClothingAccessible.entry("a kimono") === true) { + if (isItemAccessible.entry("a kimono") === true) { wardrobeAssignment.push({text: `and wears a nice kimono to add an air of elegance to your presence.`, clothes: "a kimono"}); } } else { /* Chooses clothes according to assignment (exceptions allowed)*/ if (slave.assignment === "recruit girls") { - if (isClothingAccessible.entry("a mini dress") === true) { + if (isItemAccessible.entry("a mini dress") === true) { wardrobeAssignment.push({text: `and wears a flattering mini dress to appear sexy and carefree before those desperately seeking a better life.`, clothes: "a mini dress"}); } wardrobeAssignment.push({text: `and wears a cutoffs and a t-shirt to appear sexy and carefree before those desperately seeking a better life.`, clothes: "cutoffs and a t-shirt"}); - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { wardrobeAssignment.push({text: `and wears a nice suit to appear trustworthy before those desperately seeking a better life.`, clothes: "nice business attire"}); } wardrobeAssignment.push({text: `and wears a schoolgirl outfit to appear sexy and carefree before those desperately seeking a better life.`, clothes: "a schoolgirl outfit"}); - if (isClothingAccessible.entry("a ball gown") === true) { + if (isItemAccessible.entry("a ball gown") === true) { wardrobeAssignment.push({text: `and wears an opulent gown to showcase your wealth before those desperately seeking a better life.`, clothes: "a ball gown"}); } wardrobeAssignment.push({text: `and dresses as a succubus to attempt to lure any potential catches.`, clothes: "a succubus outfit"}); - if (isClothingAccessible.entry("harem gauze") === true) { + if (isItemAccessible.entry("harem gauze") === true) { wardrobeAssignment.push({text: `and dons ${his} finest silks to showcase the luxuries waiting would-be slaves.`, clothes: "harem gauze"}); } - if (isClothingAccessible.entry("stretch pants and a crop-top") === true) { + if (isItemAccessible.entry("stretch pants and a crop-top") === true) { wardrobeAssignment.push({text: `and wears comfortable stretch pants to and crop-top to appear carefree before those desperately seeking a better life.`, clothes: "stretch pants and a crop-top"}); } - if (isClothingAccessible.entry("conservative clothing") === true) { + if (isItemAccessible.entry("conservative clothing") === true) { wardrobeAssignment.push({text: `and wears normal clothing to suggest to those desperately seeking a better life that they can find it here with you.`, clothes: "conservative clothing"}); } } else if (slave.assignment === "be the DJ") { @@ -442,7 +442,7 @@ window.saChoosesOwnClothes = (function() { if (slave.boobs > 1000) { wardrobeAssignment.push({text: `but decides to go naked and let ${his} girls bounce free as ${he} dances.`, clothes: "no clothing"}); } - if (isClothingAccessible.entry("harem gauze") === true) { + if (isItemAccessible.entry("harem gauze") === true) { wardrobeAssignment.push({text: `and wears the finest available silks to give ${his} moves a sensual grace.`, clothes: "harem gauze"}); } } else if (slave.assignment === "be your Concubine") { @@ -454,7 +454,7 @@ window.saChoosesOwnClothes = (function() { wardrobeAssignment.push({text: `and dresses as a slutty maid as you always come home with a stiff package that needs a thorough polishing.`, clothes: "a slutty maid outfit"}); } wardrobeAssignment.push({text: `and, since you personally see that ${he} never goes hungry, ${he} dresses like the sex demoness ${he} is.`, clothes: "a succubus outfit"}); - if (isClothingAccessible.entry("attractive lingerie for a pregnant woman") === true && slave.belly >= 10000 && slave.pregSource === -1) { + if (isItemAccessible.entry("attractive lingerie for a pregnant woman") === true && slave.belly >= 10000 && slave.pregSource === -1) { wardrobeAssignment.push({text: `and chooses attractive lingerie to showcase the body you've given ${him} in the hopes that you ravish ${him}.`, clothes: "attractive lingerie for a pregnant woman"}); } if (slave.toyHole === "dick" && canPenetrate(slave)) { @@ -462,7 +462,7 @@ window.saChoosesOwnClothes = (function() { } } else if (slave.assignment === "be a subordinate slave") { wardrobeAssignment.push({text: `but gives up and goes naked after the other slaves constantly tear whatever ${he}'s wearing off ${him}.`, clothes: "no clothing"}); - if (isClothingAccessible.entry("Western clothing") === true) { + if (isItemAccessible.entry("Western clothing") === true) { wardrobeAssignment.push({text: `and chooses a pair of crotchless chaps so your other slaves don't have to waste time undressing ${him}.`, clothes: "Western clothing"}); } if (slave.fetish === "submissive") { @@ -475,28 +475,28 @@ window.saChoosesOwnClothes = (function() { } else if (slave.assignment === "take classes" || slave.assignment === "learn in the schoolroom") { wardrobeAssignment.push({text: `and wears a schoolgirl outfit, since it seems most appropriate.`, clothes: "a schoolgirl outfit"}); wardrobeAssignment.push({text: `and wears a cheerleader outfit, since ${he} might as well be one of the popular girls.`, clothes: "a cheerleader outfit"}); - if (isClothingAccessible.entry("conservative clothing") === true) { + if (isItemAccessible.entry("conservative clothing") === true) { wardrobeAssignment.push({text: `and wears normal clothing to not distract from ${his} lessons.`, clothes: "conservative clothing"}); } } else if ((slave.assignment === "whore") || (slave.assignment === "work in the brothel")) { - if (slave.belly >= 5000 && isClothingAccessible.entry("attractive lingerie for a pregnant woman") === true) { + if (slave.belly >= 5000 && isItemAccessible.entry("attractive lingerie for a pregnant woman") === true) { wardrobeAssignment.push({text: `and wears pretty lingerie to show off ${his} merchandise and accentuate ${his} pregnancy while still looking a little classy.`, clothes: "attractive lingerie for a pregnant woman"}); } wardrobeAssignment.push({text: `and wears pretty lingerie to show off ${his} merchandise and still look a little classy.`, clothes: "attractive lingerie"}); - if (isClothingAccessible.entry("kitty lingerie") === true) { + if (isItemAccessible.entry("kitty lingerie") === true) { wardrobeAssignment.push({text: `and wears pretty lingerie to show off ${his} merchandise and still look a little cute.`, clothes: "kitty lingerie"}); } - if (isClothingAccessible.entry("harem gauze") === true) { + if (isItemAccessible.entry("harem gauze") === true) { wardrobeAssignment.push({text: `and dresses ${himself} with harem gauze to add an exotic charm to ${his} display.`, clothes: "harem gauze"}); } - if (isClothingAccessible.entry("a kimono") === true) { + if (isItemAccessible.entry("a kimono") === true) { wardrobeAssignment.push({text: `and wraps ${himself} in a kimono to add some elegance to ${his} display.`, clothes: "a kimono"}); } - if (isClothingAccessible.entry("a slave gown") === true) { + if (isItemAccessible.entry("a slave gown") === true) { wardrobeAssignment.push({text: `and adorns ${himself} in fine dress to show off how much of a high class whore ${he} is.`, clothes: "a slave gown"}); } wardrobeAssignment.push({text: `and dresses ${himself} in a slutty suit to show ${he}'s in it for the ¤.`, clothes: "slutty business attire"}); - if (isClothingAccessible.entry("a mini dress") === true) { + if (isItemAccessible.entry("a mini dress") === true) { wardrobeAssignment.push({text: `and wears a flattering mini dress to really strut ${his} stuff.`, clothes: "a mini dress"}); } } else if (slave.assignment === "serve the public" || slave.assignment === "serve in the club") { @@ -505,7 +505,7 @@ window.saChoosesOwnClothes = (function() { wardrobeAssignment.push({text: `and tosses on a slutty suit that screams ${he} needs a good fuck after a long day.`, clothes: "slutty business attire"}); wardrobeAssignment.push({text: `and dresses up as a slutty nurse; ${he} has just the technique to cure penile swelling.`, clothes: "a slutty nurse outfit"}); wardrobeAssignment.push({text: `and wears a cheerleader outfit to look energetic and fuckable.`, clothes: "a cheerleader outfit"}); - if (isClothingAccessible.entry("a bunny outfit") === true) { + if (isItemAccessible.entry("a bunny outfit") === true) { wardrobeAssignment.push({text: `and slips into a teddy to add some class to ${his} post.`, clothes: "a bunny outfit"}); } wardrobeAssignment.push({text: `and dresses up as a succubus to clearly advertise ${his} promiscuity.`, clothes: "a succubus outfit"}); @@ -518,13 +518,13 @@ window.saChoosesOwnClothes = (function() { wardrobeAssignment.push({text: `and wears nothing more than an apron in the hopes that someone sneaks up behind ${him} as ${he} works and fulfills ${his} desires.`, clothes: "an apron"}); } else if (slave.energy > 80) { wardrobeAssignment.push({text: `and wears a skimpy maid outfit to tempt anyone watching ${his} work.`, clothes: "a slutty maid outfit"}); - if (isClothingAccessible.entry("a nice maid outfit") === true) { + if (isItemAccessible.entry("a nice maid outfit") === true) { wardrobeAssignment.push({text: `and wears a sturdy maid outfit, since anything else might be damaged by ${his} hard work around the penthouse.`, clothes: "a nice maid outfit"}); } wardrobeAssignment.push({text: `and wears a skimpy maid outfit to tempt anyone watching ${his} work.`, clothes: "a slutty maid outfit"}); wardrobeAssignment.push({text: `and wears nothing more than an apron to tempt anyone watching ${his} work.`, clothes: "an apron"}); } else { - if (isClothingAccessible.entry("a nice maid outfit") === true) { + if (isItemAccessible.entry("a nice maid outfit") === true) { wardrobeAssignment.push({text: `and wears a sturdy maid outfit, since anything else might be damaged by ${his} hard work around the penthouse.`, clothes: "a nice maid outfit"}); } wardrobeAssignment.push({text: `and wears a skimpy maid outfit to tempt anyone watching ${his} work.`, clothes: "a slutty maid outfit"}); @@ -561,14 +561,14 @@ window.saChoosesOwnClothes = (function() { wardrobeFS.push({text: `and settles for some sexy succubutt.`, clothes: "a succubus outfit"}); } if (V.arcologies[0].FSSlaveProfessionalism > 0) { - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { if (slave.energy > 80) { wardrobeFS.push({text: `and picks out a professional suit with a nice, short skirt so ${he} can get right to business.`, clothes: "slutty business attire"}); } else { wardrobeFS.push({text: `and picks out a professional suit that shows ${he} is open for business.`, clothes: "nice business attire"}); } } - if (isClothingAccessible.entry("a nice maid outfit") === true) { + if (isItemAccessible.entry("a nice maid outfit") === true) { if (slave.energy > 80) { wardrobeFS.push({text: `and picks out a skimpy maid outfit so ${he} can take advantage of its short skirt and ${his} lack of underwear,`, clothes: "a slutty maid outfit"}); } else { @@ -582,7 +582,7 @@ window.saChoosesOwnClothes = (function() { wardrobeFS.push({text: `and slaps together the sluttiest outfit ${he} can manage.`, clothes: "a slutty outfit"}); wardrobeFS.push({text: `and squeezes into a fishnet bodysuit to give ${his} nudity a slutty flair.`, clothes: "clubslut netting"}); wardrobeFS.push({text: `and ties on the skimpiest bikini ${he} can find.`, clothes: "a string bikini"}); - if (slave.bellyPreg >= 5000 && isClothingAccessible.entry("attractive lingerie for a pregnant woman") === true) { + if (slave.bellyPreg >= 5000 && isItemAccessible.entry("attractive lingerie for a pregnant woman") === true) { wardrobeFS.push({text: `and opts for the classic seductive lingerie, albeit something more fitting for ${his} 'little accident'.`, clothes: "attractive lingerie for a pregnant woman"}); } else { wardrobeFS.push({text: `and opts for the classic seductive lingerie.`, clothes: "attractive lingerie"}); @@ -590,10 +590,10 @@ window.saChoosesOwnClothes = (function() { } if (V.arcologies[0].FSPaternalist > 0) { wardrobeFS.push({text: `and wears conservative clothing, as permitted by your paternalism.`, clothes: "conservative clothing"}); - if (isClothingAccessible.entry("a hijab and blouse") === true && slave.race === "middle eastern") { + if (isItemAccessible.entry("a hijab and blouse") === true && slave.race === "middle eastern") { wardrobeFS.push({text: `and wears very conservative clothing, as permitted by your paternalism.`, clothes: "a hijab and blouse"}); } - if (isClothingAccessible.entry("stretch pants and a crop-top") === true) { + if (isItemAccessible.entry("stretch pants and a crop-top") === true) { wardrobeFS.push({text: `and wears the most comfortable stretch pants ${he} can find.`, clothes: "stretch pants and a crop-top"}); } } else if (V.arcologies[0].FSDegradationist > 0) { @@ -604,16 +604,16 @@ window.saChoosesOwnClothes = (function() { } if (V.arcologies[0].FSMaturityPreferentialist > 0) { if (slave.visualAge >= 30) { - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { wardrobeFS.push({text: `and wears a formal suit to look like the ideal older woman.`, clothes: "nice business attire"}); } wardrobeFS.push({text: `and wears a slutty suit to look like the ideal horny older woman.`, clothes: "slutty business attire"}); wardrobeFS.push({text: `and wears only an apron to make ${himself} seem more matronly.`, clothes: "an apron"}); } else { - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { wardrobeFS.push({text: `and wears a formal suit to look more mature.`, clothes: "nice business attire"}); } - if (isClothingAccessible.entry("a Santa dress") === true) { + if (isItemAccessible.entry("a Santa dress") === true) { wardrobeFS.push({text: `and wears a dress referencing a figure of advanced age.`, clothes: "a Santa dress"}); } wardrobeFS.push({text: `and wears only an apron in an attempt to make ${himself} seem more matronly.`, clothes: "an apron"}); @@ -635,10 +635,10 @@ window.saChoosesOwnClothes = (function() { if (V.arcologies[0].FSPastoralist > 0) { wardrobeFS.push({text: `and wears Western clothing, since ${he} thinks it fits with pastoralism.`, clothes: "Western clothing"}); wardrobeFS.push({text: `and wears overalls that leave ${his} breasts uncovered.`, clothes: "overalls"}); - if (isClothingAccessible.entry("a monokini") === true) { + if (isItemAccessible.entry("a monokini") === true) { wardrobeFS.push({text: `and wears a swimsuit that leaves ${his} breasts uncovered.`, clothes: "a monokini"}); } - if (isClothingAccessible.entry("pasties") === true) { + if (isItemAccessible.entry("pasties") === true) { wardrobeFS.push({text: `and wears nothing more than a pair of pasties over ${his} nipples and crotch.`, clothes: "pasties"}); } if (slave.lactation > 0) { @@ -649,13 +649,13 @@ window.saChoosesOwnClothes = (function() { if (V.arcologies[0].FSBodyPurist > 0) { wardrobeFS.push({text: `and wears a leotard to show off the purity of ${his} body.`, clothes: "a leotard"}); wardrobeFS.push({text: `but decides ${his} body is too nice to hide with clothing.`, clothes: "no clothing"}); - if (isClothingAccessible.entry("body oil") === true) { + if (isItemAccessible.entry("body oil") === true) { wardrobeFS.push({text: `and coats ${his} pure body in oil to make it stand out.`, clothes: "body oil"}); } } else if (V.arcologies[0].FSTransformationFetishist > 0) { wardrobeFS.push({text: `and decides squeezing into a latex suit will only complement ${his} unnatural appearance.`, clothes: "restrictive latex"}); wardrobeFS.push({text: `and decides to go nude, ensuring everyone sees ${his} assets.`, clothes: "no clothing"}); - if (isClothingAccessible.entry("body oil") === true) { + if (isItemAccessible.entry("body oil") === true) { wardrobeFS.push({text: `and coats ${his} assets in body oil to give them some extra shine.`, clothes: "body oil"}); } } @@ -663,13 +663,13 @@ window.saChoosesOwnClothes = (function() { wardrobeFS.push({text: `and decides to dress up like a young man's wet dream.`, clothes: "a succubus outfit"}); wardrobeFS.push({text: `and decides to wear a skimpy bikini to make ${his} assets look even larger.`, clothes: "a string bikini"}); wardrobeFS.push({text: `and decides to throw together a slutty outfit that highlight ${his} assets.`, clothes: "a slutty outfit"}); - if (isClothingAccessible.entry("a monokini") === true) { + if (isItemAccessible.entry("a monokini") === true) { wardrobeFS.push({text: `and decides to wear a monokini that clings to the assets it actually does conceal.`, clothes: "a monokini"}); } } else if (V.arcologies[0].FSSlimnessEnthusiast > 0) { if (slave.boobs < 300) { wardrobeFS.push({text: `and wears a string bikini to show off just how flat ${he} is.`, clothes: "a string bikini"}); - if (isClothingAccessible.entry("a monokini") === true) { + if (isItemAccessible.entry("a monokini") === true) { wardrobeFS.push({text: `and wears a monokini that leaves ${his} flat chest bare.`, clothes: "a monokini"}); } wardrobeFS.push({text: `and wears only panties, leaving ${his} flat chest bare.`, clothes: "panties"}); @@ -685,23 +685,23 @@ window.saChoosesOwnClothes = (function() { } if (V.arcologies[0].FSSupremacist > 0) { if (V.arcologies[0].FSSupremacistRace === "white") { - if (isClothingAccessible.entry("a dirndl") === true) { + if (isItemAccessible.entry("a dirndl") === true) { wardrobeFS.push({text: `and wears one of the beautiful folk costumes of the white race.`, clothes: "a dirndl"}); } - if (isClothingAccessible.entry("lederhosen") === true) { + if (isItemAccessible.entry("lederhosen") === true) { wardrobeFS.push({text: `and wears one of the beautiful folk costumes of the white race.`, clothes: "lederhosen"}); } } else if (V.arcologies[0].FSSupremacistRace === "asian") { - if (isClothingAccessible.entry("a biyelgee costume") === true) { + if (isItemAccessible.entry("a biyelgee costume") === true) { wardrobeFS.push({text: `and wears one of the beautiful folk costumes of the asian race.`, clothes: "a biyelgee costume"}); } - if (isClothingAccessible.entry("a long qipao") === true) { + if (isItemAccessible.entry("a long qipao") === true) { wardrobeFS.push({text: `and wears one of the beautiful folk costumes of the asian race.`, clothes: "a long qipao"}); } - if (isClothingAccessible.entry("a kimono") === true) { + if (isItemAccessible.entry("a kimono") === true) { wardrobeAssignment.push({text: `and wears one of the beautiful folk costumes of the asian race.`, clothes: "a kimono"}); } - if (isClothingAccessible.entry("a hanbok") === true) { + if (isItemAccessible.entry("a hanbok") === true) { wardrobeAssignment.push({text: `and wears one of the beautiful folk costumes of the asian race.`, clothes: "a hanbok"}); } } @@ -709,17 +709,17 @@ window.saChoosesOwnClothes = (function() { if (V.arcologies[0].FSSubjugationist > 0) { if (V.arcologies[0].FSSubjugationistRace === "black") { - if (isClothingAccessible.entry("a klan robe") === true) { + if (isItemAccessible.entry("a klan robe") === true) { wardrobeFS.push({text: `and wears a costume associated with anti-black societies of the past.`, clothes: "a klan robe"}); } - if (isClothingAccessible.entry("a slutty klan robe") === true) { + if (isItemAccessible.entry("a slutty klan robe") === true) { wardrobeFS.push({text: `and wears a costume associated with anti-black societies of the past.`, clothes: "a slutty klan robe"}); } } else if (V.arcologies[0].FSSubjugationistRace === "semitic") { - if (isClothingAccessible.entry("a schutzstaffel uniform") === true) { + if (isItemAccessible.entry("a schutzstaffel uniform") === true) { wardrobeFS.push({text: `and wears a costume associated with anti-semitic societies of the past.`, clothes: "a schutzstaffel uniform"}); } - if (isClothingAccessible.entry("a slutty schutzstaffel uniform") === true) { + if (isItemAccessible.entry("a slutty schutzstaffel uniform") === true) { wardrobeFS.push({text: `and wears a costume associated with anti-semitic societies of the past.`, clothes: "a slutty schutzstaffel uniform"}); } } @@ -734,7 +734,7 @@ window.saChoosesOwnClothes = (function() { if (slave.butt > 3) { wardrobeTastes.push({text: `and slips on some cutoffs that are sure to have men checking out ${his} ass.`, clothes: "cutoffs and a t-shirt"}); } - if (isClothingAccessible.entry("a bunny outfit") === true) { + if (isItemAccessible.entry("a bunny outfit") === true) { wardrobeTastes.push({text: `and slips into a bunny outfit that ${he} knows will have men lining up.`, clothes: "a bunny outfit"}); } if (slave.boobs > 800) { @@ -747,7 +747,7 @@ window.saChoosesOwnClothes = (function() { if (slave.butt > 3) { wardrobeTastes.push({text: `and slips on some cutoffs that shows off ${his} ass.`, clothes: "cutoffs and a t-shirt"}); } - if (isClothingAccessible.entry("a bunny outfit") === true) { + if (isItemAccessible.entry("a bunny outfit") === true) { wardrobeTastes.push({text: `and slips into a bunny outfit that hugs ${his} curves.`, clothes: "a bunny outfit"}); } if (slave.boobs > 800) { @@ -757,19 +757,19 @@ window.saChoosesOwnClothes = (function() { } if (slave.attrXX > 70) { if (slave.attrKnown === 1) { - if (isClothingAccessible.entry("a slave gown") === true) { + if (isItemAccessible.entry("a slave gown") === true) { wardrobeTastes.push({text: `and wears a fashionable gown, since girls appreciate nice clothes.`, clothes: "a slave gown"}); } wardrobeTastes.push({text: `and wears nothing but pretty lingerie to give the girls a show.`, clothes: "attractive lingerie"}); - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { wardrobeTastes.push({text: `and wears a nice suit, since girls appreciate nice clothes.`, clothes: "nice business attire"}); } } else { - if (isClothingAccessible.entry("a slave gown") === true) { + if (isItemAccessible.entry("a slave gown") === true) { wardrobeTastes.push({text: `and wears a fashionable gown.`, clothes: "a slave gown"}); } wardrobeTastes.push({text: `and wears pretty lingerie that shows off ${his} body.`, clothes: "attractive lingerie"}); - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { wardrobeTastes.push({text: `and wears a nice suit, the reasons not entirely clear to you.`, clothes: "nice business attire"}); } } @@ -786,12 +786,12 @@ window.saChoosesOwnClothes = (function() { /* quirks n flaws */ if (slave.behavioralFlaw === "arrogant") { - if (isClothingAccessible.entry("a ball gown") === true) { + if (isItemAccessible.entry("a ball gown") === true) { wardrobeTastes.push({text: `and chooses a formal dress that makes ${him} feel like royalty.`, clothes: "a ball gown"}); } } else if (slave.behavioralFlaw === "devout") { wardrobeTastes.push({text: `and wears something more appropriate for a monastery than a whorehouse.`, clothes: "a penitent nuns habit"}); - if (isClothingAccessible.entry("a burqa") === true) { + if (isItemAccessible.entry("a burqa") === true) { wardrobeTastes.push({text: `and chooses an incredibly restricting piece of religious garb.`, clothes: "a burqa"}); } } @@ -804,46 +804,46 @@ window.saChoosesOwnClothes = (function() { if (slave.sexualFlaw === "shamefast") { wardrobeTastes.push({text: `and chooses an outfit that covers ${him} up as much as possible.`, clothes: "a hijab and abaya"}); - if (isClothingAccessible.entry("a burqa") === true) { + if (isItemAccessible.entry("a burqa") === true) { wardrobeTastes.push({text: `and chooses an outfit that covers ${him} up as much as possible.`, clothes: "a burqa"}); } } else if (slave.sexualFlaw === "breeder") { - if (isClothingAccessible.entry("attractive lingerie for a pregnant woman") === true) { + if (isItemAccessible.entry("attractive lingerie for a pregnant woman") === true) { wardrobeTastes.push({text: `and wears lingerie designed to accommodate pregnancies, hoping that others get the hint.`, clothes: "attractive lingerie for a pregnant woman"}); } } else if (slave.sexualFlaw === "malicious") { - if (isClothingAccessible.entry("a schutzstaffel uniform") === true) { + if (isItemAccessible.entry("a schutzstaffel uniform") === true) { wardrobeTastes.push({text: `and chooses an outfit that is commonly associated with wanton cruelty.`, clothes: "a schutzstaffel uniform"}); wardrobeTastes.push({text: `and chooses a skimpy outfit that is commonly associated with wanton cruelty.`, clothes: "a slutty schutzstaffel uniform"}); } } if (slave.sexualQuirk === "romantic") { - if (isClothingAccessible.entry("a halter top dress") === true) { + if (isItemAccessible.entry("a halter top dress") === true) { wardrobeTastes.push({text: `and dresses up like ${he}'s about to go on a date.`, clothes: "a halter top dress"}); } } else if (slave.sexualQuirk === "tease") { - if (isClothingAccessible.entry("kitty lingerie") === true) { + if (isItemAccessible.entry("kitty lingerie") === true) { wardrobeTastes.push({text: `and wears a set of provocatively designed lingerie.`, clothes: "kitty lingerie"}); } - if (isClothingAccessible.entry("panties and pasties") === true) { + if (isItemAccessible.entry("panties and pasties") === true) { wardrobeTastes.push({text: `and wears the skimpiest outfit ${he} can find.`, clothes: "panties and pasties"}); } } /* age stuff */ if (slave.actualAge < 10) { - if (isClothingAccessible.entry("a ball gown") === true) { + if (isItemAccessible.entry("a ball gown") === true) { wardrobeTastes.push({text: `and puts on a pretty dress so ${he} can be a princess.`, clothes: "a ball gown"}); } wardrobeTastes.push({text: `and dresses up like a cheerleader since ${he} thinks it looks cute.`, clothes: "a cheerleader outfit"}); - if (isClothingAccessible.entry("a kimono") === true) { + if (isItemAccessible.entry("a kimono") === true) { wardrobeTastes.push({text: `and wraps ${himself} in a kimono, since it feels so good on ${his} skin.`, clothes: "a kimono"}); } } else if (slave.actualAge < 18) { wardrobeTastes.push({text: `and chooses an outfit that somewhat resembles one of ${his} school uniforms.`, clothes: "a schoolgirl outfit"}); } else if (slave.actualAge > 65) { - if (isClothingAccessible.entry("a Santa dress") === true) { + if (isItemAccessible.entry("a Santa dress") === true) { wardrobeTastes.push({text: `and chooses a dress that acknowledges ${his} advanced age while still looking sexy.`, clothes: "a Santa dress"}); } } @@ -854,20 +854,20 @@ window.saChoosesOwnClothes = (function() { wardrobeTastes.push({text: `and wears restrictive latex to encourage others to dominate ${him}.`, clothes: "restrictive latex"}); wardrobeTastes.push({text: `and wears shibari ropes to encourage others to dominate ${him}.`, clothes: "shibari ropes"}); } else if (slave.fetish === "dom") { - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { wardrobeTastes.push({text: `and wears a handsome suit, since ${he} likes other slaves to look up to ${him}.`, clothes: "nice business attire"}); } - if (isClothingAccessible.entry("a latex catsuit") === true) { + if (isItemAccessible.entry("a latex catsuit") === true) { wardrobeTastes.push({text: `and wears a full body latex catsuit to look the part of the whip cracking dom.`, clothes: "a latex catsuit"}); } wardrobeTastes.push({text: `and wears a scalemail bikini to make ${himself} look tough.`, clothes: "a scalemail bikini"}); } else if (slave.fetish === "masochist") { wardrobeTastes.push({text: `and wears painfully restrictive bondage gear, since ${he} likes the torment.`, clothes: "uncomfortable straps"}); - if (isClothingAccessible.entry("chains") === true) { + if (isItemAccessible.entry("chains") === true) { wardrobeTastes.push({text: `and wears painfully tight chains, since ${he} likes the torment.`, clothes: "chains"}); } } else if (slave.fetish === "sadist") { - if (isClothingAccessible.entry("a slave gown") === true) { + if (isItemAccessible.entry("a slave gown") === true) { wardrobeTastes.push({text: `and wears an elegant gown, since ${he} thinks it makes ${him} look the part of the femme fatale.`, clothes: "a slave gown"}); } wardrobeTastes.push({text: `and wears a scalemail bikini, since ${he} thinks it makes ${him} look fierce.`, clothes: "a scalemail bikini"}); @@ -880,21 +880,21 @@ window.saChoosesOwnClothes = (function() { wardrobeTastes.push({text: `and wears nothing other than an apron, because ${he} likes to catch the eye without putting anything between cocks and ${his} rear end.`, clothes: "an apron"}); } else if (slave.fetish === "pregnancy") { wardrobeTastes.push({text: `and wears a short maid dress, because ${he} wants to look motherly and fuckable at the same time.`, clothes: "a slutty maid outfit"}); - if (isClothingAccessible.entry("a maternity dress") === true && canGetPregnant(slave)) { + if (isItemAccessible.entry("a maternity dress") === true && canGetPregnant(slave)) { wardrobeTastes.push({text: `and wears a maternity dress in the hope someone fills out its middle.`, clothes: "a maternity dress"}); } } else if (slave.fetish === "boobs") { wardrobeTastes.push({text: `and wears a cheerleader outfit, since ${he} loves the way it hugs ${his} tits as ${he} moves.`, clothes: "a cheerleader outfit"}); - if (isClothingAccessible.entry("a monokini") === true) { + if (isItemAccessible.entry("a monokini") === true) { wardrobeTastes.push({text: `and wears a monokini, since ${he} loves how it leaves ${his} breasts totally bare.`, clothes: "a monokini"}); } - if (isClothingAccessible.entry("kitty lingerie") === true) { + if (isItemAccessible.entry("kitty lingerie") === true) { wardrobeTastes.push({text: `and chooses a lingerie set that leaves ${his} cleavage on public display.`, clothes: "kitty lingerie"}); } - if (isClothingAccessible.entry("pasties") === true) { + if (isItemAccessible.entry("pasties") === true) { wardrobeTastes.push({text: `and wears nothing but a pair of pasties to draw eyes straight to ${his} nipples.`, clothes: "pasties"}); } - if (isClothingAccessible.entry("a bra") === true) { + if (isItemAccessible.entry("a bra") === true) { wardrobeTastes.push({text: `and wears nothing but a bra in the hopes that the outlandish get up fixes eyes on ${his} chest.`, clothes: "a bra"}); } wardrobeTastes.push({text: `and wears nothing but a pair of panties so ${his} tits can bounce freely.`, clothes: "panties"}); @@ -904,20 +904,20 @@ window.saChoosesOwnClothes = (function() { wardrobeTastes.push({text: `and strangely opts for restrictive latex.`, clothes: "restrictive latex"}); wardrobeTastes.push({text: `and strangely opts for shibari ropes.`, clothes: "shibari ropes"}); } else if (slave.fetish === "dom") { - if (isClothingAccessible.entry("nice business attire") === true) { + if (isItemAccessible.entry("nice business attire") === true) { wardrobeTastes.push({text: `and wears a handsome suit; ${he} seems to think highly of ${himself} in it.`, clothes: "nice business attire"}); } - if (isClothingAccessible.entry("a latex catsuit") === true) { + if (isItemAccessible.entry("a latex catsuit") === true) { wardrobeTastes.push({text: `and wears a full body latex catsuit; there is a strange look on ${his} face as ${he} wears it.`, clothes: "a latex catsuit"}); } wardrobeTastes.push({text: `and wears a scalemail bikini; ${he} keeps flexing and acting tough to ${himself}.`, clothes: "a scalemail bikini"}); } else if (slave.fetish === "masochist") { wardrobeTastes.push({text: `and strangely opts for painfully restrictive bondage gear.`, clothes: "uncomfortable straps"}); - if (isClothingAccessible.entry("chains") === true) { + if (isItemAccessible.entry("chains") === true) { wardrobeTastes.push({text: `and strangely opts for painfully tight chains.`, clothes: "chains"}); } } else if (slave.fetish === "sadist") { - if (isClothingAccessible.entry("a slave gown") === true) { + if (isItemAccessible.entry("a slave gown") === true) { wardrobeTastes.push({text: `and wears an elegant gown for some reason.`, clothes: "a slave gown"}); } wardrobeTastes.push({text: `and wears a scalemail bikini; an odd choice.`, clothes: "a scalemail bikini"}); @@ -930,21 +930,21 @@ window.saChoosesOwnClothes = (function() { wardrobeTastes.push({text: `and wears nothing other than an apron, an odd choice; ${his} ass is completely exposed.`, clothes: "an apron"}); } else if (slave.fetish === "pregnancy") { wardrobeTastes.push({text: `and wears a short maid dress; you frequently notice ${him} observing ${his} stomach.`, clothes: "a slutty maid outfit"}); - if (isClothingAccessible.entry("a maternity dress") === true && canGetPregnant(slave)) { + if (isItemAccessible.entry("a maternity dress") === true && canGetPregnant(slave)) { wardrobeTastes.push({text: `and wears a maternity dress even though ${he} isn't pregnant.`, clothes: "a maternity dress"}); } } else if (slave.fetish === "boobs") { wardrobeTastes.push({text: `and wears a cheerleader outfit; ${he} seems to enjoy jiggling ${his} breasts in it.`, clothes: "a cheerleader outfit"}); - if (isClothingAccessible.entry("a monokini") === true) { + if (isItemAccessible.entry("a monokini") === true) { wardrobeTastes.push({text: `and strangely decides to wear a monokini, which leaves ${his} breasts totally bare.`, clothes: "a monokini"}); } - if (isClothingAccessible.entry("kitty lingerie") === true) { + if (isItemAccessible.entry("kitty lingerie") === true) { wardrobeTastes.push({text: `and oddly chooses a lingerie set with a cleavage cutout in the bra.`, clothes: "kitty lingerie"}); } - if (isClothingAccessible.entry("pasties") === true) { + if (isItemAccessible.entry("pasties") === true) { wardrobeTastes.push({text: `and oddly opts for just a pair of pasties attached to ${his} nipples and one over ${his} crotch.`, clothes: "pasties"}); } - if (isClothingAccessible.entry("a bra") === true) { + if (isItemAccessible.entry("a bra") === true) { wardrobeTastes.push({text: `and oddly opts for nothing more than a bra.`, clothes: "a bra"}); } wardrobeTastes.push({text: `and wears nothing but a pair of panties; ${he} seems to enjoy the way ${his} breasts bounce freely.`, clothes: "panties"}); @@ -957,7 +957,7 @@ window.saChoosesOwnClothes = (function() { } else if (slave.energy > 60) { wardrobeTastes.push({text: `and puts on some daring lingerie to draw attention to ${himself}.`, clothes: "attractive lingerie"}); wardrobeTastes.push({text: `and goes topless to draw attention to ${himself}.`, clothes: "panties"}); - if (isClothingAccessible.entry("kitty lingerie") === true) { + if (isItemAccessible.entry("kitty lingerie") === true) { wardrobeTastes.push({text: `and puts on some decorative lingerie to draw attention to ${himself}.`, clothes: "kitty lingerie"}); } } @@ -966,15 +966,15 @@ window.saChoosesOwnClothes = (function() { if (slave.belly >= 5000) { wardrobeTastes.push({text: `and wears pretty lingerie to show off ${his} merchandise while giving ${his} protruding belly plenty of room to hang free.`, clothes: "attractive lingerie"}); wardrobeTastes.push({text: `and wears only panties. Something so easy to slip on is appreciable with such a big belly in the way.`, clothes: "panties"}); - if (isClothingAccessible.entry("kitty lingerie") === true) { + if (isItemAccessible.entry("kitty lingerie") === true) { wardrobeTastes.push({text: `and wears cute lingerie to show off ${his} merchandise while giving ${his} protruding belly plenty of room to hang free.`, clothes: "kitty lingerie"}); } - if (isClothingAccessible.entry("a Santa dress") === true) { + if (isItemAccessible.entry("a Santa dress") === true) { wardrobeTastes.push({text: `and chooses a dress that pokes fun at ${his} rotund figure while still looking sexy.`, clothes: "a Santa dress"}); } - if (isClothingAccessible.entry("attractive lingerie for a pregnant woman") === true && slave.energy > 70) { + if (isItemAccessible.entry("attractive lingerie for a pregnant woman") === true && slave.energy > 70) { wardrobeTastes.push({text: `and wears pretty lingerie to show off ${his} merchandise and accentuate ${his} pregnancy while giving it plenty of room to hang free.`, clothes: "attractive lingerie for a pregnant woman"}); - } else if (isClothingAccessible.entry("a maternity dress") === true) { + } else if (isItemAccessible.entry("a maternity dress") === true) { wardrobeTastes.push({text: `and wears a conservative dress with plenty of give for ${his} belly to stretch it.`, clothes: "a maternity dress"}); } wardrobeTastes.push({text: `and wears string lingerie to look fun and fuckable while giving ${his} protruding belly plenty of room to hang free.`, clothes: "a string bikini"}); @@ -983,19 +983,19 @@ window.saChoosesOwnClothes = (function() { } if (slave.nationality === "Canadian") { - if (isClothingAccessible.entry("a mounty outfit") === true) { + if (isItemAccessible.entry("a mounty outfit") === true) { wardrobeTastes.push({text: `and chooses an outfit that makes ${him} feel oddly nostalgic.`, clothes: "a mounty outfit"}); } } else if (slave.nationality === "Japanese") { - if (isClothingAccessible.entry("a kimono") === true) { + if (isItemAccessible.entry("a kimono") === true) { wardrobeTastes.push({text: `and chooses an outfit that makes ${him} feel oddly nostalgic.`, clothes: "a kimono"}); } } else if (slave.nationality === "Korean") { - if (isClothingAccessible.entry("a hanbok") === true) { + if (isItemAccessible.entry("a hanbok") === true) { wardrobeTastes.push({text: `and chooses an outfit that makes ${him} feel oddly nostalgic.`, clothes: "a hanbok"}); } } else if (slave.nationality === "Mongolian") { - if (isClothingAccessible.entry("a biyelgee costume") === true) { + if (isItemAccessible.entry("a biyelgee costume") === true) { wardrobeTastes.push({text: `and chooses an outfit that makes ${him} feel oddly nostalgic.`, clothes: "a biyelgee costume"}); } } @@ -1147,7 +1147,7 @@ window.saChoosesOwnClothes = (function() { } else { belly.push({text: `straps on a fake pregnant belly to fit in with all the other pregnant girls,`, bellyAccessory: jsEither(["a small empathy belly", "a medium empathy belly", "a large empathy belly"])}); } - } else if (slave.belly < 1500 && slave.fetish === "pregnancy" && isClothingAccessible.entry("a small empathy belly", "bellyAccessory") && slave.sexualFlaw !== "breeder" && slave.weight <= 130) { + } else if (slave.belly < 1500 && slave.fetish === "pregnancy" && isItemAccessible.entry("a small empathy belly", "bellyAccessory") && slave.sexualFlaw !== "breeder" && slave.weight <= 130) { if (slave.fetishStrength <= 30) { belly.push({text: `straps on a 1st trimester belly to sate ${his} curiosity,`, bellyAccessory: "a small empathy belly"}); belly.push({text: `straps on a 2nd trimester belly to sate ${his} curiosity,`, bellyAccessory: "a medium empathy belly"}); diff --git a/src/endWeek/saRules_old.js b/src/endWeek/saRules_old.js index 779e7e3be4cbb9eaae46f1cb0f9adf8abfadba8c..3e8bdf5df3c012e44273e8f1fd33e2dbdb544314 100644 --- a/src/endWeek/saRules_old.js +++ b/src/endWeek/saRules_old.js @@ -848,7 +848,7 @@ if (slave.belly > 1500) { let belly = bellyAdjective(slave); r += `always rubs and teases ${his} ${belly} belly while doing so. `; - } else if (isClothingAccessible.entry("a small empathy belly", "bellyAccessory")) { + } else if (isItemAccessible.entry("a small empathy belly", "bellyAccessory")) { r += `frequently straps on a fake belly to enhance ${his} fun. `; } else { r += `frequently pretends to be`; diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw index 837100e3df0167507277147d8e2d2879d2a397ab..4da859c3a86db9d936a5bf3d47af4b85348fa86f 100644 --- a/src/facilities/nursery/childInteract.tw +++ b/src/facilities/nursery/childInteract.tw @@ -582,13 +582,13 @@ FIXME: <<set $activeChild.collar = "leather with cowbell">> <<replace "#collar">>$activeChild.collar<</replace>> <</link>> - <<if isClothingAccessible.entry("bowtie", "collar")>> + <<if isItemAccessible.entry("bowtie", "collar")>> | //FS// <<link "Bowtie collar">> <<set $activeChild.collar = "bowtie">> <<replace "#collar">>$activeChild.collar<</replace>> <</link>> <</if>> - <<if isClothingAccessible.entry("ancient Egyptian", "collar")>> + <<if isItemAccessible.entry("ancient Egyptian", "collar")>> | //FS// <<link "Ancient Egyptian">> <<set $activeChild.collar = "ancient Egyptian">> <<replace "#collar">>$activeChild.collar<</replace>> @@ -624,7 +624,7 @@ FIXME: <<set $activeChild.collar = "dildo gag">> <<replace "#collar">>$activeChild.collar<</replace>> <</link>> | - <<if isClothingAccessible.entry("massive dildo gag", "collar") && $activeChild.skill.oral > 50>> + <<if isItemAccessible.entry("massive dildo gag", "collar") && $activeChild.skill.oral > 50>> <<link "Massive dildo gag">> <<set $activeChild.collar = "massive dildo gag">> <<replace "#collar">>$activeChild.collar<</replace>> @@ -726,7 +726,7 @@ FIXME: <<replace "#bellyAccessory">>$activeChild.bellyAccessory<</replace>> <</link>> <</if>> - <<if isClothingAccessible.entry("a small empathy belly", "bellyAccessory")>> /* works for all of them */ + <<if isItemAccessible.entry("a small empathy belly", "bellyAccessory")>> /* works for all of them */ <<if $activeChild.belly < 1500 && $activeChild.weight < 130>> | | <<link "1st Trimester belly">> <<set $activeChild.bellyAccessory = "a small empathy belly">> @@ -758,7 +758,7 @@ FIXME: <<set $activeChild.buttplug = "plug">> <<replace "#buttplug">>$activeChild.buttplug<</replace>> <</link>> - <<if isClothingAccessible.entry("long plug", "buttPlug") && ($activeChild.breedingMark != 1 || !$propOutcome || $eugenicsFullControl)>> + <<if isItemAccessible.entry("long plug", "buttPlug") && ($activeChild.breedingMark != 1 || !$propOutcome || $eugenicsFullControl)>> <<link "Long">> <<set $activeChild.buttplug = "long plug">> <<replace "#buttplug">>$activeChild.buttplug<</replace>> @@ -768,7 +768,7 @@ FIXME: <<set $activeChild.buttplug = "large plug">> <<replace "#buttplug">>$activeChild.buttplug<</replace>> <</link>> - <<if isClothingAccessible.entry("long, large plug", "buttPlug") && ($activeChild.breedingMark != 1 || !$propOutcome || $eugenicsFullControl)>> + <<if isItemAccessible.entry("long, large plug", "buttPlug") && ($activeChild.breedingMark != 1 || !$propOutcome || $eugenicsFullControl)>> <<link "Long and large">> <<set $activeChild.buttplug = "long, large plug">> <<replace "#buttplug">>$activeChild.buttplug<</replace>> @@ -780,7 +780,7 @@ FIXME: <<replace "#buttplug">>$activeChild.buttplug<</replace>> <</link>> <</if>> - <<if isClothingAccessible.entry("long, huge plug", "buttPlug")>> + <<if isItemAccessible.entry("long, huge plug", "buttPlug")>> <<if ($activeChild.breedingMark != 1 || !$propOutcome || $eugenicsFullControl) && $activeChild.anus >= 2>> <<link "Long and huge">> <<set $activeChild.buttplug = "long, huge plug">> @@ -788,7 +788,7 @@ FIXME: <</link>> | <</if>> <</if>> - <<if isClothingAccessible.entry("tail", "buttplugAttachment") && $activeChild.buttplug != "none">> + <<if isItemAccessible.entry("tail", "buttplugAttachment") && $activeChild.buttplug != "none">> Anal accessory attachment: <b><span id="buttplugAttach">$activeChild.buttplugAttachment</span>.</b> <<link "None">> <<set $activeChild.buttplugAttachment = "none">> @@ -820,7 +820,7 @@ FIXME: <<set $activeChild.vaginalAccessory = "dildo">> <<replace "#vaginalAccessory">>$activeChild.vaginalAccessory<</replace>> <</link>> | - <<if isClothingAccessible.entry("long dildo", "vaginalAccessory") && ($activeChild.breedingMark != 1 || !$propOutcome || $eugenicsFullControl)>> + <<if isItemAccessible.entry("long dildo", "vaginalAccessory") && ($activeChild.breedingMark != 1 || !$propOutcome || $eugenicsFullControl)>> <<link "Long dildo">> <<set $activeChild.vaginalAccessory = "long dildo">> <<replace "#vaginalAccessory">>$activeChild.vaginalAccessory<</replace>> @@ -830,7 +830,7 @@ FIXME: <<set $activeChild.vaginalAccessory = "large dildo">> <<replace "#vaginalAccessory">>$activeChild.vaginalAccessory<</replace>> <</link>> - <<if isClothingAccessible.entry("long, large dildo", "vaginalAccessory") && ($activeChild.breedingMark != 1 || !$propOutcome || $eugenicsFullControl)>> + <<if isItemAccessible.entry("long, large dildo", "vaginalAccessory") && ($activeChild.breedingMark != 1 || !$propOutcome || $eugenicsFullControl)>> | <<link "Large and long dildo">> <<set $activeChild.vaginalAccessory = "long, large dildo">> <<replace "#vaginalAccessory">>$activeChild.vaginalAccessory<</replace>> @@ -842,7 +842,7 @@ FIXME: <<replace "#vaginalAccessory">>$activeChild.vaginalAccessory<</replace>> <</link>> <</if>> - <<if isClothingAccessible.entry("long, huge dildo", "vaginalAccessory") && ($activeChild.breedingMark != 1 || !$propOutcome || $eugenicsFullControl)>> + <<if isItemAccessible.entry("long, huge dildo", "vaginalAccessory") && ($activeChild.breedingMark != 1 || !$propOutcome || $eugenicsFullControl)>> | <<if $activeChild.vagina >= 2>> <<link "Huge and long dildo">> <<set $activeChild.vaginalAccessory = "long, huge dildo">> @@ -857,13 +857,13 @@ FIXME: <<set $activeChild.dickAccessory = "none">> <<replace "#dickAccessory">>$activeChild.dickAccessory<</replace>> <</link>> - <<if isClothingAccessible.entry("bullet vibrator", "dickAccessory") && $toysBoughtVaginalAttachments>> + <<if isItemAccessible.entry("bullet vibrator", "dickAccessory") && $toysBoughtVaginalAttachments>> | <<link "Bullet vibrator">> <<set $activeChild.dickAccessory = "bullet vibrator">> <<replace "#dickAccessory">>$activeChild.dickAccessory<</replace>> <</link>> <</if>> - <<if isClothingAccessible.entry("smart bullet vibrator", "dickAccessory") && $toysBoughtVaginalAttachments>> + <<if isItemAccessible.entry("smart bullet vibrator", "dickAccessory") && $toysBoughtVaginalAttachments>> | <<link "Smart bullet vibrator">> <<set $activeChild.dickAccessory = "smart bullet vibrator">> <<replace "#dickAccessory">>$activeChild.dickAccessory<</replace>> diff --git a/src/interaction/slaveInteract.js b/src/interaction/slaveInteract.js index af1583ff70cb2808becc3bc6e8fdabdba9863b21..540e7de696452a66f52348d4080e997424047c6d 100644 --- a/src/interaction/slaveInteract.js +++ b/src/interaction/slaveInteract.js @@ -2467,9 +2467,9 @@ App.UI.SlaveInteract.generateRows = function(array, slave, category, accessCheck if (accessCheck === true) { if (category === "chastity") { let text = array[i].text.toLowerCase(); // Yucky. Category name does not match for chastity (since it sets multiple kinds of chastity at once). Compare using a lowercased name instead. - unlocked = isClothingAccessible.entry(text, `${category}`, slave, true); + unlocked = isItemAccessible.entry(text, `${category}`, slave, true); } else { - unlocked = isClothingAccessible.entry(array[i].updateSlave[category], `${category}`, slave, true); + unlocked = isItemAccessible.entry(array[i].updateSlave[category], `${category}`, slave, true); } } if (accessCheck === false || unlocked) { diff --git a/src/js/itemAvailability.js b/src/js/itemAvailability.js index a450e3d38687ef337577e439e5a61d2f7a3b1ce4..cf98477269b1ea344b0343c493e32f81db24101a 100644 --- a/src/js/itemAvailability.js +++ b/src/js/itemAvailability.js @@ -1,6 +1,6 @@ /* intended to condense the clothing/toy/etc availability checks into something less asinine */ -window.isClothingAccessible = (function() { +window.isItemAccessible = (function() { return { array: array, entry: entry, diff --git a/src/js/rulesAssistantOptions.js b/src/js/rulesAssistantOptions.js index 34c04ab75a1901235750a84de9121e16c61c3018..686de9cd592c3522ad6a50f70caf1e666cd75010 100644 --- a/src/js/rulesAssistantOptions.js +++ b/src/js/rulesAssistantOptions.js @@ -1776,11 +1776,11 @@ window.rulesAssistantOptions = (function() { ]; super("Clothes", items); - const nclothes = isClothingAccessible.array(App.Data.misc.niceClothes); + const nclothes = isItemAccessible.array(App.Data.misc.niceClothes); nclothes.sort(function(a, b) { if (a[0] < b[0]) { return -1; } if (a[0] > b[0]) { return 1; } return 0; }); this._nice = new ListSubSection(this, "Nice", nclothes); - const hclothes = isClothingAccessible.array(App.Data.misc.harshClothes); + const hclothes = isItemAccessible.array(App.Data.misc.harshClothes); hclothes.sort(function(a, b) { if (a[0] < b[0]) { return -1; } if (a[0] > b[0]) { return 1; } return 0; }); this._harsh = new ListSubSection(this, "Harsh", hclothes); @@ -1803,11 +1803,11 @@ window.rulesAssistantOptions = (function() { ]; super("Collar", items); - const niceCollars = isClothingAccessible.array(App.Data.misc.niceCollars); + const niceCollars = isItemAccessible.array(App.Data.misc.niceCollars); niceCollars.sort(function(a, b) { if (a[0] < b[0]) { return -1; } if (a[0] > b[0]) { return 1; } return 0; }); this._nice = new ListSubSection(this, "Nice", niceCollars); - const harshCollars = isClothingAccessible.array(App.Data.misc.harshCollars); + const harshCollars = isItemAccessible.array(App.Data.misc.harshCollars); harshCollars.sort(function(a, b) { if (a[0] < b[0]) { return -1; } if (a[0] > b[0]) { return 1; } return 0; }); this._harsh = new ListSubSection(this, "Harsh", harshCollars); @@ -1824,7 +1824,7 @@ window.rulesAssistantOptions = (function() { class ShoeList extends ListSelector { constructor() { - super("Shoes", isClothingAccessible.array(App.Data.misc.shoes)); + super("Shoes", isItemAccessible.array(App.Data.misc.shoes)); this.setValue(current_rule.set.shoes); this.onchange = (value) => current_rule.set.shoes = value; } @@ -1832,7 +1832,7 @@ window.rulesAssistantOptions = (function() { class CorsetList extends ListSelector { constructor() { - super("Corsetage", isClothingAccessible.array(App.Data.misc.bellyAccessories)); + super("Corsetage", isItemAccessible.array(App.Data.misc.bellyAccessories)); this.setValue(current_rule.set.bellyAccessory); this.onchange = (value) => current_rule.set.bellyAccessory = value; } @@ -1878,7 +1878,7 @@ window.rulesAssistantOptions = (function() { class VagAccVirginsList extends ListSelector { constructor() { - super("Vaginal accessories for virgins", isClothingAccessible.array(App.Data.misc.vaginalAccessories)); + super("Vaginal accessories for virgins", isItemAccessible.array(App.Data.misc.vaginalAccessories)); this.setValue(current_rule.set.virginAccessory); this.onchange = (value) => current_rule.set.virginAccessory = value; } @@ -1886,7 +1886,7 @@ window.rulesAssistantOptions = (function() { class VagAccAVirginsList extends ListSelector { constructor() { - super("Vaginal accessories for anal virgins", isClothingAccessible.array(App.Data.misc.vaginalAccessories)); + super("Vaginal accessories for anal virgins", isItemAccessible.array(App.Data.misc.vaginalAccessories)); this.setValue(current_rule.set.aVirginAccessory); this.onchange = (value) => current_rule.set.aVirginAccessory = value; } @@ -1894,7 +1894,7 @@ window.rulesAssistantOptions = (function() { class VagAccOtherList extends ListSelector { constructor() { - super("Vaginal accessories for other slaves", isClothingAccessible.array(App.Data.misc.vaginalAccessories)); + super("Vaginal accessories for other slaves", isItemAccessible.array(App.Data.misc.vaginalAccessories)); this.setValue(current_rule.set.vaginalAccessory); this.onchange = (value) => current_rule.set.vaginalAccessory = value; } @@ -1902,7 +1902,7 @@ window.rulesAssistantOptions = (function() { class VaginalAttachmentsList extends ListSelector { constructor() { - super("Vaginal attachments for slaves with vaginal accessories", isClothingAccessible.array(App.Data.misc.vaginalAttachments)); + super("Vaginal attachments for slaves with vaginal accessories", isItemAccessible.array(App.Data.misc.vaginalAttachments)); this.setValue(current_rule.set.vaginalAttachment); this.onchange = (value) => current_rule.set.vaginalAttachment = value; } @@ -1922,7 +1922,7 @@ window.rulesAssistantOptions = (function() { class DickAccVirginsList extends ListSelector { constructor() { - super("Dick accessories for anal virgins", isClothingAccessible.array(App.Data.misc.dickAccessories)); + super("Dick accessories for anal virgins", isItemAccessible.array(App.Data.misc.dickAccessories)); this.setValue(current_rule.set.aVirginDickAccessory); this.onchange = (value) => current_rule.set.aVirginDickAccessory = value; } @@ -1930,7 +1930,7 @@ window.rulesAssistantOptions = (function() { class DickAccOtherList extends ListSelector { constructor() { - super("Dick accessories for other slaves", isClothingAccessible.array(App.Data.misc.dickAccessories)); + super("Dick accessories for other slaves", isItemAccessible.array(App.Data.misc.dickAccessories)); this.setValue(current_rule.set.dickAccessory); this.onchange = (value) => current_rule.set.dickAccessory = value; } @@ -1950,7 +1950,7 @@ window.rulesAssistantOptions = (function() { class ButtplugsVirginsList extends ListSelector { constructor() { - super("Buttplugs for anal virgins", isClothingAccessible.array(App.Data.misc.buttplugs)); + super("Buttplugs for anal virgins", isItemAccessible.array(App.Data.misc.buttplugs)); this.setValue(current_rule.set.aVirginButtplug); this.onchange = (value) => current_rule.set.aVirginButtplug = value; } @@ -1958,7 +1958,7 @@ window.rulesAssistantOptions = (function() { class ButtplugsOtherList extends ListSelector { constructor() { - super("Buttplugs for other slaves", isClothingAccessible.array(App.Data.misc.buttplugs)); + super("Buttplugs for other slaves", isItemAccessible.array(App.Data.misc.buttplugs)); this.setValue(current_rule.set.buttplug); this.onchange = (value) => current_rule.set.buttplug = value; } @@ -1966,7 +1966,7 @@ window.rulesAssistantOptions = (function() { class ButtplugAttachmentsList extends ListSelector { constructor() { - super("Buttplug attachments for slaves with buttplugs", isClothingAccessible.array(App.Data.misc.buttplugAttachments)); + super("Buttplug attachments for slaves with buttplugs", isItemAccessible.array(App.Data.misc.buttplugAttachments)); this.setValue(current_rule.set.buttplugAttachment); this.onchange = (value) => current_rule.set.buttplugAttachment = value; } diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index e426592ca627bd974cf6da513619a38cd2f8096a..a3a61df86db9eeb2f3b6a047f9adc176bce68435 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -1348,7 +1348,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully <<if _momInterest == "belly" || _dadInterest == "belly">> <br>You noticed $his interest in $his <<if _momInterest == "belly" && _dadInterest == "belly">>parents'<<elseif _momInterest == "belly">>mother's<<else>>father's<</if>> rounded middle when $he was around them. - <<if isClothingAccessible.entry("a huge empathy belly", "bellyAccessory")>> + <<if isItemAccessible.entry("a huge empathy belly", "bellyAccessory")>> <br><<link "Give $him a big fake belly to wear">> <<set $activeSlave.devotion += 15>> <<set $activeSlave.trust += 15>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index f5abbf76c46f415807b008a6a41ee8c7d9176367..08701f15e8c5a7742bffa2ece6f93cd20e763d21 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -51,7 +51,7 @@ <<set $activeSlave.clothes = "restrictive latex">> <<case "inconvenient labia">> /* "pulling down the compression shorts $he was wearing" */ - <<if isClothingAccessible.entry("sport shorts", "clothing")>> + <<if isItemAccessible.entry("sport shorts", "clothing")>> <<if $activeSlave.boobs >= 650>> <<set $activeSlave.clothes = "sport shorts and a sports bra">> <<else>> @@ -68,7 +68,7 @@ <<elseif $activeSlave.intelligence+$activeSlave.intelligenceImplant > 50>> <<set $activeSlave.clothes = "a halter top dress">> <<elseif $activeSlave.muscles > 30>> - <<if isClothingAccessible.entry("sport shorts", "clothing")>> + <<if isItemAccessible.entry("sport shorts", "clothing")>> <<if $activeSlave.boobs >= 650>> <<set $activeSlave.clothes = "sport shorts and a sports bra">> <<else>> @@ -12543,7 +12543,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h "Plea<<s>>e, could I play with your pregnan<<c>>y while I fuck you, <<Master>>?" $His eyes are glued to your gravid middle. You could let $him play with your pregnancy, and you do, enjoying $his fondling as $he fucks your pussy. <<else>> "Plea<<s>>e, would you pretend to be pregnant with my baby, <<Master>>?" $His eyes are glued to your middle. You could play pretend with $him, and you do, - <<if isClothingAccessible.entry("a small empathy belly", "bellyAccessory")>> + <<if isItemAccessible.entry("a small empathy belly", "bellyAccessory")>> strapping an empathy belly on yourself before bending over for $him. <<else>> tossing on a camisole and sticking a pillow under it before bending over for $him. @@ -12562,7 +12562,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h "Plea<<s>>e, would you play with my pregnan<<c>>y, <<Master>>?" $He pokes out $his belly and sways it enticingly, lest you misunderstand. You could play with $his pregnancy, and you do, managing to get off several ways. <<else>> "Plea<<s>>e, would you pretend that I'm pregnant with your baby, <<Master>>?" $He pokes out $his belly and sways it enticingly, lest you misunderstand. You could play pretend with $him, and you do, - <<if isClothingAccessible.entry("a small empathy belly", "bellyAccessory")>> + <<if isItemAccessible.entry("a small empathy belly", "bellyAccessory")>> strapping an empathy belly on $him before feeling $him up. <<else>> tossing $him a camisole and a pillow before feeling $him up. @@ -16232,7 +16232,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h belly is becoming distended. <</if>> Below this, the slave $himself - <<if isClothingAccessible.entry("a huge empathy belly", "bellyAccessory", $activeSlave) == true>> + <<if isItemAccessible.entry("a huge empathy belly", "bellyAccessory", $activeSlave) == true>> has a huge empathy belly hanging from $his middle and is <<else>> is @@ -16258,7 +16258,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h belly is becoming massively distended. <</if>> Below this, the slave $himself - <<if isClothingAccessible.entry("a huge empathy belly", "bellyAccessory", $activeSlave) == true>> + <<if isItemAccessible.entry("a huge empathy belly", "bellyAccessory", $activeSlave) == true>> has a huge empathy belly hanging from $his middle and is <<else>> is @@ -16333,7 +16333,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h with _hisA tentacles crammed into every available hole in an avatar of $activeSlave.slaveName, rapidly pumping eggs into $his quickly swelling body. <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> Below this, the slave $himself - <<if isClothingAccessible.entry("a huge empathy belly", "bellyAccessory", $activeSlave) == true>> + <<if isItemAccessible.entry("a huge empathy belly", "bellyAccessory", $activeSlave) == true>> has a huge empathy belly strapped to $his middle and <</if>> is @@ -16350,7 +16350,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h <<run seX($activeSlave, "oral", "assistant", "penetrative", 3)>> <<elseif canDoVaginal($activeSlave)>> Below this, the slave $himself - <<if isClothingAccessible.entry("a huge empathy belly", "bellyAccessory", $activeSlave) == true>> + <<if isItemAccessible.entry("a huge empathy belly", "bellyAccessory", $activeSlave) == true>> has a huge empathy belly strapped to $his middle and <</if>> is @@ -16366,7 +16366,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h <<run seX($activeSlave, "oral", "assistant", "penetrative", 3)>> <<else>> Below this, the slave $himself - <<if isClothingAccessible.entry("a huge empathy belly", "bellyAccessory", $activeSlave) == true>> + <<if isItemAccessible.entry("a huge empathy belly", "bellyAccessory", $activeSlave) == true>> has a huge empathy belly strapped to $his middle and <</if>> is diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw index 3da29fe8c7284e1d3eabc35ed8e336c6c03221b1..c652659b3a3f69b7abaa0c49b0040be6e02a1787 100644 --- a/src/uncategorized/neighborInteract.tw +++ b/src/uncategorized/neighborInteract.tw @@ -420,7 +420,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<set _prices = _opinion*10>> <</if>> <<if $arcologies[_currentNeighbor].FSRomanRevivalist > 95>> - <<if !isClothingAccessible.entry("a toga", "clothing")>> + <<if !isItemAccessible.entry("a toga", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of togas" "Neighbor Interact">> <<set $clothesBoughtToga = 1>> @@ -440,7 +440,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <</if>> <<set _exports = 1>> <<elseif $arcologies[_currentNeighbor].FSEdoRevivalist > 95>> - <<if !isClothingAccessible.entry("a kimono", "clothing")>> + <<if !isItemAccessible.entry("a kimono", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of kimonos" "Neighbor Interact">> <<set $clothesBoughtKimono = 1>> @@ -460,7 +460,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <</if>> <<set _exports = 1>> <<elseif $arcologies[_currentNeighbor].FSArabianRevivalist > 95>> - <<if !isClothingAccessible.entry("harem gauze", "clothing")>> + <<if !isItemAccessible.entry("harem gauze", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of silken harem garb" "Neighbor Interact">> <<set $clothesBoughtHarem = 1>> @@ -480,7 +480,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <</if>> <<set _exports = 1>> <<elseif $arcologies[_currentNeighbor].FSAztecRevivalist > 95>> - <<if !isClothingAccessible.entry("a huipil", "clothing")>> + <<if !isItemAccessible.entry("a huipil", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of huipils" "Neighbor Interact">> <<set $clothesBoughtHuipil = 1>> @@ -500,7 +500,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <</if>> <<set _exports = 1>> <<elseif $arcologies[_currentNeighbor].FSChineseRevivalist > 95>> - <<if !isClothingAccessible.entry("a slutty qipao", "clothing")>> + <<if !isItemAccessible.entry("a slutty qipao", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of qipaos" "Neighbor Interact">> <<set $clothesBoughtQipao = 1>> @@ -520,7 +520,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <</if>> <<set _exports = 1>> <<elseif $arcologies[_currentNeighbor].FSEgyptianRevivalist > 95>> - <<if !isClothingAccessible.entry("ancient Egyptian", "collar")>> + <<if !isItemAccessible.entry("ancient Egyptian", "collar")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of Egyptian necklace replicas" "Neighbor Interact">> <<set $clothesBoughtEgypt = 1>> @@ -541,7 +541,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<set _exports = 1>> <</if>> <<if $arcologies[_currentNeighbor].FSPaternalist > 95>> - <<if !isClothingAccessible.entry("conservative clothing", "clothing")>> + <<if !isItemAccessible.entry("conservative clothing", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of conservative clothing" "Neighbor Interact">> <<set $clothesBoughtConservative = 1>> @@ -561,7 +561,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <</if>> <<set _exports = 1>> <<elseif $arcologies[_currentNeighbor].FSDegradationist > 95>> - <<if !isClothingAccessible.entry("chains", "clothing")>> + <<if !isItemAccessible.entry("chains", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of binding chains" "Neighbor Interact">> <<set $clothesBoughtChains = 1>> @@ -582,7 +582,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<set _exports = 1>> <</if>> <<if $arcologies[_currentNeighbor].FSGenderFundamentalist > 95>> - <<if !isClothingAccessible.entry("a bunny outfit", "clothing")>> + <<if !isItemAccessible.entry("a bunny outfit", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of bunny suits" "Neighbor Interact">> <<set $clothesBoughtBunny = 1>> @@ -603,7 +603,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<set _exports = 1>> <</if>> <<if $arcologies[_currentNeighbor].FSIntellectualDependency > 95>> - <<if !isClothingAccessible.entry("a bimbo outfit", "clothing")>> + <<if !isItemAccessible.entry("a bimbo outfit", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of outfits suitable for bimbos" "Neighbor Interact">> <<set $clothesBoughtBimbo = 1>> @@ -624,7 +624,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<set _exports = 1>> <</if>> <<if $arcologies[_currentNeighbor].FSSlaveProfessionalism > 95>> - <<if !isClothingAccessible.entry("a courtesan dress", "clothing")>> + <<if !isItemAccessible.entry("a courtesan dress", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of courtesan dresses" "Neighbor Interact">> <<set $clothesBoughtCourtesan = 1>> @@ -646,7 +646,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <</if>> /* <<if $arcologies[_currentNeighbor].FSPetiteAdmiration > 95>> - <<if !isClothingAccessible.entry("temp", "clothing")>> + <<if !isItemAccessible.entry("temp", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of petite-sized dresses" "Neighbor Interact">> <<set $clothesBoughtPetite = 1>> @@ -668,7 +668,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <</if>> */ <<if $arcologies[_currentNeighbor].FSPhysicalIdealist > 95>> - <<if !isClothingAccessible.entry("body oil", "clothing")>> + <<if !isItemAccessible.entry("body oil", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of body oil" "Neighbor Interact">> <<set $clothesBoughtOil = 1>> @@ -688,7 +688,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <</if>> <<set _exports = 1>> <<elseif $arcologies[_currentNeighbor].FSHedonisticDecadence > 95>> - <<if !isClothingAccessible.entry("stretch pants and a crop-top", "clothing")>> + <<if !isItemAccessible.entry("stretch pants and a crop-top", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of stretch pants and crop-tops" "Neighbor Interact">> <<set $clothesBoughtLazyClothes = 1>> @@ -709,7 +709,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<set _exports = 1>> <</if>> <<if $arcologies[_currentNeighbor].FSChattelReligionist > 95>> - <<if !isClothingAccessible.entry("a chattel habit", "clothing")>> + <<if !isItemAccessible.entry("a chattel habit", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of chattel religionist habits" "Neighbor Interact">> <<set $clothesBoughtHabit = 1>> @@ -730,7 +730,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<set _exports = 1>> <</if>> <<if $arcologies[_currentNeighbor].FSPastoralist > 95>> - <<if !isClothingAccessible.entry("Western clothing", "clothing")>> + <<if !isItemAccessible.entry("Western clothing", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of Western clothing" "Neighbor Interact">> <<set $clothesBoughtWestern = 1>> @@ -751,7 +751,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<set _exports = 1>> <</if>> <<if $arcologies[_currentNeighbor].FSRepopulationFocus > 95>> - <<if !isClothingAccessible.entry("a maternity dress", "clothing")>> + <<if !isItemAccessible.entry("a maternity dress", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of maternity clothing" "Neighbor Interact">> <<set $clothesBoughtMaternityDress = 1>> @@ -769,7 +769,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<else>> <br>You already have enough maternity dresses. <</if>> - <<if !isClothingAccessible.entry("attractive lingerie for a pregnant woman", "clothing")>> + <<if !isItemAccessible.entry("attractive lingerie for a pregnant woman", "clothing")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of maternity lingerie" "Neighbor Interact">> <<set $clothesBoughtMaternityLingerie = 1>> @@ -787,7 +787,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<else>> <br>You already have enough lingerie suited for pregnant women. <</if>> - <<if !isClothingAccessible.entry("a small empathy belly", "bellyAccessory")>> + <<if !isItemAccessible.entry("a small empathy belly", "bellyAccessory")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of empathy bellies" "Neighbor Interact">> <<set $clothesBoughtBelly = 1>> @@ -808,7 +808,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<set _exports = 1>> <</if>> <<if $arcologies[_currentNeighbor].FSStatuesqueGlorification > 95>> - <<if !isClothingAccessible.entry("platform heels", "shoes")>> + <<if !isItemAccessible.entry("platform heels", "shoes")>> <<if ($arcologies[_currentNeighbor].government == "your trustees") || ($arcologies[_currentNeighbor].government == "your agent")>> <br><<link "Request a shipment of height boosting footwear" "Neighbor Interact">> <<set $shoesBoughtHeels = 1>> diff --git a/src/uncategorized/ptWorkaround.tw b/src/uncategorized/ptWorkaround.tw index 3573186e4de3abc032b9f2ac8116247cc8ba6a61..0b42660588b2d19fc4e70ce0c94cc3c2f6da5271 100644 --- a/src/uncategorized/ptWorkaround.tw +++ b/src/uncategorized/ptWorkaround.tw @@ -29,7 +29,7 @@ Since $activeSlave.slaveName has an unusual taste for having $his tits fondled, you @@.hotpink;build $his devotion to you@@ by indulging $him. You keep $him near you as a sort of living stress ball. Whenever you have a free hand, whether you're conducting business or buttfucking another slave, you reach over and play with $him. $He sometimes masturbates while you massage $his breasts and <<if $activeSlave.nipples == "fuckable">>finger<<else>>pinch<</if>> $his nipples, but often $he doesn't even need to. <<set $activeSlave.counter.mammary += 20, $mammaryTotal += 20>> <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "pregnancy")>> - Since $activeSlave.slaveName has an unusual taste for big pregnant bellies, you @@.hotpink;build $his devotion to you@@ by indulging $him. You <<if isClothingAccessible.entry("a small empathy belly", "bellyAccessory") && $activeSlave.belly < 1500 && $activeSlave.weight < 130>>strap an enormous sympathy belly onto $him and <<elseif $activeSlave.belly < 1500>>strap a pillow around $his middle, give $him an oversized shirt and <</if>>keep $him near you as a sort of living stress ball. Whenever you have a free hand, whether you're conducting business or buttfucking another slave, you reach over and rub $his dome of a belly for luck. Occasionally you pay more attention to $him, making sure to fondle $his rounded middle as you feel up $his motherly body. $He sometimes masturbates when you aren't groping $him, enjoying $his gravid figure, but often $he doesn't even need to. + Since $activeSlave.slaveName has an unusual taste for big pregnant bellies, you @@.hotpink;build $his devotion to you@@ by indulging $him. You <<if isItemAccessible.entry("a small empathy belly", "bellyAccessory") && $activeSlave.belly < 1500 && $activeSlave.weight < 130>>strap an enormous sympathy belly onto $him and <<elseif $activeSlave.belly < 1500>>strap a pillow around $his middle, give $him an oversized shirt and <</if>>keep $him near you as a sort of living stress ball. Whenever you have a free hand, whether you're conducting business or buttfucking another slave, you reach over and rub $his dome of a belly for luck. Occasionally you pay more attention to $him, making sure to fondle $his rounded middle as you feel up $his motherly body. $He sometimes masturbates when you aren't groping $him, enjoying $his gravid figure, but often $he doesn't even need to. <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "humiliation") && ((canDoVaginal($activeSlave) && $activeSlave.vagina > 0) || (canDoAnal($activeSlave) && $activeSlave.anus > 0))>> Since $activeSlave.slaveName has an unusual sexuality, you @@.hotpink;build $his devotion to you@@ by indulging $his perversions. Since $he's an absolute slut for humiliation, you let $him whore around inside the special camera room whenever possible. When you're going out and feel like putting on a show, you bring $him on a leash and fuck $him in public. $He comes harder than ever when you push $his naked body up against the wall of a crowded public arcology elevator and molest $him. <<set $activeSlave.counter.oral += 4, $oralTotal += 4>> diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw index f9f53d2ca2d749f34d03ce9d5ff68a5295426cf2..3cb2e00d8f95b5a124ddf99388294d68e083a3a6 100644 --- a/src/uncategorized/saLiveWithHG.tw +++ b/src/uncategorized/saLiveWithHG.tw @@ -713,7 +713,7 @@ <<set $slaves[$i].clothes = "slutty business attire">> <<elseif ($HeadGirl.fetish == "masochist")>> $HeadGirl.slaveName keeps $slaves[$i].slaveName - <<if isClothingAccessible.entry("battledress", "clothing")>> + <<if isItemAccessible.entry("battledress", "clothing")>> in battledress, since _he2 likes the fantasy of being raped by a soldier $girl. <<set $slaves[$i].clothes = "battledress">> <<else>> @@ -743,7 +743,7 @@ <<elseif ($HeadGirl.fetish == "buttslut")>> $HeadGirl.slaveName keeps $slaves[$i].slaveName wearing nothing but slutty bangles, since _he2 likes dressing $him up but wants that butt bare. <<set $slaves[$i].clothes = "slutty jewelry">> - <<elseif ($HeadGirl.fetish == "pregnancy") && isClothingAccessible.entry("a huge empathy belly", "bellyAccessory", $slaves[$i]) == true)>> + <<elseif ($HeadGirl.fetish == "pregnancy") && isItemAccessible.entry("a huge empathy belly", "bellyAccessory", $slaves[$i]) == true)>> $HeadGirl.slaveName keeps $slaves[$i].slaveName wearing an empathy belly, since _he2 likes _his2 <<= $girl>>s with a bun in the oven. <<set $slaves[$i].bellyAccessory = "a large empathy belly">> <<elseif ($HeadGirl.fetish == "pregnancy") && ($slaves[$i].preg > 0) && ($slaves[$i].pregSource == $HeadGirl.ID) >> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index cd468342479c7eef429fde900976925c818f11be..2655e7b66410973ef4967f873cd51cb03f7455bb 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -252,7 +252,7 @@ <span id="buttplug"></span> /*<script>App.UI.Wardrobe.buttplug(getSlave(V.activeSlave.ID))</script>*/ - <<if isClothingAccessible.entry("tail", "buttplugAttachments") && $slaves[_i].buttplug != "none">> + <<if isItemAccessible.entry("tail", "buttplugAttachments") && $slaves[_i].buttplug != "none">> <span id="buttplugAttachment"></span> /*<script>App.UI.Wardrobe.buttplugAttachment(getSlave(V.activeSlave.ID))</script>*/ <</if>> diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw index b3e1b20015317a3123abc5ce6a95b3b8a7f789e3..677130ff9e27b6f6ce840f3798cd42dca3d2ae74 100644 --- a/src/uncategorized/wardrobe.tw +++ b/src/uncategorized/wardrobe.tw @@ -13,8 +13,8 @@ <p class="scene-intro"> The room containing all the clothes and accessories you have available to dress your slaves in, as well as the supplies and tools your tailor needs to resize them to better fit your slaves. Several mirrors are set up for a slave to try on outfits should they be allowed to dress themselves. The selection includes <<set _ownItAll = ( - App.Data.misc.niceClothes.every((i) => isClothingAccessible.entry(i.value, "clothing")) && - App.Data.misc.harshClothes.every((i) => isClothingAccessible.entry(i.value, "clothing")) + App.Data.misc.niceClothes.every((i) => isItemAccessible.entry(i.value, "clothing")) && + App.Data.misc.harshClothes.every((i) => isItemAccessible.entry(i.value, "clothing")) )>> <<if _ownItAll>> outfits from all manner of cultures and societies; not a single style eludes you. @@ -51,7 +51,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a bunny outfit", "clothing") !== true>> +<<if isItemAccessible.entry("a bunny outfit", "clothing") !== true>> [[Order a shipment of bunny suits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtBunny = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -66,7 +66,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("conservative clothing", "clothing") !== true>> +<<if isItemAccessible.entry("conservative clothing", "clothing") !== true>> [[Order a shipment of conservative clothes|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtConservative = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -83,7 +83,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a bimbo outfit", "clothing") !== true>> +<<if isItemAccessible.entry("a bimbo outfit", "clothing") !== true>> [[Order a shipment of outfits suitable for bimbos|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtBimbo = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -98,7 +98,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a courtesan dress", "clothing") !== true>> +<<if isItemAccessible.entry("a courtesan dress", "clothing") !== true>> [[Order a shipment of courtesan dresses|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtCourtesan = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -115,7 +115,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("chains", "clothing") !== true>> +<<if isItemAccessible.entry("chains", "clothing") !== true>> [[Order a shipment of chains|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtChains = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -130,7 +130,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("Western clothing", "clothing") !== true>> +<<if isItemAccessible.entry("Western clothing", "clothing") !== true>> [[Order a shipment of western outfits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtWestern = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -147,7 +147,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("body oil", "clothing") !== true>> +<<if isItemAccessible.entry("body oil", "clothing") !== true>> [[Order a shipment of body oil|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtOil = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -162,7 +162,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("stretch pants and a crop-top", "clothing") !== true>> +<<if isItemAccessible.entry("stretch pants and a crop-top", "clothing") !== true>> [[Order a shipment of comfortable, rather stretchy, clothes|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtLazyClothes = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -179,7 +179,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a chattel habit", "clothing") !== true>> +<<if isItemAccessible.entry("a chattel habit", "clothing") !== true>> [[Order a shipment of chattel habits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtHabit = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -193,7 +193,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a maternity dress", "clothing") !== true>> +<<if isItemAccessible.entry("a maternity dress", "clothing") !== true>> [[Order a shipment of maternity dresses|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtMaternityDress = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -210,7 +210,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("attractive lingerie for a pregnant woman", "clothing") !== true>> +<<if isItemAccessible.entry("attractive lingerie for a pregnant woman", "clothing") !== true>> [[Order a shipment of maternity lingerie|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtMaternityLingerie = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -233,7 +233,7 @@ The room containing all the clothes and accessories you have available to dress </div> <</if>> <<set _model.collar = "none">> -<<if !isClothingAccessible.entry("ancient Egyptian", "collar")>> +<<if !isItemAccessible.entry("ancient Egyptian", "collar")>> [[Order a shipment of Egyptian necklaces|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtEgypt = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -248,7 +248,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a toga", "clothing") !== true>> +<<if isItemAccessible.entry("a toga", "clothing") !== true>> [[Order a shipment of togas|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtToga = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -265,7 +265,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a huipil", "clothing") !== true>> +<<if isItemAccessible.entry("a huipil", "clothing") !== true>> [[Order a shipment of huipil|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtHuipil = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -280,7 +280,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a kimono", "clothing") !== true>> +<<if isItemAccessible.entry("a kimono", "clothing") !== true>> [[Order a shipment of kimonos|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtKimono = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -297,7 +297,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("harem gauze", "clothing") !== true>> +<<if isItemAccessible.entry("harem gauze", "clothing") !== true>> [[Order a shipment of harem outfits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtHarem = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -312,7 +312,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a slutty qipao", "clothing") !== true>> +<<if isItemAccessible.entry("a slutty qipao", "clothing") !== true>> [[Order a shipment of qipaos|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtQipao = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -333,7 +333,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("battlearmor", "clothing") !== true>> +<<if isItemAccessible.entry("battlearmor", "clothing") !== true>> [[Order a shipment of military themed clothing|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtMilitary = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></div> <<else>> @@ -348,7 +348,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a dirndl", "clothing") !== true>> +<<if isItemAccessible.entry("a dirndl", "clothing") !== true>> [[Order a shipment of cultural outfits|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtCultural = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>></div> <<else>> @@ -365,7 +365,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a burqa", "clothing") !== true>> +<<if isItemAccessible.entry("a burqa", "clothing") !== true>> [[Order a shipment of burqas and similar garb|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtMiddleEastern = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></div> <<else>> @@ -380,7 +380,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("jeans", "clothing") !== true>> +<<if isItemAccessible.entry("jeans", "clothing") !== true>> [[Order an extra large shipment of casual clothing|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtCasual = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></div> <<else>> @@ -397,7 +397,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a police uniform", "clothing") !== true>> +<<if isItemAccessible.entry("a police uniform", "clothing") !== true>> [[Order a shipment of professional garments|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtCareer = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -412,7 +412,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a gothic lolita dress", "clothing") !== true>> +<<if isItemAccessible.entry("a gothic lolita dress", "clothing") !== true>> [[Order a shipment of professionally tailored dresses|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtDresses = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>></div> <<else>> @@ -429,7 +429,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a cybersuit", "clothing") !== true>> +<<if isItemAccessible.entry("a cybersuit", "clothing") !== true>> [[Order a shipment of exotic bodysuits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtBodysuits = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -444,7 +444,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("boyshorts", "clothing") !== true>> +<<if isItemAccessible.entry("boyshorts", "clothing") !== true>> [[Order a shipment of undergarments|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtUnderwear = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></div> <<else>> @@ -461,7 +461,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("sport shorts and a sports bra", "clothing") !== true>> +<<if isItemAccessible.entry("sport shorts and a sports bra", "clothing") !== true>> [[Order a shipment of exercise wear|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtSports = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -476,7 +476,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a one-piece swimsuit", "clothing") !== true>> +<<if isItemAccessible.entry("a one-piece swimsuit", "clothing") !== true>> [[Order a shipment of swimwear|Wardrobe][cashX(forceNeg(Math.trunc(3500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtSwimwear = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(3500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -493,7 +493,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a nice pony outfit", "clothing") !== true>> +<<if isItemAccessible.entry("a nice pony outfit", "clothing") !== true>> [[Order a shipment of specialized latex ponygirl outfits|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtPony = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>></div> <<else>> @@ -508,7 +508,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a schutzstaffel uniform", "clothing") !== true>> +<<if isItemAccessible.entry("a schutzstaffel uniform", "clothing") !== true>> [[Order a shipment of politically incorrect clothing|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtPol = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>></div> <<else>> @@ -525,7 +525,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("a Santa dress", "clothing") !== true>> +<<if isItemAccessible.entry("a Santa dress", "clothing") !== true>> [[Order a shipment of colorful and revealing costumes|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtCostume = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>></div> <<else>> @@ -540,7 +540,7 @@ The room containing all the clothes and accessories you have available to dress <<= SlaveArt(_model, 1, 0)>> </div> <</if>> -<<if isClothingAccessible.entry("striped panties", "clothing") !== true>> +<<if isItemAccessible.entry("striped panties", "clothing") !== true>> [[Order a large crate of panties from Japan|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtPantsu = 1]] <div class="detail">Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>></div> <<else>> @@ -553,7 +553,7 @@ The room containing all the clothes and accessories you have available to dress <h2>Accessories</h2> <p> - <<if !isClothingAccessible.entry("platform heels", "shoes")>> + <<if !isItemAccessible.entry("platform heels", "shoes")>> [[Order a shipment of platform shoes|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $shoesBoughtHeels = 1]] <span class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></span> <<else>> @@ -562,7 +562,7 @@ The room containing all the clothes and accessories you have available to dress </p> <p> - <<if !isClothingAccessible.entry("a small empathy belly", "bellyAccessory")>> + <<if !isItemAccessible.entry("a small empathy belly", "bellyAccessory")>> [[Order a shipment of fake pregnancy bellies|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtBelly = 1]] <span class="detail">Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>></span> <<else>> diff --git a/src/utility/saRulesWidgets.tw b/src/utility/saRulesWidgets.tw index 382b85d3674caffc6bf2401bdf338119fda45bd8..fd07db6fd39c06f544e994e16378652e7417c68c 100644 --- a/src/utility/saRulesWidgets.tw +++ b/src/utility/saRulesWidgets.tw @@ -280,7 +280,7 @@ and <<if $slaves[$i].belly > 1500>> <<set _belly = bellyAdjective($slaves[$i])>> always rubs and teases $his _belly belly while doing so. - <<elseif isClothingAccessible.entry("a small empathy belly", "bellyAccessory")>> + <<elseif isItemAccessible.entry("a small empathy belly", "bellyAccessory")>> frequently straps on a fake belly to enhance $his fun. <<else>> frequently pretends to be