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

---
 src/uncategorized/costsReport.tw | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index 569f88848f3..6b931f3aa54 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -389,9 +389,6 @@
 	<<case "growth stimulants">>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;Growth stimulants: ¤<<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>>
-- 
GitLab