This commit is contained in:
Azgaar 2022-05-08 19:22:19 +03:00
commit 02e0669282
3 changed files with 4 additions and 2 deletions

View file

@ -320,7 +320,7 @@ function getMFCGlink(burg) {
}
const parameters = {name, population, size, seed, river, coast, farms, citadel, urban_castle, hub, plaza, temple, walls, shantytown, gates: -1};
const url = new URL("https://watabou.github.io/city-generator");
const url = new URL("https://watabou.github.io/city-generator/");
url.search = new URLSearchParams(parameters);
if (sea) url.searchParams.append("sea", sea);