make fake humans join lobby

This commit is contained in:
evanpelle
2024-09-09 17:47:17 -07:00
parent 5e3aa1977e
commit 79ee5923b1
6 changed files with 42 additions and 9 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ export class TerritoryRenderer {
this.paintCell(
tile.cell(),
this.theme.territoryColor(tile.owner().id()),
60
70
)
}
}