From ed1db185239edbbb113ccf8da80f7afdf5ffc441 Mon Sep 17 00:00:00 2001 From: corncobman21 <corncobman21@hotmail.com> Date: Sat, 23 Dec 2017 03:16:06 -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 6e81096de22..ec3d9ed239b 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 your children. + You only have enough free tanks in $incubatorName for _count of herr 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