diff --git a/src/descriptions/officeDescription.js b/src/descriptions/officeDescription.js index e835ce448b1d20f9887c3f1a10e1d352947d63fe..65b69074f53bfb2ab87bbf69a1d20918e4b2a0ee 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.`);