diff --git a/src/events/RESS/review/shiftMasturbation.js b/src/events/RESS/review/shiftMasturbation.js
index 928a794c2ccf444909e08f9dd64ca378c527812e..624960a99772797add1241ff9d3732fd326ca92d 100644
--- a/src/events/RESS/review/shiftMasturbation.js
+++ b/src/events/RESS/review/shiftMasturbation.js
@@ -41,7 +41,7 @@ App.Events.RESSShiftMasturbation = class RESSShiftMasturbation extends App.Event
 			r.push(`Your personal assistant, ${capFirstChar(V.assistant.name)},`);
 		}
 		r.push(`manages a schedule for them, constantly changing it up to keep the sluts from getting predictable.`);
-		r.push(App.UI.DOM.slaveDescriptionDialog(eventSlave));
+		r.push(contextualIntro(V.PC, eventSlave, true, false, true));
 		r.push(`has just come on shift.`);
 		r.toParagraph();
 
diff --git a/src/events/RESS/review/shiftSleep.js b/src/events/RESS/review/shiftSleep.js
index fca1093d0c0959b6a8ca585f0ff081e11663e422..63424455ff8fbdc384e3c534253187c2490294b9 100644
--- a/src/events/RESS/review/shiftSleep.js
+++ b/src/events/RESS/review/shiftSleep.js
@@ -2,7 +2,7 @@ App.Events.RESSShiftSleep = class RESSShiftSleep extends App.Events.BaseEvent {
 	eventPrerequisites() {
 		return [
 			() => V.corp.Incorporated !== 0,
-		]; // always valid if sufficient actors can be cast successfully
+		];
 	}
 
 	actorPrerequisites() {
@@ -40,7 +40,7 @@ App.Events.RESSShiftSleep = class RESSShiftSleep extends App.Events.BaseEvent {
 			r.push(`Your personal assistant, ${capFirstChar(V.assistant.name)},`);
 		}
 		r.push(`manages a schedule for them, constantly changing it up to keep the sluts from getting predictable.`);
-		r.push(App.UI.DOM.slaveDescriptionDialog(eventSlave));
+		r.push(contextualIntro(V.PC, eventSlave, true, false, true));
 		r.push(`has just come on shift.`);
 		r.toParagraph();
 
diff --git a/src/events/RESS/review/sleepingAmbivalent.js b/src/events/RESS/review/sleepingAmbivalent.js
index eaefbb58fd6deab288072dc9e6e981fa0fe0f2ea..721e65ae6378d1ce1da8d1f80aeefbed890c8383 100644
--- a/src/events/RESS/review/sleepingAmbivalent.js
+++ b/src/events/RESS/review/sleepingAmbivalent.js
@@ -31,7 +31,7 @@ App.Events.RESSSleepingAmbivalent = class RESSSleepingAmbivalent extends App.Eve
 
 		App.Events.addParagraph(node, [
 			`Passing through the slave dormitory at night, you run your eyes down the row of sleeping chattel. The light here is low, but it's not dark. Slaves need to be able to find the bathroom, slaves on late assignments need to find their beds, and those permitted to do so need to be able to select slaves for sex.`,
-			contextualIntro(V.PC, eventSlave, true),
+			contextualIntro(V.PC, eventSlave, true, false, true),
 			`catches your eye. The dormitory is kept at a pleasant temperature so that the slaves, who of course sleep nude, are comfortable on their bedrolls covered by a single sheet, or nothing at all. ${He} probably went to sleep with ${his} sheet pulled up to ${his} chin, which is normal behavior for slaves who aren't yet accepting of their status as compulsory sex objects, but ${he}'s shrugged it down. Half ${his} torso is bare.`
 		]);
 		let r = [];