From f6a9862470159bbd9c0dd4d887c7eaa6b14df204 Mon Sep 17 00:00:00 2001 From: wkwk <12408-wkwk@users.norepy.gitgud.io> Date: Sun, 4 Oct 2020 00:31:48 -0500 Subject: [PATCH] Fix extra element in criminalMarkets --- src/markets/specificMarkets/criminalMarkets.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/markets/specificMarkets/criminalMarkets.js b/src/markets/specificMarkets/criminalMarkets.js index 7902a31089b..a2b767db89c 100644 --- a/src/markets/specificMarkets/criminalMarkets.js +++ b/src/markets/specificMarkets/criminalMarkets.js @@ -68,7 +68,6 @@ App.Markets["military prison"] = function() { App.UI.DOM.appendNewElement("p", el, `Once you arrive at the prison, the door opens to a garage and another door, brightly lit to welcome you to the premises. Through the door, you find the prisoner's quarters, each of them enclosed by electrified fences to ensure your safety as you see the stock. A guard enters, asking you to follow him as he leads you across the chamber to meet with the warden.`); App.UI.DOM.appendNewElement("p", el, `Entering the warden's quarters, you take a seat across from him as he takes the initiative. "Ah, fancy meeting one such as yourself here. Though we house some of the hardiest criminals you can find, I'm sure someone of your capabilities could find great use for them." He smirks. "... or perhaps great entertainment through the pits," he says as he beckons to his staff as they bring in the selected stock.`); - el.append(r.join(" ")); el.append(App.Markets.purchaseFramework("military prison", {sTitleSingular: "prisoner", sTitlePlural: "prisoners"})); return el; }; -- GitLab