Skip to content

Commit

Permalink
Set the correct furniture id for box_large_reinforced
Browse files Browse the repository at this point in the history
It is inorrectly set to `f_cardboard_box_reinforced`, but it should be
`f_cardboard_box_large_reinforced`

```
 DEBUG    : invalid furniture id "f_cardboard_box_reinforced"

 FUNCTION : const T &generic_factory<furn_t>::obj(const string_id<T> &) const [T = furn_t]
 FILE     : src/generic_factory.h
 LINE     : 445
 VERSION  : 0.F-5987-g0d23870736
```
  • Loading branch information
ccaviness committed Feb 10, 2022
1 parent 0d23870 commit edc3a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
"max_item_length": "100 cm"
}
],
"use_action": { "type": "deploy_furn", "furn_type": "f_cardboard_box_reinforced" }
"use_action": { "type": "deploy_furn", "furn_type": "f_cardboard_box_large_reinforced" }
},
{
"id": "bucket",
Expand Down

0 comments on commit edc3a22

Please sign in to comment.