1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-09 13:37:02 +02:00

Update merchants.lua

This commit is contained in:
danielmartin0 2022-09-18 14:43:30 +01:00
parent 4c68fe9b3b
commit 4c6701ef39

View File

@ -44,7 +44,7 @@ function Public.generate_merchant_trades(market)
market.add_market_item{price = {{'coin', 10000}, {'raw-fish', 10}}, offer = {type = 'give-item', item = 'personal-laser-defense-equipment', count = 1}}
end
if game_completion_progress >= 2 then
market.add_market_item{price = {{'coin', 24000}, {'raw-fish', 100}}, offer = {type = 'give-item', item = 'power-armor-mk2', count = 1}}
market.add_market_item{price = {{'coin', 30000}, {'raw-fish', 100}}, offer = {type = 'give-item', item = 'power-armor-mk2', count = 1}}
end
end
end