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

breeding test

parent 999a30ea
No related branches found
No related tags found
No related merge requests found
...@@ -126,3 +126,11 @@ new App.DomPassage("MpregSelf", ...@@ -126,3 +126,11 @@ new App.DomPassage("MpregSelf",
return MpregSelf(); return MpregSelf();
} }
); );
new App.DomPassage("BreedingTest",
() => {
V.nextButton = "Confirm changes";
V.nextLink = "Slave Interact";
return App.UI.DOM.makeElement("div", eliteBreedingExam(getSlave(V.AS)));
}
);
:: BreedingTest [nobr]
<<set $nextButton = "Confirm changes", $nextLink = "Slave Interact">>
<<print eliteBreedingExam(getSlave($AS))>>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment