From 46123437334e44c508c1efd5e8bea3ea541d1518 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 26 Aug 2017 05:30:34 -0400 Subject: [PATCH] fix --- src/utility/raWidgets.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utility/raWidgets.tw b/src/utility/raWidgets.tw index 1046a4cac3a..2afe210591a 100644 --- a/src/utility/raWidgets.tw +++ b/src/utility/raWidgets.tw @@ -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>> -- GitLab