Skip to content
Snippets Groups Projects
Commit 6e7b0d58 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'policies-fix' into 'pregmod-master'

policies passage fix

See merge request !9400
parents 02a499b6 ea318438
No related branches found
No related tags found
1 merge request!9400policies passage fix
Pipeline #27916 passed
...@@ -56,7 +56,7 @@ new App.DomPassage("Manage Corporation", ...@@ -56,7 +56,7 @@ new App.DomPassage("Manage Corporation",
new App.DomPassage("Policies", new App.DomPassage("Policies",
() => { () => {
V.nextButton = "Back"; V.nextButton = "Back";
//V.nextLink = "Main"; V.nextLink = "Main";
V.encyclopedia = "Future Societies"; V.encyclopedia = "Future Societies";
return App.UI.policies(); return App.UI.policies();
}, ["jump-to-safe", "jump-from-safe"] }, ["jump-to-safe", "jump-from-safe"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment