From 967e02b9e04f2b563ef363f0f0599f7a888e3d3f Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 26 Oct 2020 10:26:36 -0400
Subject: [PATCH] spaces

---
 src/endWeek/saRules.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/endWeek/saRules.js b/src/endWeek/saRules.js
index 53de665009c..7710ab92a02 100644
--- a/src/endWeek/saRules.js
+++ b/src/endWeek/saRules.js
@@ -598,7 +598,7 @@ App.SlaveAssignment.rules = function(slave) {
 								seX(_partner.slave, "oral", slave, "penetrative", 7);
 								break;
 							case "friend":
-								r.push(`is friends with <span class="lightgreen">${_partner.slave.slaveName},</span> who comes to visit ${him} regularly. ${His} sexual frustration from being confined to the clinic shows, and${_partner.slave.slaveName} often winds up helping ${him} get relief.`);
+								r.push(`is friends with <span class="lightgreen">${_partner.slave.slaveName},</span> who comes to visit ${him} regularly. ${His} sexual frustration from being confined to the clinic shows, and ${_partner.slave.slaveName} often winds up helping ${him} get relief.`);
 								if (_partner.slave.rules.relationship === "permissive" && slave.rules.relationship === "permissive") {
 									r.push(`They have <span class="lightgreen">become lovers.</span>`);
 									slave.relationship = 3;
@@ -2268,13 +2268,13 @@ App.SlaveAssignment.rules = function(slave) {
 									let _belly;
 									if (slave.bellyPreg >= 750000) {
 										_belly = bellyAdjective(slave);
-										r.push(`with a strained,${_belly} stomach ready to burst`);
+										r.push(`with a strained, ${_belly} stomach ready to burst`);
 									} else if (slave.bellyPreg >= 600000) {
 										_belly = bellyAdjective(slave);
-										r.push(`with a constantly quivering${_belly} stomach filled to the brim`);
+										r.push(`with a constantly quivering ${_belly} stomach filled to the brim`);
 									} else if (slave.bellyPreg >= 450000) {
 										_belly = bellyAdjective(slave);
-										r.push(`with a${_belly} stomach overstuffed`);
+										r.push(`with a ${_belly} stomach overstuffed`);
 									} else if (slave.bellyPreg >= 150000) {
 										r.push(`with the massive bulge of ${his} pregnancy`);
 									} else if (slave.bellyPreg >= 120000) {
-- 
GitLab