mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.3.35
This commit is contained in:
parent
f3941bfdc4
commit
63ac434e1d
2 changed files with 2 additions and 2 deletions
|
|
@ -292,7 +292,7 @@ function editBurg(id) {
|
|||
} else openMFCG();
|
||||
|
||||
function openMFCG(seed) {
|
||||
if (!seed) openURL(burg.MFCGlink);
|
||||
if (!seed) {openURL(burg.MFCGlink); return;}
|
||||
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