diff --git a/data/json/deconstruction.json b/data/json/deconstruction.json index fa25e6700fee..36cd1925d542 100644 --- a/data/json/deconstruction.json +++ b/data/json/deconstruction.json @@ -903,10 +903,9 @@ "time": "30 m", "using": [ [ "advanced_electronics_high_voltage", 1 ] ], "byproducts": [ - { "item": "scrap", "count": [ 1, 4 ] }, - { "item": "scrap_copper", "count": [ 10, 20 ] }, - { "item": "cable", "charges": [ 20, 100 ] }, - { "item": "pipe", "count": [ 1, 2 ] } + { "item": "plut_generator_item", "charges": [ 1, 1 ] }, + { "item": "power_supply", "charges": [ 3, 3 ] }, + { "item": "cable", "charges": [ 15, 15 ] } ], "pre_furniture": "f_grid_plut_generator", "post_furniture": "f_null", diff --git a/data/json/furniture_and_terrain/furniture-appliances.json b/data/json/furniture_and_terrain/furniture-appliances.json index 04280e0aecb5..42f1f2a45d9e 100644 --- a/data/json/furniture_and_terrain/furniture-appliances.json +++ b/data/json/furniture_and_terrain/furniture-appliances.json @@ -2508,7 +2508,7 @@ "move_cost_mod": -1, "coverage": 60, "required_str": -1, - "flags": [ "TRANSPARENT", "NOITEM", "REDUCE_SCENT", "PERMEABLE", "EASY_DECONSTRUCT" ], + "flags": [ "TRANSPARENT", "NOITEM", "REDUCE_SCENT", "PERMEABLE" ], "bash": { "str_min": 50, "str_max": 400,