From 9e973581d4ca82c09749655b1406e67311535ade Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Tue, 9 Jun 2020 13:29:28 -0700
Subject: [PATCH] spaces

---
 src/npc/descriptions/belly/bellyImplant.js | 2 +-
 src/npc/descriptions/face.js               | 4 ++--
 src/npc/descriptions/heels.js              | 2 +-
 src/npc/descriptions/skin.js               | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/npc/descriptions/belly/bellyImplant.js b/src/npc/descriptions/belly/bellyImplant.js
index 6e227c48d08..9730fd178c9 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 09b39b23203..c406180eb6b 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 2f7658c29ec..bd32fbac219 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 38ef0d1600b..31e5547693a 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 {
-- 
GitLab