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

fix birth choice

parent 18848630
No related branches found
No related tags found
No related merge requests found
...@@ -932,7 +932,7 @@ All in all, ...@@ -932,7 +932,7 @@ All in all,
<<set $slaves[$i].devotion -= 4, $slaves[$i].trust -= 4>> <<set $slaves[$i].devotion -= 4, $slaves[$i].trust -= 4>>
<</if>> <</if>>
<<set $breederOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <<set $breederOrphanageTotal += _count, $slaveOrphanageTotal -= _count>>
<<elseif _lostBabies != 1 && $DefaultBirthDestination === "anywhere" && $universalRulesChildrenBecomeBreeders < 1>> <<elseif _lostBabies != 1 && $DefaultBirthDestination === "individually decided fates" && $universalRulesChildrenBecomeBreeders < 1>>
<<set $slaveOrphanageTotal += _curBabies>> <<set $slaveOrphanageTotal += _curBabies>>
Unless you provide otherwise, the child<<if _curBabies > 1>>ren<</if>> will be remanded to one of $arcologies[0].name's slave orphanages. $slaves[$i].slaveName Unless you provide otherwise, the child<<if _curBabies > 1>>ren<</if>> will be remanded to one of $arcologies[0].name's slave orphanages. $slaves[$i].slaveName
<<if $slaves[$i].devotion > 95>> <<if $slaves[$i].devotion > 95>>
......
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