diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw
index 7d271459173e44d6ff7418c7307008cc92bbfe37..8276f185918674f45b066c9105026196ac959d5e 100644
--- a/src/uncategorized/dairy.tw
+++ b/src/uncategorized/dairy.tw
@@ -2,7 +2,9 @@
 
 <<nobr>>
 <<set $nextButton to "Back to Main", $nextLink to "Main", $returnTo to "Dairy", $showEncyclopedia to 1, $encyclopedia to "Slave Dairy">>
+<<silently>>
 DairyRestraintsSetting($dairyRestraintsSetting)
+<</silently>>
 
 <<if $dairyName != "the Dairy">>
 	<<set $dairyNameCaps to $dairyName.replace("the ", "The ")>>
diff --git a/src/uncategorized/saRecruitGirls.tw b/src/uncategorized/saRecruitGirls.tw
index 24432000502b96568cde66109ac266fb80b91012..21dc078c3f51333cba43891cd787c103860605ab 100644
--- a/src/uncategorized/saRecruitGirls.tw
+++ b/src/uncategorized/saRecruitGirls.tw
@@ -360,7 +360,7 @@ She uses her extra time and @@color:yellowgreen;recruitment allowance@@ this wee
 	<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
 		<<if totalRelatives($slaves[$i]) > 0>>
 			<<set _recruiterRelation = randomRelatedAvailableSlave($slaves[$i])>>
-			<<if _recruiterRelation != 0>>
+			<<if def _recruiterRelation>>
 				<<if ($slaves[$i].energy > 60 || $slaves[$i].sexualQuirk == "tease" || $slaves[$i].sexualQuirk == "perverted") && (_recruiterRelation.energy > 60 || _recruiterRelation.sexualQuirk == "tease" || _recruiterRelation.sexualQuirk == "perverted")>>
 					<<set _seed += 6, _FSmatch++, $arcologies[0].FSEgyptianRevivalist += 0.02*$FSSingleSlaveRep>>
 				<</if>>
@@ -658,7 +658,7 @@ She is able to smartly <<if $arcologies[0].FSPaternalist != "unset">>answer<<els
 <<if $familyTesting == 1>>
 	<<if $arcologies[0].FSEgyptianRevivalist != "unset">>
 		<<if totalRelatives($slaves[$i]) > 0>>
-			<<if _recruiterRelation != 0>>
+			<<if def _recruiterRelation>>
 				<<if _recruiterRelation.mother == $slaves[$i].ID || _recruiterRelation.father == $slaves[$i].ID>>
 					<<set $relationType = "daughter">>
 				<<elseif $slaves[$i].mother == _recruiterRelation.ID>>