Skip to content
Snippets Groups Projects
Commit 951c0d60 authored by pregmodfan's avatar pregmodfan
Browse files

sanity check - set with ==

parent eb2b414d
No related branches found
No related tags found
No related merge requests found
...@@ -69,10 +69,10 @@ $nurseryNameCaps ...@@ -69,10 +69,10 @@ $nurseryNameCaps
$nurseryNameCaps is bustling with activity. Nannies are busily moving about, feeding babies and changing diapers. $nurseryNameCaps is bustling with activity. Nannies are busily moving about, feeding babies and changing diapers.
<<elseif $nurserySlaves > 0>> <<elseif $nurserySlaves > 0>>
$nurseryNameCaps is working steadily. Nannies are moving about, cleaning up and feeding hungry children. $nurseryNameCaps is working steadily. Nannies are moving about, cleaning up and feeding hungry children.
<<set $nannyInfluence == 1>> <<set $nannyInfluence = 1>>
<<elseif $Matron != 0>> <<elseif $Matron != 0>>
$Matron.slaveName is alone in $nurseryName, and has nothing to do but keep the place clean and look after the children. $Matron.slaveName is alone in $nurseryName, and has nothing to do but keep the place clean and look after the children.
<<set $MatronInfluence == 1>> <<set $MatronInfluence = 1>>
<<elseif ($nurserySlaves <= 0) && ($nurseryBabies <= 0)>> <<elseif ($nurserySlaves <= 0) && ($nurseryBabies <= 0)>>
$nurseryNameCaps is empty and quiet. <<link "Decommission the Nursery" "Main">><<set $nurseryCribs = 0, $nursery = 0, $nannyInfluence = 0, $nurseryDecoration = "standard", $cribs = [], $reservedChildrenNursery = 0>><<for _i = 0; _i < $slaves.length; _i++>><<set $slaves[_i].reservedChildrenNursery = 0>><</for>><</link>> $nurseryNameCaps is empty and quiet. <<link "Decommission the Nursery" "Main">><<set $nurseryCribs = 0, $nursery = 0, $nannyInfluence = 0, $nurseryDecoration = "standard", $cribs = [], $reservedChildrenNursery = 0>><<for _i = 0; _i < $slaves.length; _i++>><<set $slaves[_i].reservedChildrenNursery = 0>><</for>><</link>>
<</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