mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix: religions reference
This commit is contained in:
parent
c9400db3b1
commit
1e4fba3615
3 changed files with 3 additions and 3 deletions
|
|
@ -710,7 +710,7 @@ window.Markers = (function () {
|
|||
}
|
||||
|
||||
function addSacredMountain(id, cell) {
|
||||
const {cells, cultures} = pack;
|
||||
const {cells, religions} = pack;
|
||||
|
||||
const culture = cells.c[cell].map(c => cells.culture[c]).find(c => c);
|
||||
const religion = cells.religion[cell];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue