From 5415bafda79376c27f990d292b3b314b4481c5fe Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 7 Jun 2020 08:16:31 -0700
Subject: [PATCH] Added boobs to fetish list, removed masochist from flaws list
 (it's a fetish).

---
 src/js/generateRelatedSlave.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/js/generateRelatedSlave.js b/src/js/generateRelatedSlave.js
index b901cb77e30..b11b31409da 100644
--- a/src/js/generateRelatedSlave.js
+++ b/src/js/generateRelatedSlave.js
@@ -268,8 +268,8 @@ globalThis.generateRelatedSlave = (function() {
 	 */
 	function randomiseFetishFlaws(slave) {
 		slave.fetishStrength = random(0, 90);
-		slave.fetish = either("buttslut", "cumslut", "dom", "humiliation", "masochist", "none", "none", "none", "none", "none", "none", "pregnancy", "sadist", "submissive");
-		slave.behavioralFlaw = either("anorexic", "arrogant", "bitchy", "devout", "gluttonous", "hates men", "hates women", "hates women", "liberated", "masochist", "none", "none", "none", "odd");
+		slave.fetish = either("buttslut", "cumslut", "dom", "humiliation", "masochist", "boobs", "none", "none", "none", "none", "none", "none", "pregnancy", "sadist", "submissive");
+		slave.behavioralFlaw = either("anorexic", "arrogant", "bitchy", "devout", "gluttonous", "hates men", "hates women", "hates women", "liberated", "none", "none", "none", "odd");
 		if (slave.behavioralFlaw === "devout") {
 			slave.sexualFlaw = either("apathetic", "none", "repressed", "shamefast");
 		} else {
-- 
GitLab