diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index 35a7b19c5b95d28df79c248fcd3d77123b3a7de8..023bed3832e1ef57f23b3ef649e9f328433b65fc 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -1400,55 +1400,63 @@ You slowly strip down, gauging $his reactions to your show, until you are fully <<if (($activeSlave.geneMods.NCS == 0) && ((_momInterest == "dick") || (_dadInterest == "dick")))>> <br>You noticed $his interest in $his <<if _momInterest == "dick" && _dadInterest == "dick">>parents'<<elseif _momInterest == "dick">>mother's<<else>>father's<</if>> enormous cock while $he was around them. - <<if $activeSlave.dick >= 10 && $arcologies[0].FSAssetExpansionistResearch == 1>> - <br><<link "Start $him on a regimen of hyper penis growth drugs">> - <<set $activeSlave.devotion += 25>> - <<set $activeSlave.trust += 20>> - <<set $activeSlave.dick += 3>> - <<set $activeSlave.drugs = "hyper penis enhancement">> - <<replace "#result">> - $He squeals in protest as you inject $his penis with its first dosage of HA-HGH, though $he changes $his tune by the end of the day once $he realizes $his dick feels heavier. By the end of the week, $he's @@.hotpink;deliriously happy@@ over $his meaty cock and @@.mediumaquamarine;hopes@@ you'll let it grow even larger. - <</replace>> - <</link>> - <<elseif $activeSlave.dick < 10>> - <br><<link "Start $him on a regimen of penis growth drugs">> - <<set $activeSlave.devotion += 15>> - <<set $activeSlave.trust += 10>> - <<set $activeSlave.dick += 1>> - <<set $activeSlave.drugs = "penis enhancement">> - <<replace "#result">> - $He squeals in protest as you inject $his cock with its first dosage of A-HGH, though $he changes $his tune by the end of the week once $he realizes $his dick feels heavier than before. $He's @@.hotpink;deliriously happy@@ that $his penis is steadily growing and @@.mediumaquamarine;hopes@@ you'll make it even larger. - <</replace>> - <</link>> + <<if $activeSlave.dick > 0>> + <<if $activeSlave.dick >= 10 && $arcologies[0].FSAssetExpansionistResearch == 1>> + <br><<link "Start $him on a regimen of hyper penis growth drugs">> + <<set $activeSlave.devotion += 25>> + <<set $activeSlave.trust += 20>> + <<set $activeSlave.dick += 3>> + <<set $activeSlave.drugs = "hyper penis enhancement">> + <<replace "#result">> + $He squeals in protest as you inject $his penis with its first dosage of HA-HGH, though $he changes $his tune by the end of the day once $he realizes $his dick feels heavier. By the end of the week, $he's @@.hotpink;deliriously happy@@ over $his meaty cock and @@.mediumaquamarine;hopes@@ you'll let it grow even larger. + <</replace>> + <</link>> + <<elseif $activeSlave.dick < 10>> + <br><<link "Start $him on a regimen of penis growth drugs">> + <<set $activeSlave.devotion += 15>> + <<set $activeSlave.trust += 10>> + <<set $activeSlave.dick += 1>> + <<set $activeSlave.drugs = "penis enhancement">> + <<replace "#result">> + $He squeals in protest as you inject $his cock with its first dosage of A-HGH, though $he changes $his tune by the end of the week once $he realizes $his dick feels heavier than before. $He's @@.hotpink;deliriously happy@@ that $his penis is steadily growing and @@.mediumaquamarine;hopes@@ you'll make it even larger. + <</replace>> + <</link>> + <<else>> + $His dick is already so huge that basic growth drugs will not have a noticeable enough effect to sate $his curiosity. + <</if>> <<else>> - $His dick is already so huge that basic growth drugs will not have a noticeable enough effect to sate $his curiosity. + $He has no dick of $his own, so there is little you can do to satisfy $his curiosity. <</if>> <</if>> <<if (($activeSlave.geneMods.NCS == 0) && ((_momInterest == "balls") || (_dadInterest == "balls")))>> <br>You noticed $his interest in $his <<if _momInterest == "balls" && _dadInterest == "balls">>parents'<<elseif _momInterest == "balls">>mother's<<else>>father's<</if>> pendulous testicles while $he was around them. - <<if $activeSlave.balls >= 6 && $arcologies[0].FSAssetExpansionistResearch == 1>> - <br><<link "Start $him on a regimen of hyper testicle growth drugs">> - <<set $activeSlave.devotion += 25>> - <<set $activeSlave.trust += 20>> - <<set $activeSlave.balls += 10>> - <<set $activeSlave.drugs = "hyper testicle enhancement">> - <<replace "#result">> - $He squeals in protest as you inject $his testicles with their first dosage of HA-HGH, though $he changes $his tune by the end of the day once $he realizes $his nuts feel heavier. By the end of the week, $he's @@.hotpink;deliriously happy@@ over $his swollen balls and @@.mediumaquamarine;hopes@@ you'll let them grow even larger. - <</replace>> - <</link>> - <<elseif $activeSlave.balls < 6>> - <br><<link "Start $him on a regimen of testicle growth drugs">> - <<set $activeSlave.devotion += 15>> - <<set $activeSlave.trust += 10>> - <<set $activeSlave.balls += 1>> - <<set $activeSlave.drugs = "testicle enhancement">> - <<replace "#result">> - $He squeals in protest as you inject $his testicles with their first dosage of A-HGH, though $he changes $his tune by the end of the week once $he realizes $his nuts feel heavier and fuller than before. $He's @@.hotpink;deliriously happy@@ that $his balls are steadily swelling and @@.mediumaquamarine;hopes@@ you'll make them even larger. - <</replace>> - <</link>> + <<if $activeSlave.balls > 0>> + <<if $activeSlave.balls >= 6 && $arcologies[0].FSAssetExpansionistResearch == 1>> + <br><<link "Start $him on a regimen of hyper testicle growth drugs">> + <<set $activeSlave.devotion += 25>> + <<set $activeSlave.trust += 20>> + <<set $activeSlave.balls += 10>> + <<set $activeSlave.drugs = "hyper testicle enhancement">> + <<replace "#result">> + $He squeals in protest as you inject $his testicles with their first dosage of HA-HGH, though $he changes $his tune by the end of the day once $he realizes $his nuts feel heavier. By the end of the week, $he's @@.hotpink;deliriously happy@@ over $his swollen balls and @@.mediumaquamarine;hopes@@ you'll let them grow even larger. + <</replace>> + <</link>> + <<elseif $activeSlave.balls < 6>> + <br><<link "Start $him on a regimen of testicle growth drugs">> + <<set $activeSlave.devotion += 15>> + <<set $activeSlave.trust += 10>> + <<set $activeSlave.balls += 1>> + <<set $activeSlave.drugs = "testicle enhancement">> + <<replace "#result">> + $He squeals in protest as you inject $his testicles with their first dosage of A-HGH, though $he changes $his tune by the end of the week once $he realizes $his nuts feel heavier and fuller than before. $He's @@.hotpink;deliriously happy@@ that $his balls are steadily swelling and @@.mediumaquamarine;hopes@@ you'll make them even larger. + <</replace>> + <</link>> + <<else>> + $His balls are already so huge that basic growth drugs will not have a noticeable enough effect to sate $his curiosity. + <</if>> <<else>> - $His balls are already so huge that basic growth drugs will not have a noticeable enough effect to sate $his curiosity. + $He has no balls of $his own, so there is little you can do to satisfy $his curiosity. <</if>> <</if>>