Skip to content
Snippets Groups Projects
Commit 13a6a02c authored by svornost's avatar svornost
Browse files

Actally add the passages

parent 201c16e3
No related branches found
No related tags found
1 merge request!9707Sell/Discard slave improvements and other fixes
......@@ -212,3 +212,19 @@ new App.DomPassage("FMarry",
return App.Interact.fMarry(getSlave(V.AS));
}
);
new App.DomPassage("Discard Confirm",
() => {
V.nextButton = "Back";
V.nextLink = "Slave Interact";
return App.Interact.discard(getSlave(V.AS));
}
);
new App.DomPassage("Sell Slave",
() => {
V.nextButton = "Back";
V.nextLink = "Slave Interact";
return App.Interact.sellSlave(getSlave(V.AS));
}
);
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