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

RecFS Youth Preferentialist's text says the candidate is approaching her...

RecFS Youth Preferentialist's text says the candidate is approaching her birthday, so actually set her birthweek.
parent 6a627f53
No related branches found
No related tags found
1 merge request!11423Fixes
...@@ -21,12 +21,7 @@ App.Events.recFSYouthPreferentialist = class recFSYouthPreferentialist extends A ...@@ -21,12 +21,7 @@ App.Events.recFSYouthPreferentialist = class recFSYouthPreferentialist extends A
setHealth(slave, jsRandom(-40, 30), undefined, undefined, 0, 70); setHealth(slave, jsRandom(-40, 30), undefined, undefined, 0, 70);
slave.devotion = random(10, 15); slave.devotion = random(10, 15);
slave.trust = random(-55, -75); slave.trust = random(-55, -75);
/* slave.birthWeek = 0; // turns {age} this week
slave.anus = random(2,3);
slave.weight = random(-80,-20);
slave.boobs -= 50*random(1,2);
slave.butt -= random(0,1);
*/
slave.behavioralFlaw = either("anorexic", "devout", "gluttonous", "hates men", "hates women", "odd"); slave.behavioralFlaw = either("anorexic", "devout", "gluttonous", "hates men", "hates women", "odd");
slave.sexualFlaw = either("apathetic", "hates anal", "hates oral", "repressed", "shamefast"); slave.sexualFlaw = either("apathetic", "hates anal", "hates oral", "repressed", "shamefast");
......
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