From b094e4743bda6564d4aefce87c4e484c83bd7400 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Tue, 22 Jun 2021 08:50:07 +0000 Subject: [PATCH] Simplify to one line --- src/npc/interaction/forceFeeding.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/npc/interaction/forceFeeding.js b/src/npc/interaction/forceFeeding.js index c8f01a25d64..873b563b9c7 100644 --- a/src/npc/interaction/forceFeeding.js +++ b/src/npc/interaction/forceFeeding.js @@ -593,8 +593,7 @@ App.Interact.forceFeeding = function(slave) { } r.push(`Once you're hilted, you bring your hands to ${his} distended belly, eager to feel it move as you fuck ${him}.`); if (hasAnyArms(slave)) { - r.push(`${His} own ${hasBothArms(slave) ? `join` : `joins`}`); - r.push(`yours atop the taut dome.`); + r.push(`${His} own ${hasBothArms(slave) ? `join` : `joins`} yours atop the taut dome.`); } r.push(`Every thrust into the stuffed ${SlaveTitle(slave)} forces ${his} full middle to leap back before slamming into your stomach alongside a moaning groan. As you pick up the pace, ${he} begins to buck against you, adding even more motion to ${his} body. It doesn't take long for you to reach your peak and, after cumming, catch sight of ${his} own climax. Watching ${his} middle attempt to contract around the mass of slave food inside ${him} invigorates you for a second round.`); if (V.PC.balls >= 30) { -- GitLab