From bc2841289011fe6efac1bbc3525b0d14a86ced30 Mon Sep 17 00:00:00 2001 From: scarf Date: Sat, 14 May 2022 02:36:09 +0900 Subject: [PATCH] feat: :sparkles: Allow "simple decontruction" option to Workbench(#1514) (#1523) Resolves #1514 --- .../json/furniture_and_terrain/furniture-surfaces.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/data/json/furniture_and_terrain/furniture-surfaces.json b/data/json/furniture_and_terrain/furniture-surfaces.json index 40a9af3a5a56..a4c0fdd83c97 100644 --- a/data/json/furniture_and_terrain/furniture-surfaces.json +++ b/data/json/furniture_and_terrain/furniture-surfaces.json @@ -135,14 +135,8 @@ "move_cost_mod": 2, "required_str": 10, "looks_like": "f_lab_bench", - "flags": [ "TRANSPARENT", "PLACE_ITEM", "MOUNTABLE", "FLAT_SURF" ], - "deconstruct": { - "items": [ - { "item": "pipe", "count": [ 6, 8 ] }, - { "item": "sheet_metal", "count": 2 }, - { "item": "sheet_metal_small", "count": [ 2, 4 ] } - ] - }, + "flags": [ "TRANSPARENT", "PLACE_ITEM", "MOUNTABLE", "FLAT_SURF", "EASY_DECONSTRUCT" ], + "deconstruct": { "items": [ { "item": "workbench", "count": 1 } ] }, "bash": { "str_min": 35, "str_max": 80,