From d72beb6070e83cca201ff3147457288cd4f1b850 Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Mon, 5 Aug 2019 00:28:41 -0700 Subject: [PATCH] Lamellar cuirass nows appears in the torso crafting submenu Previously it was listed as a 'suit', even though it was in `torso.json`, and only covered the torso. --- data/json/recipes/armor/torso.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/armor/torso.json b/data/json/recipes/armor/torso.json index f306e36ae2098..cd4fb7d09c30f 100644 --- a/data/json/recipes/armor/torso.json +++ b/data/json/recipes/armor/torso.json @@ -15,7 +15,7 @@ "result": "armor_lamellar", "type": "recipe", "category": "CC_ARMOR", - "subcategory": "CSC_ARMOR_SUIT", + "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", "difficulty": 3, "time": "240 m",