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

fix to preserve player fatherinity in broodmothers on hold

parent 9a6ea01f
No related branches found
No related tags found
2 merge requests!2047RA rework,!1681csec now can be used to install belly implant and inflate it.
......@@ -943,7 +943,6 @@ All in all,
<<set $slaves[$i].broodmotherCountDown = 38 - WombMinPreg($slaves[$i]) >> /*age of most new (small) fetus used to correct guessing of remained time.*/
<<set $slaves[$i].preg = 0.1>>
<<set $slaves[$i].pregType = 0>>
<<set $slaves[$i].pregSource = 0>>
<</if>>
<<elseif $slaves[$i].womb.length > 0>>/* Not broodmother, but still has babies, partial birth case.*/
<<set $slaves[$i].preg = WombMaxPreg($slaves[$i])>> /*now we use most advanced remained fetus as base.*/
......
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