1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

Merge pull request #270 from iltar/add-landfill

Added landfill to the market
This commit is contained in:
Valansch 2018-11-07 11:59:17 +01:00 committed by GitHub
commit 3bfa267742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -267,6 +267,7 @@ local Config = {
{stone = 100000, type = 'buff', prototype = {name = 'mining_speed', value = 5}},
{stone = 100000, type = 'buff', prototype = {name = 'inventory_slot', value = 1}},
{stone = 100000, type = 'buff', prototype = {name = 'stone_automation', value = 2}},
{stone = 100000, type = 'market', prototype = {price = 1000, name = 'landfill'}},
{stone = 125000, type = 'buff', prototype = {name = 'mining_speed', value = 5}},
{stone = 125000, type = 'buff', prototype = {name = 'inventory_slot', value = 1}},