From f74ca7f4947aaa51a95dce299b533ce9c55c7207 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Sat, 16 Mar 2019 21:45:41 -0400
Subject: [PATCH] DNA to chems

---
 src/uncategorized/clinicReport.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw
index e43a579aa10..614ba5d90c5 100644
--- a/src/uncategorized/clinicReport.tw
+++ b/src/uncategorized/clinicReport.tw
@@ -298,7 +298,7 @@
 		<<if ($slaves[$i].health <= 40)>>
 			$He stays in the clinic as $he is still sick.
 		<<elseif ($Nurse != 0) && ($slaves[$i].chem > 15) && ($clinicUpgradeFilters == 1)>>
-			$He stays in the clinic as $his DNA can still use repair.
+			$He stays in the clinic as unhealthy chemicals are still being flushed from $his system.
 		<<elseif ($Nurse != 0) && ($slaves[$i].pregKnown == 1) && ($clinicSpeedGestation >= 0 || $slaves[$i].pregControl == "speed up")>>
 			$He stays in the clinic to hurry $his pregnancy along safely.
 		<<elseif ($Nurse != 0) && ($slaves[$i].pregAdaptation*1000 < $slaves[$i].bellyPreg || $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33)>>
-- 
GitLab