From f7edabfbee1135e0ef749009204614022ccd6a2b Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Mon, 21 Jun 2021 23:55:32 +0000 Subject: [PATCH] Fix arm count logic and spacing --- src/npc/interaction/forceFeeding.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/npc/interaction/forceFeeding.js b/src/npc/interaction/forceFeeding.js index 525ff0b1593..4e893c14d50 100644 --- a/src/npc/interaction/forceFeeding.js +++ b/src/npc/interaction/forceFeeding.js @@ -593,10 +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 join`); - if (hasBothArms(slave)) { - r.push(`s`); - } + r.push(`${His} own ${hasBothArms(slave) ? `join` : `joins`}`); r.push(`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.`); -- GitLab