From 90b6da6d7d445b48d074769cbf163f6fae165b6d Mon Sep 17 00:00:00 2001
From: Anu <anulithic@gmail.com>
Date: Fri, 7 Oct 2022 01:05:40 -0700
Subject: [PATCH] Don't assume milkTap has boobs, break right virginity

---
 src/npc/interaction/slaveOnSlaveFeeding/fSlaveFeed.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/npc/interaction/slaveOnSlaveFeeding/fSlaveFeed.js b/src/npc/interaction/slaveOnSlaveFeeding/fSlaveFeed.js
index 292d36ae232..4e51a38af06 100644
--- a/src/npc/interaction/slaveOnSlaveFeeding/fSlaveFeed.js
+++ b/src/npc/interaction/slaveOnSlaveFeeding/fSlaveFeed.js
@@ -1966,7 +1966,7 @@ globalThis.FSlaveFeed = function(slave, milkTap) {
 				}
 				r.push(`against ${him} while ${he} deepthroats ${milkTap.slaveName}. With every thrust against the moaning slave, both you and ${milkTap.slaveName} come closer to climax.`);
 			}
-			r.push(`You wrap an arm around ${slave.slaveName}'s middle so you may feel ${his} stomach swell with ejaculate and place your other hand to ${milkTap.slaveName}'s breasts to prevent ${him2} from feeling left out from your attention.`);
+			r.push(`You wrap an arm around ${slave.slaveName}'s middle so you may feel ${his} stomach swell with ejaculate and place your other hand to one of ${milkTap.slaveName}'s nipples to prevent ${him2} from feeling left out from your attention.`);
 
 			if (slave.inflation === 3) {
 				r.push(`You cum multiple times as you feel ${his} belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers.`);
@@ -1982,7 +1982,7 @@ globalThis.FSlaveFeed = function(slave, milkTap) {
 				r.push(`${slave.slaveName}`);
 				r.push(`got off quite strongly from the growing pressure within ${him}, <span class="hotpink">cementing</span> ${his} <span class="lime">first fucking</span> as something special.`);
 				slave.devotion += 4;
-				slave.anus = 1;
+				slave.vagina = 1;
 			} else if (canDoAnal(slave) && (slave.anus === 0)) {
 				r.push(`${slave.slaveName}`);
 				r.push(`got off quite strongly from the growing pressure within ${him}, <span class="hotpink">cementing</span> ${his} <span class="lime">first anal</span> as something special.`);
-- 
GitLab