Skip to content
Snippets Groups Projects
Commit 3d4fddfb authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'remove-some-smol-passages' into 'pregmod-master'

Remove some smol passages

See merge request pregmodfan/fc-pregmod!9394
parents 3946e35d 43cc2eae
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)));
}
);
...@@ -61,3 +61,9 @@ new App.DomPassage("Policies", ...@@ -61,3 +61,9 @@ new App.DomPassage("Policies",
return App.UI.policies(); return App.UI.policies();
}, ["jump-to-safe", "jump-from-safe"] }, ["jump-to-safe", "jump-from-safe"]
); );
new App.DomPassage("Farmyard Animals",
() => {
return App.Facilities.Farmyard.animals();
}
);
:: Farmyard Animals [nobr]
<<includeDOM App.Facilities.Farmyard.animals()>>
:: 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.
Finish editing this message first!
Please register or to comment