# Why can't you grab beds?

**URL:** https://discourse.cataclysmdda.org/t/why-cant-you-grab-beds/16469
**Category:** The Bunker
**Created:** [September 3, 2018, 8:34pm UTC](https://discourse.cataclysmdda.org/t/why-cant-you-grab-beds/16469 "2018-09-03T20:34:38Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![bostltch](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/bostltch/32/3226_2.png) [@bostltch](https://discourse.cataclysmdda.org/u/bostltch)
#### Post date: [September 3, 2018, 8:34pm UTC](https://discourse.cataclysmdda.org/t/why-cant-you-grab-beds/16469/1 "2018-09-03T20:34:38Z")

</div>

Like the title says, why? What makes it different in the code that differentiates it from most other furniture in game?

---

<div class="post-metadata">

### Author: ![darktoes](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@darktoes](https://discourse.cataclysmdda.org/u/darktoes)
#### Post date: [September 4, 2018, 12:37am UTC](https://discourse.cataclysmdda.org/t/why-cant-you-grab-beds/16469/2 "2018-09-04T00:37:40Z")

</div>

Probably the fact that it’s been given a required strength value of -1. All the immovable furniture I looked at had the same, while the movable ones had a positive value. Changing that should fix it, but I’m not sure why it was set that way in the first place.

---

<div class="post-metadata">

### Author: ![deadmerits](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/deadmerits/32/19_2.png) [@deadmerits](https://discourse.cataclysmdda.org/u/deadmerits)
#### Post date: [September 4, 2018, 1:04am UTC](https://discourse.cataclysmdda.org/t/why-cant-you-grab-beds/16469/3 "2018-09-04T01:04:33Z")

</div>

It might be that way because each tile of a bed is a separate piece, so when you grab and drag it you pull it apart.

---

<div class="post-metadata">

### Author: ![Zaragata](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/zaragata/32/7892_2.png) [@Zaragata](https://discourse.cataclysmdda.org/u/Zaragata)
#### Post date: [September 4, 2018, 1:07am UTC](https://discourse.cataclysmdda.org/t/why-cant-you-grab-beds/16469/4 "2018-09-04T01:07:20Z")

</div>

Therefore beds should be treated as vehicles.

---

<div class="post-metadata">

### Author: ![darktoes](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@darktoes](https://discourse.cataclysmdda.org/u/darktoes)
#### Post date: [September 4, 2018, 1:30am UTC](https://discourse.cataclysmdda.org/t/why-cant-you-grab-beds/16469/5 "2018-09-04T01:30:12Z")

</div>

Still works fine for couches and things like that. I can’t see any reason why it couldn’t be grabbed and moved other than perhaps a balance thing.

I tried changing the value in my game and it worked perfectly. If you really want a movable bed, change the value in your own furniture.json or make a wooden frame vehicle and put a vehicle bed on it. Or just use a rollmat/cot.

---

<div class="post-metadata">

### Author: ![Mantar](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/mantar/32/42_2.png) [@Mantar](https://discourse.cataclysmdda.org/u/Mantar)
#### Post date: [September 4, 2018, 1:40am UTC](https://discourse.cataclysmdda.org/t/why-cant-you-grab-beds/16469/6 "2018-09-04T01:40:00Z")

</div>

Huh. Now that you mention it, it seems like there probably should be a base “multi-tile movable structure” class in the game, so you could define a bed or other object that took up a few tiles but could still be dragged, without bringing in all of the vehicle stuff.  
Maybe one day when the crufty old vehicle code gets refactored and rewritten.

---

<div class="post-metadata">

### Author: ![bostltch](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/bostltch/32/3226_2.png) [@bostltch](https://discourse.cataclysmdda.org/u/bostltch)
#### Post date: [September 4, 2018, 1:51am UTC](https://discourse.cataclysmdda.org/t/why-cant-you-grab-beds/16469/7 "2018-09-04T01:51:22Z")

</div>

The thing is beds aren’t multi-tile, the tile sets make them merge together yeah but you build each tile of bed individually. It’s essentially the same thing as a sofa other than the fact it can’t be grabbed. I don’t see any conceivable reason it would be for balance or intentional because surely it makes more sense to be able to push a bed somewhere else than taking it apart and then rebuilding it somewhere else. I’ll mess with the json, it’s not like its a big deal just always confused me.

---

<div class="post-metadata">

### Author: ![darktoes](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@darktoes](https://discourse.cataclysmdda.org/u/darktoes)
#### Post date: [September 4, 2018, 2:40am UTC](https://discourse.cataclysmdda.org/t/why-cant-you-grab-beds/16469/8 "2018-09-04T02:40:41Z")

</div>

There’s no practical reason why they can’t be movable, it’s just the fact that moving a bed in chunks is really weird from a realism standpoint. Devs don’t want you to be able to drag them around weirdly until large beds can be moved as one piece. And the coding for that is pretty difficult.

---

<div class="post-metadata">

### Author: ![TheKobold](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/thekobold/32/513_2.png) [@TheKobold](https://discourse.cataclysmdda.org/u/TheKobold)
#### Post date: [February 25, 2019, 6:47pm UTC](https://discourse.cataclysmdda.org/t/why-cant-you-grab-beds/16469/9 "2019-02-25T18:47:33Z")

</div>

Makeshift beds can be grabbed and moved.

---

<div class="post-metadata">

### Author: ![Damnit-Jenkins](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/damnit-jenkins/32/4323_2.png) [@Damnit-Jenkins](https://discourse.cataclysmdda.org/u/Damnit-Jenkins)
#### Post date: [February 25, 2019, 7:58pm UTC](https://discourse.cataclysmdda.org/t/why-cant-you-grab-beds/16469/10 "2019-02-25T19:58:49Z")

</div>

Beds are ridiculously oversized in the game but i love it. I like the idea the preapocolypse people were hugely decadent with their beds.

That said ive found its easier to just deconstruct a bed down to one tile, take all the materials to wherei want the bed, and then build a new one.
