From dc67a9518b0e17fb4637006b82d4f2bcedc2cc22 Mon Sep 17 00:00:00 2001 From: theorangeangle <36866626+theorangeangle@users.noreply.github.com> Date: Mon, 30 Mar 2020 17:22:19 -0500 Subject: [PATCH] Update grid_bot_islands.lua remove the standard market to prevent two markets from spawning at map load --- map_gen/maps/grid_bot_islands.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/map_gen/maps/grid_bot_islands.lua b/map_gen/maps/grid_bot_islands.lua index 46d1dc56..0489aa86 100644 --- a/map_gen/maps/grid_bot_islands.lua +++ b/map_gen/maps/grid_bot_islands.lua @@ -11,6 +11,11 @@ local enemy_seed = 420420 local Event = require 'utils.event' local Retailer = require 'features.retailer' +-- stop standard market from spawning +local config = global.config +config.market.create_standard_market = false + +--change surface settings to remove oil, cliffs, etc local RS = require 'map_gen.shared.redmew_surface' local MGSP = require 'resources.map_gen_settings' RS.set_map_gen_settings(