diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index b30f22b6c81adff7b812800fa5af14b278dd13ca..b485e7117caf7f80603acc76674b98f92b5d9dab 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -1,4 +1,4 @@
-
+
 **anything labeled accepts string will return any string entered into it**
 
 slaveName:
@@ -1765,6 +1765,7 @@ drugs:
 "breast redistributors"
 "butt redistributors"
 "sag-B-gone"
+"growth stimulants"
 
 aphrodisiacs:
 
diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index c4375efcc8e951f9127d07b820650a5bb7278607..c55a8908e3160ef2ce7df0c516ae28c18cc77af9 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -2581,6 +2581,7 @@ __I do not give credit without explicit permission to do so.__ If you have contr
 <br>''onithyr'' for various little tweaks and additions.
 <br>''anonNeo'' for spellchecking.
 <br>''Utopia'' for dirty dealings gang leader focus and updates to it.
+<br>''hexall90'' for height growth drugs.
 <br>''Bane70'' optimized huge swaths of code with notable professionalism.
 <br>''Circle Tritagonist'' provided several new collars and outfits.
 <br>''Qotsafan'' submitted bugfixes.
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index bbe2f2e1a3ca1c0f4d208d87990608176f1a1a29..7bc2eff7765ac92fca76054557c546aa60e056d4 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -458,9 +458,11 @@ DairyRestraintsSetting($dairyRestraintsSetting)
 <<set $incubatorUpgradeSpeed = 5>>
 <<set $incubatorUpgradeWeight = 0>>
 <<set $incubatorUpgradeMuscles = 0>>
+<<set $incubatorUpgradeGrowthStims = 0>>
 <<set $incubatorUpgradeReproduction = 0>>
 <<set $incubatorWeightSetting = 0>>
 <<set $incubatorMusclesSetting = 0>>
+<<set $incubatorGrowthStimsSetting = 0>>
 <<set $incubatorReproductionSetting = 0>>
 <<set $incubatorName = "the Incubator">>
 <<set $incubatorNameCaps = "The Incubator">>
@@ -815,6 +817,7 @@ DairyRestraintsSetting($dairyRestraintsSetting)
 <<set $dietCleanse = 0>>
 <<set $cumProDiet = 0>>
 <<set $curativeUpgrade = 0>>
+<<set $growthStim = 0>>
 <<set $aphrodisiacUpgrade = 0>>
 <<set $aphrodisiacUpgradeRefine = 0>>
 <<set $healthyDrugsUpgrade = 0>>
@@ -1065,6 +1068,9 @@ FertilityAge($fertilityAge)
 <<set $precociousPuberty = 0>>
 <<set $targetAge = $minimumSlaveAge>>
 
+<<set $pubertyLength = 5>>
+<<set $maxGrowthAge = 24>>
+
 /% Begin mod section: toggle whether slaves lisp. %/
 <<set $disableLisping = 0>>
 /% End mod section: toggle whether slaves lisp. %/
