diff --git a/src/js/generateRelatedSlave.js b/src/js/generateRelatedSlave.js
index b901cb77e300a50f1f021ed5bd8bc064b2ce9415..b11b31409da0a5e9c2933b6807567839dea337d4 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 {