From fd37491bbfb53d1c0ace9f3dc7670f89214f9688 Mon Sep 17 00:00:00 2001 From: Fris0uman Date: Thu, 26 Dec 2019 20:03:18 +0100 Subject: [PATCH] Item in cardboard boxes are hidden --- .../furniture_and_terrain/furniture-storage.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/data/json/furniture_and_terrain/furniture-storage.json b/data/json/furniture_and_terrain/furniture-storage.json index f18405c53e500..0d4735f4ae641 100644 --- a/data/json/furniture_and_terrain/furniture-storage.json +++ b/data/json/furniture_and_terrain/furniture-storage.json @@ -203,7 +203,17 @@ "max_volume": "1500 L", "deployed_item": "box_large", "examine_action": "deployed_furniture", - "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "PLACE_ITEM", "ORGANIC", "EASY_DECONSTRUCT", "BASHABLE", "HIDE_PLACE", "NO_SIGHT" ], + "flags": [ + "TRANSPARENT", + "FLAMMABLE_ASH", + "PLACE_ITEM", + "ORGANIC", + "EASY_DECONSTRUCT", + "BASHABLE", + "HIDE_PLACE", + "NO_SIGHT", + "CONTAINER" + ], "bash": { "str_min": 2, "str_max": 15,