Skip to content
Snippets Groups Projects
Commit 0aaf5cbd authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

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

See merge request pregmodfan/fc-pregmod!6953
parents 22953e3f 5091f524
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