mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.1.11
This commit is contained in:
parent
481d7da4e6
commit
8ff1fe46b8
9 changed files with 31 additions and 28 deletions
|
|
@ -235,7 +235,7 @@ function editBurg(id) {
|
|||
|
||||
function changePopulation() {
|
||||
const id = +elSelected.attr("data-id");
|
||||
pack.burgs[id].population = burgPopulation.value / populationRate.value / urbanization.value;
|
||||
pack.burgs[id].population = rn(burgPopulation.value / populationRate.value / urbanization.value, 4);
|
||||
}
|
||||
|
||||
function toggleFeature() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue