From 59055b8340ebaaa42172ee26f61ba4f77c797167 Mon Sep 17 00:00:00 2001 From: corncobman21 <corncobman21@hotmail.com> Date: Sat, 23 Dec 2017 02:44:23 -0500 Subject: [PATCH] Add a link to send the babies to the incubator after birth --- src/pregmod/sePlayerBirth.tw | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw index 286a16293e0..b4345de49b9 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>> -- GitLab