diff --git a/src/utility/raWidgets.tw b/src/utility/raWidgets.tw
index 1046a4cac3afd28d430c60aeeac29b2a69c3c249..2afe210591ad9b267857311a71e3ffd487c22ceb 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>>