mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
v1.0.19
This commit is contained in:
parent
57c1e17c88
commit
85743b7956
1 changed files with 1 additions and 1 deletions
|
|
@ -691,7 +691,7 @@ function parseLoadedData(data) {
|
|||
labels.attr("display", null);
|
||||
|
||||
// v 1.0 added religions heirarchy tree
|
||||
pack.religions.forEach(r => {
|
||||
pack.religions.filter(r => r.i).forEach(r => {
|
||||
r.origin = 0;
|
||||
r.code = r.name.slice(0, 2);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue