Skip to content
Snippets Groups Projects
Commit 59055b83 authored by corncobman21's avatar corncobman21
Browse files

Add a link to send the babies to the incubator after birth

parent da03b8fb
No related branches found
No related tags found
No related merge requests found
...@@ -553,6 +553,16 @@ You arrange yourself to give birth, relaxing until your body urges you to begin ...@@ -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>> | <<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>>
<<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 $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> </span>
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment