mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
refactor: refactor religions expand
This commit is contained in:
parent
5361565cd7
commit
b9ff6a652c
13 changed files with 55 additions and 40 deletions
|
|
@ -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"}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue