From 0cfbf662a4989e7ff8e195284672da73424b93a5 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Sat, 16 Mar 2019 21:06:18 -0400 Subject: [PATCH] Clarify in clinic and spa report why slaves stay --- src/uncategorized/clinicReport.tw | 11 +++++++++++ src/uncategorized/spaReport.tw | 9 +++++++++ 2 files changed, 20 insertions(+) diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw index 61d23fbbe0b..e43a579aa10 100644 --- a/src/uncategorized/clinicReport.tw +++ b/src/uncategorized/clinicReport.tw @@ -295,6 +295,17 @@ is receiving treatment in $clinicName. <</if>> <br> $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> <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> diff --git a/src/uncategorized/spaReport.tw b/src/uncategorized/spaReport.tw index 60a8cefd1e6..99afc421274 100644 --- a/src/uncategorized/spaReport.tw +++ b/src/uncategorized/spaReport.tw @@ -300,6 +300,15 @@ is resting in $spaName. <</if>> <br> _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> <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> -- GitLab