From 9473d27107140e75d916fd461da121be843be407 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Wed, 2 Sep 2020 16:48:01 -0400 Subject: [PATCH] small tiredness adjustments --- src/endWeek/healthFunctions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/endWeek/healthFunctions.js b/src/endWeek/healthFunctions.js index bc6097bcd4a..5ab76fdff08 100644 --- a/src/endWeek/healthFunctions.js +++ b/src/endWeek/healthFunctions.js @@ -401,9 +401,9 @@ globalThis.tired = function(slave) { } else if ([Job.BODYGUARD].includes(slave.assignment)) { assignment += 18; // A tough assignment with a girl that doesn't use her provided room unless it is attached to yours. } else if ([Job.HEADGIRL].includes(slave.assignment)) { - assignment += 25; // Always busy. Could benefit from a helper... + assignment += 22; // Always busy. Could benefit from a helper... } else if (App.Data.misc.facilityHeads.includes(slave.assignment)) { // Heads are very busy, but always have luxurious conditions, so it balances out, save for the exceptions - assignment += 15; + assignment += 14; } else if ([Job.ATTENDANT, Job.CONCUBINE].includes(slave.assignment)) { // Cushy head positions assignment += 5; } else if ([Job.RECRUITER].includes(slave.assignment)) { -- GitLab