From 12a242c7e052e0dc666bde738c2ce9ee3ca5c50c Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Fri, 19 Nov 2021 20:28:12 -0500 Subject: [PATCH] Fix madam intro --- src/endWeek/reports/brothelReport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endWeek/reports/brothelReport.js b/src/endWeek/reports/brothelReport.js index 28fb980af22..364a4ce76ae 100644 --- a/src/endWeek/reports/brothelReport.js +++ b/src/endWeek/reports/brothelReport.js @@ -61,9 +61,9 @@ App.EndWeek.brothelReport = function() { const { he, him, his, himself, He, His, wife } = getPronouns(S.Madam); - /* apply following SA passages to facility leader */ r = []; + r.push(`${SlaveFullName(S.Madam)} is serving as the madam.`); if (S.Madam.relationship === -3 && S.Madam.devotion > 50) { r.push(`As your loving ${wife}, ${he} does ${his} best to attract attention to your brothel.`); } -- GitLab