Skip to content
Snippets Groups Projects
Commit 173c95c3 authored by brickode's avatar brickode
Browse files

Added nursery

parent 1ae22fe3
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,15 @@ __Penthouse Facilities__
<br>
<<if $nursery == 0>>
[[Build a nursery to raise children from birth|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $nursery = 5, $PC.engineering += 1]]
//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
<<else>>
A nursery has been built in your penthouse, allowing you to rear children from birth.
<</if>>
<br>
<<if $familyTesting == 1 && $seePreg != 0>>
<<if $arcologyUpgrade.grid == 1>>
<<if $incubator == 0>>
......
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