From c2929c96167e8e851ca3bac9a29bfb37b48f7679 Mon Sep 17 00:00:00 2001 From: dmitry Date: Fri, 24 Sep 2021 13:18:13 +0300 Subject: [PATCH] add subcategories to recipes (Cata++) since cdda now forces all recipes to have subcategories, the game crashes now on these two recipes. Details: https://github.com/CleverRaven/Cataclysm-DDA/pull/51744#issuecomment-926499739 --- Kenan-Modpack/nocts_cata_mod_DDA/Recipe/c_recipes.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kenan-Modpack/nocts_cata_mod_DDA/Recipe/c_recipes.json b/Kenan-Modpack/nocts_cata_mod_DDA/Recipe/c_recipes.json index 0ddbf33f0..f3afbc514 100644 --- a/Kenan-Modpack/nocts_cata_mod_DDA/Recipe/c_recipes.json +++ b/Kenan-Modpack/nocts_cata_mod_DDA/Recipe/c_recipes.json @@ -4,6 +4,7 @@ "type": "recipe", "activity_level": "LIGHT_EXERCISE", "category": "CC_ELECTRONIC", + "subcategory": "CSC_ELECTRONIC_TOOLS", "skill_used": "electronics", "difficulty": 2, "time": "30 m", @@ -40,6 +41,7 @@ "type": "recipe", "activity_level": "LIGHT_EXERCISE", "category": "CC_ELECTRONIC", + "subcategory": "CSC_ELECTRONIC_TOOLS", "skill_used": "electronics", "difficulty": 2, "time": "15 m",