Skip to content
Snippets Groups Projects
Commit 22ee0590 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

cleanup

parent 946b4cd2
Branches
Tags
1 merge request!8202Brothel rep
...@@ -218,30 +218,27 @@ globalThis.brothelReport = function() { ...@@ -218,30 +218,27 @@ globalThis.brothelReport = function() {
he, him, his, himself, He, His, wife he, him, his, himself, He, His, wife
} = getPronouns(S.Madam)); } = getPronouns(S.Madam));
let oldCash = V.cash; let oldCash = V.cash;
r = [];
if (V.showEWD !== 0) { if (V.showEWD !== 0) {
// <br>&nbsp;&nbsp;&nbsp;&nbsp;
r.push(`${He} ${App.SlaveAssignment.whore(S.Madam)}`); r.push(`${He} ${App.SlaveAssignment.whore(S.Madam)}`);
} else { } else {
r.push(App.SlaveAssignment.whore(S.Madam)); App.SlaveAssignment.whore(S.Madam);
} }
// <br>&nbsp;&nbsp;&nbsp;&nbsp; App.Events.addParagraph(el, r);
el.append(`${He} whores ${himself} because ${he} doesn't have enough whores to manage to keep ${him} busy, and makes <span class="cash inc">${cashFormat(S.Madam.lastWeeksCashIncome)}.</span> ${He} can charge more for ${his} time, since many citizens find it erotic to fuck the Madam.`); App.Events.addParagraph(el, [`${He} whores ${himself} because ${he} doesn't have enough whores to manage to keep ${him} busy, and makes <span class="cash inc">${cashFormat(S.Madam.lastWeeksCashIncome)}.</span> ${He} can charge more for ${his} time, since many citizens find it erotic to fuck the Madam.`]);
profits += V.cash - oldCash; profits += V.cash - oldCash;
oldCash = V.cash; oldCash = V.cash;
} }
if (SL > 0) {
// <br><br>
}
} }
if (SL > 0) { if (SL > 0) {
const whoreNumber = document.createElement("p"); const whoreNumber = document.createElement("p");
whoreNumber.classList.add("indent", "bold"); whoreNumber.classList.add("indent", "bold");
if (SL !== 1) { if (SL === 1) {
whoreNumber.append(`There are ${SL} slave whores working out of ${V.brothelName}.`);
} else {
whoreNumber.append(`There is one slave whore working out of ${V.brothelName}.`); whoreNumber.append(`There is one slave whore working out of ${V.brothelName}.`);
} else {
whoreNumber.append(`There are ${SL} slave whores working out of ${V.brothelName}.`);
} }
el.append(whoreNumber); el.append(whoreNumber);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment