/* Here support for partial birth cases but if slaves still NOT have broomother implant. Right now remaining babies will be lost, need to add research option for selective births. It should control labor and stop it after ready to birth babies out. Should be Repopulation FS research before broodmothers (their implant obviously have it as a part of functional). */
<<if $slaves[$i].broodmother == 0>>
<<if $safePartialBirthTech == 1 >>
/* nothing right now.*/
<<else>>
<<if $safePartialBirthTech == 1 || $slaves[$i].safePartialBirth == 1 && $csec != 1>> /*support for global or single character only tech, in case of csec is not possible to continue pregnancy */
/* if true - need nothing, birthed babies already in $slaves[$i].curBabies, stillbirth is 0.*/
<<set WombFlush($slaves[$i])>> /* cleaning rest of superfetation pregnancy if no tech for safe partial birth */
<</if>>
<</if>>
...
...
@@ -454,7 +454,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
<<if $csec != 1>> /*all this block only if no c'section used.*/
<<if $slaves[$i].broodmother > 0>> /*Now this block shown only for broodmothers. They birth only ready children, so _curBabies is effective to se how many birthed this time.*/
<<if $slaves[$i].broodmother > 0 || $slaves[$i].womb.length > 0>> /*Now this block shown only for broodmothers or partial birth. They birth only ready children, so _curBabies is effective to see how many birthed this time.*/
<br>
<<if $diffSize > 1.5 && _curBabies >= 80 >> /*only show if belly lost at least 1/4 of original size.*/