diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js
index 409f750c85f5c249365391899dc97ef0919372a7..2c1f45205333d271066279d3c48bf159e5e76d97 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"});
 						}