diff --git a/src/npc/interaction/forceFeeding.js b/src/npc/interaction/forceFeeding.js index 525ff0b15930ad73c6a4da61c664bf38418b6ce8..4e893c14d5053de0a26379afb44811079ca540b1 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.`);