Skip to content
Snippets Groups Projects
Commit b124e906 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'dom-market-passages' into 'pregmod-master'

Slave market passages to DOM

See merge request !8557
parents 006bc1d4 1b27f0cc
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