From e04be087ba0a66e7d81aa2003c5d3093d6e1d7a8 Mon Sep 17 00:00:00 2001
From: DCoded <dsoloha@live.com>
Date: Tue, 21 May 2019 00:17:29 -0400
Subject: [PATCH] Revert changes to saChoosesOwnClothes.js

---
 src/endWeek/saChoosesOwnClothes.js | 32 ------------------------------
 1 file changed, 32 deletions(-)

diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js
index 3c43be115f4..980f38f9dac 100644
--- a/src/endWeek/saChoosesOwnClothes.js
+++ b/src/endWeek/saChoosesOwnClothes.js
@@ -565,7 +565,6 @@ window.saChoosesOwnClothes = (function() {
 					wardrobeFS.push({text: `and wears chains, to degrade ${himself} as required by your societal goals.`, clothes: "chains"});
 					wardrobeFS.push({text: `and binds ${himself} with a set of uncomfortable straps.`, clothes: "uncomfortable straps"});
 					wardrobeFS.push({text: `and binds ${himself} with a set of uncomfortable ropes.`, clothes: "shibari ropes"});
-					wardrobeFS.push({text: `and wears no clothes at all, since your society doesn't feel ${he} deserves any.`, clothes: "no clothing"});
 				}
 				if (V.arcologies[0].FSMaturityPreferentialist > 0) {
 					if (slave.visualAge >= 30) {
@@ -666,27 +665,6 @@ window.saChoosesOwnClothes = (function() {
 						if (isItemAccessible("a kimono")) {
 							wardrobeAssignment.push({text: `and wears one of the beautiful folk costumes of the asian race.`, clothes: "a kimono"});
 						}
-						if (isItemAccessible("a hanbok")) {
-							wardrobeAssignment.push({text: `and wears one of the beautiful folk costumes of the asian race.`, clothes: "a hanbok"});
-						}
-					}
-				}
-
-				if (V.arcologies[0].FSSubjugationist > 0) {
-					if (V.arcologies[0].FSSubjugationistRace === "black") {
-						if (isItemAccessible("a klan robe")) {
-							wardrobeFS.push({text: `and wears a costume associated with anti-black societies of the past.`, clothes: "a klan robe"});
-						}
-						if (isItemAccessible("a slutty klan robe")) {
-							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 (isItemAccessible("a schutzstaffel uniform")) {
-							wardrobeFS.push({text: `and wears a costume associated with anti-semitic societies of the past.`, clothes: "a schutzstaffel uniform"});
-						}
-						if (isItemAccessible("a slutty schutzstaffel uniform")) {
-							wardrobeFS.push({text: `and wears a costume associated with anti-semitic societies of the past.`, clothes: "a slutty schutzstaffel uniform"});
-						}
 					}
 				}
 
@@ -756,9 +734,6 @@ window.saChoosesOwnClothes = (function() {
 					}
 				} 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 (isItemAccessible("a burqa")) {
-						wardrobeTastes.push({text: `and chooses an incredibly restricting piece of religious garb.`, clothes: "a burqa"});
-					}
 				}
 
 				if (slave.behavioralQuirk === "sinful") {
@@ -769,9 +744,6 @@ 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 (isItemAccessible("a burqa")) {
-						wardrobeTastes.push({text: `and chooses an outfit that covers ${him} up as much as possible.`, clothes: "a burqa"});
-					}
 				} else if (slave.sexualFlaw === "breeder") {
 					if (isItemAccessible("attractive lingerie for a pregnant woman")) {
 						wardrobeTastes.push({text: `and wears lingerie designed to accommodate pregnancies, hoping that others get the hint.`, clothes: "attractive lingerie for a pregnant woman"});
@@ -955,10 +927,6 @@ window.saChoosesOwnClothes = (function() {
 					if (isItemAccessible("a kimono")) {
 						wardrobeTastes.push({text: `and chooses an outfit that makes ${him} feel oddly nostalgic.`, clothes: "a kimono"});
 					}
-				} else if (slave.nationality === "Mongolian") {
-					if (isItemAccessible("a biyelgee costume")) {
-						wardrobeTastes.push({text: `and chooses an outfit that makes ${him} feel oddly nostalgic.`, clothes: "a biyelgee costume"});
-					}
 				}
 			}
 			/* Separated in three categories in case you want to, say, increase the probability of choosing _wardrobeAssignment to look more professional*/
-- 
GitLab