Skip to content
Snippets Groups Projects
Commit 174b1886 authored by Arkerthan's avatar Arkerthan
Browse files

birth passages to pure DOM

parent f1d5c0c7
No related branches found
No related tags found
No related merge requests found
new App.DomPassage("BirthStorm",
() => {
V.nextButton = "Back";
V.nextLink = "Slave Interact";
return birth(getSlave(V.AS), {birthStorm: true});
}
);
new App.DomPassage("csec",
() => {
V.nextButton = "Back";
V.nextLink = "Slave Interact";
return birth(getSlave(V.AS), {cSection: true});
}
);
:: BirthStorm [nobr]
<<set $nextButton = "Back", $nextLink = "Slave Interact">>
<<includeDOM birth(getSlave(V.AS), {birthStorm: true})>>
:: csec [nobr]
<<set $nextButton = "Back", $nextLink = "Slave Interact">>
<<includeDOM birth(getSlave(V.AS), {cSection: true})>>
\ No newline at end of file
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