diff --git a/src/js/storyJS.tw b/src/js/storyJS.tw
index 6e313c2704611119dcfa77b8bc0b0e96bc052528..61caf2582e5b1a51247dc1a0d5513b9b6bdd777c 100644
--- a/src/js/storyJS.tw
+++ b/src/js/storyJS.tw
@@ -1001,7 +1001,7 @@ window.impregnatedBy = function(slave) { /* returns array of IDs of all characte
 		WombInit(slave);
 	}
 	for (var i = 0; i < slave.womb.length; i++) {
-		IDArray.push(slave.womb.fatherID);
+		IDArray.push(slave.womb[i].fatherID);
 	}
 	return IDArray;
 }
diff --git a/src/uncategorized/labReport.tw b/src/uncategorized/labReport.tw
index eb5e3599f4ecf23de4fea9ba00f0df21c86d2adf..6011d0cc1f34059a0e560f7be51d9e2947873f21 100644
--- a/src/uncategorized/labReport.tw
+++ b/src/uncategorized/labReport.tw
@@ -62,7 +62,7 @@
 			<span id="haltproduction">
 				they are starting work on another unit.
 				<<link "Halt production">>
-					<<set $researchLab.productionTime = 0, $researchLab.research = "none">>
+					<<set $researchLab.productionTime = 0, $researchLab.manufacture = "none">>
 					<<replace "#haltproduction">>
 						they are awaiting your next instruction.
 					<</replace>>