mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.22.02
This commit is contained in:
parent
004bf49dfb
commit
9c034139d9
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@
|
||||||
// add folk religions
|
// add folk religions
|
||||||
pack.cultures.forEach(c => {
|
pack.cultures.forEach(c => {
|
||||||
if (!c.i) {religions.push({i: 0, name: "No religion"}); return;}
|
if (!c.i) {religions.push({i: 0, name: "No religion"}); return;}
|
||||||
|
if (c.removed) return;
|
||||||
const form = rw(forms.Folk);
|
const form = rw(forms.Folk);
|
||||||
const name = c.name + " " + rw(types[form]);
|
const name = c.name + " " + rw(types[form]);
|
||||||
const deity = form === "Animism" ? null : getDeityName(c.i);
|
const deity = form === "Animism" ? null : getDeityName(c.i);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue