From bc6ea548212ef4b40e164174f77fe066079851aa Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Fri, 19 Nov 2021 20:29:08 -0500 Subject: [PATCH] Fix madam rivalry text --- 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 364a4ce76ae..3713800278a 100644 --- a/src/endWeek/reports/brothelReport.js +++ b/src/endWeek/reports/brothelReport.js @@ -119,7 +119,7 @@ App.EndWeek.brothelReport = function() { } = getPronouns(slave).appendSuffix('2'); if (S.Madam.rivalryTarget === slave.ID) { - r.push(`${He} forces ${his} ${rivalryTerm(S.Madam)}, to service all the men in the brothel.`); + r.push(`${He} forces ${his} ${rivalryTerm(S.Madam)}, ${slave.slaveName}, to service all the men in the brothel.`); slave.devotion -= 2; slave.trust -= 2; if (canDoVaginal(slave)) { -- GitLab