Skip to content

Commit 7e89b44

Browse files
Merge pull request #82897 from gettingusedto/cardboard
Adjust the 'hide inside' capability of some furnitures
1 parent 250bc71 commit 7e89b44

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/json/furniture_and_terrain/furniture-storage.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"id": "f_cardboard_box",
219219
"name": "large cardboard box",
220220
"symbol": "X",
221-
"description": "A large box made of brown corrugated paper. Could contain a number of things, and you could even hide inside. Considering it only has two small flaps for carrying, it's very hard to see out of, and won't do anything to protect you if you're found.",
221+
"description": "A large box made of brown corrugated paper. Could contain a number of things.",
222222
"color": "brown",
223223
"move_cost_mod": 7,
224224
"coverage": 90,
@@ -229,15 +229,15 @@
229229
"max_volume": "324 L",
230230
"deployed_item": "box_large",
231231
"examine_action": "deployed_furniture",
232-
"flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "PLACE_ITEM", "ORGANIC", "EASY_DECONSTRUCT", "HIDE_PLACE", "NO_SIGHT", "CONTAINER" ],
232+
"flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "PLACE_ITEM", "ORGANIC", "EASY_DECONSTRUCT", "CONTAINER" ],
233233
"bash": { "str_min": 2, "str_max": 15, "sound": "crumple!", "sound_fail": "thud." }
234234
},
235235
{
236236
"type": "furniture",
237237
"id": "f_cardboard_box_large_reinforced",
238238
"name": "reinforced large cardboard box",
239239
"symbol": "X",
240-
"description": "A large box made of brown corrugated paper that was doubled up for extra strength. Could contain a number of things, and you could even hide inside. Considering it only has two small flaps for carrying, it's very hard to see out of, and won't do anything to protect you if you're found.",
240+
"description": "A large box made of brown corrugated paper that was doubled up for extra strength. Could contain a number of things.",
241241
"color": "brown",
242242
"looks_like": "f_cardboard_box",
243243
"move_cost_mod": 7,
@@ -249,7 +249,7 @@
249249
"max_volume": "324 L",
250250
"deployed_item": "box_large_reinforced",
251251
"examine_action": "deployed_furniture",
252-
"flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "PLACE_ITEM", "ORGANIC", "EASY_DECONSTRUCT", "HIDE_PLACE", "NO_SIGHT", "CONTAINER" ],
252+
"flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "PLACE_ITEM", "ORGANIC", "EASY_DECONSTRUCT", "CONTAINER" ],
253253
"bash": { "str_min": 3, "str_max": 16, "sound": "crumple!", "sound_fail": "thud." }
254254
},
255255
{

data/json/furniture_and_terrain/furniture-terrains.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"coverage": 95,
6666
"comfort": 4,
6767
"floor_bedding_warmth": 700,
68-
"required_str": 3,
68+
"required_str": -1,
6969
"deconstruct": {
7070
"items": [
7171
{ "item": "box_large", "count": 1 },

0 commit comments

Comments
 (0)