diff --git a/src/arcologyBuilding/markets.js b/src/arcologyBuilding/markets.js index 676201285007219c83212c34a7278ed83b572b3a..6028c0618f8cf31ff89962dd2b175a9bcf1b4bbf 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.`;