From 406a5c837a1c780cdeed44b700674dd68ac45135 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Sat, 26 Jun 2021 05:32:41 +0000 Subject: [PATCH] Fix "trouble birthing birthing her baby" --- src/js/birth/birth.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/birth/birth.js b/src/js/birth/birth.js index 76e4ccaa7d1..a528e0ac53a 100644 --- a/src/js/birth/birth.js +++ b/src/js/birth/birth.js @@ -591,7 +591,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {}) r.push([ `${His} young body had`, App.UI.DOM.makeElement("span", `trouble birthing`, ["health", "dec"]), - `birthing ${his} ${babies}.` + `${his} ${babies}.` ]); birthDamage += 1; compoundCondition = 1; @@ -614,7 +614,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {}) r.push([ `${His} old body had`, App.UI.DOM.makeElement("span", `trouble birthing`, ["health", "dec"]), - `birthing ${his} ${babies}.` + `${his} ${babies}.` ]); birthDamage += 1; compoundCondition = 1; -- GitLab