From 486c191995fb6a085d48b656bf4fd2bcc41d63a7 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Mon, 10 Jul 2023 19:47:46 -0400 Subject: [PATCH] RecFS Youth Preferentialist's text says the candidate is approaching her birthday, so actually set her birthweek. --- src/events/recFS/recfsYouthPreferentialist.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/events/recFS/recfsYouthPreferentialist.js b/src/events/recFS/recfsYouthPreferentialist.js index 7b22a5752ff..edbc2a43132 100644 --- a/src/events/recFS/recfsYouthPreferentialist.js +++ b/src/events/recFS/recfsYouthPreferentialist.js @@ -21,12 +21,7 @@ App.Events.recFSYouthPreferentialist = class recFSYouthPreferentialist extends A setHealth(slave, jsRandom(-40, 30), undefined, undefined, 0, 70); slave.devotion = random(10, 15); slave.trust = random(-55, -75); - /* - slave.anus = random(2,3); - slave.weight = random(-80,-20); - slave.boobs -= 50*random(1,2); - slave.butt -= random(0,1); - */ + slave.birthWeek = 0; // turns {age} this week slave.behavioralFlaw = either("anorexic", "devout", "gluttonous", "hates men", "hates women", "odd"); slave.sexualFlaw = either("apathetic", "hates anal", "hates oral", "repressed", "shamefast"); -- GitLab