Skip to content
Snippets Groups Projects
Commit 96d47931 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'patch-4' into 'pregmod-master'

Fix Clinic release conditions

See merge request pregmodfan/fc-pregmod!5918
parents b73d6397 e84a222c
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,7 @@
<</if>>
<</if>>
<<if ($slaves[$i].health.illness > 0)>>
<<elseif ($slave[$i].health.shortDamage >= 10)>>
<<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")>>
......
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