Skip to content
Snippets Groups Projects
Commit 2c18b62e authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

Pregmod v1021-39

See merge request pregmodfan/fc-pregmod!830
parents 18dbde6a 30930562
No related branches found
No related tags found
No related merge requests found
...@@ -7370,21 +7370,21 @@ You tell her kindly that you understand, and that she'll be trained to address t ...@@ -7370,21 +7370,21 @@ You tell her kindly that you understand, and that she'll be trained to address t
<<EventNameDelink $activeSlave>> <<EventNameDelink $activeSlave>>
<<replace "#result">> <<replace "#result">>
You load the injection gun you keep in your desk, and tap it repeatedly against the cooperative slave's You load the injection gun you keep in your desk, and tap it repeatedly against the cooperative slave's
<<if $seed == "boobs">> <<if _injection == "boobs">>
tits, tits,
<<elseif $seed == "butt">> <<elseif _injection == "butt">>
rear end, rear end,
<<elseif $seed == "lips">> <<elseif _injection == "lips">>
lips, lips,
<<elseif $seed == "dick">> <<elseif _injection == "dick">>
cock, cock,
<<elseif $seed == "dickMinus">> <<elseif _injection == "dickMinus">>
girly dick, girly dick,
<</if>> <</if>>
producing a hiss each time as pressurized gas painlessly drives the drugs deep into her tissues. She leaves @@.hotpink;thanking@@ you profusely, massaging herself in anticipation. producing a hiss each time as pressurized gas painlessly drives the drugs deep into her tissues. She leaves @@.hotpink;thanking@@ you profusely, massaging herself in anticipation.
<<set $activeSlave.devotion += 2>> <<set $activeSlave.devotion += 2>>
Before the end of the week, her Before the end of the week, her
<<if $seed == "boobs">> <<if _injection == "boobs">>
@@.lime;boobs have grown,@@ delighting her. @@.lime;boobs have grown,@@ delighting her.
<<if ($activeSlave.markings == "freckles") || ($activeSlave.markings == "heavily freckled")>> <<if ($activeSlave.markings == "freckles") || ($activeSlave.markings == "heavily freckled")>>
She proudly shows your other slaves her breast growth by keeping track of the increasing distance between a couple of chosen freckles on the front of her boobs. She proudly shows your other slaves her breast growth by keeping track of the increasing distance between a couple of chosen freckles on the front of her boobs.
...@@ -7392,17 +7392,17 @@ You tell her kindly that you understand, and that she'll be trained to address t ...@@ -7392,17 +7392,17 @@ You tell her kindly that you understand, and that she'll be trained to address t
<<set $activeSlave.boobs += 200>> <<set $activeSlave.boobs += 200>>
The dose of growth hormones necessary to cause such rapid tissue changes left her feeling @@.red;rather ill,@@ but she is recovering normally. The dose of growth hormones necessary to cause such rapid tissue changes left her feeling @@.red;rather ill,@@ but she is recovering normally.
<<set $activeSlave.health -= 10>> <<set $activeSlave.health -= 10>>
<<elseif $seed == "butt">> <<elseif _injection == "butt">>
@@.lime;buttocks have grown,@@ delighting her. @@.lime;buttocks have grown,@@ delighting her.
<<set $activeSlave.butt += 1>> <<set $activeSlave.butt += 1>>
The dose of growth hormones necessary to cause such rapid tissue changes left her feeling @@.red;rather ill,@@ but she is recovering normally. The dose of growth hormones necessary to cause such rapid tissue changes left her feeling @@.red;rather ill,@@ but she is recovering normally.
<<set $activeSlave.health -= 10>> <<set $activeSlave.health -= 10>>
<<elseif $seed == "lips">> <<elseif _injection == "lips">>
@@.lime;lips have swelled,@@ delighting her. @@.lime;lips have swelled,@@ delighting her.
<<set $activeSlave.lips += 10>> <<set $activeSlave.lips += 10>>
The dose of growth hormones necessary to cause such rapid tissue changes left her feeling @@.red;rather ill,@@ but she is recovering normally. The dose of growth hormones necessary to cause such rapid tissue changes left her feeling @@.red;rather ill,@@ but she is recovering normally.
<<set $activeSlave.health -= 10>> <<set $activeSlave.health -= 10>>
<<elseif $seed == "dick">> <<elseif _injection == "dick">>
@@.lime;cock has grown,@@ delighting her. @@.lime;cock has grown,@@ delighting her.
<<set $activeSlave.dick += 1>> <<set $activeSlave.dick += 1>>
<<if $activeSlave.balls < 5>> <<if $activeSlave.balls < 5>>
...@@ -7413,7 +7413,7 @@ You tell her kindly that you understand, and that she'll be trained to address t ...@@ -7413,7 +7413,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
<</if>> <</if>>
The dose of growth hormones and male hormone treatment necessary to cause such rapid change left her feeling @@.red;rather ill,@@ but she is recovering normally. The dose of growth hormones and male hormone treatment necessary to cause such rapid change left her feeling @@.red;rather ill,@@ but she is recovering normally.
<<set $activeSlave.health -= 10>> <<set $activeSlave.health -= 10>>
<<elseif $seed == "dickMinus">> <<elseif _injection == "dickMinus">>
@@.orange;dick has shrunk,@@ delighting her. @@.orange;dick has shrunk,@@ delighting her.
<<set $activeSlave.dick -= 1>> <<set $activeSlave.dick -= 1>>
<<if $activeSlave.balls > 1>> <<if $activeSlave.balls > 1>>
...@@ -89,9 +89,9 @@ ...@@ -89,9 +89,9 @@
<br> <br>
<</if>> <</if>>
<<for _i = 0; _i < $HGTrainSlavesIDs.length; _i++>> <<for _hgtsidx = 0; _hgtsidx < $HGTrainSlavesIDs.length; _hgtsidx++>>
<<if $slaves[$i].ID == $HGTrainSlavesIDs[_i].ID>> <<if $slaves[$i].ID == $HGTrainSlavesIDs[_hgtsidx].ID>>
<<set $activeSlave = $slaves[$i], $HGtraining = $HGTrainSlavesIDs[_i].training>> <<set $activeSlave = $slaves[$i], $HGtraining = $HGTrainSlavesIDs[_hgtsidx].training>>
<<include "HG Application">> <<include "HG Application">>
<br> <br>
<</if>> <</if>>
......
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