From f1571f04407eead450e4459d201f819baaf52e0a Mon Sep 17 00:00:00 2001 From: "Dmitriy \"Murphy\" Kubasov" Date: Sat, 17 Jul 2021 17:54:57 +0800 Subject: [PATCH] Update construction.json --- data/json/construction.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/construction.json b/data/json/construction.json index 567871dc77076..0bb17a9edea1c 100644 --- a/data/json/construction.json +++ b/data/json/construction.json @@ -1529,7 +1529,7 @@ "required_skills": [ [ "fabrication", 3 ] ], "time": "30 m", "qualities": [ [ { "id": "HAMMER", "level": 2 } ] ], - "components": [ [ [ "pipe", 6 ] ], [ [ "scrap", 8 ] ] ], + "components": [ [ [ "pipe", 6 ] ], [ [ "pipe_fittings", 3 ] ], [ [ "scrap", 8 ] ] ], "pre_flags": "DIGGABLE", "post_terrain": "t_chainfence_posts" },