diff --git a/src/events/RESS/imScared.js b/src/events/RESS/imScared.js
index 16194753bcb3073569a5ae0e907894b2f89bfbd5..193e4cebac1b3669a691f5a49bd125e1309e2117 100644
--- a/src/events/RESS/imScared.js
+++ b/src/events/RESS/imScared.js
@@ -35,7 +35,7 @@ App.Events.RESSImScared = class RESSImScared extends App.Events.BaseEvent {
 		let t = [];
 
 		t.push(`During ${his} weekly inspection,`);
-		t.push(App.UI.DOM.slaveDescriptionDialog(eventSlave));
+		t.push(contextualIntro(V.PC, eventSlave, "DOM"));
 		t.push(`has trouble following the routine orders that position ${him} so you can examine ${his} body. The cause is not difficult to determine: ${he}'s so cripplingly terrified that ${he}'s having difficulty functioning. ${He} seems to be trying to obey you, but ${he}'s so scared that ${his} mind is having trouble translating your simple verbal commands into physical obedience. You ask ${him} what ${he}'s so frightened of. The question stuns ${him}, and ${he} ${canSee(eventSlave) ? "stares at" : "faces"} you in mute horror, looking even more terrified than ${he} has up to this point and completely devoid of any idea how to respond. You order ${him} to respond, and this starts ${him} out of ${his} fugue. ${He} begins to cry, makes two false starts, sobs, and then begins forcing out words.`);
 		App.Events.addParagraph(node, t);
 		t = [];