Skip to content
Snippets Groups Projects
Commit 1b27f0cc authored by svornost's avatar svornost
Browse files

Slave market passages to DOM

parent b5a64b66
No related branches found
No related tags found
1 merge request!8557Slave market passages to DOM
new App.DomPassage("Market", () => App.Markets[V.market.slaveMarket](), ["jump-from-safe"]);
new App.DomPassage("Buy Slaves",
() => {
V.nextButton = "Back";
V.nextLink = "Main";
return App.UI.market();
}, ["jump-from-safe", "jump-to-safe"]
);
new App.DomPassage("Bulk Slave Intro", () => App.Markets.bulkSlaveIntro());
:: Market [nobr jump-from-safe]
<span id="slave-markets">
<<includeDOM App.Markets[V.market.slaveMarket]()>>
</span>
\ No newline at end of file
:: Bulk Slave Intro [nobr]
<<includeDOM App.Markets.bulkSlaveIntro()>>
:: Buy Slaves [nobr jump-to-safe jump-from-safe]
<<set $nextButton = "Back">>
<<set $nextLink = "Main">>
<<includeDOM App.UI.market()>>
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