diff --git a/src/npc/descriptions/belly/bellyImplant.js b/src/npc/descriptions/belly/bellyImplant.js index 6e227c48d082e6204d98a0f1f3614f14df3f512b..9730fd178c96911f385597cdefe3f0ecd2d96e5c 100644 --- a/src/npc/descriptions/belly/bellyImplant.js +++ b/src/npc/descriptions/belly/bellyImplant.js @@ -2195,7 +2195,7 @@ App.Desc.bellyImplant = function(slave) { if (slave.birthsTat > 0) { if (slave.birthsTat > 1) { - r.push(`${He} has a series of ${slave.birthsTat} baby-shaped tattoos adorning ${his} stomach; one for each successful `); + r.push(`${He} has a series of ${slave.birthsTat} baby-shaped tattoos adorning ${his} stomach; one for each successful`); if (slave.pregKnown === 1) { r.push(`pregnancy and a temporary one for ${his} current pregnancy.`); } else { diff --git a/src/npc/descriptions/face.js b/src/npc/descriptions/face.js index 09b39b23203224a0faa91cd1fb9a49270c39a139..c406180eb6b6f750fa6104dc70f1ae60899f9506 100644 --- a/src/npc/descriptions/face.js +++ b/src/npc/descriptions/face.js @@ -154,7 +154,7 @@ App.Desc.face = function(slave) { if (slave.faceImplant > 5) { r.push(`${He}'s`); if (slave.faceImplant > 95) { - r.push(`had so much cosmetic surgery that ${his} face is located at the bottom of the uncanny valley `); + r.push(`had so much cosmetic surgery that ${his} face is located at the bottom of the uncanny valley`); if (slave.face < -10) { r.push(`in addition to its ugliness.`); } else if (slave.face <= 10) { @@ -180,7 +180,7 @@ App.Desc.face = function(slave) { } } else if (V.arcologies[0].FSTransformationFetishist !== "unset") { if (slave.faceImplant > 30) { - r.push(`Your transformationist society doesn't think this `); + r.push(`Your transformationist society doesn't think this`); if (slave.face >= -10) { r.push(`reduces ${his} attractiveness.`); } else { diff --git a/src/npc/descriptions/heels.js b/src/npc/descriptions/heels.js index 2f7658c29ec011f0aef7b911c4a92d38becfe01a..bd32fbac219c8884a7ba02f79ff25c142fc2b467 100644 --- a/src/npc/descriptions/heels.js +++ b/src/npc/descriptions/heels.js @@ -19,7 +19,7 @@ App.Desc.heels = function(slave) { if (slave.shoes !== "none" && slave.shoes !== "flats") { r.push(`${He} is, so ${he} can walk reasonably well.`); } else { - r.push(`Since ${he} is without them, ${he}'s crawling on `); + r.push(`Since ${he} is without them, ${he}'s crawling on`); if (!hasAllLimbs(slave)) { r.push(`the ground.`); } else { diff --git a/src/npc/descriptions/skin.js b/src/npc/descriptions/skin.js index 38ef0d1600be18ad4a772e4f52c261b527c72cdd..31e5547693a9b52b738c676c27d0560c21d623a6 100644 --- a/src/npc/descriptions/skin.js +++ b/src/npc/descriptions/skin.js @@ -70,7 +70,7 @@ App.Desc.skin = function(slave) { function freckles() { const r = []; if (slave.markings === "freckles") { - r.push(`${slave.skin} and lightly `); + r.push(`${slave.skin} and lightly`); if ((skinToneLevel(slave.skin) > 5) && (skinToneLevel(slave.skin) < 10) && (slave.hColor === "red")) { r.push(`freckled, an attractive combination.`); } else {