diff --git a/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw b/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw
index 5d2b3634a7f71bf6cb21a733d583fc446ca2cc0d..c67b01a73c6400c0deb462d5d5cdb0133d94eec7 100644
--- a/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw
+++ b/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw
@@ -66,8 +66,7 @@ This call is coming from a public kiosk, which is usually an indication that the
 <<set _totalValue = slaveCost($activeSlave) + slaveCost(_secondSlave)>>
 //Enslaving them will cost <<print cashFormat(_contractCost)>>. Selling them immediately will bring in approximately <<print cashFormat(_totalValue-_contractCost)>>.//
 <br><br>
-<<set $saleDescription = 0>>
-<<include "Long Slave Description">>
+<<= App.UI.MultipleInspect.SC(_newSlaves, true, false, false)>>
 <br><br>
 <span id="result">
 <<if $cash >= _contractCost>>
diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index dad4abeab5d5357722cd34904eead199906af106..9975310b8107615d21b6ce5d9de4ca03af09bb9e 100644
--- a/src/uncategorized/recETS.tw
+++ b/src/uncategorized/recETS.tw
@@ -1383,7 +1383,7 @@
 				<<case "identical herm pair">>
 					$His _sister2 is identical.
 				<<case "desperate broodmother">>
-					Enslaving $him will cost <<print cashFormat(_ContractCost)>>.<<if $minimumSlaveAge <= 3>> Alternatively, for <<print cashFormat((_ContractCost*2))>> you could enslave both mother and $his eldest child, the rest being sent to the slave orphanages, but you can't tell its gender from the call. You can expect a good value, though.<</if>>
+					Enslaving $him will cost <<print cashFormat(_ContractCost)>>.<<if $minimumSlaveAge <= 3>> Alternatively, for <<print cashFormat((_ContractCost*2))>> you could enslave both mother and $his eldest child, the rest being sent to the slave orphanages.<</if>>
 				<<default>>
 					<div class="error" font-style="normal">
 						ERROR: bad recETS event $RecETSevent
@@ -1391,10 +1391,13 @@
 			<</switch>>
 		</p>
 
-
-		<p>
-			<<set $saleDescription = 1>><<include "Long Slave Description">><<set $saleDescription = 0>>
-		</p>
+		<<set _newSlaves = [$relative, $relative2]>>
+		<<if $RecETSevent === "desperate broodmother" && $minimumSlaveAge > 3>>
+			<<set _newSlaves = [$relative]>> /* do not show underage child */
+		<<elseif ["addict mother daughter", "posh mother daughter", "mismatched pair"].includes($RecETSevent)>>
+			<<set _newSlaves = [$relative]>> /* caller doesn't want relative involved, so you don't get to inspect her even if you can force a sale */
+		<</if>>
+		<<= App.UI.MultipleInspect.SC(_newSlaves, true, true, false)>>
 	</span>
 
 	<span id="result">