diff --git a/src/events/PESS/pessWorshipfulImpregnatrix.js b/src/events/PESS/pessWorshipfulImpregnatrix.js
index 8788c1c79b6a1fbab37a51acc39980d59789ad26..da1e3aba500f3e96df0e5209b0fa18b59ded068e 100644
--- a/src/events/PESS/pessWorshipfulImpregnatrix.js
+++ b/src/events/PESS/pessWorshipfulImpregnatrix.js
@@ -19,11 +19,9 @@ App.Events.pessWorshipfulImpregnatrix = class pessWorshipfulImpregnatrix extends
 		const desc = SlaveTitle(S.HeadGirl);
 		App.Events.drawEventArt(node, S.HeadGirl);
 
-		App.Events.addParagraph(node, [
-			App.UI.DOM.slaveDescriptionDialog(S.HeadGirl),
-			`comes wearily into your office at the end of ${his} day to check in with you, like a good Head Girl should. You're busy at the moment, so ${he} waits quietly, not wanting to interrupt you. ${He} seems tired, and leans`
-		]);
 		let r = [];
+		r.push(contextualIntro(V.PC, S.HeadGirl, true, false, true));
+		r.push(`comes wearily into your office at the end of ${his} day to check in with you, like a good Head Girl should. You're busy at the moment, so ${he} waits quietly, not wanting to interrupt you. ${He} seems tired, and leans`);
 		if (S.HeadGirl.physicalAge > 35) {
 			r.push(`heavily`);
 		} else {