diff --git a/Core/Scripts/ConfigManager.cs b/Core/Scripts/ConfigManager.cs index bb03d72..a9de115 100644 --- a/Core/Scripts/ConfigManager.cs +++ b/Core/Scripts/ConfigManager.cs @@ -7,8 +7,8 @@ namespace IslaApocalypse.Core // Change this if your namespace is different public static class ConfigManager { // Default Fallbacks - public static int WorldSeed = 1063685222; - // public static int WorldSeed = (int)GD.Randi(); if 0 also randomizes + // public static int WorldSeed = 1063685222; + public static int WorldSeed = (int)GD.Randi(); // if 0 also randomizes public static int MapSize = 8192; public static float CraterRadius = 400f; public static float DensityMultiplier = 1.0f; // <-- Replaces TownCount