From ac918a87c35155ce020c2e13bf3a6709294e3c7d Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sat, 26 Sep 2020 02:35:32 -0400 Subject: [PATCH] small fix --- src/js/birth/birth.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/js/birth/birth.js b/src/js/birth/birth.js index cf023f27a6a..773834b200f 100644 --- a/src/js/birth/birth.js +++ b/src/js/birth/birth.js @@ -5538,7 +5538,6 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {}) function ampBirth() { const el = document.createElement("p"); let He2, he2, his2; - let bw; const r = []; const babies = slave.pregType > 1 ? `babies` : `baby`; const children = slave.pregType > 1 ? `children` : `child`; @@ -5586,7 +5585,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {}) case "be a subordinate slave": { const domSlave = getSlave(slave.subTarget); - if (bw) { + if (domSlave) { ({he2} = getPronouns(domSlave).appendSuffix("2")); } if (slave.fetish === "mindbroken") { -- GitLab