diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js index 45faf832684cf98dd315b34ba43851bf96a2a415..86bc286b14c7feaa94458beb3a4c2944c25a01b7 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 25b2fd5fc1dd141ee7b743a56b4d3b30ed68c67e..77018c2f960d91dcf31a8d295132c10f25e324a2 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"));