Skip to content
Snippets Groups Projects
Commit 80186623 authored by Anu's avatar Anu
Browse files

Update src/events/reRecruit/femaleRecruit.js

parent ff266e7f
No related branches found
No related tags found
1 merge request!10373femaleRecruit tinkering & miscellaneous fixes
...@@ -106,6 +106,7 @@ App.Events.recFemaleRecruit = class recFemaleRecruit extends App.Events.BaseEven ...@@ -106,6 +106,7 @@ App.Events.recFemaleRecruit = class recFemaleRecruit extends App.Events.BaseEven
slave.sexualFlaw = "none"; slave.sexualFlaw = "none";
} }
slave.energy = random(60, 90); slave.energy = random(60, 90);
//TODO: make sexual orientation dependent on HG appearance?
slave.attrXX = random(60, 90); slave.attrXX = random(60, 90);
slave.attrXY = random(60, 90); slave.attrXY = random(60, 90);
generateSalonModifications(slave); generateSalonModifications(slave);
......
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