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

tweaks

parent 2802026b
No related branches found
No related tags found
No related merge requests found
......@@ -102,3 +102,11 @@ new App.DomPassage("P rivalry hostage",
return App.Events.pRivalryHostage();
}
);
new App.DomPassage("P rivalry actions",
() => {
V.nextButton = "Continue";
V.nextLink = "Nonrandom Event";
return App.Events.pRivalryActions();
}
);
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