Skip to content
Snippets Groups Projects
Commit 47a46e66 authored by svornost's avatar svornost
Browse files

Tweak master suite intro text to be more explicit about your concubine seeing...

Tweak master suite intro text to be more explicit about your concubine seeing to your pleasure too, while still giving her pride of place.
parent 569993ab
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,9 @@ App.EndWeek.masterSuiteReport = function() {
if (slaves.length > 0) {
const intro = App.UI.DOM.appendNewElement("p", frag, '', "indent");
let r = [];
if (slaves.length > 1) {
if (S.Concubine) {
r.push(`<strong>${SlaveFullName(S.Concubine)} and ${numberWithPluralOne(slaves.length, "other slave")} are`);
} else if (slaves.length > 1) {
r.push(`<strong>There are ${slaves.length} slaves`);
} else {
r.push(`<strong>There is one slave`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment