mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
hotfix: 1.103.7
This commit is contained in:
parent
95c6af8993
commit
0187bba76c
3 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue