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

on to teeth

parent a366cdf3
No related branches found
No related tags found
1 merge request!8630Surgery passage to js
......@@ -77,3 +77,12 @@ new App.DomPassage("Toy Shop",
return App.UI.toyShop();
}, ["jump-to-safe", "jump-from-safe"]
);
new App.DomPassage("Remote Surgery",
(slave) => {
V.nextButton = "Confirm changes";
V.nextLink = "Slave Interact";
V.encyclopedia = "The Remote Surgery";
return App.UI.remoteSurgery(slave);
}, ["jump-to-safe", "jump-from-safe"]
);
This diff is collapsed.
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