diff --git a/src/events/RESS/impregnationPlease.js b/src/events/RESS/impregnationPlease.js
index 91be8ae34be6e883b08dc54595c96101403d43f6..9bf05cfb93c966bcfca353ec62e560e61b43e81d 100644
--- a/src/events/RESS/impregnationPlease.js
+++ b/src/events/RESS/impregnationPlease.js
@@ -41,7 +41,6 @@ App.Events.RESSImpregnationPlease = class RESSImpregnationPlease extends App.Eve
 		let r = [];
 		r.push(`Taken by a mood,`);
 		r.push(contextualIntro(V.PC, eventSlave, "DOM"));
-		r.push(App.UI.DOM.slaveDescriptionDialog(eventSlave)); // TODO: Integrate contextualIntro somewhere
 		if (isPregnantAndSuperfetation) {
 			if (eventSlave.belly >= 750000) {
 				r.push(`barely makes into your office before turning and leaning against ${his} ${belly} belly. Once ${he} manages to get comfortable against the strained mass, ${he} wiggles ${his} exposed`);
@@ -219,9 +218,10 @@ App.Events.RESSImpregnationPlease = class RESSImpregnationPlease extends App.Eve
 			r.push(`${He} faces you with the look of a child begging for candy,`);
 		}
 		r.push(`desperately awaiting your answer.`);
+		App.Events.addParagraph(node, r);
 
 		let responses = [new App.Events.Result(`Put a slave in ${him}`, impregnate)];
-		if 	(eventSlave.mpreg === 0) {
+		if (eventSlave.mpreg === 0) {
 			responses.push(new App.Events.Result(`Use ${his} ass but give ${him} what ${he} wants`, impregnateAss));
 			responses.push(new App.Events.Result(`Sneak it into ${his} ass instead`, sneak));
 		} else {
@@ -230,7 +230,6 @@ App.Events.RESSImpregnationPlease = class RESSImpregnationPlease extends App.Eve
 		if (cumSlaves().length >= 5) {
 			responses.push(new App.Events.Result(`Use the Dairy cockmilk to impregnate ${him}`, dairy));
 		}
-		App.Events.addParagraph(node, r);
 		App.Events.addResponses(node, responses);
 
 		function impregnate() {