From d37b58b1c5974b61ed3a0e78be0f95289eb18004 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 25 Feb 2019 22:50:38 -0500
Subject: [PATCH] Fixed incubator

---
 src/pregmod/incubator.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw
index 829c41b4856..c4681d40bf9 100644
--- a/src/pregmod/incubator.tw
+++ b/src/pregmod/incubator.tw
@@ -72,7 +72,7 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $
 <<for _u = 0; _u < _SL; _u++>>
 	<<setLocalPronouns $slaves[_u]>>
 	<<if $slaves[_u].preg > 0 && $slaves[_u].broodmother == 0 && $slaves[_u].pregKnown == 1 && $slaves[_u].eggType == "human">>
-	<<if ($slaves[_u].assignment == "work in the dairy" && $dairyPregSetting > 0) || $activeSlave.assignment == "be your agent" || "live with your agent">>
+	<<if ($slaves[_u].assignment == "work in the dairy" && $dairyPregSetting > 0) || $activeSlave.assignment == "be your agent" || $activeSlave.assignment == "live with your agent">>
 	<<else>>
 		<<set _slaveId = "slave-" + $slaves[_u].ID>>
 		<<set _WL = $slaves[_u].womb.length>>
-- 
GitLab