Newer
Older
new App.DomPassage("PC Body Intro", () => { return App.Intro.PCBodyIntro(); });
new App.DomPassage("Intro Summary", () => { return App.Intro.summary(); });
new App.DomPassage("Acquisition",
() => {
V.encyclopedia = "How to Play";
return App.Intro.acquisition();
}
);
new App.DomPassage("Customize Slave Trade", () => { return App.Intro.CustomSlaveTrade(); });
new App.DomPassage("Starting Girls", () => { return App.StartingGirls.passage(); });