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

economic details

parent 05b7ac70
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ globalThis.brothelReport = function() {
let r;
const brothelStats = document.createElement("span");
brothelStats.id = "brothel-stats";
el.append(brothelStats);
const slaves = App.Utils.sortedEmployees(App.Entity.facilities.brothel);
......@@ -374,14 +373,10 @@ globalThis.brothelReport = function() {
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>`);
}
/*
<!-- Statistics output -->
<<includeDOM App.Facilities.Brothel.Stats(false)>>
<<timed 50ms>>
<<replace #brothel-stats>>
<<includeDOM App.Facilities.Brothel.Stats(true)>>
<</replace>>
<</timed>>*/
// Brothel stats
el.append(App.Facilities.Brothel.Stats(false));
brothelStats.append(App.Facilities.Brothel.Stats(true));
}
return el;
};
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