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

Tweak

parent f7ec037f
Branches
Tags
1 merge request!1499Tweak
...@@ -260,6 +260,7 @@ window.WombNormalizePreg = function(actor) ...@@ -260,6 +260,7 @@ window.WombNormalizePreg = function(actor)
//console.log("advancing .preg"); //console.log("advancing .preg");
} }
actor.pregType = actor.womb.length;
actor.pregSource = actor.womb[0].fatherID; actor.pregSource = actor.womb[0].fatherID;
} }
else if (actor.womb.length == 0 && actor.broodmother < 1) else if (actor.womb.length == 0 && actor.broodmother < 1)
...@@ -277,6 +278,5 @@ window.WombNormalizePreg = function(actor) ...@@ -277,6 +278,5 @@ window.WombNormalizePreg = function(actor)
actor.pregWeek = 0; actor.pregWeek = 0;
} }
actor.pregType = actor.womb.length;
actor.bellyPreg = WombGetVolume(actor); actor.bellyPreg = WombGetVolume(actor);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment