From 8477b6f91e882cb37bf29283a67a25c35def8bee Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 30 Jun 2021 00:30:40 -0400
Subject: [PATCH] context is important

---
 src/events/RE/reAnalPunishment.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/RE/reAnalPunishment.js b/src/events/RE/reAnalPunishment.js
index 778e1a1783f..46de3561dd3 100644
--- a/src/events/RE/reAnalPunishment.js
+++ b/src/events/RE/reAnalPunishment.js
@@ -42,7 +42,7 @@ App.Events.REAnalPunishment = class REAnalPunishment extends App.Events.BaseEven
 		r.push(
 			`As you're making the rounds through your penthouse, you hear ${S.HeadGirl.slaveName} speaking in the tones ${he2} uses to castigate misbehaving slaves in the next room. When you appear in the doorway, you have little chance to survey the situation before`,
 			App.UI.DOM.combineNodes(
-				App.UI.DOM.slaveDescriptionDialog(slave),
+				contextualIntro(S.HeadGirl, slave, "DOM"),
 				`, apparently the miscreant, flings ${himself} at your feet. ${He} clings to one of your legs convulsively, choking on tears as ${he} stares up at you and tries to muster an explanation. After two false starts, ${he} manages to start begging.`
 			),
 			Spoken(slave, `"Please, ${Master},"`),
-- 
GitLab