From a25a7abc9730caaa3d2f47f18352a8592f7141dc Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Tue, 10 Mar 2020 20:46:43 +0100
Subject: [PATCH] fix extra "."

---
 src/arcologyBuilding/markets.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arcologyBuilding/markets.js b/src/arcologyBuilding/markets.js
index 67620128500..6028c0618f8 100644
--- a/src/arcologyBuilding/markets.js
+++ b/src/arcologyBuilding/markets.js
@@ -71,7 +71,7 @@ App.Arcology.Cell.Market = class extends App.Arcology.Cell.BaseCell {
 	 */
 	_setting() {
 		/* no need to check type, since you can only get here with the basic type */
-		let r = "area of the concourse occupied by large stores and markets, many of which sell slaves.";
+		let r = "area of the concourse occupied by large stores and markets, many of which sell slaves";
 
 		if (this.owner === 1) {
 			return `This is an ${r}. You control this part of the arcology and all these tenants pay you rent.`;
-- 
GitLab