From 8c3e1f99c684731599a48d1cb369c28c5f533e44 Mon Sep 17 00:00:00 2001
From: humungusluver <82497-humungusluver@users.noreply.gitgud.io>
Date: Thu, 13 Feb 2025 00:57:19 -0500
Subject: [PATCH] stewardness not attendant for servants

---
 src/endWeek/saServant.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/endWeek/saServant.js b/src/endWeek/saServant.js
index f8a89f71d24..a9509cc3a00 100644
--- a/src/endWeek/saServant.js
+++ b/src/endWeek/saServant.js
@@ -190,7 +190,7 @@ App.SlaveAssignment.servant = function saServant(slave, stewardessBonus = 0) {
 					r.push(`A camera catches ${him} slacking off and skipping out on assigned work;`);
 				}
 				r.push(`${S.Stewardess ? S.Stewardess.slaveName : V.assistant.name} is immediately informed to punish ${him} appropriately, <span class="devotion inc">increasing ${his} obedience.</span>`);
-				slave.devotion += S.Attendant ? 3 : 2;
+				slave.devotion += S.Stewardess ? 3 : 2;
 				if (slave.trust > -30) {
 					r.push(`Realizing ${he} is always being watched <span class="trust dec">increases ${his} fear of you.</span>`);
 					slave.trust -= 2;
-- 
GitLab