Skip to content
Snippets Groups Projects
Commit 231d5eb8 authored by pregmodfan's avatar pregmodfan
Browse files

seBirthWidget fixes

parent 74275a69
No related branches found
No related tags found
No related merge requests found
......@@ -480,7 +480,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
<</if>>
<<if $PC.reservedChildren > 0 >> /*we need to discount reservation for stilbirth babies*/
<<if $PC.reservedChildren > 0 >> /*we need to discount reservation for stillbirth babies*/
<<set $reservedChildren -= $PC.reservedChildren>>
<<set $PC.reservedChildren = 0>>
<</if>>
......
......@@ -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.
<</if>>
<</if>>
<<if ($slaves[$i].vagina == 0) || ($slaves[$i].mpreg == 1 && $slaves[$i].anus == 0)>>
......
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