diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw
index b336720c320c0bb74677679451d0336d87dd90b1..dcd2dc235227bd5b24d4ada4cd80cf00329c8193 100644
--- a/src/facilities/nursery/nursery.tw
+++ b/src/facilities/nursery/nursery.tw
@@ -465,7 +465,7 @@ Target age for release: <<textbox "$targetAgeNursery" $targetAgeNursery "Nursery
 <<for $i = 0; $i < $nurseryBabies; $i++>>
 	<<capture $i>>
 	<<setLocalPronouns $cribs[$i]>>
-		<br><<link "<<= SlaveFullName($cribs[$i])>>" "Child Interact">><<set $activeSlave = $cribs[$i]>><<<</link>> occupies this room. $He is <<if $cribs[$i].genes == "XX">>a natural girl<<else>>a natural boy<</if>>, with $cribs[$i].hColor hair<<if $cribs[$i].eyes != -2>> and $cribs[$i].eyeColor eyes.<<else>>. $He is blind.<</if>>
+		<br><<link "<<= SlaveFullName($cribs[$i])>>" "Child Interact">><<set $activeSlave = $cribs[$i]>><</link>> occupies this room. $He is <<if $cribs[$i].genes == "XX">>a natural girl<<else>>a natural boy<</if>>, with $cribs[$i].hColor hair<<if $cribs[$i].eyes != -2>> and $cribs[$i].eyeColor eyes.<<else>>. $He is blind.<</if>>
 		/*Statistical projections indicates that once released $he will be around <<= heightToEitherUnit($cribs[$i].height + random(-5,5))>> tall. TODO: would this make sense to include?*/ Most likely $he will be
 			<<if $cribs[$i].weight <= 30 && $cribs[$i].weight >= -30>>
 				at a healthy weight and
diff --git a/src/uncategorized/saChoosesOwnJob.tw b/src/uncategorized/saChoosesOwnJob.tw
index 34159ae2c41a8b7dcb558385fad8f628efe47a22..69f6e10f2a2e7b2a36e307a43bfd54891e5b8849 100644
--- a/src/uncategorized/saChoosesOwnJob.tw
+++ b/src/uncategorized/saChoosesOwnJob.tw
@@ -50,7 +50,7 @@
 			<<= assignJob($slaves[$i], "be a servant")>>
 		<</if>>
 
-	<<elseif $universalRulesAssignsSelfFacility == 1 && $slaves[$i].devotion > 50 && canWalk($slaves[$i]) && canSee($slave[$i]) && && $slaves[$i].sexualQuirk == "caring" && $nurseryNannies > $nurserySlaves>>
+	<<elseif $universalRulesAssignsSelfFacility == 1 && $slaves[$i].devotion > 50 && canWalk($slaves[$i]) && canSee($slaves[$i]) && && $slaves[$i].sexualQuirk == "caring" && $nurseryNannies > $nurserySlaves>>
 		<<set $slaves[$i].choosesOwnAssignmentText += " enjoys taking care of children, so $he decides to work in $nurseryName.">>
 		<<= assignJob($slaves[$i], "work as a nanny")>>