From ce7d75acfc066ed6e9778b1714c0e5a018198b3d Mon Sep 17 00:00:00 2001
From: Skriv <skrivelese@gmail.com>
Date: Thu, 14 May 2020 00:27:08 +0200
Subject: [PATCH] more VCheck

---
 src/events/RESS/hotPC.js      | 14 ++++++--------
 src/events/RESS/moistPussy.js |  4 ++--
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/src/events/RESS/hotPC.js b/src/events/RESS/hotPC.js
index 80f7a79de9e..c388eb89ffe 100644
--- a/src/events/RESS/hotPC.js
+++ b/src/events/RESS/hotPC.js
@@ -210,7 +210,7 @@ App.Events.RESSHotPC = class RESSHotPC extends App.Events.BaseEvent {
 						t.push(`You'd like to lift ${him} up into a standing fuck, but there is so much distended stomach between the both of you that it's impossible so you opt for a position where you can both penetrate ${him} and continue your work out.`);
 						if (canDoVaginal(eventSlave) && canDoAnal(eventSlave)) {
 							t.push(`After a while, you shift positions, freeing your member, and force yourself up ${his} butt despite the slave's anxious begging.`);
-							VCheck.Both(1, 1, eventSlave);
+							t.push(VCheck.Both(1, 1, eventSlave));
 							t.push(`It doesn't take long before you fill ${his} ass with cum.`);
 						} else {
 							t.push((canDoVaginal(eventSlave)) ? fuckVagina() : fuckAss());
@@ -219,7 +219,7 @@ App.Events.RESSHotPC = class RESSHotPC extends App.Events.BaseEvent {
 						t.push(`You'd like to lift ${him} up into a standing fuck, but you are far too pregnant to manage. Instead, you lie on your back and have ${him} work your legs as you fuck ${him}.`);
 						if (canDoVaginal(eventSlave) && canDoAnal(eventSlave)) {
 							t.push(`After a while, you lift ${him} up as high as you can, freeing your member, and then lower ${him} back down again, forcing yourself up ${his} butt instead despite the slave's anxious begging.`);
-							VCheck.Both(1, 1, eventSlave);
+							t.push(VCheck.Both(1, 1, eventSlave));
 							t.push(`It doesn't take long before you fill ${his} ass with cum.`);
 						} else {
 							t.push((canDoVaginal(eventSlave)) ? fuckVagina() : fuckAss());
@@ -228,7 +228,7 @@ App.Events.RESSHotPC = class RESSHotPC extends App.Events.BaseEvent {
 						t.push(`You'd like to lift ${him} up into a standing fuck, but even you aren't strong enough to lift ${his} extreme weight. Instead, you choose to have ${him} ride you; supporting ${his} ${belly} middle is a workout in its own right.`);
 						if (canDoVaginal(eventSlave) && canDoAnal(eventSlave)) {
 							t.push(`After a while, you push ${him} up as high as you can, freeing your member, and then lower ${him} back down again, forcing yourself up ${his} butt instead despite the slave's anxious begging.`);
-							VCheck.Both(1, 1, eventSlave);
+							t.push(VCheck.Both(1, 1, eventSlave));
 							t.push(`It doesn't take long before you fill ${his} ass with cum.`);
 						} else {
 							t.push((canDoVaginal(eventSlave)) ? fuckVagina() : fuckAss());
@@ -247,7 +247,7 @@ App.Events.RESSHotPC = class RESSHotPC extends App.Events.BaseEvent {
 						t.push(`Once you're hilted, you bring ${his} hands up on either side of ${his} head to grasp your shoulders behind ${him}, and then scoop ${his} legs up and hoist ${him} to rest against your chest, held in midair and impaled on your dick. You can't pound ${him} all that hard in this challenging position, but the effort of holding ${himself} this way forces ${him} to tighten ${his} muscles down hard, producing an excellent sensation. ${PC.vagina !== -1 ? `The position angles your dick upward, producing a lovely massaging sensation in your pussy as you slide in and out of ${him}` : ""}.`);
 						if (canDoVaginal(eventSlave) && canDoAnal(eventSlave)) {
 							t.push(`After a while, you lift ${him} up as high as you can, freeing your member, and then lower ${him} back down again, forcing yourself up ${his} butt instead despite the slave's anxious begging.`);
-							VCheck.Both(1, 1, eventSlave);
+							t.push(VCheck.Both(1, 1, eventSlave));
 							t.push(`It doesn't take long before you fill ${his} ass with cum.`);
 						} else {
 							t.push((canDoVaginal(eventSlave)) ? fuckVagina() : fuckAss());
@@ -256,13 +256,11 @@ App.Events.RESSHotPC = class RESSHotPC extends App.Events.BaseEvent {
 				}
 
 				function fuckVagina() {
-					VCheck.Vaginal(1, eventSlave);
-					return `It doesn't take long before you fill ${his} pussy with cum.`;
+					t.push(`${VCheck.Vaginal(1, eventSlave)} It doesn't take long before you fill ${his} pussy with cum.`);
 				}
 
 				function fuckAss() {
-					VCheck.Anal(1, eventSlave);
-					return `It doesn't take long before you fill ${his} ass with cum.`;
+					t.push(`${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.`);
diff --git a/src/events/RESS/moistPussy.js b/src/events/RESS/moistPussy.js
index 31816ae2a5e..545b46fc80b 100644
--- a/src/events/RESS/moistPussy.js
+++ b/src/events/RESS/moistPussy.js
@@ -143,7 +143,7 @@ App.Events.RESSMoistPussy = class RESSMoistPussy extends App.Events.BaseEvent {
 			t.push(`You take your other hand and place a firm but loving grip under ${his} chin, lifting ${his} ${App.Desc.eyeColor(eventSlave)}-eyed gaze to meet yours before kissing ${him} again. All the while, you`);
 			if (V.PC.dick !== 0) {
 				t.push(`fuck ${him} powerfully, withdrawing your dick almost all the way and then hilting yourself in ${his} soaked slit.`);
-				VCheck.Vaginal(1, eventSlave);
+				t.push(VCheck.Vaginal(1, eventSlave));
 			} else {
 				t.push(`trib ${him} with assurance, grinding your hips against ${he}rs and making ${him} feel your heat.`);
 				seX(eventSlave, "vaginal", V.PC, "penetrative");
@@ -218,7 +218,7 @@ App.Events.RESSMoistPussy = class RESSMoistPussy extends App.Events.BaseEvent {
 					eventSlave.fetishKnown = 1;
 				}
 			}
-			VCheck.Vaginal(1, eventSlave);
+			t.push(VCheck.Vaginal(1, eventSlave));
 			eventSlave.devotion += 5;
 			return t;
 		}
-- 
GitLab