Skip to content
Snippets Groups Projects
Commit cc3f0d54 authored by Arkerthan's avatar Arkerthan
Browse files

possible endWeek passages to pure DOM

parent 174b1886
No related branches found
No related tags found
No related merge requests found
new App.DomPassage("Slave Assignments Report",
() => {
V.nextLink = "Economics"; V.nextButton = "Continue";
const f = document.createDocumentFragment();
App.UI.DOM.appendNewElement("h1", f, `${V.arcologies[0].name} Weekly Slave Report - Week ${V.week}`);
f.append(App.EndWeek.slaveAssignmentReport());
App.UI.EndWeekAnim.end();
return f;
}
);
:: Slave Assignments Report [nobr]
<<set $nextLink = "Economics", $nextButton = "Continue">>
<h1> $arcologies[0].name Weekly Slave Report - Week $week</h1>
<<includeDOM App.EndWeek.slaveAssignmentReport()>>
<<run App.UI.EndWeekAnim.end()>>
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