1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

Mtn v3: change market items

This commit is contained in:
Gerkiz 2024-10-05 21:01:26 +02:00
parent 2393610f01
commit 36aac44250
2 changed files with 4 additions and 4 deletions

View File

@ -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
}

View File

@ -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