diff --git a/features/fish_market.lua b/features/fish_market.lua index 754e977f..9f0f54b8 100644 --- a/features/fish_market.lua +++ b/features/fish_market.lua @@ -30,7 +30,7 @@ local function spawn_market(_, player) local market = surface.create_entity {name = 'market', position = pos} market.destructible = false game.player.print("Market added. To remove it, highlight it with your cursor and run the command /sc game.player.selected.destroy()") - + for _, item in ipairs(Market_items) do market.add_market_item(item) end