diff --git a/src/player/MpregSelf.js b/src/player/MpregSelf.js
index d6a2803daf50f7e095228997b27198c5b04d1a32..64e87b4bd4d3d98c74f1f1fbacbbf330c747fd46 100644
--- a/src/player/MpregSelf.js
+++ b/src/player/MpregSelf.js
@@ -153,6 +153,8 @@ globalThis.MpregSelf = function() {
 			r.push(`You feel ${hisU} soft lips pressed to your vulva as ${heU} works to retrieve ${hisU} treat. You hear some soft slurping noises and feel a warm tongue worming its way inside you to retrieve any lingering cum. You relax and enjoy the afterglow of your orgasms while ${heU} works, proud of your ingenious idea to take advantage of your own balls for a satisfying creampie. There's always a slave to do that, of course, but why use slave cum when you have such obviously superior material available?`);
 		}
 		r.push(knockMeUp(V.PC, 100, 0, -1));
+		
 	}
+	App.Events.addParagraph(node, r);
 	return node;
 };