diff --git a/src/facilities/farmyard/farmyard.js b/src/facilities/farmyard/farmyard.js
index 1f95d647cea4f09001eb03ce04feff4ae1a643d2..aa1d81ee866af2e72c633dcfa80b2537e7ea29c1 100644
--- a/src/facilities/farmyard/farmyard.js
+++ b/src/facilities/farmyard/farmyard.js
@@ -7,6 +7,8 @@ App.Facilities.Farmyard.farmyard = function() {
 	V.returnTo = "Farmyard";
 	V.encyclopedia = "Farmyard";
 
+	const farmyardNameCaps = capFirstChar(V.farmyardName);
+
 	App.UI.DOM.appendNewElement("div", frag, intro(), "farmyard-intro");
 	App.UI.DOM.appendNewElement("div", frag, expand(), "farmyard-expand");
 	App.UI.DOM.appendNewElement("div", frag, menials(), "farmyard-menials");
@@ -27,7 +29,6 @@ App.Facilities.Farmyard.farmyard = function() {
 
 			count = App.Entity.facilities.farmyard.totalEmployeesCount;
 
-		const farmyardNameCaps = capFirstChar(V.farmyardName);
 		desc.append(`${farmyardNameCaps} is an oasis of growth in the midst of the jungle of steel and concrete that is ${V.arcologies[0].name}. Animals are kept in pens, tended to by your slaves, while ${V.farmyardUpgrades.hydroponics ? `rows of hydroponics equipment` : `makeshift fields`} grow crops. `);
 
 		switch (V.farmyardDecoration) {
diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw
index dea0522cb18263b2ceacc364f60a174bda3e5852..7cbff5f4409f66061ed32cc0933d43026934787a 100644
--- a/src/uncategorized/saRules.tw
+++ b/src/uncategorized/saRules.tw
@@ -5050,6 +5050,11 @@
 			$He is @@.hotpink;very happy@@ with $his private room in $farmyardName and @@.mediumaquamarine;trusts@@ you a bit more for placing $him in charge of it.
 			<<set $slaves[$i].devotion += 1, $slaves[$i].trust += 1>>
 
+			<<if $slaveUsedRest>>
+				$He is permitted to take short breaks throughout the week to help manage $his building exhaustion, though it does restrict impact $his effectiveness.
+				<<unset $slaveUsedRest>>
+			<</if>>
+
 			<<if ($universalRulesConsent == 0)>>
 				<<if (_release.slaves === 1)>>
 					<<if ($slaves[$i].energy > 95)>>
diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw
index 081f6610ae97c5f958a283bfef946da05db27e04..bf3598ae5c530ccb31dadff5504731a88b426612 100644
--- a/src/uncategorized/sellSlave.tw
+++ b/src/uncategorized/sellSlave.tw
@@ -1606,7 +1606,7 @@ __Bids Received__
 				<<link "Accept bid" "Slave Sold">>
 					<<set _Price = 500*Math.trunc((_slaveCost*1.25)/500)>>
 					<<run cashX(_Price, "slaveTransfer", $activeSlave)>>
-					<<set $buyer = neoimperialist arcology">>
+					<<set $buyer = "neoimperialist arcology">>
 				<</link>>
 			<</if>>
 		<</if>>