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

convert rivalry hostage to js

parent 06475893
No related branches found
No related tags found
1 merge request!9041convert rivalry hostage to js
...@@ -86,3 +86,13 @@ new App.DomPassage("JS Random Event", ...@@ -86,3 +86,13 @@ new App.DomPassage("JS Random Event",
return d; return d;
} }
); );
/* ### Player Events ### */
new App.DomPassage("P rivalry hostage",
() => {
V.nextButton = "Continue";
V.nextLink = "Nonrandom Event";
return App.Events.pRivalryHostage();
}
);
This diff is collapsed.
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