Folk religions follow cultures through regeneration; extinct religion centers draw, folk centers are immutable and do not

This commit is contained in:
Canis Artorus 2023-02-21 01:55:45 -07:00
parent de3ed0d705
commit 81a19337a9
4 changed files with 48 additions and 23 deletions

View file

@ -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)