From c4081e8e739203cca9f437f751a0ca415155cad6 Mon Sep 17 00:00:00 2001
From: hexall90 <hexall90@gmail.com>
Date: Mon, 11 Sep 2017 11:26:38 +0200
Subject: [PATCH] Shortened the report. 	-Hormone balance is not relevant to
 the player, so 	it's useless to show it on the weekly report

---
 src/pregmod/incubatorReport.tw |  1 -
 src/uncategorized/saDrugs.tw   | 12 +++---------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw
index 5335d3ef760..fef2039c4e6 100644
--- a/src/pregmod/incubatorReport.tw
+++ b/src/pregmod/incubatorReport.tw
@@ -172,7 +172,6 @@
 					<<set $tanks[_inc].height += random(0,1)>>
 				<</if>>
 			<</if>>
-
 		<<elseif $incubatorGrowthStimsSetting == 1>>
 			<<if $tanks[_inc].height > _heightLimitAge>>
 				The monitoring system detects she is near the expected height, so it carefully regulates stimulants injections to @@.yellow;maintain current stature.@@
diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw
index b150fff7b10..bb2592996de 100644
--- a/src/uncategorized/saDrugs.tw
+++ b/src/uncategorized/saDrugs.tw
@@ -364,27 +364,21 @@
 	/*Hormones*/
 	<<if $slaves[$i].hormones == 2 || $slaves[$i].hormones == -2>>
 		<<set _growth-->>
-		The massive quantities of sexual hormones flooding $possessive body limits the effectiveness of the treatment<<if $slaves[$i].hormoneBalance <= 0>>, but<<else>> and<</if>>
+		The massive quantities of sexual hormones flooding $possessive body limits the effectiveness of the treatment.
 	<<elseif $slaves[$i].hormones == 0>>
 		<<set _growth += 0.2>>
-		In the absence of significant levels of sexual hormones, the treatment is more effective <<if $slaves[$i].hormoneBalance <= 0>> and<<else>>, but<</if>>
+		In the absence of significant levels of sexual hormones, the treatment is more effective.
 	<<elseif $slaves[$i].hormones == 1 || $slaves[$i].hormones == -1>>
-		$possessiveCap low level of sexual hormones allow the treatment to work undisturbed<<if $slaves[$i].hormoneBalance <= 0>> and<<else>>, but<</if>>
+		$possessiveCap low level of sexual hormones allow the treatment to work undisturbed.
 	<</if>>
 	/*hormone balance*/
 	<<if $slaves[$i].hormoneBalance <= -50>>
-		$possessive heavily masculine hormonal balance supports the stimulants work.
 		<<set _growth += 0.5>>
 	<<elseif $slaves[$i].hormoneBalance <= -25>>
-		$possessive masculine hormonal balance allows the stimulants to act freely.
 		<<set _growth += 0.2>>
-	<<elseif $slaves[$i].hormoneBalance < 25>>
-		$possessive neutral hormonal balance does not hinder the stimulants work.
 	<<elseif $slaves[$i].hormoneBalance < 50>>
-		$possessive feminine hormonal balance restricts the stimulants efficacy.
 		<<set _growth -= 0.2>>
 	<<else>>
-		$possessive heavily feminine hormonal balance hinders the stimulants progress.
 		<<set _growth -= 0.5>>
 	<</if>>
 	/*diet*/
-- 
GitLab