From f61cbc2bb085619b24da60be4d33e598a8932870 Mon Sep 17 00:00:00 2001
From: hexall <hexall90.gmail.com>
Date: Sat, 9 Sep 2017 23:01:28 +0200
Subject: [PATCH] Fixed missing <</if>>

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

diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index 82cbac6a56f..37645bbe10d 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -459,6 +459,7 @@
 		<<if _growth == 5>>
 			$possessive growth is so extreme that $possessive body can barely keep up, @@.red;severely damaging $possessive health@@.
 			<<set <<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 <<set $slaves[$i].health -= 10>>
@@ -472,7 +473,7 @@
 		/*updates slave's height*/
 		<<set $slaves[$i].height += _growth>>	
 	/*if growth is zero or negative*/
-	<<else>>
+	<<elseif _growth <= 0>>
 		Despite the treatment, $possessiveCap height does not increase this week.
 	<</if>>
 	
-- 
GitLab