From f3301b4a216e7247b02bda691d30e77527209e43 Mon Sep 17 00:00:00 2001 From: turnop <17540-turnop@users.noreply.gitgud.io> Date: Mon, 21 Sep 2020 11:24:16 -0700 Subject: [PATCH] Update birth.js --- js/birth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/birth.js b/js/birth.js index 36efc8e4e06..4f34fbb8f47 100644 --- a/js/birth.js +++ b/js/birth.js @@ -2053,7 +2053,7 @@ globalThis.deadlyBirth = function(slave, curBabies) { // "DeadlyBirth">> r.push(`agape. An unfortunate loss.`); } App.Events.addParagraph(el, r); - if (V.arcologies[0].FSRestart !== "unset" && slave.breedingMark === 1 && V.propOutcome === 1 && (slave.pregSource === -1 || slave.pregSource === -6) && V.eugenicsFullControl !== 1 && v.FSNeoImperialistLaw2 === 1) { + if (V.arcologies[0].FSRestart !== "unset" && slave.breedingMark === 1 && V.propOutcome === 1 && (slave.pregSource === -1 || slave.pregSource === -6) && V.eugenicsFullControl !== 1 && V.FSNeoImperialistLaw2 === 1) { const div = document.createElement("div"); div.append(`The Barons `); App.UI.DOM.appendNewElement("span", div, `are furious `, "red"); -- GitLab