From 61f4e378a0a00a8c156d5f87955acd7f2a74fbe0 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 31 Aug 2020 01:11:34 -0400
Subject: [PATCH] change sort

---
 src/markets/theMarket/buySlaves.js  | 4 ----
 src/markets/theMarket/marketData.js | 2 --
 2 files changed, 6 deletions(-)

diff --git a/src/markets/theMarket/buySlaves.js b/src/markets/theMarket/buySlaves.js
index 9436335d268..ebc8e2a367a 100644
--- a/src/markets/theMarket/buySlaves.js
+++ b/src/markets/theMarket/buySlaves.js
@@ -33,10 +33,6 @@ App.UI.buySlaves = function() {
 	App.UI.DOM.appendNewElement("div", el, "The arcology's prosperity and culture will affect slaves who have lived there.", "note");
 	App.UI.DOM.appendNewElement("div", el, neighborsBlock());
 
-	// Midrange
-	App.UI.DOM.appendNewElement("h3", el, "Midrange");
-	el.append(storeBlock(App.Data.Markets.intermediate));
-
 	// Schools
 	if (V.rep > 6000) {
 		App.UI.DOM.appendNewElement("h3", el, "Slave Schools");
diff --git a/src/markets/theMarket/marketData.js b/src/markets/theMarket/marketData.js
index 79079176f42..7ab69ed7056 100644
--- a/src/markets/theMarket/marketData.js
+++ b/src/markets/theMarket/marketData.js
@@ -42,8 +42,6 @@ App.Data.Markets = {
 			note: `Slaves will tend to be low quality and resistant.`,
 			get requirements() { return (V.rep > 500) ? true : `You are not reputable enough to buy kidnapped slaves.`; }
 		},
-	],
-	intermediate: [
 		{
 			title: "Runaway Hunters' Market",
 			marketType: "hunters",
-- 
GitLab