Skip to content
Snippets Groups Projects
Commit 687157fe authored by svornost's avatar svornost
Browse files

fix missing space

parent 9ca19dc4
No related branches found
No related tags found
1 merge request!7100Fix "birthdays but no aging" setting causing aging anyway
...@@ -81,7 +81,7 @@ App.Arcology.Cell.BaseCell = class extends App.Entity.Serializable { ...@@ -81,7 +81,7 @@ App.Arcology.Cell.BaseCell = class extends App.Entity.Serializable {
scene.classList.add("scene-intro"); scene.classList.add("scene-intro");
scene.append(this._setting()); scene.append(this._setting());
if (this.canBeSold()) { if (this.canBeSold()) {
scene.append(ownership(this)); scene.append(' ', ownership(this));
} }
fragment.append(scene); fragment.append(scene);
......
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