From e9847ad7580b19d809ad28e77e25adf005a8bf68 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Thu, 29 Oct 2020 22:16:06 -0700 Subject: [PATCH] Fix repeated word --- src/npc/interaction/fAnimal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/npc/interaction/fAnimal.js b/src/npc/interaction/fAnimal.js index e22ef0bb54a..c7968e9983d 100644 --- a/src/npc/interaction/fAnimal.js +++ b/src/npc/interaction/fAnimal.js @@ -737,9 +737,9 @@ App.Interact.fAnimal = function(slave, type) { if (act !== oral) { if (act === vaginal) { if (slave.vagina === 3) { - r.push(`${capFirstChar(animal.name)} cum drips out out of ${his} fucked-out hole. `); + r.push(`${capFirstChar(animal.name)} cum drips out of ${his} fucked-out hole. `); } else if (slave.vagina === 2) { - r.push(`${capFirstChar(animal.name)} cum drips out out of ${his} stretched vagina. `); + r.push(`${capFirstChar(animal.name)} cum drips out of ${his} stretched vagina. `); } else if (slave.vagina === 1) { r.push(`${His} still-tight pussy keeps the ${animal.name}'s cum inside ${him}. `); } else { -- GitLab