From 4aeb8fbbdfcc9d6081827017f5fe49f765dce77a Mon Sep 17 00:00:00 2001
From: Skriv <skrivelese@gmail.com>
Date: Fri, 15 May 2020 00:20:28 +0200
Subject: [PATCH] fix return

---
 src/events/RESS/hotPC.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/events/RESS/hotPC.js b/src/events/RESS/hotPC.js
index c388eb89ffe..08c84509956 100644
--- a/src/events/RESS/hotPC.js
+++ b/src/events/RESS/hotPC.js
@@ -256,11 +256,11 @@ App.Events.RESSHotPC = class RESSHotPC extends App.Events.BaseEvent {
 				}
 
 				function fuckVagina() {
-					t.push(`${VCheck.Vaginal(1, eventSlave)} It doesn't take long before you fill ${his} pussy with cum.`);
+					return `${VCheck.Vaginal(1, eventSlave)} It doesn't take long before you fill ${his} pussy with cum.`;
 				}
 
 				function fuckAss() {
-					t.push(`${VCheck.Anal(1, eventSlave)} It doesn't take long before you fill ${his} ass with cum.`);
+					return `${VCheck.Anal(1, eventSlave)} It doesn't take long before you fill ${his} ass with cum.`;
 				}
 
 				t.push(`You tell your quivering sex toy that ${he} doesn't have to be embarrassed about ${his} needs. <span class="mediumaquamarine">${He} seems relieved</span> that the sexual being ${he}'s becoming is acceptable, at least to you.`);
-- 
GitLab