From 702eb6f7b304483d65417980e498ad4b213c6913 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 31 Aug 2020 17:50:49 -0400 Subject: [PATCH] fixes --- src/markets/specificMarkets/schools.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/markets/specificMarkets/schools.js b/src/markets/specificMarkets/schools.js index ef3ab38e2f2..e6b5c8154a1 100644 --- a/src/markets/specificMarkets/schools.js +++ b/src/markets/specificMarkets/schools.js @@ -69,11 +69,11 @@ App.Markets.NUL = function() { if (V.NUL.schoolUpgrade !== 0) { r.push(`You have endowed the school with advanced training courses in`); if (V.NUL.schoolUpgrade === 1) { - r.push(`entertainment and conversation`); + r.push(`entertainment and conversation.`); } else { - r.push(`the various sexual arts`); + r.push(`the various sexual arts.`); } - r.push(`. As a major financial supporter of the institution, you also receive a discount on them.`); + r.push(`As a major financial supporter of the institution, you also receive a discount on them.`); } App.UI.DOM.appendNewElement("p", el, r.join(" "), "scene-intro"); @@ -114,7 +114,7 @@ App.Markets.SCP = function() { App.UI.DOM.appendNewElement("p", el, r.join(" "), "scene-intro"); - App.UI.DOM.appendNewElement("p", el, ` St. Claver Preparatory offers a fresh graduate for inspection via video call. The interview takes place in a very obviously medical office, with medical supply robots wheeling past its glass walls and nurses hurrying to and fro. + App.UI.DOM.appendNewElement("p", el, `St. Claver Preparatory offers a fresh graduate for inspection via video call. The interview takes place in a very obviously medical office, with medical supply robots wheeling past its glass walls and nurses hurrying to and fro. `); let costMod = 1; if (V.HA.schoolSale !== 0) { -- GitLab