refactor: refactor religions expand

This commit is contained in:
Azgaar 2022-09-01 00:22:46 +03:00
parent 5361565cd7
commit b9ff6a652c
13 changed files with 55 additions and 40 deletions

View file

@ -30,7 +30,7 @@ export function generateReligions({
cultures,
states,
burgs,
pick(cells, "i", "c", "biome", "culture", "burg", "state", "route")
pick(cells, "i", "c", "h", "biome", "culture", "burg", "state", "route")
);
folkReligions.forEach(({center}) => drawPoint(cells.p[center], {radius: 3, color: "blue"}));