From c418101c63343f2649e0df8f000954a14cdc1fe0 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 16 May 2019 20:26:15 -0400 Subject: [PATCH] Disabled 'pasties' for now --- src/endWeek/saChoosesOwnClothes.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js index 409f750c85f..2c1f4520533 100644 --- a/src/endWeek/saChoosesOwnClothes.js +++ b/src/endWeek/saChoosesOwnClothes.js @@ -602,9 +602,11 @@ window.saChoosesOwnClothes = (function() { if (isItemAccessible("a monokini")) { wardrobeFS.push({text: `and wears a swimsuit that leaves ${his} breasts uncovered.`, clothes: "a monokini"}); } + /* if (isItemAccessible("pasties")) { wardrobeFS.push({text: `and wears nothing more than a pair of pasties over ${his} nipples.`, clothes: "pasties"}); } + */ if (slave.lactation > 0) { wardrobeFS.push({text: `and dresses up as a slutty wet nurse.`, clothes: "a slutty nurse outfit"}); } @@ -828,9 +830,11 @@ window.saChoosesOwnClothes = (function() { if (isItemAccessible("kitty lingerie")) { wardrobeTastes.push({text: `and chooses a lingerie set that leaves ${his} cleavage on public display.`, clothes: "kitty lingerie"}); } + /* if (isItemAccessible("pasties")) { wardrobeTastes.push({text: `and wears nothing but a pair of pasties to draw eyes straight to ${his} nipples.`, clothes: "pasties"}); } + */ if (isItemAccessible("a bra")) { 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"}); } @@ -878,9 +882,11 @@ window.saChoosesOwnClothes = (function() { if (isItemAccessible("kitty lingerie")) { wardrobeTastes.push({text: `and oddly chooses a lingerie set with a cleavage cutout in the bra.`, clothes: "kitty lingerie"}); } + /* if (isItemAccessible("pasties")) { wardrobeTastes.push({text: `and oddly opts for just a pair of pasties attached to ${his} nipples.`, clothes: "pasties"}); } + */ if (isItemAccessible("a bra")) { wardrobeTastes.push({text: `and oddly opts for nothing more than a bra.`, clothes: "a bra"}); } -- GitLab