From 41e75ff7690dd3d03aa8c5fd62c402e899edc778 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Tue, 27 Aug 2024 12:44:52 -0500 Subject: [PATCH] feat(UI): move basic deconstruction from furniture category to other, to make them easier to find (#5256) --- data/json/construction.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/construction.json b/data/json/construction.json index 1e592b7bc547..5e186b3590cc 100644 --- a/data/json/construction.json +++ b/data/json/construction.json @@ -3,7 +3,7 @@ "type": "construction", "id": "constr_deconstruct", "group": "deconstruct_furniture", - "category": "FURN", + "category": "OTHER", "required_skills": [ [ "fabrication", 0 ] ], "time": "20 m", "qualities": [ [ { "id": "PRY", "level": 1 } ], [ { "id": "SCREW", "level": 1 } ] ], @@ -15,7 +15,7 @@ "type": "construction", "id": "constr_deconstruct_simple", "group": "deconstruct_simple_furniture", - "category": "FURN", + "category": "OTHER", "required_skills": [ [ "fabrication", 0 ] ], "time": "10 s", "pre_note": "Certain terrain and furniture can be deconstructed without any tools.",