Skip to content
Snippets Groups Projects
Commit 56c678fa authored by brickode's avatar brickode
Browse files

Bugfix, Nursery formatting

parent f0bb0b18
No related branches found
No related tags found
1 merge request!6890Getting the Nursery to Work
...@@ -99,8 +99,8 @@ ...@@ -99,8 +99,8 @@
<div class="tabbar"> <div class="tabbar">
<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'nannies')" id="tab nannies">Nannies</button> <button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'nannies')" id="tab nannies">Nannies</button>
<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'pregnantSlaves')" id="tab nannies">Pregnant Slaves</button> <button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'pregnantSlaves')" id="tab pregnantSlaves">Pregnant Slaves</button>
<button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'children')" id="tab nannies">Children</button> <button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'children')" id="tab children">Children</button>
</div> </div>
<div id="nannies" class="tabcontent"> <div id="nannies" class="tabcontent">
...@@ -374,7 +374,7 @@ ...@@ -374,7 +374,7 @@
</span> </span>
</p> </p>
<br><br>It can support $nursery child<<if $nursery != 1>>ren<</if>>. There <<if $nurseryBabies == 1>>is<<else>>are<</if>> currently $nurseryBabies room<<if $nurseryBabies != 1>>s<</if>> in use in $nurseryName. It can support $nursery child<<if $nursery != 1>>ren<</if>>. There <<if $nurseryBabies == 1>>is<<else>>are<</if>> currently $nurseryBabies room<<if $nurseryBabies != 1>>s<</if>> in use in $nurseryName.
<<if $nursery < 50>> <<if $nursery < 50>>
<div class="choices"> <div class="choices">
[[Add another room|Nursery][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "nursery"), $nursery += 5]] [[Add another room|Nursery][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "nursery"), $nursery += 5]]
...@@ -400,6 +400,7 @@ ...@@ -400,6 +400,7 @@
</div> </div>
<</if>> <</if>>
<br>
<h3>Rules</h3> <h3>Rules</h3>
<hr style="margin:0"> <hr style="margin:0">
<<if $extremeUnderage>> <<if $extremeUnderage>>
...@@ -463,6 +464,7 @@ ...@@ -463,6 +464,7 @@
<br> <br>
<<if $nurseryBabies > 0>> <<if $nurseryBabies > 0>>
<br>
<h3> <h3>
Children in $nurseryName Children in $nurseryName
</h3> </h3>
......
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