Skip to content
Snippets Groups Projects
Commit 68eca64d authored by brickode's avatar brickode
Browse files

Nursery stuff

parent 068259d6
No related branches found
No related tags found
No related merge requests found
......@@ -64,3 +64,12 @@ window.I = function() {
else
name = V.incubatorNameCaps;
return `<<link "${name}""Incubator">><</link>> `}
window.N = function () {
const V = State.variables;
var name = "";
if (V.nurseryNameCaps === "The Nursery")
name = "Nursery"
else
name = V.nurseryNameCaps;
return `<<link "${name}""Nursery">><</link>> `
}
\ 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