From da03b8fbfa70dd3ec0e6221e4dc0569a776efc5f Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Sat, 23 Dec 2017 02:42:45 -0500
Subject: [PATCH] Add a link to send to incubator after birth

---
 src/uncategorized/seBirth.tw | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/uncategorized/seBirth.tw b/src/uncategorized/seBirth.tw
index 13d3454512d..b31054c8925 100644
--- a/src/uncategorized/seBirth.tw
+++ b/src/uncategorized/seBirth.tw
@@ -943,6 +943,17 @@ Childbirth has @@.lime;stretched out $possessive vagina.@@
 			<</replace>>
 		<</link>> 
 		//Will cost <<print cashFormat(500)>> weekly//
+		
+		<<if $tanks.length < $incubator>>
+			| <<link $incubatorNameCaps>>
+				<<replace `"#" + _dispositionId`>>
+					<<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>>.
+					<<set $slaveOrphanageTotal -= _count>>
+					<<seBirthToIncubator>>
+				<</replace>>
+			<</link>>
+		<</if>>
 		<</capture>>
 	<</if>>
 	<</span>>
-- 
GitLab