diff --git a/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw b/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw
index c67b01a73c6400c0deb462d5d5cdb0133d94eec7..8a8a11697fe3d41851741686070c0f7a9c2a0fb7 100644
--- a/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw
+++ b/src/uncategorized/reFSEgyptianRevivalistAcquisition.tw
@@ -62,6 +62,8 @@ You receive so many messages, as a noted titan of the new Free Cities world, tha
 <br><br>
 This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual — the callers seem stressed, but otherwise normal. They haltingly and quietly explain, with many nervous glances off-camera to ensure they are not overheard, that they are both siblings and lovers, and their attempts to keep the truth of the nature of their relationship from their friends, family, and society at large have failed. They had heard of $arcologies[0].name's reverence for incestuous relationships, and have managed to talk themselves into the questionable conclusion that their only chance to be together was for them to sell themselves to someone who would not just accept but encourage their incest — namely, you.
 <br><br>
+<<= capFirstChar($assistant.name)>> assembles a dossier of information and photos from information they've sent describing their bodies and skills, to be used as a substitute for an in-person inspection.
+<br></br>
 
 <<set _totalValue = slaveCost($activeSlave) + slaveCost(_secondSlave)>>
 //Enslaving them will cost <<print cashFormat(_contractCost)>>. Selling them immediately will bring in approximately <<print cashFormat(_totalValue-_contractCost)>>.//
diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index 9975310b8107615d21b6ce5d9de4ca03af09bb9e..01edf36290279ea832f23ae4e4fc87dc252bb836 100644
--- a/src/uncategorized/recETS.tw
+++ b/src/uncategorized/recETS.tw
@@ -1365,6 +1365,13 @@
 				"We co<<s>>t <<print cashFormat(_ContractCost)>>, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>."
 		<</switch>>
 
+		/* Inspection details for videocall recruitment */
+		<<if ["incest mother son", "incest father daughter", "incest brother sister", "incest sister sister", "incest brother brother", "incest twin sister", "incest twin brother", "incest twins mixed", "incest mother daughter", "incest father son"].includes($RecETSevent)>>
+			<p>
+				<<= capFirstChar($assistant.name)>> assembles a dossier of information and photos from information they've sent describing their bodies and skills, to be used as a substitute for an in-person inspection.
+			</p>
+		<</if>>
+
 		/* The price */
 		<p class="detail">
 			<<switch $RecETSevent>>
@@ -1392,8 +1399,8 @@
 		</p>
 
 		<<set _newSlaves = [$relative, $relative2]>>
-		<<if $RecETSevent === "desperate broodmother" && $minimumSlaveAge > 3>>
-			<<set _newSlaves = [$relative]>> /* do not show underage child */
+		<<if $RecETSevent === "desperate broodmother">>
+			<<set _newSlaves = [$relative]>> /* rushed videocall, no dossier */
 		<<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>>