diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 2d1f3ce6562cfdc0e463d4ef68eded187a2e2174..2904a4fd61d552ff626239ed331f67537ef01247 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -1065,7 +1065,6 @@ FertilityAge($fertilityAge)
 <<set $precociousPuberty = 0>>
 <<set $targetAge = $minimumSlaveAge>>
 
-/*non-vanilla shit*/
 <<set $pubertyLength = 5>>
 <<set $maxGrowthAge = 24>>
 
diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw
index e718152084d5787d8759e0fb07a4e06512220ec1..bb5816a343aab10fdb3644103417d4fbebbe7ab9 100644
--- a/src/uncategorized/dispensary.tw
+++ b/src/uncategorized/dispensary.tw
@@ -395,6 +395,21 @@ __Societal Focused Research__
 	// Gender Radicalist focused research unavailable. //
 <</if>>
 
+<<if $arcologies[0].FSPhysicalIdealistDecoration == 100>>
+	<br>
+	<<if ($arcologies[0].FSPhysicalIdealistResearch == 0)>>
+		<<if ($rep >= 10000*$upgradeMultiplierMedicine)>>
+		  [[Fund research into developing growth stimulants|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine,$arcologies[0].FSPhysicalIdealistResearch = 1]] //Costs ¤<<print 50000*$upgradeMultiplierMedicine>>. Will allow the manufactoring of growth stimulants to increase the height of slaves.//
+		<<else>>
+		  // You lack the reputation to access the research necessary to develop growth stimulants. //
+		<</if>>
+	<<else>>
+	  The fabricator has been upgraded to manufacture growth stimulants.
+	<</if>>
+<<else>>
+	<br>// Physical Idealist focused research unavailable. //
+<</if>>
+
 <<if ($ImplantProductionUpgrade == 1) and ($arcologies[0].FSTransformationFetishistDecoration >= 100)>>
 	<br>
 	<<if ($arcologies[0].FSTransformationFetishistResearch == 0) and ($rep <= 5000*$upgradeMultiplierMedicine)>>
diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index f27f5b5a663e65972d0d2782417138f413ffef22..5bedf8dfaa7e35ee4750bd9da854c32d47a1931e 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -364,10 +364,10 @@
 	/*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 <= -25>>, but<<else>> and<</if>>
+		The massive quantities of sexual hormones flooding $possessive body limits the effectiveness of the treatment<<if $slaves[$i].hormoneBalance <= 0>>, but<<else>> and<</if>>
 	<<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 <<if $slaves[$i].hormoneBalance <= 0>> and<<else>>, but<</if>>
 	<<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>>
 	<</if>>
@@ -463,7 +463,7 @@
 		<<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, $possessiveCap height does not increase this week.
+			Despite the treatment, $possessive height does not increase this week.
 		<<elseif _growth == 1>>
 			@@.lime;$possessiveCap height slightly increases this week.@@
 		<<elseif _growth == 2>>
@@ -494,7 +494,7 @@
 		<<set $slaves[$i].height += _growth>>
 	/*if growth is zero or negative*/
 	<<else>>
-		Despite the treatment, $possessiveCap height does not increase this week.
+		Despite the treatment, $possessive height does not increase this week.
 	<</if>>
 	
 <<case "male hormone injections">>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 0599ff4d3ea25e51ce185707386e46d22b848781..30f860b1a10e15477f2b0e0bf6869d3721f742fc 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -840,11 +840,13 @@
 <<else>>
 	| Breasts
 <</if>>
-<<if ($activeSlave.height < 274)>>
+<<if $arcologies[0].FSPhysicalIdealistResearch == 1>>
+<<if $activeSlave.height < 274>>
 	| <<link "Growth Stimulants">><<set $activeSlave.drugs = "growth stimulants">><<replace "#drugs">><strong>$activeSlave.drugs</strong><</replace>><</link>>
 <<else>>
 	| Growth Stimulants
 <</if>>
+<</if>>
 <<if $arcologies[0].FSAssetExpansionistResearch == 1>>
 <<if ($activeSlave.boobs < 25000)>>
   | <<link "Hyper-Breasts">><<set $activeSlave.drugs = "hyper breast injections">><<replace "#drugs">><strong>$activeSlave.drugs</strong><</replace>><</link>>