diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index 82cbac6a56f9b937982541a2e0ab2a146b519e8b..37645bbe10dfb092c346e4eb943a5e89ed0e0615 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>>