@@ -339,7 +339,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
<</if>>
<<if _curBabies < 1>>
no live ones, but a stilbirth only.
to no live ones, but a stillbirth only.
<<elseif _curBabies == 1>>
to a single calf.
<<elseif _curBabies >= 40>>
...
...
@@ -376,7 +376,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
<</if>>
<<if _curBabies < 1>>
no live ones, but a stilbirth only.
no live ones, but a stillbirth only.
<<elseif _curBabies == 1>>
a single baby.
<<elseif _curBabies >= 40>>
...
...
@@ -403,8 +403,8 @@ This decriptions can be expanded with more outcomes later. But it's not practica
twins.
<</if>>
Created by
<<if _curBabies > 1>>
<<if _curBabies > 0>>
Created by
<<if $slaves[$i].pregSource == -1>>
your magnificent dick,
<<elseif $slaves[$i].pregSource == -2>>
...
...
@@ -425,23 +425,25 @@ This decriptions can be expanded with more outcomes later. But it's not practica
/* ---- Postbirth reactions, body -------------------------------------------------------------------------------------------*/
<<if $csec != 1>> /*all this block only if no c'section used.*/
<br>
<<if $diffSize > 1.5 && _curBabies >= 80>> /*only show if belly lost at least 1/4 of original size.*/
<br>
After an entire day of labor and birth, $possessive belly sags heavily.
<<elseif $diffSize > 1.5 && _curBabies >= 40>>
<br>
After half a day of labor and birth, $possessive belly sags softly.
<<elseif $diffSize > 1.5 && _curBabies >= 20>>
<br>
After several hours of labor and birth, $possessive belly sags softly.
<<elseif $diffSize > 1.5 && _curBabies >= 10>>
<br>
After few hours of labor and birth, $possessive belly sags softly.
<<elseif $diffSize > 1.5>>
<<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.*/
<br>
After labor and birth, $possessive belly sags softly.
<<if $diffSize > 1.5 && _curBabies >= 80 >> /*only show if belly lost at least 1/4 of original size.*/
<br>
After an entire day of labor and birth, $possessive belly sags heavily.
<<elseif $diffSize > 1.5 && _curBabies >= 40>>
<br>
After half a day of labor and birth, $possessive belly sags softly.
<<elseif $diffSize > 1.5 && _curBabies >= 20>>
<br>
After several hours of labor and birth, $possessive belly sags softly.
<<elseif $diffSize > 1.5 && _curBabies >= 10>>
<br>
After few hours of labor and birth, $possessive belly sags softly.
<<elseif $diffSize > 1.5>>
<br>
After labor and birth, $possessive belly sags softly.