diff --git a/src/endWeek/healthFunctions.js b/src/endWeek/healthFunctions.js
index bc6097bcd4a4b487689e5421722f2f24b3f43297..5ab76fdff084364b9ad6d2e36daea4bd875eeefe 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)) {