diff --git a/src/js/wombJS.tw b/src/js/wombJS.tw
index a6fc9594541b52cd0495f01c186c5eb55220b488..6c4816bac8ec760b7478f7147a9bb26746cb6f68 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)