From 4b6030266b976e2a8c4d52936a2bc2f289b9e504 Mon Sep 17 00:00:00 2001 From: casswedson Date: Wed, 23 Dec 2020 11:22:46 -0500 Subject: [PATCH] misc item category fixes --- data/json/items/armor/hats.json | 1 + data/json/items/armor/masks.json | 1 + data/json/recipes/other/materials.json | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/data/json/items/armor/hats.json b/data/json/items/armor/hats.json index e03206e7188cd..6014e42096a42 100644 --- a/data/json/items/armor/hats.json +++ b/data/json/items/armor/hats.json @@ -24,6 +24,7 @@ { "id": "bandana_head", "type": "TOOL_ARMOR", + "category": "clothing", "name": { "str": "head bandana" }, "description": "A cotton bandana, worn over the head.", "weight": "42 g", diff --git a/data/json/items/armor/masks.json b/data/json/items/armor/masks.json index f3887415a9bd2..ae84891e5979c 100644 --- a/data/json/items/armor/masks.json +++ b/data/json/items/armor/masks.json @@ -31,6 +31,7 @@ { "id": "bandana", "type": "TOOL_ARMOR", + "category": "clothing", "name": { "str": "bandana" }, "description": "A cotton bandana, worn over the mouth for warmth and minor protection from dust and other contaminants.", "weight": "42 g", diff --git a/data/json/recipes/other/materials.json b/data/json/recipes/other/materials.json index ed7d07fb527a3..028849c78f1dc 100644 --- a/data/json/recipes/other/materials.json +++ b/data/json/recipes/other/materials.json @@ -626,7 +626,7 @@ "type": "recipe", "activity_level": "LIGHT_EXERCISE", "result": "button_wood", - "category": "CC_WEAPON", + "category": "CC_OTHER", "skill_used": "fabrication", "skills_required": [ "fabrication", 1 ], "difficulty": 3, @@ -641,7 +641,7 @@ "type": "recipe", "activity_level": "LIGHT_EXERCISE", "result": "button_plastic", - "category": "CC_WEAPON", + "category": "CC_OTHER", "skill_used": "fabrication", "difficulty": 4, "time": "1 h 30 m",