diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw
index 61d23fbbe0b80b9b4f892a9e0dd4a3f0534a2046..e43a579aa10b125dd652121728bac6e7839d7776 100644
--- a/src/uncategorized/clinicReport.tw
+++ b/src/uncategorized/clinicReport.tw
@@ -295,6 +295,17 @@
 			is receiving treatment in $clinicName.
 		<</if>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;$He <<= saRest($slaves[$i])>>
+		<<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.
+		<<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)>>
+			$He stays in the clinic waiting for the child to be born.
+		<<elseif ($Nurse != 0) && ($clinicInflateBelly > 0) && ($slaves[$i].bellyImplant >= 0) && ($slaves[$i].bellyImplant <= ($arcologies[0].FSTransformationFetishistResearch ? 800000 : 130000))>>
+			$He stays in the clinic as $his implants can still recieve more filling.
+		<</if>>
 		<br>&nbsp;&nbsp;&nbsp;
 		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
diff --git a/src/uncategorized/spaReport.tw b/src/uncategorized/spaReport.tw
index 60a8cefd1e6d88a738e112908b2c16b90094af4c..99afc421274f960b4cac927a68bda290f47c6de4 100644
--- a/src/uncategorized/spaReport.tw
+++ b/src/uncategorized/spaReport.tw
@@ -300,6 +300,15 @@
 			is resting in $spaName.
 		<</if>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;_He2 <<= saRest($slaves[$i])>>
+		<<if ($slaves[$i].fetish == "mindbroken")>>
+			$He remains in the Spa, completely mindbroken.
+		<<elseif($slaves[$i].sexualFlaw != "none") || ($slaves[$i].behavioralFlaw != "none")>>
+			$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 < 20)>>
+			$He remains in the Spa, as $his health is still low.
+		<</if>>
 		<br>&nbsp;&nbsp;&nbsp;
 		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>