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

discard passage link fix

parent 86e76c16
No related branches found
No related tags found
1 merge request!10117discard passage link fix
...@@ -28,6 +28,9 @@ App.Interact.discard = function(slave) { ...@@ -28,6 +28,9 @@ App.Interact.discard = function(slave) {
cashX(cost, "slaveTransfer"); cashX(cost, "slaveTransfer");
removeSlave(slave); removeSlave(slave);
V.nextButton = "Back to Main";
V.nextLink = "Main";
App.Utils.scheduleSidebarRefresh();
})); }));
App.UI.DOM.appendNewElement("div", result, App.UI.DOM.passageLink(`Put ${him} up for sale instead`, "Sell Slave")); App.UI.DOM.appendNewElement("div", result, App.UI.DOM.passageLink(`Put ${him} up for sale instead`, "Sell Slave"));
......
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