From 6add30adf31cd8443d62db5eaac01dd8e2fe7d84 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 19 May 2025 15:23:20 +0900 Subject: [PATCH] . --- exp_legacy/module/config/advanced_start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp_legacy/module/config/advanced_start.lua b/exp_legacy/module/config/advanced_start.lua index 021252f8..e4985c9f 100644 --- a/exp_legacy/module/config/advanced_start.lua +++ b/exp_legacy/module/config/advanced_start.lua @@ -83,7 +83,7 @@ return { skip_victory = true, --- @setting skip_victory will skip the victory screen when a rocket is launched friendly_fire = false, --- @setting friendly_fire weather players will be able to attack each other on the same force enemy_expansion = false, --- @setting enemy_expansion a catch all for in case the map settings file fails to load - chart_radius = 20 * 32, --- @setting chart_radius the number of tiles that will be charted when the map starts + chart_radius = 16 * 32, --- @setting chart_radius the number of tiles that will be charted when the map starts items = { --- @setting items items and there condition for being given ["iron-ore"] = cutoff_time(20 * minutes, 80, 0), ["stone"] = cutoff_time(20 * minutes, 20, 0),