hotfix: 1.103.7

This commit is contained in:
Azgaar 2024-09-12 11:25:53 +02:00
parent 95c6af8993
commit 0187bba76c
3 changed files with 3 additions and 3 deletions

View file

@ -85,7 +85,7 @@ window.Zones = (function () {
});
const name = getAdjective(states[attacker].name) + " " + subtype;
pack.zones.push({i: pack.zones.length, name, type: "Invasion", cells: invationCells, color: "url(#hatch1)"});
pack.zones.push({i: pack.zones.length, name, type: "Invasion", cells: invasionCells, color: "url(#hatch1)"});
}
function addRebels(usedCells) {