From 74275a6980ac6e8394a00f0e4f16dd48b31fc68b Mon Sep 17 00:00:00 2001 From: pregmodfan <pregmodfan@cock.li> Date: Sun, 25 Feb 2018 13:20:03 +0200 Subject: [PATCH] Tweak --- src/js/wombJS.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/wombJS.tw b/src/js/wombJS.tw index fd50e0e6705..224ff815ca0 100644 --- a/src/js/wombJS.tw +++ b/src/js/wombJS.tw @@ -260,6 +260,7 @@ window.WombNormalizePreg = function(actor) //console.log("advancing .preg"); } + actor.pregType = actor.womb.length; actor.pregSource = actor.womb[0].fatherID; } else if (actor.womb.length == 0 && actor.broodmother < 1) @@ -277,6 +278,5 @@ window.WombNormalizePreg = function(actor) actor.pregWeek = 0; } - actor.pregType = actor.womb.length; actor.bellyPreg = WombGetVolume(actor); } -- GitLab