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

Fix identical herm pair flaw/quirk not being set correctly

parent bfde621b
Branches
Tags
1 merge request!10421Fixes
...@@ -71,6 +71,11 @@ App.Events.recetsIdenticalHermPair = class recetsIdenticalHermPair extends App.E ...@@ -71,6 +71,11 @@ App.Events.recetsIdenticalHermPair = class recetsIdenticalHermPair extends App.E
let contractCost = cost; let contractCost = cost;
const thing2 = generateRelatedSlave(thing1, "twin"); const thing2 = generateRelatedSlave(thing1, "twin");
thing2.fetish = "pregnancy";
thing2.fetishStrength = 100;
thing2.sexualQuirk = "perverted";
thing2.sexualFlaw = "none";
thing2.behavioralFlaw = "none";
WombFlush(thing2); WombFlush(thing2);
thing2.preg = 30; thing2.preg = 30;
thing2.pregType = 2; thing2.pregType = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment