diff --git a/index.html b/index.html index 7e0377d1..653052e6 100644 --- a/index.html +++ b/index.html @@ -939,7 +939,7 @@ - + diff --git a/modules/ui/options.js b/modules/ui/options.js index ae2f8d88..37ebab80 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -545,7 +545,7 @@ function randomizeOptions() { // 'Options' settings if (randomize || !locked("template")) randomizeHeightmapTemplate(); - if (randomize || !locked("regions")) regionsInput.value = regionsOutput.value = gauss(15, 3, 2, 30); + if (randomize || !locked("regions")) regionsInput.value = regionsOutput.value = gauss(18, 5, 2, 30); if (randomize || !locked("provinces")) provincesInput.value = provincesOutput.value = gauss(20, 10, 20, 100); if (randomize || !locked("manors")) { manorsInput.value = 1000;