Skip to content
Snippets Groups Projects
Commit f74ca7f4 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

DNA to chems

parent 0cfbf662
No related branches found
No related tags found
1 merge request!3922Clarify in clinic and spa report why slaves stay
...@@ -298,7 +298,7 @@ ...@@ -298,7 +298,7 @@
<<if ($slaves[$i].health <= 40)>> <<if ($slaves[$i].health <= 40)>>
$He stays in the clinic as $he is still sick. $He stays in the clinic as $he is still sick.
<<elseif ($Nurse != 0) && ($slaves[$i].chem > 15) && ($clinicUpgradeFilters == 1)>> <<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")>> <<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. $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)>> <<elseif ($Nurse != 0) && ($slaves[$i].pregAdaptation*1000 < $slaves[$i].bellyPreg || $slaves[$i].preg > $slaves[$i].pregData.normalBirth/1.33)>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment