The monitoring system detects $his body is not able to support further increases in height, so it carefully regulates stimulant injections to @@.yellow;maintain $his current stature.@@
<<set $cribs[_nur].height = _heightLimit>>
<<elseif $nurseryGrowthStimsSetting == 2>>
<<if $cribs[_nur].geneMods.NCS == 1>>
The monitoring system floods $his body with growth stimulants, but $his @@.orange;NCS prevents an increase in $his growth rate.@@
<<set $cribs[_nur].height = _heightLimitAge>>
<<else>>
The monitoring system floods $his body with growth stimulants, causing @@.green;a sharp increase in growth rate.@@
The monitoring system detects $he is near the expected height for $his @@.orange;NCS@@ condition, so it carefully regulates stimulants injections to @@.yellow;maintain $his current stature.@@
<<set $cribs[_nur].height = _heightLimitAge>>
<<elseif $cribs[_nur].height > _heightLimitAge>>
The monitoring system detects $he is near the expected height, so it carefully regulates stimulants injections to @@.yellow;maintain $his current stature.@@
<<if random(1,10) == 10>>
<<set $cribs[_nur].height += random(0,1)>>
<</if>>
<<else>>
The monitoring system detects $his body is capable of developing more rapidly and @@.green;increases $his growth stimulant dosage.@@