From 9bf9453a912c9cd8ca3b7027ba845a2bbb9d9d87 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 31 Aug 2020 17:56:43 -0400
Subject: [PATCH] fix

---
 src/markets/specificMarkets/slaveMarkets.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/markets/specificMarkets/slaveMarkets.js b/src/markets/specificMarkets/slaveMarkets.js
index 353ebf83585..ce682f71c0c 100644
--- a/src/markets/specificMarkets/slaveMarkets.js
+++ b/src/markets/specificMarkets/slaveMarkets.js
@@ -2,7 +2,6 @@ App.Markets.heap = function() {
 	const el = new DocumentFragment();
 	let r = [];
 	r.push(`You visit the slave markets off the arcology plaza. It's always preferable to examine merchandise in person.`);
-	r.push(`You visit the slave markets off the arcology plaza. It's always preferable to examine merchandise in person.`);
 	r.push(`You're in the corner of the slave market occupied by "The Flesh Heap", a dumping ground, of sorts, for broken slaves. Be it brain death, drug overdose, coma, or anything else, this market is willing to buy and sell them. Most of the worthwhile slaves have already been picked clean by pharmaceutical companies for drug testing, and the rest are practically nothing more than vegetables, but a handful remain just conscious enough to be profitable with effort as slaves. One should go in expecting only the worst quality possible, though if anything catches your eye, it will be rather cheap to purchase.`);
 
 	let _heap = jsRandom(1, 4);
-- 
GitLab