From 36d191880fcea0e7e3cc62c52350bc71b8e6ea1c Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 3 Jan 2021 20:51:47 -0500
Subject: [PATCH] Office desc fixes

---
 src/descriptions/officeDescription.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/descriptions/officeDescription.js b/src/descriptions/officeDescription.js
index e835ce448b1..65b69074f53 100644
--- a/src/descriptions/officeDescription.js
+++ b/src/descriptions/officeDescription.js
@@ -3,7 +3,6 @@
  * @returns {DocumentFragment}
  */
 App.Desc.officeDescription = function(lastElement) {
-
 	const f = document.createDocumentFragment();
 
 	App.UI.DOM.appendNewElement("div", f, paragraph1(), "indent");
@@ -257,7 +256,7 @@ App.Desc.officeDescription = function(lastElement) {
 					HeA, heA, hisA, himA, girlA, himselfA, womanA, loliA
 				} = getPronouns(assistant.pronouns().main).appendSuffix("A");
 
-				r.push(`The last time${heA} had it maintained, ${V.assistant.name} added`);
+				r.push(`The last time ${heA} had it maintained, ${V.assistant.name} added`);
 				switch (V.assistant.appearance) {
 					case "monstergirl":
 						r.push(`a pinup of ${himselfA} to its plating: ${heA}'s depicted with ${hisA} fangs bared, each strand of ${hisA} tentacle hair holding a lightning bolt, and both of ${hisA} cocks ejaculating fire.`);
@@ -427,7 +426,7 @@ App.Desc.officeDescription = function(lastElement) {
 						r.push(`a pinup of ${himselfA} to its plating: you have no idea what to make of it. Whatever it is, it is devouring your enemies on one end and popping out proper slaves from the other.`);
 						break;
 					case "schoolgirl":
-						r.push(`a pinup of ${himselfA} to its plating: ${heA}'s depicted up on tiptoe, back turned, with ${hisA} school${girlA} skirt riding up to bare${hisA} bottom.`);
+						r.push(`a pinup of ${himselfA} to its plating: ${heA}'s depicted up on tiptoe, back turned, with ${hisA} school${girlA} skirt riding up to bare ${hisA} bottom.`);
 						break;
 					default:
 						r.push(`${hisA} own symbol to its insignia.`);
-- 
GitLab