From 342776af7f5d4f99ff2b5ebf211fda761e9ce35d Mon Sep 17 00:00:00 2001
From: Jones <Jones>
Date: Tue, 28 Jan 2020 21:51:53 +0100
Subject: [PATCH] Yes, again

---
 src/uncategorized/clinicReport.tw | 2 +-
 src/uncategorized/spaReport.tw    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw
index 83dadf8d78b..b89cfdb5413 100644
--- a/src/uncategorized/clinicReport.tw
+++ b/src/uncategorized/clinicReport.tw
@@ -293,7 +293,7 @@
 	<</if>>
 	<<if ($slaves[$i].health.illness > 0)>>
 	<<elseif ($slaves[$i].health.shortDamage >= 20)>> /* shortDamage does no real harm, until it gets to 20 */
-	<<elseif ($slaves[$i].health.condition <= 20)>>
+	<<elseif ($slaves[$i].health.condition <= 40)>>
 	<<elseif ($Nurse != 0) && ($slaves[$i].chem > 15) && ($clinicUpgradeFilters == 1)>>
 	<<elseif ($Nurse != 0) && ($slaves[$i].pregKnown == 1) && ($clinicSpeedGestation > 0 || $slaves[$i].pregControl == "speed up")>>
 	<<elseif ($Nurse != 0) && ($slaves[$i].pregAdaptation*1000 < $slaves[$i].bellyPreg || $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33)>>
diff --git a/src/uncategorized/spaReport.tw b/src/uncategorized/spaReport.tw
index 8e3d0e81937..432f9efe44b 100644
--- a/src/uncategorized/spaReport.tw
+++ b/src/uncategorized/spaReport.tw
@@ -336,7 +336,7 @@
 			$He remains in the Spa, stubborn in $his flaw.
 		<<elseif ($slaves[$i].trust < 60) || ($slaves[$i].devotion < 60)>>
 			$He remains in the Spa, as $he is still learning to accept life as a slave.
-		<<elseif ($slaves[$i].health.condition < 60)>>
+		<<elseif ($slaves[$i].health.condition < 20)>>
 			$He remains in the Spa, as $he is benefiting from its healing properties.
 		<</if>>
 		<br>&nbsp;&nbsp;&nbsp;
-- 
GitLab