diff --git a/src/js/economyJS.tw b/src/js/economyJS.tw
index 0d80f3c45d7a67f31f7334bdbd4942a721fc01d1..b2049889d2ea7679947c2332325b8a4bd2870278 100644
--- a/src/js/economyJS.tw
+++ b/src/js/economyJS.tw
@@ -39,6 +39,7 @@ window.getCost = function(array) {
 	+ (0.2 * State.variables.incubatorUpgradeWeight * incubator * facilityCost)
 	+ (0.2 * State.variables.incubatorUpgradeMuscles * incubator * facilityCost)
 	+ (0.2 * State.variables.incubatorUpgradeReproduction * incubator * facilityCost)
+	+ (0.2 * State.variables.incubatorUpgradeGrowthStims * incubator * facilityCost)
 	+ (0.5 * State.variables.incubatorUpgradeSpeed * incubator * facilityCost);
 	
 	if(dairy > 0) {
@@ -51,7 +52,7 @@ window.getCost = function(array) {
 		costs += State.variables.clubAdsSpending;
 	}
 	if(incubator > 0) {
-		costs += ((State.variables.incubatorWeightSetting + State.variables.incubatorMusclesSetting + State.variables.incubatorReproductionSetting) * 500);
+		costs += ((State.variables.incubatorWeightSetting + State.variables.incubatorMusclesSetting + State.variables.incubatorReproductionSetting + State.variables.incubatorGrowthStimsSetting) * 500);
 	}
 	if(State.variables.masterSuitePregnancySlaveLuxuries === 1) {
 		costs += 500;
@@ -409,6 +410,7 @@ window.getSlaveCost = function(s) {
 	case 'intensive butt injections': case 'intensive penis enhancement': case 'intensive testicle enhancement':
 	case 'intensive lip injections': case 'hyper breast injections': case 'hyper butt injections':
 	case 'hyper penis enhancement': case 'hyper testicle enhancement': case 'hyper lip injections':
+	case 'growth stimulants':
 		cost += drugsCost * 5;
 		break;
 	case 'sag-B-gone':
diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw
index 300a7800aaf503e736013a9872d9fc3f7a8d187a..667de802d62f48d5a8b402477f11dcc7af49827a 100644
--- a/src/pregmod/incubator.tw
+++ b/src/pregmod/incubator.tw
@@ -18,7 +18,7 @@ $incubatorNameCaps is a clean, cold hall designed to be lined with tanks and the
 <<elseif $incubatorSlaves > 0>>
 	It's barely used; most of the tanks lie dormant.
 <<else>>
-	It's empty and quiet. [[Decommission the incubator|Main][$incubator = 0, $incubatorUpgradeSpeed = 5, $incubatorUpgradeWeight = 0, $incubatorUpgradeMuscles = 0, $incubatorUpgradeReproduction = 0, $tanks = []]]
+	It's empty and quiet. [[Decommission the incubator|Main][$incubator = 0, $incubatorUpgradeSpeed = 5, $incubatorUpgradeWeight = 0, $incubatorUpgradeMuscles = 0, $incubatorUpgradeReproduction = 0, $incubatorUpgradeGrowthStims = 0, $incubatorWeightSetting = 0, $incubatorMusclesSetting = 0, $incubatorReproductionSetting = 0, $incubatorGrowthStimsSetting = 0, $tanks = []]]
 <</if>>
 
 <br>It can support $incubator <<if $incubator == 1>>child<<else>>children<</if>>.
@@ -193,6 +193,15 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 	There are no systems in place to control a growing child's reproductive capability. [[Upgrade the growth tanks with hormone monitoring systems|Incubator][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $incubatorUpgradeReproduction = 1]] //Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>> and will increase upkeep costs//
 <</if>>
 
+<br>
+<<if $incubatorUpgradeGrowthStims == 1>>
+	Advanced monitoring and stimulant injection systems have been installed in the tanks to monitor and maintain a developing child's height.
+<<elseif $growthStim == 1>>
+	There are no systems in place to control a growing child's height. [[Upgrade the growth tanks with stimulants injection systems|Incubator][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $incubatorUpgradeGrowthStims = 1]] //Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>> and will increase upkeep costs//
+<<else>>
+	There are no systems in place to control a growing child's height and you lack the capability to fabricate growth stimulants.
+<</if>>
+
 <<if $incubatorSlaves > 0>>
 <<for $i = 0; $i < $incubatorSlaves; $i++>>
 		<<if $tanks[$i].growTime <= 0>>
@@ -221,6 +230,16 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 				Strength management systems are offline; she will likely be released extremely weak.
 			<</if>>
 		<</if>>
+		<<if $incubatorUpgradeGrowthStims == 1>>
+			<br>
+			<<if $incubatorGrowthStimsSetting == 2>>
+				She is being injected with higher than recommended doses of stimulants; exceeding expected final height is likely.
+			<<elseif $incubatorGrowthStimsSetting == 1>>
+				She is injected with the recommended dosage of stimulants; she will grow to her full expected height.
+			<<elseif $incubatorGrowthStimsSetting == 0>>
+				Growth stimulant injection systems are offline; she will develop normally.
+			<</if>>
+		<</if>>
 		<<if $incubatorUpgradeReproduction == 1>>
 			<br>
 			<<if $incubatorReproductionSetting == 2>>
@@ -265,6 +284,16 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 		Reproduction management systems are offline; children will undergo normal puberty. [[Activate|Incubator][$incubatorReproductionSetting = 1]]
 	<</if>>
 <</if>>
+<br>
+<<if $incubatorUpgradeGrowthStims == 1>>
+	<<if $incubatorGrowthStimsSetting == 2>>
+		She is injected with higher than recommended doses of stimulants; exceeding expected final height is likely. [[Limit|Incubator][$incubatorGrowthStimsSetting = 1]] | [[Disable|Incubator][$incubatorGrowthStimsSetting = 0]]
+	<<elseif $incubatorGrowthStimsSetting == 1>>
+		She is injected with the recommended dosage of stimulants; she will grow to her full expected height. [[Overload|Incubator][$incubatorGrowthStimsSetting = 2]] | [[Disable|Incubator][$incubatorGrowthStimsSetting = 0]]
+	<<elseif $incubatorGrowthStimsSetting == 0>>
+		Growth stimulant injection systems are offline; she will develop normally. [[Activate|Incubator][$incubatorGrowthStimsSetting = 1]]
+	<</if>>
+<</if>>
 
 <<if $readySlaves == 1>>
 	<<for $i = 0; $i < $incubatorSlaves; $i++>>
diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw
index 1fa60a191ffc3fdbaa4d6fd887a8ebce3fb14f27..72da03450a1d16e68a73a5481a62b48e0a06e2e8 100644
--- a/src/pregmod/incubatorReport.tw
+++ b/src/pregmod/incubatorReport.tw
@@ -138,6 +138,77 @@
 		<</if>>
 	<</if>>
 
+	<<if $incubatorUpgradeGrowthStims == 1 && $incubatorGrowthStimsSetting != 0>>
+		<br>
+		<<set _heightLimit =  Math.clamp((Height.mean($tanks[_inc].height) * 1.25),0,274)>>
+		<<set _heightLimitAge = Height.forAge($tanks[_inc].height, $tanks[_inc])>>
+		<<if $tanks[_inc].height >= _heightLimit>>
+			The monitoring system detects her body is not able to support further increases in height, so it carefully regulates stimulant injections to @@.yellow;maintain her current stature.@@
+			<<set $tanks[_inc].height = _heightLimit>>
+		<<elseif $incubatorGrowthStimsSetting == 2>>
+			The monitoring system floods her body with growth stimulants, causing @@.green;a sharp increase in growth rate.@@
+			<<if $incubatorWeightSetting >= 1 && $incubatorMusclesSetting <= 1 && $incubatorReproductionSetting <= 1>>
+				<<if $incubatorUpgradeSpeed == 52>>
+					<<set $tanks[_inc].height += random(3,6)>>
+				<<elseif $incubatorUpgradeSpeed == 18>>
+					<<set $tanks[_inc].height += random(2,5)>>
+				<<elseif $incubatorUpgradeSpeed == 9>>
+					<<set $tanks[_inc].height += random(1,4)>>
+				<<elseif $incubatorUpgradeSpeed == 6>>
+					<<set $tanks[_inc].height += random(1,3)>>
+				<<elseif $incubatorUpgradeSpeed == 5>>
+					<<set $tanks[_inc].height += random(1,2)>>
+				<</if>>
+			<<else>>
+				<<if $incubatorUpgradeSpeed == 52>>
+					<<set $tanks[_inc].height += random(2,5)>>
+				<<elseif $incubatorUpgradeSpeed == 18>>
+					<<set $tanks[_inc].height += random(1,4)>>
+				<<elseif $incubatorUpgradeSpeed == 9>>
+					<<set $tanks[_inc].height += random(1,3)>>
+				<<elseif $incubatorUpgradeSpeed == 6>>
+					<<set $tanks[_inc].height += random(1,2)>>
+				<<elseif $incubatorUpgradeSpeed == 5>>
+					<<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 her current stature.@@
+				<<if random(1,10) == 10>>
+					<<if $incubatorUpgradeSpeed == 52>>
+						<<set $tanks[_inc].height += random(1,4)>>
+					<<elseif $incubatorUpgradeSpeed == 18>>
+						<<set $tanks[_inc].height += random(1,3)>>
+					<<elseif $incubatorUpgradeSpeed == 9>>
+						<<set $tanks[_inc].height += random(1,2)>>
+					<<elseif $incubatorUpgradeSpeed == 6>>
+						<<set $tanks[_inc].height += random(0,1)>>
+					<<elseif $incubatorUpgradeSpeed == 5>>
+						<<set $tanks[_inc].height += random(0,1)>>
+					<</if>>
+				<</if>>
+			<<else>>
+				The monitoring system detects her body is capable of developing more rapidly and @@.green;increases her growth stimulant dosage.@@
+				<<if $incubatorUpgradeSpeed == 52>>
+					<<set $tanks[_inc].height += random(1,4)>>
+				<<elseif $incubatorUpgradeSpeed == 18>>
+					<<set $tanks[_inc].height += random(1,3)>>
+				<<elseif $incubatorUpgradeSpeed == 9>>
+					<<set $tanks[_inc].height += random(1,2)>>
+				<<elseif $incubatorUpgradeSpeed == 6>>
+					<<set $tanks[_inc].height += random(0,1)>>
+				<<elseif $incubatorUpgradeSpeed == 5>>
+					<<set $tanks[_inc].height += random(0,1)>>
+				<</if>>
+			<</if>>
+		<</if>>
+		<<set $tanks[_inc].height = Math.clamp($tanks[_inc].height, 0, _heightLimit)>>
+	<<else>>
+		<br>
+		With the growth stimulant injections offline, her body is left to develop naturally.
+	<</if>>
+	
 	<<if $incubatorUpgradeReproduction == 1>>
 		<br>
 		<<if $incubatorReproductionSetting == 2>>
@@ -593,6 +664,7 @@
 	<<set $tanks[_inc].hips = Math.clamp($tanks[_inc].hips, -2, 2)>>
 	<<set $tanks[_inc].balls = Math.clamp($tanks[_inc].balls, 0, 40)>>
 	<<set $tanks[_inc].boobs = Math.clamp($tanks[_inc].boobs, 0, 30000)>>
+	<<set $tanks[_inc].height = Math.clamp($tanks[_inc].height, 0, 274)>>
 <br>
 <</for>>
 /*
diff --git a/src/pregmod/widgets/slaveSummaryWidgets.tw b/src/pregmod/widgets/slaveSummaryWidgets.tw
index dfbaf51662e65c08e904de37c949dd56c21e4d62..0a35748d07e4dd015de47654c0a0a4677edf1c17 100644
--- a/src/pregmod/widgets/slaveSummaryWidgets.tw
+++ b/src/pregmod/widgets/slaveSummaryWidgets.tw
@@ -396,6 +396,8 @@ Release rules: _Slave.releaseRules.
 		''Dr:Butt-''
 	<<case "sag-B-gone">>
 		''Dr:AntiSag''
+	<<case "growth stimulants">>
+		''Dr:groStim''
 	<</switch>>
 	<<if _Slave.curatives == 2>>
 		''Cura''
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index c21cc144a2080996678ec8a04d77597a492722a9..cb3e7c7ebe06419fb9f53c800f873e78dc3e80f3 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -439,6 +439,9 @@
 <<if ndef $incubatorUpgradeReproduction>>
 	<<set $incubatorUpgradeReproduction = 0>>
 <</if>>
+<<if ndef $incubatorUpgradeGrowthStims>>
+	<<set $incubatorUpgradeGrowthStims = 0>>
+<</if>>
 <<if ndef $incubatorWeightSetting>>
 	<<set $incubatorWeightSetting = 0>>
 <</if>>
@@ -448,6 +451,9 @@
 <<if ndef $incubatorReproductionSetting>>
 	<<set $incubatorReproductionSetting = 0>>
 <</if>>
+<<if ndef $incubatorGrowthStimsSetting>>
+	<<set $incubatorGrowthStimsSetting = 0>>
+<</if>>
 <<if ndef $incubatorName>>
 	<<set $incubatorName = "the Incubator">>
 <</if>>
@@ -1667,6 +1673,15 @@ Setting missing global variables:
 <<if ndef $dispensaryUpgrade>>
 	<<set $dispensaryUpgrade = 0>>
 <</if>>
+<<if ndef $growthStim>>
+	<<set $growthStim = 0>>
+<</if>>
+<<if ndef $pubertyLength>>
+	<<set $pubertyLength = 5>>
+<</if>>
+<<if ndef $maxGrowthAge>>
+	<<set $maxGrowthAge = 24>>
+<</if>>
 <<if ndef $ImplantProductionUpgrade>>
 	<<set $ImplantProductionUpgrade = 0>>
 <</if>>
diff --git a/src/uncategorized/SFMBarracks.tw b/src/uncategorized/SFMBarracks.tw
index 3cbbe9ef67c148c0ffac0c7961702c71bba99fbf..421efba7c9c839e211562bb3399c026eff0b0863 100644
--- a/src/uncategorized/SFMBarracks.tw
+++ b/src/uncategorized/SFMBarracks.tw
@@ -209,7 +209,7 @@ Increase crew comfort and life support systems to increase operational time.
 <<elseif $securityForceRulesOfEngagement == "limited">>
 	There are some guidelines posted regarding the use of force against non-citizens, forbidding general indiscriminate fire.
 <<elseif $securityForceRulesOfEngagement == "free">>
-	Guidelines regarding the use of force are completely absent from the deployment information screens. A note affixed to the screen, probably from a soldier, says: "Pop 'em if you see 'em - better than target practice!" Another one affixed to that, from the Colonel, says: "Don't shoot the pretty ones, you fucking morons, or I'll kill you myself. They're worth good money. Or they're good for fun - do you idiots really want to have to fuck month-old stock?"
+	Guidelines regarding the use of force are completely absent from the deployment information screens. A note affixed to the screen, probably from a soldier, says: "Pop 'em if you see 'em - better than target practice!". Another one on top of that, from the Colonel, says: "Don't shoot the pretty ones, you fucking morons, or I'll kill you myself. They're worth good money or good for fun - do you idiots really want to have to fuck month-old stock?"
 <</if>><</nobr>></div>
 <div style="margin-left:2em"><<nobr>><<if $securityForceAccountability == "strict">>
 	On several screens, there are prominent warnings regarding the severe disciplinary procedures that will be taken against soldiers who commit crimes while on deployment.
@@ -243,16 +243,16 @@ Increase crew comfort and life support systems to increase operational time.
 <<else>>
 	The amenities are staffed by menial slaves, captured by the soldiers on their excursions.
 <</if>><</nobr>></div>
-//In the middle of the common area is a pile of supply crates with a pavilion on top - the Colonel's personal throne and open quarters, the result of her preferring to live an extreme lifestyle amongst her soldiers rather than in her empty quarters on the upper levels. It's draped with the 'flag' of the $securityForceName, one of her inventions, and immense quantities of alcohol and hard drugs are sprawled around, along with clothes, electronic devices, and huge amounts of cash, jewels, and precious metals looted from the outside world.//
+//In the middle of the common area is a pile of supply crates with a pavilion on top - the Colonel's personal throne and open quarters, the result of her preferring to live an extreme lifestyle amongst her soldiers rather than in her empty quarters on the upper levels. It's draped with the 'flag' of the $securityForceName, one of her inventions. Sprawled all around it is an immense quantity of; alcohol, hard drugs,clothes, electronic devices,huge amounts of cash, jewels and precious metals looted from the outside world.//
 
 <div style="margin-left:2em"><<nobr>><<if random(1,100) > 50>>
-	The Colonel raises a hand in greeting and nods as you approach. She is sprawled on a couch, wearing only her combat suit tank top and fingerless gloves. She's holding a near-empty bottle of strong liquor in her hand, and you can see a naked slave girl kneeling on the floor between her legs. The Colonel has her legs wrapped tightly around the girl's head, forcing the girl to service her if she wants to breathe. The Colonel is close to her climax, and suddenly tenses her lower body, gripping the girl ever tighter and throwing her head back in ecstasy as she orgasms. She lets out a long breath and releases the girl, giving her a hard smack and shouting at her to fuck off.<br><br> The Colonel finishes off her bottle and tosses it over her shoulder, leaning back on the couch and spreading her legs wide. You look down briefly, falling into your habits of inspection. Her pussy is completely devoid of hair, with heavy labia and a very large, and hard, clit. Beads of moisture are visible, the result of her excitation, and you can tell from long experience that she would be tight as a vise. You return your gaze to her face to find her smirking at you. "Like what you see, boss?" She waves her hand at the plaza around her. "So do they. But you're not here for pussy. You're here to talk business. So, what's up?"
+	The Colonel raises a hand in greeting and nods as you approach. She is sprawled on a couch, wearing only her combat suit tank top and fingerless gloves. She's holding a near-empty bottle of strong liquor in her hand and you can see a naked slave girl kneeling on the floor between her legs. The Colonel has her legs wrapped tightly around the girl's head, forcing the girl to service her if she wants to breathe. The Colonel is close to her climax then suddenly tenses her lower body thus gripping the girl even tighter and throws her head back in ecstasy as she orgasms. She lets out a long breath finally releasing the girl, giving her a hard smack and shouting at her to fuck off.<br><br> The Colonel finishes off her bottle, tossing it over her shoulder then leaning back on the couch and spreading her legs wide. You look down briefly, falling into your habits of inspection. Her pussy is completely devoid of hair with heavy labia in with a very large and hard clit peaking out. Beads of moisture are visible, the result of her excitation and you can tell from long experience that she would be tight as a vise. You return your gaze to her face to find her smirking at you. "Like what you see, boss?" She waves her hand at the plaza around her, "So do they. But you're not here for pussy. You're here to talk business. So, what's up?"
 <<elseif random(1,100) > 50>>
-	The Colonel is in no condition, initially, to greet you. She's naked except for one sock, giving you a very good view of her muscled, taut body, and is lying half on her couch and half on the table in front of it, face down in a drugged-out stupor in the middle of a wide variety of powders and pills. Perhaps sensing your approach, her head suddenly shoots up, and she looks at you with unfocused, bloodshot eyes. "Sorry, boss," she slurs, wiping her face and weakly holding up a hand. "Hold on a second, I need something to help me out here. Long fucking night." She struggles to sit on the couch, and then bends over the table, loudly snorting up some of the white powder on it. "Ahhh, fuck," she says, breathing heavily.<br><br> She shakes her head powerfully and then looks at you, her eyes once again alert and piercing. "That's better," she says, leaning back on the couch and giving you another good view of her assets. "So, boss," she begins, "what brings you down here to our little clubhouse? I trust you're happy with how we've been handling things out there?" You nod. "Good, good," she laughs. "I have to say, its nice to have a place like this, to have some top-end gear, and to be able to have fun out there without worrying about anyone coming back on us. Good fucking times." She laughs again. "So - I'm assuming you want something?"
+	The Colonel is in no condition initially, to greet you. She's naked except for one sock that gives you a very good view of her muscled, taut body while lunging with her feet on the table and the rest on her couch. She is face down in a drugged-out stupor in the middle of a wide variety of powders and pills. Perhaps sensing your approach, her head suddenly shoots up and looks at you with unfocused, bloodshot eyes. "Sorry, boss," she slurs, wiping her face and weakly holding up a hand. "Hold on a second, I need something to help me out here. Long fucking night." She struggles to sit on the couch and bending over the table, loudly snorts up some of the white powder on it. "Ahhh, fuck," she says, breathing heavily.<br><br> She shakes her head powerfully now looking at you, her eyes once again alert and piercing. "That's better," she says, leaning back on the couch and giving you another good view of her assets. "So, boss," she begins, "what brings you down here to our little clubhouse? I trust you're happy with how we've been handling things out there?" You nod. "excellent" she laughs. "I have to say, it's nice to have a place like this while having some top-end gear and to be able to have fun out there without worrying about anyone coming back on us. Good fucking times." She laughs again. "So - I'm assuming you want something?"
 <<elseif random(1,100) > 70 && $securityForceDepravity >= 1.5>>
-	The Colonel, relaxing on her couch stark naked, greets you with a raised hand. Between her tightly clenched legs is the head of a slave girl being forced to eat her out. "Hey, boss, what's -" she breaks off as a flash of pain crosses her features. "Fucking bitch!" she exclaims, pulling her legs away and punching the slave girl in the face. She pushes the girl to the ground, straddles her and begins hitting, and you hear one crunch after another as the Colonel's powerful blows shatter the girl's face. She hisses from between clenched teeth, each word accompanied by a brutal punch. "How. Many. Fucking. Times. Have. I. Told. You. To. Watch. Your. Fucking. Teeth. On. My. Fucking. Clit!" She leans back and breaths heavily, before leaning back down and gripping the girl's neck with her powerful hands. Wordlessly, she grips tightly, and the girl begins struggling mightily for breath. Eventually her struggles weaken, and then finally, end.<br><br> The Colonel relaxes her grip and wipes her brow, clearing away the sweat from her exertion, before rising from the girl's body, relaxing back on the couch and putting her feet up on the table. "Sorry about that boss," she says, shrugging. "So many of these bitches we pick up from the outside don't understand that they have to behave." She shakes her head in frustration. "Now I need to find another one. But that's not your problem, you're here to talk business. So, what's up?"
+	The Colonel is relaxing on her couch stark naked, greeting you with a raised hand. Between her tightly clenched legs is a slave girl being forced to eat her out. "Hey, boss, what's -" she breaks off as a flash of pain crosses her features. "Fucking bitch!" she exclaims, pulling her legs away and punching the slave girl in the face. She pushes the girl to the ground, straddling her then begins hitting. You hear one crunch after another as the Colonel's powerful blows shatter the girl's face. She hisses from between clenched teeth, each word accompanied by a brutal punch. "How. Many. Fucking. Times. Have. I. Told. You. To. Watch. Your. Fucking. Teeth. On. My. Fucking. Clit!" She leans back, exhaling heavily. Before leaning back down to grip apply pressure onto the girl's neck with her powerful hands. Wordlessly, she increases the pressure and soon the girl begins to turn blue as she struggles to draw breath. Eventually her struggles weaken and then finally, end.<br><br> The Colonel relaxes her grip then wipes her brow, clearing away the sweat from her exertion. Finally rising from the girl's body, relaxing back on the couch and putting her feet back up on the table. "Sorry about that boss," she says, shrugging. "So many of these bitches we pick up from the outside don't understand that they have to behave." Shaking her head in frustration, "Now I need to find another one. But that's not your problem, you're here to talk business. So, what's up?"
 <<else>>
-	The Colonel, stripped to the waist, is reviewing the particulars of her unit on a tablet as you approach. She raises a hand in greeting. "Hey boss," she says, noticing you looking at her chest. She laughs. "Nice, aren't they? But they're not for you, or for them." She throws a thumb at the plaza around her. "You're down here for a reason, though. What can I do for you?"
+	The Colonel is topless while reviewing the particulars of her unit on a tablet as you approach. She raises a hand in greeting. "Hey boss," she says, noticing you looking at her chest. She laughs. "Nice, aren't they? But they're not for you or them." She throws a thumb at the plaza around her. "You're down here for a reason, though. What can I do for you?"
 <</if>><</nobr>></div>
 	<<nobr>><<if $securityForceGiftToken == 0>>
 		<span id="result">
@@ -275,7 +275,7 @@ Increase crew comfort and life support systems to increase operational time.
 			<<replace "#result">>
 				<<if random(1,100) > 50>>
 					<<if random(1,100) > 50>>
-						The Colonel nods. "Sure boss," she says, "I still know a lot of people out there. They know my word means something. I'll tell them that yours does as well." She picks up a tablet on the table, tapping a few commands on it. "I just put the word out, boss. Your @@.green;reputation should be a bit better@@ now."
+						The Colonel nods. "Sure boss," she says, "I still know a lot of people out there and they know my word means something. I'll tell them that yours does as well." She picks up a tablet on the table, tapping a few commands on it. "I just put the word out, boss. Your @@.green;reputation should be a bit better@@ now."
 					<<else>>
 						The Colonel smiles widely. "Sure boss," she says, "I can put in a good word for you with some of my contacts out there. A lot of them know other big shots in the Cities." She picks up a tablet on the table, tapping a few commands on it. "I just put the word out, boss. Your @@.green;reputation should be a bit better@@ now."
 					<</if>>
@@ -290,12 +290,12 @@ Increase crew comfort and life support systems to increase operational time.
 			<<replace "#result">>
 				<<if random(1,100) > 50>>
 					<<if random(1,100) > 50>>
-						The Colonel nods. "Sure boss," she says, "I can convince some of my contacts to run their business through the markets here rather than another of the Cities." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There should be a small increase in prosperity,@@ boss."
+						The Colonel nods. "Sure boss," she says, "I can convince some of my contacts to run their business through the markets here rather than another City." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There should be a small increase in prosperity,@@ boss."
 					<<else>>
 						The Colonel smiles widely. "Sure boss," she says, "I can make sure that our suppliers only run their goods through the markets here, rather than one of the markets out there." She picks up a tablet on the table, tapping a few commands on it. "@@.green;There should be a small increase in prosperity,@@ boss."
 					<</if>>
 				<<else>>
-					The Colonel picks up a tablet. "Sure boss," she says, "I can make sure that the soldiers only use the escrow services here for their business." She taps a few commands on the tablet. "@@.green;There should be a small increase in prosperity,@@ boss."
+					The Colonel picks up a tablet. "Sure boss," she says, "I can ensure that the soldiers only use the escrow services here for their business." She taps a few commands on the tablet. "@@.green;There should be a small increase in prosperity,@@ boss."
 				<</if>>
 				<<set $securityForceGiftToken = 1>>
 				<<set $arcologies[0].prosperity += 2>>
@@ -513,10 +513,10 @@ Increase crew comfort and life support systems to increase operational time.
 	
 		<<if $securityForceVehiclePower == 7 && $securityForceInfantryPower == 12 && $securityForceSpacePlanePower == 9 && $securityForceSatalitePower == 11 && $securityForceDronePower == 6 && $securityForceAircraftPower == 7 && $securityForceStimulantPower == 7 && $securityForceArcologyUpgrades == 8>>
 			
-			<if $securityForceGiantRobot < 1 && $securityForceUpgradeToken == 0>>
+			<<if $securityForceGiantRobot < 1 && $securityForceUpgradeToken == 0>>
 				<<link "Ask the Colonel to 'borrow' a Giant Robot">>
 					<<replace "#result2">>
-						"Sure, boss." she says, nodding. "A Giant Robot should help a lot." She laughs. "The scum out there don't seem to like it when we have things that their shit equipment can't damage." She picks up a tablet and taps a few commands on it. "I'll get right on it."
+						"Sure, boss." she says, nodding. "A Giant Robot would help a lot." She laughs. "The scum out there don't seem to like it when we have things that their shit equipment can't damage." She picks up a tablet and taps a few commands on it. "I'll get right on it."
 						<<set $securityForceUpgradeToken = 1>>
 						<<set $securityForceGiantRobot += 1>>
 						<<set $cash -= 50000000>>
@@ -544,10 +544,10 @@ Increase crew comfort and life support systems to increase operational time.
 /*
 <span id="result3">
 		<<if $securityForceColonelToken == 0>>
-			<<link "Spend some one on one time up on the surface with the Colonel, and an escort of cource.">>
+			<<link "Spend some one on one time up on the surface with The Colonel, along with an escort of cource.">>
 				<<replace "#result3">>
 				<<set $securityForceColonelToken = 1>>
-				You ask the Colonel if she would like to stretch her legs up on the surface. It doesn't take much for her to agree.
+				You ask The Colonel if she would like to stretch her legs up on the surface. It doesn't take much effort for her to agree.
 						/* <<if $PC.warfare < 10>> */
 						/* Your  complete lack of skill at warfare ensures that in addition to $Bodyguard, you need; two full sqauds of $securityForceName and  on foot,a squadron of fighters, a large convy of $securityForceName ground verchiles. */
 						/* <</if>> */
@@ -563,12 +563,12 @@ Increase crew comfort and life support systems to increase operational time.
 						<<if $PC.warfare > 100>>
 						Your mastery of wet work, satcatifies the Colonel that you only need; two soliders and a single verchile plus your $Bodyguard.
 						<</if>>
-						Being able to easily see and interact with the arcology owner directly if they so wish boosts the mood of your citizen's while also giving them opportunity try gaining favour with you.
+						Being able to see and interact with the arcology owner directly if they so wish boosts the mood of your citizen's while also giving them the opportunity to try gaining favour with you.
 						<<set $rep += 500>>
 						<<set $arcologies[0].prosperity += 5>>
 						<<set $cash += 25000>>
 						
-						Stopping at a <<if $arcologies[0].FSPaternalist != "unset">><</if>> Paternalist shop, you help the Colonel select some luxurious and relaxing treatments for her main slave. 
+						Stopping at a <<if $arcologies[0].FSPaternalist != "unset">><</if>> Paternalist shop, you help The Colonel select some luxurious and relaxing treatments for her main slave. 
 						/* <<if ($PC.slaving < 10) || ($PC.career == "arcology owner")>> */
 						/* Your total lack of slavery skill (which is most suprising and very concerning for an archology owner), means that you are of little to no help or even a hinderance. */
 						/* <</if>> */
@@ -582,7 +582,7 @@ Increase crew comfort and life support systems to increase operational time.
 						/* Your expertness of slavery alllows you to be  more useful. */
 						/* <</if>> */
 						<<if $PC.slaving > 100>>
-						>Your mastery of slaving allows you assist the Colonel greatly. However the shop owner is impressed by your knwoeledge of slavery that she is more than happy to be endorsed by you. As you are exiting the shop you hear your pre-recorded message bearing the slogan "This is ($PC.customTitle) and this is my favourate Paternalist shop in $arcologies[0].name."    
+						>Your mastery of slaving allows you assist the Colonel greatly. However the shop owner is so impressed by your undestanding of slavery that she is more than happy for an endorsement from you. As you are exiting the shop you hear your pre-recorded message which bears the slogan "This is ($PC.customTitle) and this is my favourate Paternalist shop in $arcologies[0].name."    
 						<</if>>
 						<<set $arcologies[0].prosperity += 5>>
 				
diff --git a/src/uncategorized/costs.tw b/src/uncategorized/costs.tw
index 006cb8ef727b82b1003be48127420b7860a82940..129146db73d129a981defee0344e1f15c6ed95e9 100644
--- a/src/uncategorized/costs.tw
+++ b/src/uncategorized/costs.tw
@@ -2,7 +2,7 @@
 
 <<set $costs = ($brothel*$facilityCost)+($arcade*$facilityCost*0.5)+($club*$facilityCost)+($dairy*$facilityCost)+($incubator*$facilityCost*10)>>
 
-<<set $costs += (0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+(0.2*$arcadeUpgradeInjectors*$arcade*$facilityCost)+(0.2*$arcadeUpgradeCollectors*$arcade*$facilityCost)+(0.2*$clubUpgradePDAs*$club*$facilityCost)+(0.2*$dairyFeedersUpgrade*$dairy*$facilityCost)+(0.1*$dairyPregUpgrade*$dairy*$facilityCost)+(0.2*$dairyStimulatorsUpgrade*$facilityCost)+(0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost)+(0.2*$incubatorUpgradeWeight*$incubator*$facilityCost)+(0.2*$incubatorUpgradeMuscles*$incubator*$facilityCost)+(0.2*$incubatorUpgradeReproduction*$incubator*$facilityCost)+(0.5*$incubatorUpgradeSpeed*$incubator*$facilityCost)>>
+<<set $costs += (0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+(0.2*$arcadeUpgradeInjectors*$arcade*$facilityCost)+(0.2*$arcadeUpgradeCollectors*$arcade*$facilityCost)+(0.2*$clubUpgradePDAs*$club*$facilityCost)+(0.2*$dairyFeedersUpgrade*$dairy*$facilityCost)+(0.1*$dairyPregUpgrade*$dairy*$facilityCost)+(0.2*$dairyStimulatorsUpgrade*$facilityCost)+(0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost)+(0.2*$incubatorUpgradeWeight*$incubator*$facilityCost)+(0.2*$incubatorUpgradeMuscles*$incubator*$facilityCost)+(0.2*$incubatorUpgradeReproduction*$incubator*$facilityCost)+(0.2*$incubatorUpgradeGrowthStims*$incubator*$facilityCost)+(0.5*$incubatorUpgradeSpeed*$incubator*$facilityCost)>>
 
 <<if $dairy > 0>>
 	<<set $costs += ($bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren)*100>>
@@ -16,7 +16,7 @@
 <</if>>
 
 <<if $incubator > 0>>
-	<<set $costs += ($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting)*500>>
+	<<set $costs += ($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting+$incubatorGrowthStimsSetting)*500>>
 <</if>>
 
 <<if ($masterSuitePregnancySlaveLuxuries == 1)>>
@@ -271,7 +271,7 @@
 <<elseif ($slaves[$i].drugs == "sag-B-gone")>>
 	<<set $costs += ($drugsCost/10)>>
 <<elseif ($slaves[$i].drugs != "no drugs")>>
-	<<if $slaves[$i].drugs == "intensive breast injections" || $slaves[$i].drugs == "intensive butt injections" || $slaves[$i].drugs == "intensive penis enhancement" || $slaves[$i].drugs == "intensive testicle enhancement">>
+	<<if $slaves[$i].drugs == "intensive breast injections" || $slaves[$i].drugs == "intensive butt injections" || $slaves[$i].drugs == "intensive penis enhancement" || $slaves[$i].drugs == "intensive testicle enhancement" || $slaves[$i].drugs == "growth stimulants">>
 		<<set $costs += $drugsCost*5>>
 	<<else>>
 		<<set $costs += $drugsCost*2>>
diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index a76522903ba977133c218c734c0686d03bef053c..6b931f3aa5475b2b09088beaafefcdb0ad745226 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -79,9 +79,9 @@
 	<br>__Servants' Quarters__ maintenance: ¤<<print (0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost)>>
 <</if>>
 <<if $incubator > 0>>
-	<br>__Incubation Facility__ maintenance and resource drain: ¤<<print (10*$incubator*$facilityCost)+(0.2*$incubatorUpgradeWeight*$incubator*$facilityCost)+(0.2*$incubatorUpgradeMuscles*$incubator*$facilityCost)+(0.2*$incubatorUpgradeReproduction*$incubator*$facilityCost)+(0.5*$incubatorUpgradeSpeed*$incubator*$facilityCost)>>
+	<br>__Incubation Facility__ maintenance and resource drain: ¤<<print (10*$incubator*$facilityCost)+(0.2*$incubatorUpgradeWeight*$incubator*$facilityCost)+(0.2*$incubatorUpgradeMuscles*$incubator*$facilityCost)+(0.2*$incubatorUpgradeReproduction*$incubator*$facilityCost)+(0.2*$incubatorUpgradeGrowthStims*$incubator*$facilityCost)+(0.5*$incubatorUpgradeSpeed*$incubator*$facilityCost)>>
 	<<if $incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting > 0>>
-		<br>&nbsp;&nbsp;&nbsp;&nbsp;Additional monitoring and maintenance costs for growing children: ¤<<print (($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting)*500)>>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Additional monitoring and maintenance costs for growing children: ¤<<print (($incubatorWeightSetting+$incubatorMusclesSetting+$incubatorReproductionSetting+$incubatorGrowthStimsSetting)*500)>>
 	<</if>>
 <</if>>
 <<if ($masterSuiteUpgradePregnancy == 1)>>
@@ -386,6 +386,9 @@
 	<<case "female hormone injections" "male hormone injections">>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;Hormonal injections: ¤<<print ($drugsCost*5)>>
 		<<set $individualCosts += ($drugsCost*5)>>
+	<<case "growth stimulants">>
+		<br>&nbsp;&nbsp;&nbsp;&nbsp;Growth stimulants: ¤<<print ($drugsCost*5)>>
+		<<set $individualCosts += ($drugsCost*5)>>
 	<<case "intensive breast injections" "intensive butt injections" "intensive penis enhancement" "intensive testicle enhancement" "intensive lip injections" "hyper breast injections" "hyper butt injections" "hyper penis enhancement" "hyper testicle enhancement" "hyper lip injections">>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;Intensive drugs: ¤<<print $drugsCost*5>>
 		<<set $individualCosts += $drugsCost*5>>
diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw
index e718152084d5787d8759e0fb07a4e06512220ec1..8872302d99d5373638cb388514e0f4ab25ba1ad0 100644
--- a/src/uncategorized/dispensary.tw
+++ b/src/uncategorized/dispensary.tw
@@ -211,6 +211,16 @@ The hormone replacement therapies
 
 <br><br>
 
+<<if ($growthStim == 0) && ($rep > 6000*$upgradeMultiplierMedicine)>>
+	[[Purchase data on growth stimulants|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $growthStim = 1]]
+	//Costs ¤<<print 20000*$upgradeMultiplierMedicine>>//
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the manufacturing of drugs to encourage growth in slave height.//
+<<elseif ($growthStim == 1)>>
+	The fabricator is able to produce growth stimulants.
+<</if>>
+
+<br><br>
+
 <<if ($aphrodisiacUpgradeRefine == 0) && ($rep > 6000*$upgradeMultiplierMedicine)>>
 	[[Purchase data on refined aphrodisiacs|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $aphrodisiacUpgradeRefine = 1]]
 	//Costs ¤<<print 20000*$upgradeMultiplierMedicine>>//
diff --git a/src/uncategorized/pMercenaries.tw b/src/uncategorized/pMercenaries.tw
index 0a483bcbc0de96886477158419a0728ed1d1558f..4d2d85426858116e3916344fd6482d52ab197c61 100644
--- a/src/uncategorized/pMercenaries.tw
+++ b/src/uncategorized/pMercenaries.tw
@@ -29,7 +29,7 @@ The budgetary difficulty many old world countries are in has resulted in unemplo
 	<<set $cash -= _price>>
 	<<set $mercenaries = 1>>
 	<</replace>>
-<</link>> <<if ($PC.warfare >= 50) || ($PC.career == "arcology owner")>>//This will cost ¤_price and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤5000 and incur significant upkeep costs//<</if>>
+<</link>> <<if ($PC.warfare >= 50) || ($PC.career == "arcology owner")>>//This will cost ¤<<print _price>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤5000 and incur significant upkeep costs//<</if>>
 <br><<link "Install a full platoon">>
 	<<replace "#result">>
 	You hire a full platoon of reputable mercenaries with a veteran officer to command them, kit them in excellent gear, and quarter them in $arcologies[0].name. The sight of many armed men on patrol has @@.red;deeply offended some of the more free-spirited citizens@@ of $arcologies[0].name.
@@ -44,7 +44,7 @@ The budgetary difficulty many old world countries are in has resulted in unemplo
 	<<set $cash -= _price>>
 	<<set $mercenaries = 3>>
 	<</replace>>
-<</link>> <<if ($PC.warfare >= 50) || ($PC.career == "arcology owner")>>//This will cost ¤_price and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤10000 and incur significant upkeep costs//<</if>>
+<</link>> <<if ($PC.warfare >= 50) || ($PC.career == "arcology owner")>>//This will cost ¤<<print _price>> and some upkeep, @@.springgreen;reduced by your mercenary contacts@@//<<else>>//This will cost ¤10000 and incur significant upkeep costs//<</if>>
 <br><<link "Do not quarter troops in your arcology">>
 	<<replace "#result">>
 	Having armed men on permanent watch is a step too far. $arcologies[0].name's security systems are formidable and will have to serve.
diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index f9952a30f9e43f9a6e2ed3d9127b1a3493daf56d..8f107cbe1ef4a7309059b1ba5e1983232238f3ec 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -356,6 +356,202 @@
 		<<set $slaves[$i].lips += 5>>
 	<</if>>
 	
+<<case "growth stimulants">>
+	<<set $slaves[$i].chem += 2>>
+	<<set _growth = 1>>
+	$pronounCap receives frequent @@.lime;
+	injections of growth stimulants@@.
+	/*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.
+	<<elseif $slaves[$i].hormones == 0>>
+		<<set _growth += 0.2>>
+		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>>
+	/*hormone balance*/
+	<<if $slaves[$i].hormoneBalance <= -50>>
+		<<set _growth += 0.5>>
+	<<elseif $slaves[$i].hormoneBalance <= -25>>
+		<<set _growth += 0.2>>
+	<<elseif $slaves[$i].hormoneBalance < 50>>
+		<<set _growth -= 0.2>>
+	<<else>>
+		<<set _growth -= 0.5>>
+	<</if>>
+	/*diet*/
+	<<if $slaves[$i].diet == "fattening">>
+		All the food $pronoun's required to consume boosts
+		<<if $slaves[$i].dietMilk == 2>>
+			growth and the generous amount of added milk enhances its effect.
+			<<set _growth += 0.3>>
+		<<elseif $slaves[$i].dietMilk == 1>>
+			growth and the added milk enhances its effect.
+		<<set _growth += 0.2>>
+		<<else>>
+			growth.
+		<</if>>
+		<<set _growth += 0.2>>
+	<<elseif $slaves[$i].diet == "restricted">>
+		$possessiveCap restricted diet means $possessive body has few resources to grow
+		<<if $slaves[$i].dietMilk == 2>>
+			on, but the generous amount of added milk mitigates its effect.
+			<<set _growth += 0.3>>
+		<<elseif $slaves[$i].dietMilk == 1>>
+			on, but the added milk mitigates its effect.
+		<<set _growth += 0.2>>
+		<<else>>
+			on.
+		<</if>>
+		<<set _growth-->>
+	<<elseif $slaves[$i].diet == "slimming">>
+		$possessiveCap growth is slightly inhibited by $possessive strict
+		<<if $slaves[$i].dietMilk == 2>>
+			diet, but the generous amount of added milk mitigates its effect.
+			<<set _growth += 0.3>>
+		<<elseif $slaves[$i].dietMilk == 1>>
+			diet, but the added milk mitigates its effect.
+		<<set _growth += 0.2>>
+		<<else>>
+			diet.
+		<</if>>
+		<<set _growth -= 0.2>>
+	<<elseif $slaves[$i].diet == "XY" || $slaves[$i].diet == "XX" || $slaves[$i].diet == "XXY">>
+		$possessiveCap growth is restrained by $possessive sexual hormones rich
+		<<if $slaves[$i].dietMilk == 2>>
+			diet, but the generous amount of added milk mitigates its effect.
+			<<set _growth += 0.3>>
+		<<elseif $slaves[$i].dietMilk == 1>>
+			diet, but the added milk mitigates its effect.
+		<<set _growth += 0.2>>
+		<<else>>
+			diet.
+		<</if>>
+		<<set _growth -= 0.5>>
+	<<elseif $slaves[$i].diet == "cleansing">>
+		$possessiveCap growth is severely inhibited by $possessive cleansing
+		<<if $slaves[$i].dietMilk == 2>>
+			diet, but the generous amount of added milk mitigates its effect.
+			<<set _growth += 0.3>>
+		<<elseif $slaves[$i].dietMilk == 1>>
+			diet, but the added milk mitigates its effect.
+		<<set _growth += 0.2>>
+		<<else>>
+			diet.
+		<</if>>
+		<<set _growth-->>
+	<<elseif $slaves[$i].diet == "muscle building" || $slaves[$i].muscles >= 96>>
+		$possessiveCap workout diet and constant physical excercise help support
+		<<if $slaves[$i].dietMilk == 2>>
+			growth and the generous amount of added milk enhances its effect.
+			<<set _growth += 0.3>>
+		<<elseif $slaves[$i].dietMilk == 1>>
+			growth and the added milk enhances its effect.
+		<<set _growth += 0.2>>
+		<<else>>
+			growth.
+		<</if>>
+		<<set _growth += 0.5>>
+	<</if>>
+	/*health*/
+	<<if $slaves[$i].health > 80>>
+		$possessiveCap perfect health greatly supports $possessive growth.
+		<<set _growth += 0.2>>
+	<<elseif $slaves[$i].health > -20>>
+		$possessiveCap health supports $possessive growth.
+	<<else>>
+		$possessiveCap poor health hinders growth.
+		<<set _growth-->>
+	<</if>>
+	/*if growth was accomplished*/
+	<<if _growth > 0>>	
+		/*age modifier*/
+		<<set _ageMod = 1>>
+		<<if $slaves[$i].genes == "XY">>
+			<<if $slaves[$i].pubertyXY == 0 && $slaves[$i].physicalAge <= 3>>
+				$possessiveCap very young body responds extremely well to the treatment.
+				<<set _ageMod = 2.5>>
+			<<elseif $slaves[$i].pubertyXY == 0 && $slaves[$i].physicalAge > 3>>
+				$possessiveCap young body eagerly responds to the stimulants.
+				<<set _ageMod = 1.5>>
+			<<elseif $slaves[$i].physicalAge <= ($slaves[$i].pubertyAgeXY + $pubertyLength)>>
+				Due to $possessive recent puberty, $possessive body welcomes the treatment with open arms. 
+				<<set _ageMod = 2>>
+			<<elseif $slaves[$i].physicalAge <= $maxGrowthAge>>
+				With $possessive puberty concluded, $possessive body resists the stimulants.
+				<<set _ageMod = 1>>
+			<<else>>
+				$possessiveCap mature body struggles to respond to the treatment, making progress difficult.
+				<<set _ageMod = 0.5>>
+			<</if>>
+		<<elseif $slaves[$i].genes == "XX">>
+			<<if $slaves[$i].pubertyXX == 0 && $slaves[$i].physicalAge <= 3>>
+				$possessiveCap very young body responds extremely well to the treatment.
+				<<set _ageMod = 2.5>>
+			<<elseif $slaves[$i].pubertyXX == 0 && $slaves[$i].physicalAge > 3>>
+				$possessiveCap young body eagerly responds to the stimulants.
+				<<set _ageMod = 1.5>>
+			<<elseif $slaves[$i].physicalAge <= ($slaves[$i].pubertyAgeXX + $pubertyLength)>>
+				Due to $possessive recent puberty, $possessive body welcomes the treatment with open arms. 
+				<<set _ageMod = 2>>
+			<<elseif $slaves[$i].physicalAge <= $maxGrowthAge>>
+				With $possessive puberty concluded, $possessive body resists the stimulants.
+				<<set _ageMod = 1>>
+			<<else>>
+				$possessiveCap mature body struggles to respond to the treatment, making progress difficult.
+				<<set _ageMod = 0.5>>
+			<</if>>
+		<</if>>
+		/*evaluate against slave expected height ...*/
+		<<set _heightDiff = $slaves[$i].height / Height.forAge($slaves[$i].height, $slaves[$i])>>
+		/*if she is taller than the expected height the growth is reduced, if shorter accelerated,
+		proportionally to the distance from the expected height*/
+		<<if _heightDiff >= 1>>
+			<<set _heightDiff = 1 - _heightDiff>>
+		<<else>>
+			<<set _heightDiff-->>
+		<</if>>
+		/*... and calculates final value*/
+		<<set _growth = (_growth + _growth * _heightDiff) * _ageMod>>	
+		<<set _growth = Math.round(Math.clamp(_growth,0,5))>>
+		/*communicates the amount of growth*/
+		<<if _growth < 1>> 												/*in case _heightDiff manages to bring _growth down enough*/
+			Despite the treatment, $possessive height does not increase this week.
+		<<elseif _growth == 1>>
+			@@.lime;$possessiveCap height slightly increased this week.@@
+		<<elseif _growth == 2>>
+			@@.lime;$possessiveCap height increased this week.@@
+		<<elseif _growth == 3>>
+			@@.lime;$possessiveCap height greatly increased this week.@@
+		<<elseif _growth == 4>>
+			@@.lime;$possessiveCap height dramatically increased this week.@@
+		<<elseif _growth == 5>>
+			@@.lime;$possessiveCap body experienced explosive growth this week@@,
+		<</if>>
+		/*health issues*/
+		<<if _growth == 5>>
+			$possessive growth is so extreme that $possessive body can barely keep up, @@.red;severely damaging $possessive health@@.
+			<<set $slaves[$i].health -= 20>>
+		<</if>>
+		<<if random(1,10) == 1 && _growth != 5>>
+			the stimulants stressed $slaves[$i].slaveName's body more than expected, @@.red;damaging $possessive health@@.
+			<<set $slaves[$i].health -= 10>>
+		<</if>>
+		<<if $slaves[$i].physicalAge > $maxGrowthAge>>
+			<<if random(1,6) == 1>>
+				Since $possessive body already concluded $possessive natural growth processes, the treatment @@.red; weakens $possessive considerably@@.
+				<<set $slaves[$i].health -= 15>>
+			<</if>>
+		<</if>>
+		/*updates slave's height*/
+		<<set $slaves[$i].height += _growth>>
+	/*if growth is zero or negative*/
+	<<else>>
+		Despite the treatment, $possessive height does not increase this week.
+	<</if>>
+	
 <<case "male hormone injections">>
 	<<if $slaves[$i].pubertyXY == 1>>
 		$pronounCap has potent sperm. @@.yellow;$possessiveCap drug regimen has been ended.@@
@@ -978,6 +1174,12 @@
 
 /* DRUG EXPIRY */
 <<switch $slaves[$i].drugs>>
+<<case "growth stimulants">>
+	<<set _maxHeight = Math.clamp((Height.mean($slaves[$i]) * 1.25),0,274)>>	/*max achievable height is expected height plus 25%*/
+	<<if  $slaves[$i].height >= _maxHeight>>
+		$possessiveCap body has already grown far past $possessive natural limits; further injections of stimulants will have no effect. @@.yellow;$possessiveCap drug regimen has been ended.@@
+		<<set $slaves[$i].height = Math.clamp($slaves[$i].height,0,_maxHeight), $slaves[$i].drugs = "no drugs">>
+	<</if>>
 <<case "breast injections" "intensive breast injections">>
 	<<if $slaves[$i].boobs >= 50000>>
 		$possessiveCap udders are now so huge that further A-HGH treatment will not increase their size. @@.yellow;$possessiveCap drug regimen has been ended.@@
diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw
index f38aa46a78e7f611834268a4ab4e46cdffbb2f72..bcda23b824b7e524041adb91d7cbf7c22f1cbe41 100644
--- a/src/uncategorized/saLiveWithHG.tw
+++ b/src/uncategorized/saLiveWithHG.tw
@@ -765,6 +765,12 @@
 	<<elseif ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetish == "cumslut") && $slaves[$i].balls < 10 && $slaves[$i].balls > 0 && $slaves[$i].dick > 0>>
 		$HeadGirl.slaveName gives $slaves[$i].slaveName testicle injections, since she wants $slaves[$i].slaveName shooting bigger loads.
 		<<set $slaves[$i].drugs = "testicle enhancement">>
+	<<elseif ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetish == "masochist") && $slaves[$i].height < Math.clamp((Height.mean($slaves[$i]) * 1.25),0,274)>>
+		$HeadGirl.slaveName has a subconscious need to be hurt by the biggest, strongest girl possible, so $pronoun gives $slaves[$i].slaveName injections of growth stimulants to make her grow taller.
+		<<set $slaves[$i].drugs = "growth stimulants">>
+	<<elseif ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetish == "submissive") && $slaves[$i].height < Math.clamp((Height.mean($slaves[$i]) * 1.25),0,274)>>
+		$HeadGirl.slaveName has a subconscious need to be dominated by the biggest, strongest girl possible, so $pronoun gives $slaves[$i].slaveName injections of growth stimulants to make her grow taller.
+		<<set $slaves[$i].drugs = "growth stimulants">>
 	<<elseif ($HeadGirl.fetishKnown == 1) && ($HeadGirl.fetish == "boobs") && ($slaves[$i].boobs < 8000)>>
 		$HeadGirl.slaveName gives $slaves[$i].slaveName <<if $arcologies[0].FSAssetExpansionistResearch == 1>>hyper <</if>> tit injections, since as far as she's concerned there's no such thing as too much boob.
 		<<if $arcologies[0].FSAssetExpansionistResearch == 1>>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 444d317e611bb2fc3ccc97554e85e247e36bfcc0..fb228cd0e12e805c6eaacb8dabe6e6248e093707 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -888,6 +888,13 @@
   | Lip reducers
 <</if>>
 <</if>>
+<<if $growthStim == 1>>
+<<if $activeSlave.height < 274 && $activeSlave.height < Math.clamp((Height.mean($activeSlave) * 1.25),0,274)>>
+	| <<link "Growth Stimulants">><<set $activeSlave.drugs = "growth stimulants">><<replace "#drugs">><strong>$activeSlave.drugs</strong><</replace>><</link>>
+<<else>>
+	| Growth Stimulants
+<</if>>
+<</if>>
 | <<link "Fertility">><<set $activeSlave.drugs = "fertility drugs">><<replace "#drugs">><strong>$activeSlave.drugs</strong><</replace>><</link>>
 <<if ($seeHyperPreg == 1) && ($activeSlave.indentureRestrictions < 1) && ($superFertilityDrugs == 1) && $activeSlave.breedingMark != 1>>
  | <<link "Fertility+">><<set $activeSlave.drugs = "super fertility drugs">><<replace "#drugs">><strong>$activeSlave.drugs</strong><</replace>><</link>>