diff --git a/data/json/furniture_and_terrain/furniture-flora.json b/data/json/furniture_and_terrain/furniture-flora.json index c577303a98401..ba251f33dfb0b 100644 --- a/data/json/furniture_and_terrain/furniture-flora.json +++ b/data/json/furniture_and_terrain/furniture-flora.json @@ -324,14 +324,14 @@ "comfort": 1, "floor_bedding_warmth": 50, "required_str": -1, - "deconstruct": { "items": [ { "item": "withered", "count": 50 } ] }, + "deconstruct": { "items": [ { "item": "leaves", "count": 100 } ] }, "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "ORGANIC", "MOUNTABLE", "SHORT", "EASY_DECONSTRUCT", "SMALL_HIDE" ], "bash": { "str_min": 2, "str_max": 6, "sound": "crunch!", "sound_fail": "whump.", - "items": [ { "item": "withered", "count": [ 45, 50 ] } ] + "items": [ { "item": "leaves", "count": [ 62, 75 ] } ] } }, {