mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.3.31
This commit is contained in:
parent
aab1b8eac6
commit
5ecbcdaf85
2 changed files with 7 additions and 4 deletions
|
|
@ -287,11 +287,12 @@ function editBurg(id) {
|
|||
Seed should be a number. Default seed is FMG map seed + burg id padded to 4 chars with zeros (${defSeed}). <br>
|
||||
Please note that if seed is custom, "Overworld" button from MFCG will open a different map`, {default:burg.MFCG||defSeed, step:1, min:1, max:1e13-1}, v => {
|
||||
burg.MFCG = v;
|
||||
openMFCG();
|
||||
openMFCG(v);
|
||||
});
|
||||
} else openMFCG();
|
||||
|
||||
function openMFCG() {
|
||||
function openMFCG(seed) {
|
||||
if (!seed) openURL(burg.MFCGlink);
|
||||
const name = elSelected.text();
|
||||
const size = Math.max(Math.min(rn(burg.population), 65), 6);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue