From 4c61909c998db33d38e810bc457a7963fd1b8d0b Mon Sep 17 00:00:00 2001
From: hexall <hexall90.gmail.com>
Date: Sat, 9 Sep 2017 23:46:33 +0200
Subject: [PATCH] refinement of phrasing

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

diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index 7920c9b91bd..23f63362d3a 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -359,7 +359,7 @@
 <<case "growth stimulants">>
 	<<set $slaves[$i].chem += 2>>
 	<<set _growth = 1>>
-	$pronounCap receives @@.lime;
+	$pronounCap receives frequent @@.lime;
 	injections of growth stimulants@@.
 	/*Hormone balance*/
 	<<if $slaves[$i].hormones == 2 || $slaves[$i].hormones == -2>>
@@ -393,10 +393,10 @@
 	<</if>>
 	/*health*/
 	<<if $slaves[$i].health > 80>>
-		$possessiveCap perfect health greatly supports $possessive body's growth.
+		$possessiveCap perfect health greatly supports $possessive growth.
 		<<set _growth += 0.2>>
 	<<elseif $slaves[$i].health > -20>>
-		$possessiveCap health supports $possessive body's growth.
+		$possessiveCap health supports $possessive growth.
 	<<else>>
 		$possessiveCap poor health hinders growth.
 		<<set _growth-->>
-- 
GitLab