diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index 829c41b4856af857c6cccf5b4c1723af1bf86f0d..c4681d40bf9d856b767b3e2c41fb7e4d0a6ec8b5 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>>