This commit is contained in:
Aotumuri
2025-05-31 21:10:16 +09:00
parent 9ced00ff83
commit 5dd68adf8c
+1 -6
View File
@@ -288,12 +288,7 @@ export class TerritoryLayer implements Layer {
} else {
const patternName = owner.pattern();
if (!patternName) {
this.paintCell(
this.game.x(tile),
this.game.y(tile),
this.theme.territoryColor(owner),
150,
);
this.paintTile(tile, this.theme.territoryColor(owner), 150);
} else {
const x = this.game.x(tile);
const y = this.game.y(tile);