From 545dc6958d830d515ca1cdccc0e4b87de0a50a81 Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Sat, 23 Dec 2017 03:16:42 -0500
Subject: [PATCH] Check for free tanks

---
 src/uncategorized/seBirth.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/seBirth.tw b/src/uncategorized/seBirth.tw
index ec3d9ed239b..147c9fe6453 100644
--- a/src/uncategorized/seBirth.tw
+++ b/src/uncategorized/seBirth.tw
@@ -949,7 +949,7 @@ Childbirth has @@.lime;stretched out $possessive vagina.@@
 				<<replace `"#" + _dispositionId`>>
 				    <<if $freeTanks < _count>>
 						<<set _count = $freeTanks>>
-						You only have enough free tanks in $incubatorName for _count of herr children.
+						You only have enough free tanks in $incubatorName for _count of her children.
 					<</if>>
 					<<set $slaves[$i].reservedChildren = _count>>
 					You have decided to send the child<<if _count > 1>>ren<</if>> to $incubatorName, to be grown and eventually trained as <<if _count == 1>>a <</if>>new slave<<if _count > 1>>s<</if>>.
-- 
GitLab