diff --git a/src/markets/specificMarkets/schools.js b/src/markets/specificMarkets/schools.js index ef3ab38e2f2794d1c0c28fa9f55cea0d1d787ca3..e6b5c8154a1ff2d41ac059fb9bce5c96d1689869 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) {