Skip to content
Snippets Groups Projects
Commit 342776af authored by Jones's avatar Jones
Browse files

Yes, again

parent 0655cc61
No related branches found
No related tags found
No related merge requests found
......@@ -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)>>
......
......@@ -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;
......
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