From 07c9c1268f4a429cf5781ebf0e99cf877934da11 Mon Sep 17 00:00:00 2001 From: Frankly George <54015-franklygeorge@users.noreply.gitgud.io> Date: Sun, 21 Jan 2024 15:39:02 +0000 Subject: [PATCH] Changed 'Birthshow ' to 'Birthshow: '. Line 6954 of the original has 'Birthshow: ', while line 3700 has 'Birthshow '. I agree that it should be 'Birthshow: ' and have changed it on line 3700 for consistency. --- 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 9e7b694bb34..f8a8279de34 100644 --- a/src/js/birth/birth.js +++ b/src/js/birth/birth.js @@ -3697,7 +3697,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false, artRen } r.push(`basking in his attention as he strips ${him}. Placing ${his} child outside the room, ${he} returns to get more intimate with ${his} catch.`); } else { - r.push(`While managing ${V.brothelName}, ${slave.slaveName}'s water breaks. Knowing ${he} lacks the time to leave, ${he} sets up a sign reading "Birthshow ${cashFormat(100)} a viewer" and takes a seat.`); + r.push(`While managing ${V.brothelName}, ${slave.slaveName}'s water breaks. Knowing ${he} lacks the time to leave, ${he} sets up a sign reading "Birthshow: ${cashFormat(100)} a viewer" and takes a seat.`); humiliation = 1; r.push(clothingBirth()); r.push(`Upon completing ${his} show, ${he} reclines with ${firstText} child and begins counting the credits ${he} bought in. In total ${he} made ${cashFormat(100 * birthScene)} and feels that business will be up in the brothel as patrons line up hoping another showing.`); @@ -6951,7 +6951,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false, artRen break; case Job.MADAM: - r.push(`While managing ${V.brothelName}, ${slave.slaveName}'s water breaks. Knowing ${he} lacks the time to leave, ${he} sets up a sign reading "Birthshow ${cashFormat(100)} a viewer" and takes a seat.`); + r.push(`While managing ${V.brothelName}, ${slave.slaveName}'s water breaks. Knowing ${he} lacks the time to leave, ${he} sets up a sign reading "Birthshow: ${cashFormat(100)} a viewer" and takes a seat.`); humiliation = 1; r.push(clothingBirth()); r.push(`Upon completing ${his} show, ${he} reclines with ${his} ${slave.pregType} ${children} and begins counting the credits ${he} bought in. In total ${he} made ${cashFormat(100 * birthScene)} and feels that business will be up in the brothel as patrons line up hoping another showing.`); -- GitLab