From aebcb6b37cf886eba28a866e6bc2e0c748041be9 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Thu, 12 Aug 2021 23:33:10 -0700 Subject: [PATCH] Add contextualIntro for RESS I'm Scared --- src/events/RESS/imScared.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/RESS/imScared.js b/src/events/RESS/imScared.js index 16194753bcb..193e4cebac1 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 = []; -- GitLab