From de6997a07d4d32bfa5125c744fca7b1fe306fe03 Mon Sep 17 00:00:00 2001
From: Skriv <skrivelese@gmail.com>
Date: Sun, 24 Mar 2019 16:36:22 +0100
Subject: [PATCH] _his to his2

---
 src/js/walkPastJS.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js
index 6fb80521104..1d95ec82573 100644
--- a/src/js/walkPastJS.js
+++ b/src/js/walkPastJS.js
@@ -687,7 +687,7 @@ window.loverSlave = function(activeSlave) {
 												t += `so ${he2} is face to face with ${name} and making out.`;
 											}
 										} else if (activeSlave.belly >= 5000) {
-											t += `${partnerName} is teasing ${_his} lover's huge belly.`;
+											t += `${partnerName} is teasing ${his2} lover's huge belly.`;
 										} else {
 											t += `${name} and ${partnerName} are both pretending to be hugely pregnant and cuddling each other.`;
 										}
@@ -704,7 +704,7 @@ window.loverSlave = function(activeSlave) {
 										if (activeSlave.belly >= 5000) {
 											t += `so ${he2} and ${name} are trying their hardest to trib with their ever expanding bodies in the way.`;
 										} else {
-											t += `so ${name} is savoring the feeling of ${_his} navel tracing ${his} slit.`;
+											t += `so ${name} is savoring the feeling of ${his2} navel tracing ${his} slit.`;
 										}
 									} else {
 										t += `${name} and ${partnerName} `;
@@ -779,7 +779,7 @@ window.loverSlave = function(activeSlave) {
 										t += `so ${he2} is face to face with ${name} and making out.`;
 									}
 								} else if (activeSlave.belly >= 5000) {
-									t += `${partnerName} is teasing ${_his} lover's huge belly.`;
+									t += `${partnerName} is teasing ${his2} lover's huge belly.`;
 								} else {
 									t += `${name} and ${partnerName} are both pretending to be hugely pregnant and cuddling each other.`;
 								}
-- 
GitLab