Skip to content
Snippets Groups Projects
Commit 26986f6c authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix

parent 5216176f
No related branches found
No related tags found
1 merge request!5271Finish move over to xID.length from "xSlaves" style ints
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<<set $nurseryNameCaps = $nurseryName.replace("the ", "The ")>> <<set $nurseryNameCaps = $nurseryName.replace("the ", "The ")>>
<</if>> <</if>>
<<set $readyChildren = 0, $nurseryBabies = $cribs.length, $freeCribs = $nursery - $nurseryBabies, _NL = $NurseryiIDs.length _SL = $slaves.length, _eligibility = 0, $reservedChildren = FetusGlobalReserveCount("incubator"), $reservedChildrenNursery = FetusGlobalReserveCount("nursery")>> <<set $readyChildren = 0, $nurseryBabies = $cribs.length, $freeCribs = $nursery - $nurseryBabies, _NL = $NurseryiIDs.length, _SL = $slaves.length, _eligibility = 0, $reservedChildren = FetusGlobalReserveCount("incubator"), $reservedChildrenNursery = FetusGlobalReserveCount("nursery")>>
$nurseryNameCaps $nurseryNameCaps
<<switch $nurseryDecoration>> <<switch $nurseryDecoration>>
...@@ -106,7 +106,7 @@ $nurseryNameCaps ...@@ -106,7 +106,7 @@ $nurseryNameCaps
<<set _Tmult0 = Math.trunc($nurseryNannies*1000*$upgradeMultiplierArcology)>> <<set _Tmult0 = Math.trunc($nurseryNannies*1000*$upgradeMultiplierArcology)>>
<br>It can support $nurseryNannies nann<<if $nurseryNannies != 1>>ies<<else>>y<</if>>. There <<if _NL == 1>>is<<else>>are<</if>> _NL nann<<if _NL != 1>>ies<<else>>y<</if>> in $nurseryName. <br>It can support $nurseryNannies nann<<if $nurseryNannies != 1>>ies<<else>>y<</if>>. There <<if _NL == 1>>is<<else>>are<</if>> _NL nann<<if _NL != 1>>ies<<else>>y<</if>> in $nurseryName.
<<if $nurseryBabies > 0 && _NL < 1 && !$Matron)>> <<if $nurseryBabies > 0 && _NL < 1 && (!$Matron)>>
//You must have a Matron or at least one nanny to be able to influence the children's upbringing// //You must have a Matron or at least one nanny to be able to influence the children's upbringing//
<br> <br>
<</if>> <</if>>
......
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