From 9f0baa53fb6752801a8fc23a461a90e90d4344b2 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 17 Sep 2020 02:12:04 -0400
Subject: [PATCH] fix

---
 js/birth.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/birth.js b/js/birth.js
index b6ee4880d67..c4238256bb5 100644
--- a/js/birth.js
+++ b/js/birth.js
@@ -5092,7 +5092,7 @@ globalThis.broodmotherBirth = function(slave) {
 									r.push(`the main room of the master suite.`);
 								}
 							} else {
-								r.push(`After struggling to strip and tipping into one of the various seats around the room, ${he} prepares to give birth. ${He} gets comfortable and begins to push out ${firstText} baby${UH}. ${His} child> is promptly taken and, following a shower and fresh change of clothes, ${he} is returned to`);
+								r.push(`After struggling to strip and tipping into one of the various seats around the room, ${he} prepares to give birth. ${He} gets comfortable and begins to push out ${firstText} baby${UH}. ${His} child is promptly taken and, following a shower and fresh change of clothes, ${he} is returned to`);
 								if (V.masterSuiteUpgradeLuxury === 1) {
 									r.push(`your big bed.`);
 								} else if (V.masterSuiteUpgradeLuxury === 2) {
-- 
GitLab