Skip to content
Snippets Groups Projects
Commit 5091f524 authored by svornost's avatar svornost
Browse files

remove higher chance of "hates women" flaw from relative slave generation

parent 22953e3f
No related branches found
No related tags found
No related merge requests found
...@@ -269,7 +269,7 @@ globalThis.generateRelatedSlave = (function() { ...@@ -269,7 +269,7 @@ globalThis.generateRelatedSlave = (function() {
function randomiseFetishFlaws(slave) { function randomiseFetishFlaws(slave) {
slave.fetishStrength = random(0, 90); slave.fetishStrength = random(0, 90);
slave.fetish = either("buttslut", "cumslut", "dom", "humiliation", "masochist", "boobs", "none", "none", "none", "none", "none", "none", "pregnancy", "sadist", "submissive"); 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"); slave.behavioralFlaw = either("anorexic", "arrogant", "bitchy", "devout", "gluttonous", "hates men", "hates women", "liberated", "none", "none", "none", "odd");
if (slave.behavioralFlaw === "devout") { if (slave.behavioralFlaw === "devout") {
slave.sexualFlaw = either("apathetic", "none", "repressed", "shamefast"); slave.sexualFlaw = either("apathetic", "none", "repressed", "shamefast");
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment