From 6d57e92d36c018b246e34cf6642b2c4b6824a3b9 Mon Sep 17 00:00:00 2001
From: pregmodfan <pregmodfan@cock.li>
Date: Sat, 24 Mar 2018 01:00:32 +0200
Subject: [PATCH] broodmother initiation 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 a6fc9594541..6c4816bac8e 100644
--- a/src/js/wombJS.tw
+++ b/src/js/wombJS.tw
@@ -259,7 +259,7 @@ window.WombNormalizePreg = function(actor)
         actor.pregType = 0; 
         actor.pregKnown = 0;
         
-        if (actor.preg > 0)
+        if (actor.preg >= 0)
             actor.preg = 0.1; //to avoid legacy code conflicts - broodmother on hold can't be impregnated, but she not on normal contraceptives. So we set this for special case.
         
         if (actor.pregSource > 0)
-- 
GitLab