# help with the problem

**URL:** https://discourse.cataclysmdda.org/t/help-with-the-problem/29511
**Category:** The Garage
**Created:** [November 11, 2024, 9:55pm UTC](https://discourse.cataclysmdda.org/t/help-with-the-problem/29511 "2024-11-11T21:55:42Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![COFFER](https://avatars.discourse-cdn.com/v4/letter/c/85f322/32.png) [@COFFER](https://discourse.cataclysmdda.org/u/COFFER)
#### Post date: [November 11, 2024, 9:55pm UTC](https://discourse.cataclysmdda.org/t/help-with-the-problem/29511/1 "2024-11-11T21:55:42Z")

</div>

hi everyone, help with the problem, I can’t move the cupboard for dishes in my shelter, shift + g doesn’t help, writes (You can’t grab the cupboard for dishes)

---

<div class="post-metadata">

### Author: ![IdleSol](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/idlesol/32/12753_2.png) [@IdleSol](https://discourse.cataclysmdda.org/u/IdleSol)
#### Post date: [November 13, 2024, 12:07pm UTC](https://discourse.cataclysmdda.org/t/help-with-the-problem/29511/2 "2024-11-13T12:07:20Z")

</div>

It cannot be moved.

If it bothers you, then break or disassemble it. Or edit the game files.  
data/json/furniture\_and\_terrain/furniture-surfaces.json

```diff
    "type": "furniture",
    "id": "f_cupboard",
    "name": "cupboard",
...
-- "required_str": -1,
++ "required_str": 10,

```

-1 - means you can’t move  
10 - means you need a strength of 10 to move the furniture

P.S. This is a cabinet that hangs on the wall.
