diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw index 5335d3ef760f5f5a20e011ce8205ddf98e86e10a..fef2039c4e666313a4eed8d92070d22957c5120f 100644 --- a/src/pregmod/incubatorReport.tw +++ b/src/pregmod/incubatorReport.tw @@ -172,7 +172,6 @@ <<set $tanks[_inc].height += random(0,1)>> <</if>> <</if>> - <<elseif $incubatorGrowthStimsSetting == 1>> <<if $tanks[_inc].height > _heightLimitAge>> The monitoring system detects she is near the expected height, so it carefully regulates stimulants injections to @@.yellow;maintain current stature.@@ diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw index b150fff7b1056d54872963328164a56a9ac56418..bb2592996de2f91730ddc13f8ceab462305a6ca7 100644 --- a/src/uncategorized/saDrugs.tw +++ b/src/uncategorized/saDrugs.tw @@ -364,27 +364,21 @@ /*Hormones*/ <<if $slaves[$i].hormones == 2 || $slaves[$i].hormones == -2>> <<set _growth-->> - The massive quantities of sexual hormones flooding $possessive body limits the effectiveness of the treatment<<if $slaves[$i].hormoneBalance <= 0>>, but<<else>> and<</if>> + The massive quantities of sexual hormones flooding $possessive body limits the effectiveness of the treatment. <<elseif $slaves[$i].hormones == 0>> <<set _growth += 0.2>> - In the absence of significant levels of sexual hormones, the treatment is more effective <<if $slaves[$i].hormoneBalance <= 0>> and<<else>>, but<</if>> + In the absence of significant levels of sexual hormones, the treatment is more effective. <<elseif $slaves[$i].hormones == 1 || $slaves[$i].hormones == -1>> - $possessiveCap low level of sexual hormones allow the treatment to work undisturbed<<if $slaves[$i].hormoneBalance <= 0>> and<<else>>, but<</if>> + $possessiveCap low level of sexual hormones allow the treatment to work undisturbed. <</if>> /*hormone balance*/ <<if $slaves[$i].hormoneBalance <= -50>> - $possessive heavily masculine hormonal balance supports the stimulants work. <<set _growth += 0.5>> <<elseif $slaves[$i].hormoneBalance <= -25>> - $possessive masculine hormonal balance allows the stimulants to act freely. <<set _growth += 0.2>> - <<elseif $slaves[$i].hormoneBalance < 25>> - $possessive neutral hormonal balance does not hinder the stimulants work. <<elseif $slaves[$i].hormoneBalance < 50>> - $possessive feminine hormonal balance restricts the stimulants efficacy. <<set _growth -= 0.2>> <<else>> - $possessive heavily feminine hormonal balance hinders the stimulants progress. <<set _growth -= 0.5>> <</if>> /*diet*/