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

fix

parent 7c0c8516
No related branches found
No related tags found
2 merge requests!843Delete Please.,!737Pregmod v1019-73
......@@ -2886,7 +2886,7 @@ Your brand design is ''$brandDesign.''
<</if>>
<<case "get treatment in the clinic">>
<<if ($clinicSlaves < $clinic && ($args[0].health < 20 || ($args[0].chem > 15 && $Nurse != 0 && $clinicUpgradeFilters == 1)) || (($args[0].bellyImplant > -1) && ($bellyImplants == 1)) || $args[0].preg > 1))>>
<<if ($clinicSlaves < $clinic && ($args[0].health < 20 || ($args[0].chem > 15 && $Nurse != 0 && $clinicUpgradeFilters == 1)) || (($args[0].bellyImplant > -1) && ($bellyImplants == 1)) || $args[0].preg > 1)>>
<<set _combinedRule.setAssignment = _currentRule.setAssignment>>
<<else>>
<<RAFacilityRemove $args[0] _currentRule>>
......@@ -2957,7 +2957,7 @@ Your brand design is ''$brandDesign.''
<</if>>
<<case "be confined in the cellblock">>
<<if ($cellblockSlaves < $cellblock && (($args[0].devotion < -20 && $args[0].trust >= -20) || ($args[0].devotion < -50 && $args[0].trust >= -50))>>
<<if ($cellblockSlaves < $cellblock && (($args[0].devotion < -20 && $args[0].trust >= -20) || ($args[0].devotion < -50 && $args[0].trust >= -50)))>>
<<set _combinedRule.setAssignment = _currentRule.setAssignment>>
<<else>>
<<RAFacilityRemove $args[0] _currentRule>>
......
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