diff --git a/src/events/RESS/hotPC.js b/src/events/RESS/hotPC.js
index a77556321061b6d9b4a304955f76614341cd09de..f5bc6179fac3e6840f42d5afe28a8a773824634b 100644
--- a/src/events/RESS/hotPC.js
+++ b/src/events/RESS/hotPC.js
@@ -1,8 +1,4 @@
 App.Events.RESSHotPC = class RESSHotPC extends App.Events.BaseEvent {
-	constructor(actors, params) {
-		super(actors, params);
-	}
-
 	eventPrerequisites() {
 		return []; // always valid if sufficient actors can be cast successfully
 	}
@@ -160,6 +156,7 @@ App.Events.RESSHotPC = class RESSHotPC extends App.Events.BaseEvent {
 			t.push(`${He} stiffens ${eventSlave.voice !== 0 ? "and shrieks" : ""} with surprise, but relaxes obediently within your embrace. Your warm, animal presence has an immediate effect. You hear ${him} suck in ${his} breath and then feel ${him} begin to breathe increasingly hard as your ${canSmell(eventSlave) ? "scent" : "body heat"} sinks into ${him} and ${his} embarrassment fades.`);
 
 			App.Events.addParagraph(node, t);
+			t = [];
 
 			App.Events.addResponses(node, [
 				((canDoVaginal(eventSlave) || canDoAnal(eventSlave)))