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

Add a link to send to incubator after birth

parent 4e2254ae
No related branches found
No related tags found
No related merge requests found
...@@ -943,6 +943,17 @@ Childbirth has @@.lime;stretched out $possessive vagina.@@ ...@@ -943,6 +943,17 @@ Childbirth has @@.lime;stretched out $possessive vagina.@@
<</replace>> <</replace>>
<</link>> <</link>>
//Will cost <<print cashFormat(500)>> weekly// //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>> <</capture>>
<</if>> <</if>>
<</span>> <</span>>
......
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