diff --git a/src/facilities/incubator/incubatorInteract.js b/src/facilities/incubator/incubatorInteract.js index 57459ebbcc24a478ace53868f306caa8ba53e192..7d538e3edb1da68b51eeb61caf1dedac6a11b698 100644 --- a/src/facilities/incubator/incubatorInteract.js +++ b/src/facilities/incubator/incubatorInteract.js @@ -186,7 +186,7 @@ App.UI.incubator = function() { const qlIncubator = document.createElement("div"); for (const slave of V.slaves) { - if (slave.preg > 0 && slave.broodmother === 0 && slave.pregKnown === 1 && slave.eggType === "human") { + if (slave.preg > 0 && slave.pregKnown === 1 && slave.eggType === "human") { const r = []; const reserveDisallowed = (slave.assignment === "work in the dairy" && V.dairyPregSetting > 0) || slave.assignment === "be your agent" || slave.assignment === "live with your agent"; if (!reserveDisallowed) {