burgs placement change + resource style

This commit is contained in:
Azgaar 2021-07-07 21:17:39 +03:00 committed by Peter
parent 1e227642c8
commit 84965cf0ca
5 changed files with 111 additions and 97 deletions

View file

@ -529,9 +529,6 @@ window.Resources = (function () {
const temp = i => grid.cells.temp[pack.cells.g[i]];
const group = i => pack.features[cells.f[i]].group;
const temp = i => grid.cells.temp[pack.cells.g[i]];
const group = i => pack.features[cells.f[i]].group;
const models = {
forest: i => [6, 7, 8].includes(cells.biome[i]),
forestAndTaiga: i => [5, 6, 7, 8, 9].includes(cells.biome[i]),