From e53426d0ea472947ee514f11bd48dbf12c670bc1 Mon Sep 17 00:00:00 2001
From: hexall <hexall90.gmail.com>
Date: Sat, 9 Sep 2017 23:19:38 +0200
Subject: [PATCH] Refixed faulty <<set>> statement

---
 src/uncategorized/saDrugs.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index fd3b160b551..71a50ff168c 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -366,7 +366,7 @@
 		<<set _growth-->>
 		the massive quantities of sexual hormones flooding $possessive body limits the effectivness of the treatment
 	<<elseif $slaves[$i].hormones == 0>>
-		<<set _growth += 0.2>>
+		<<set _growth += 0.3>>
 		in the absence of significant levels of sexual hormones, the treatment is more effective
 	<<elseif $slaves[$i].hormones == 1 || $slaves[$i].hormones == -1>>
 		$possessive hormonal balance leaves the treatment enough room to manouver
@@ -453,7 +453,7 @@
 			@@.lime;$possessiveCap height greatly increases this week.@@
 		<<elseif _growth == 4>>
 			@@.lime;$possessiveCap height dramatically increases this week.@@
-		<<elseif _growth == 5>
+		<<elseif _growth == 5>>
 			@@.lime;$possessiveCap body experiences explosive growth this week@@,
 		<</if>>
 		/*health issues*/
-- 
GitLab