From 20b985e63b303cc4b856daf9dade83de370ab7d0 Mon Sep 17 00:00:00 2001 From: plague006 Date: Sun, 10 Feb 2019 15:37:13 -0500 Subject: [PATCH] Fix merge --- features/infinite_storage_chest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/infinite_storage_chest.lua b/features/infinite_storage_chest.lua index 3496d984..38d86e79 100644 --- a/features/infinite_storage_chest.lua +++ b/features/infinite_storage_chest.lua @@ -267,7 +267,7 @@ local market_items = require 'resources.market_items' table.insert( market_items, { - price = 100, + price = config.cost, name = 'infinity-chest', description = 'Stores unlimited quantity of items for up to 48 different item types' }