From 875cafc7c8a078fbccf83b97e1c21adad3681bd6 Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Fri, 4 Aug 2023 01:32:18 -0400 Subject: [PATCH] Minor text change --- src/endWeek/saPleaseYou.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js index 72c9367a4db..816f2d821cf 100644 --- a/src/endWeek/saPleaseYou.js +++ b/src/endWeek/saPleaseYou.js @@ -1782,7 +1782,7 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) { slave.devotion += 1; } } else if (slave.sexualQuirk === "romantic") { - r.push(`${slave.slaveName} knows being part of your harem is the best romance ${he} can realistically expect, and does ${his} best to <span class="mediumaquamarine">be content</span> with it.`); + r.push(`${slave.slaveName} knows being ${slave.ID === V.ConcubineID ? `at the top` : `part`} of your harem is the best romance ${he} can realistically expect, and does ${his} best to <span class="mediumaquamarine">be content</span> with it.`); slave.trust += 1; } if (slave.fetish === "pregnancy" && (V.PC.preg >= 20 || (V.PC.preg >= 16 && V.PC.career === "escort"))) { // .belly -- GitLab