From e20b4ac08554e23a5b066ab4238f9bedec866249 Mon Sep 17 00:00:00 2001 From: pregmodfan <pregmodfan@cock.li> Date: Wed, 14 Nov 2018 01:13:02 +0200 Subject: [PATCH] sanity check - <<<< --- src/facilities/nursery/nursery.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw index 5cafb22b9a7..c5138dc45a3 100644 --- a/src/facilities/nursery/nursery.tw +++ b/src/facilities/nursery/nursery.tw @@ -465,7 +465,7 @@ Target age for release: <<textbox "$targetAgeNursery" $targetAgeNursery "Nursery <<for $i = 0; $i < $nurseryBabies; $i++>> <<capture $i>> <<setLocalPronouns $cribs[$i]>> - <br><<link "<<= SlaveFullName($cribs[$i])>>" "Child Interact">><<set $activeSlave = $cribs[$i]>><<<</link>> occupies this room. $He is <<if $cribs[$i].genes == "XX">>a natural girl<<else>>a natural boy<</if>>, with $cribs[$i].hColor hair<<if $cribs[$i].eyes != -2>> and $cribs[$i].eyeColor eyes.<<else>>. $He is blind.<</if>> + <br><<link "<<= SlaveFullName($cribs[$i])>>" "Child Interact">><<set $activeSlave = $cribs[$i]>><</link>> occupies this room. $He is <<if $cribs[$i].genes == "XX">>a natural girl<<else>>a natural boy<</if>>, with $cribs[$i].hColor hair<<if $cribs[$i].eyes != -2>> and $cribs[$i].eyeColor eyes.<<else>>. $He is blind.<</if>> /*Statistical projections indicates that once released $he will be around <<= heightToEitherUnit($cribs[$i].height + random(-5,5))>> tall. TODO: would this make sense to include?*/ Most likely $he will be <<if $cribs[$i].weight <= 30 && $cribs[$i].weight >= -30>> at a healthy weight and -- GitLab