Skip to content
Snippets Groups Projects
Commit 71dba646 authored by svornost's avatar svornost
Browse files

Make non-bulk slave purchases work again

parent 90d862bf
No related branches found
No related tags found
1 merge request!8575Make non-bulk slave purchases work again
new App.DomPassage("Market", () => App.Markets[V.market.slaveMarket](), ["jump-from-safe"]);
new App.DomPassage("Market",
() => {
const span = App.UI.DOM.makeElement("span", App.Markets[V.market.slaveMarket]());
span.id = "slave-markets";
return span;
}, ["jump-from-safe"]
);
new App.DomPassage("Buy Slaves",
() => {
......
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