diff --git a/src/js/wombJS.tw b/src/js/wombJS.tw
index fd50e0e670565ac94129413003ab246897cbec9c..224ff815ca01c308ba05358891a6ff0ead51950a 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);
 }