Skip to content
Snippets Groups Projects
Commit bbfbf133 authored by Pregmodder's avatar Pregmodder
Browse files

tweak to code structure to be certain

parent 72d99e4e
Branches
Tags
No related merge requests found
......@@ -346,6 +346,7 @@ window.fetalSplit = function(actor)
actor.womb.forEach(function(s){
if ((jsRandom(1,1000) >= 1000) && s.identical !== 1)
{
nft = {};
nft.age = s.age;
nft.fatherID = s.fatherID;
......@@ -353,7 +354,8 @@ window.fetalSplit = function(actor)
nft.volume = s.volume;
actor.womb.push(nft);
s.identical = 1;
});
}
});
WombNormalizePreg(actor);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment