From 655f9e9b62e77182a6679faa2e7340f684d10588 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Fri, 5 Jun 2020 13:21:56 -0700 Subject: [PATCH] more fixes --- src/npc/descriptions/belly/belly.js | 4 ++-- src/npc/descriptions/butt/butt.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js index 45faf832684..86bc286b14c 100644 --- a/src/npc/descriptions/belly/belly.js +++ b/src/npc/descriptions/belly/belly.js @@ -550,7 +550,7 @@ App.Desc.belly = function(slave) { } else if (slave.muscles > 90) { r.push(`and ${his} muscular body barely allows ${him} to manage ${his} titanic belly.`); } else { - r.push(`and ${he} is nothing more than a womb with a ${girl} attached.While ${he} can barely heft ${his} titanic belly off the floor, it takes a considerable amount of effort to do so and quickly comes to rest back where it started.`); + r.push(`and ${he} is nothing more than a womb with a ${girl} attached. While ${he} can barely heft ${his} titanic belly off the floor, it takes a considerable amount of effort to do so and quickly comes to rest back where it started.`); if (hasAnyNaturalLegs(slave)) { r.push(`${He} requires multiple slaves to`); if (!hasBothLegs(slave)) { @@ -669,7 +669,7 @@ App.Desc.belly = function(slave) { } else if (slave.muscles > 90) { r.push(`and ${his} muscular body barely allows ${him} to manage ${his} titanic belly.`); } else { - r.push(`and ${he} is nothing more than a greatly overfilled implant with a ${girl} attached.While ${he} can barely heft ${his} titanic belly off the floor, it takes a considerable amount of effort to do so and quickly comes to rest back where it started.`); + r.push(`and ${he} is nothing more than a greatly overfilled implant with a ${girl} attached. While ${he} can barely heft ${his} titanic belly off the floor, it takes a considerable amount of effort to do so and quickly comes to rest back where it started.`); if (hasAnyNaturalLegs(slave)) { r.push(`${He} requires multiple slaves to`); if (!hasBothLegs(slave)) { diff --git a/src/npc/descriptions/butt/butt.js b/src/npc/descriptions/butt/butt.js index 25b2fd5fc1d..77018c2f960 100644 --- a/src/npc/descriptions/butt/butt.js +++ b/src/npc/descriptions/butt/butt.js @@ -1360,7 +1360,7 @@ App.Desc.butt = function(slave) { } else if (slave.tail === "combat") { r.push(`${He} has a very long ${slave.tailColor} metallic tail that can lash out, constrict, and deploy razor sharp spikes on command.`); } else if (slave.tail === "sex") { - r.push(`${He} has a long, slender, ${slave.tailColor} tail.While not strong, it is very dexterous and has a small fleshy spade-shaped tip that can vibrate and dispense lube on command.`); + r.push(`${He} has a long, slender, ${slave.tailColor} tail. While not strong, it is very dexterous and has a small fleshy spade-shaped tip that can vibrate and dispense lube on command.`); } r.push(App.Desc.mods(slave, "buttock")); -- GitLab