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

why

parent d8d1f845
No related branches found
No related tags found
No related merge requests found
...@@ -378,7 +378,7 @@ globalThis.brothelReport = function() { ...@@ -378,7 +378,7 @@ globalThis.brothelReport = function() {
b.totalExpenses = b.whoreCosts + b.adsCosts + b.maintenance; b.totalExpenses = b.whoreCosts + b.adsCosts + b.maintenance;
b.profit = b.totalIncome - b.totalExpenses; b.profit = b.totalIncome - b.totalExpenses;
el.append(`${brothelNameCaps} makes you <span class="cash inc" > ${cashFormat(profits)}</span > this week.`); el.append(`${brothelNameCaps} makes you <span class="cash inc"> ${cashFormat(profits)}</span> this week.`);
if (V.brothelDecoration !== "standard") { if (V.brothelDecoration !== "standard") {
App.UI.DOM.appendNewElement("p", el, `${brothelNameCaps}'s customers enjoyed <span class="reputation inc">fucking whores in ${V.brothelDecoration} surroundings.</span>`); App.UI.DOM.appendNewElement("p", el, `${brothelNameCaps}'s customers enjoyed <span class="reputation inc">fucking whores in ${V.brothelDecoration} surroundings.</span>`);
......
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