From f5394d9c086442eb8863c7de293f73c0d0094375 Mon Sep 17 00:00:00 2001
From: hexall90 <hexall90@gmail.com>
Date: Thu, 14 Sep 2017 16:43:07 -0400
Subject: [PATCH] Fixing fork inconsistencies

---
 src/uncategorized/slaveInteract.tw | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 7ae9423ad52..51bfb3468b2 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -895,13 +895,6 @@
 	| Growth Stimulants
 <</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>>
-- 
GitLab