mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
what is locked folk?
This commit is contained in:
parent
2ea53d2688
commit
1c3ec99c59
4 changed files with 29 additions and 38 deletions
|
|
@ -813,7 +813,7 @@ window.Religions = (function () {
|
|||
for (let i = cultures.length; i < religions.length; i++) {
|
||||
const faith = religions.find(r => r.i === i);
|
||||
if (faith) {
|
||||
if (faith.type === "Folk" && !faith.locked)
|
||||
if (faith.type === "Folk" && !faith.lock)
|
||||
tReligions.push({...faith, removed: true});
|
||||
else tReligions.push(faith);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue