From a9a4032d0199e6d27a7a430dd296996f60db28d3 Mon Sep 17 00:00:00 2001
From: pregmodfan <pregmodfan@cock.li>
Date: Sun, 18 Feb 2018 23:01:58 +0200
Subject: [PATCH] fix

---
 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 f9cd38921f5..240ada78ccf 100644
--- a/src/js/wombJS.tw
+++ b/src/js/wombJS.tw
@@ -39,7 +39,7 @@ window.WombInit = function(actor) //Init womb system.
     }
     else if (actor.womb.length == 0 && actor.pregType != 0 && actor.broodmother > 0) //sorry but for already present broodmothers it's impossible to calculate fully, aproximation used.
     {
-        var i, pw = actor.preg, bCount;
+        var i, pw = actor.preg, bCount, bLeft;
         if (pw > 40)
             pw = 40; //to avoid disaster.
         bCount = Math.floor(actor.pregType/pw);
-- 
GitLab