diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index 79a82c7ea6cc29e69ec0e0591d239089c83f1595..abd233cc3b9aeab9eae2fa5b50549aa1fa571cf6 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -391,20 +391,20 @@
 	<<if $slaves[$i].diet == "fattening">>
 		All the food $pronoun's required to consume boosts growth.
 		<<set _growth += 0.2>>
-	<<elseif $slaves[$i].diet == "muscle building">>
-		$possessiveCap workout diet and constant physical excercise help support growth.
-		<<set _growth += 0.5>>
 	<<elseif $slaves[$i].diet == "restricted">>
 		$possessiveCap restricted diet means $possessive body has few resources to grow on.
 		<<set _growth-->>
 	<<elseif $slaves[$i].diet == "slimming">>
 		$possessiveCap growth is slightly inhibited by $possessive strict diet.
 		<<set _growth -= 0.2>>
+	<<elseif $slaves[$i].diet == "muscle building" || $slaves[$i].muscles >= 96>>
+		$possessiveCap workout diet and constant physical excercise help support growth.
+		<<set _growth += 0.5>>
 	<<elseif $slaves[$i].diet == "XY" || $slaves[$i].diet == "XX" || $slaves[$i].diet == "XXY">>
 		$possessiveCap growth is restrained by $possessive sexual hormones rich diet.
 		<<set _growth -= 0.5>>
 	<<elseif $slaves[$i].diet == "cleansing">>
-		$possessiveCap growth is inhibited by $possessive cleansing treatment.
+		$possessiveCap growth is severely inhibited by $possessive cleansing diet.
 		<<set _growth-->>
 	<</if>>
 	/*health*/