Skip to content
Snippets Groups Projects
Commit a25a7abc authored by Arkerthan's avatar Arkerthan
Browse files

fix extra "."

parent f451af11
No related branches found
No related tags found
1 merge request!6350Different arcology layouts based on location
...@@ -71,7 +71,7 @@ App.Arcology.Cell.Market = class extends App.Arcology.Cell.BaseCell { ...@@ -71,7 +71,7 @@ App.Arcology.Cell.Market = class extends App.Arcology.Cell.BaseCell {
*/ */
_setting() { _setting() {
/* no need to check type, since you can only get here with the basic type */ /* 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) { if (this.owner === 1) {
return `This is an ${r}. You control this part of the arcology and all these tenants pay you rent.`; return `This is an ${r}. You control this part of the arcology and all these tenants pay you rent.`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment