mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
Folk religions follow cultures through regeneration; extinct religion centers draw, folk centers are immutable and do not
This commit is contained in:
parent
de3ed0d705
commit
81a19337a9
4 changed files with 48 additions and 23 deletions
|
|
@ -536,7 +536,7 @@ function drawReligionCenters() {
|
|||
.attr("stroke", "#444444")
|
||||
.style("cursor", "move");
|
||||
|
||||
const data = pack.religions.filter(r => r.i && r.center && r.cells && !r.removed);
|
||||
const data = pack.religions.filter(r => r.i && r.center && !r.type==="Folk" && !r.removed);
|
||||
religionCenters
|
||||
.selectAll("circle")
|
||||
.data(data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue