From e03b6ae65796c76e16989dfc3e06731ebc3ae46f Mon Sep 17 00:00:00 2001 From: phosit Date: Wed, 16 Jul 2025 21:50:33 +0200 Subject: [PATCH] Remove isNomad in unknown.js `isNomad` got removed in 6bb7f3fd39 this use was missed. It wasn't called. So it always evaluated to true. --- binaries/data/mods/public/maps/random/unknown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/mods/public/maps/random/unknown.js b/binaries/data/mods/public/maps/random/unknown.js index b28100ee70..afed7e918f 100644 --- a/binaries/data/mods/public/maps/random/unknown.js +++ b/binaries/data/mods/public/maps/random/unknown.js @@ -452,7 +452,7 @@ export function* generateMap(mapSettings) ]); } - if (!isNomad && lake && randBool(2/3)) + if (!mapSettings.Nomad && lake && randBool(2/3)) { g_Map.log("Creating small central island"); createArea(