From 3a36c198ff9a69bf201c85a047ba3831813cf831 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sat, 8 Feb 2020 12:32:30 -0800
Subject: [PATCH] Fix VCheck.Partner

---
 src/js/sexActsJS.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/js/sexActsJS.js b/src/js/sexActsJS.js
index 621223bfa30..395640919be 100644
--- a/src/js/sexActsJS.js
+++ b/src/js/sexActsJS.js
@@ -290,7 +290,7 @@ window.VCheck = (function() {
 				r += `Since it's ${partner.slaveName}'s first time, you take your time and gently ease yourself into ${his} butthole before gradually increasing the intensity of your thrusts into ${his} ass. <span class="lime">This breaks in ${partner.slaveName}'s virgin ass.</span> `;
 				partner.anus = 1;
 			}
-			actX(slave, "anal", analTimes);
+			actX(partner, "anal", analTimes);
 			if (canImpreg(partner, V.PC)) {
 				r += knockMeUp(partner, 10, 1, -1);
 			}
-- 
GitLab