mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: image conversion UI, restrict namebase chars
This commit is contained in:
parent
931c5d3af8
commit
2bbff50b60
7 changed files with 158 additions and 82 deletions
|
|
@ -817,7 +817,7 @@ window.BurgsAndStates = (function () {
|
|||
|
||||
valid.forEach(s => (s.diplomacy = new Array(states.length).fill("x"))); // clear all relationships
|
||||
if (valid.length < 2) return; // no states to renerate relations with
|
||||
const areaMean = d3.mean(valid.map(s => s.area)); // avarage state area
|
||||
const areaMean = d3.mean(valid.map(s => s.area)); // average state area
|
||||
|
||||
// generic relations
|
||||
for (let f = 1; f < states.length; f++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue