From 4224568456caf294ff3118911abba1773dd32990 Mon Sep 17 00:00:00 2001 From: Valiant Date: Mon, 30 Dec 2019 20:36:27 +0400 Subject: [PATCH] Removed cooking skill requirement from makeshift pot and copper pot recipes --- data/json/recipes/other/tool.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/json/recipes/other/tool.json b/data/json/recipes/other/tool.json index b0af9744cae1d..db9729a4b4133 100644 --- a/data/json/recipes/other/tool.json +++ b/data/json/recipes/other/tool.json @@ -419,7 +419,6 @@ "category": "CC_OTHER", "subcategory": "CSC_OTHER_TOOLS", "skill_used": "fabrication", - "skills_required": [ "cooking", 1 ], "difficulty": 1, "time": "20 m", "reversible": true, @@ -433,7 +432,6 @@ "category": "CC_OTHER", "subcategory": "CSC_OTHER_TOOLS", "skill_used": "fabrication", - "skills_required": [ "cooking", 1 ], "difficulty": 1, "time": "20 m", "reversible": true,