Skip to content

Commit

Permalink
Mtn v3: change market items
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerkiz committed Oct 5, 2024
1 parent 2393610 commit 36aac44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions maps/mountain_fortress_v3/locomotive/market.lua
Original file line number Diff line number Diff line change
Expand Up @@ -530,11 +530,11 @@ local function get_items()
static = true
}

main_market_items['logistic-chest-passive-provider'] = {
main_market_items['logistic-chest-storage'] = {
stack = 1,
value = 'coin',
price = fixed_prices.logistic_chest_passive_provider_cost,
tooltip = ({ 'entity-name.logistic-chest-passive-provider' }),
price = fixed_prices.storage_chest_cost,
tooltip = ({ 'entity-name.logistic-chest-storage' }),
upgrade = false,
static = true
}
Expand Down
2 changes: 1 addition & 1 deletion maps/mountain_fortress_v3/table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function Public.reset_main_table()
redraw_mystical_chest_cost = 3000,
roboport_cost = random(750, 1500),
construction_bot_cost = random(150, 350),
logistic_chest_passive_provider_cost = random(400, 600)
storage_chest_cost = random(400, 600)

}
this.collapse_grace = true
Expand Down

0 comments on commit 36aac44

Please sign in to comment.