From 6dccf68eb22c9d0e97d3f18215e5c55ac76f2e89 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 21 Sep 2020 00:40:03 -0400 Subject: [PATCH] birthed --- js/birth/birth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/birth/birth.js b/js/birth/birth.js index aba02ea0494..3f185a14b92 100644 --- a/js/birth/birth.js +++ b/js/birth/birth.js @@ -20,7 +20,6 @@ globalThis.allBirths = function() { const seed = random(1, 100); let csec = 0; let slaveDead = 0; - V.birthed = 1; let birthDamage = 0; let _newMother = 0; const dispositionId = _.uniqueId('babyDisposition-'); @@ -58,6 +57,7 @@ globalThis.allBirths = function() { function sePrebirthCheck(slave) { + V.birthed = 1; /* birth complications calcs */ if (slave.counter.laborCount === 0 && slave.counter.birthsTotal === 0) { V.birthDamage += 2; -- GitLab