diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index 286a16293e0af96072fdb1e47acc553a1da80331..b4345de49b9b875228fb0396ecdb1aa85a336e5a 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -553,6 +553,16 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 		| <<link "Breeding School">><<replace "#choice">><<print "You have decided to send them to be raised into a proper breeder. Perhaps you'll even see them again, though it's unlikely you'll recognize them with their reproduction focused body.">><</replace>><<set $breederOrphanageTotal += $PC.pregType>><</link>>
 	<</if>>
 	<<if $Cash4Babies == 1>> | <<link "Auction Them">><<replace "#choice">><<print "You send the child to be sold at auction amongst other prestigious slaves. The winning bid for your offspring came in at @@.yellowgreen;<<print cashFormat(1000*$seed)>>.@@">><</replace>><<set $cash += 1000*$seed*$PC.pregType>><</link>><</if>>
+	
+	<<if $tanks.length < $incubator>>
+		| <<link $incubatorNameCaps>>
+			<<replace "#choice">>
+				<<set $PC.reservedChildren = _count>>
+				You have decided to send your 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>>.
+				<<include "Incubator Workaround">>
+			<</replace>>
+		<</link>>
+	<</if>>
 	</span>
 <</if>>