From 89202aa4a3c06a443bd18d7afee77349cc999e78 Mon Sep 17 00:00:00 2001 From: Brevven Date: Mon, 18 Jul 2022 03:47:29 -0700 Subject: [PATCH] k2 tech cost --- prototypes/gas-extractor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/gas-extractor.lua b/prototypes/gas-extractor.lua index 0cba3b9..a42ffe0 100644 --- a/prototypes/gas-extractor.lua +++ b/prototypes/gas-extractor.lua @@ -48,7 +48,7 @@ data:extend({ }, unit = { count = 10, - ingredients = {{"automation-science-pack", 1}}, + ingredients = mods.Krastorio2 and {{"basic-tech-card", 1}} or {{"automation-science-pack", 1}}, time = 20, }, },