Skip to content

Commit

Permalink
Prevent dragging plugged-in grid furniture (#2509)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Mar 31, 2023
1 parent d47fa53 commit 2bff3a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/furniture_and_terrain/furniture-appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@
"color": "blue",
"move_cost_mod": -1,
"coverage": 80,
"required_str": 10,
"required_str": -1,
"crafting_pseudo_item": [ "fake_gridfood_processor", "fake_griddehydrator", "fake_gridvac_sealer", "fake_gridwater_purifier", "press" ],
"flags": [ "BLOCKSDOOR", "MINEABLE", "EASY_DECONSTRUCT" ],
"deconstruct": { "items": [ { "item": "craftrig", "count": 1 }, { "item": "cable", "charges": 5 } ] },
Expand Down Expand Up @@ -1363,7 +1363,7 @@
"color": "light_cyan",
"move_cost_mod": -1,
"coverage": 90,
"required_str": 10,
"required_str": -1,
"flags": [ "CONTAINER", "PLACE_ITEM", "BLOCKSDOOR", "MINEABLE", "EASY_DECONSTRUCT" ],
"deconstruct": { "items": [ { "item": "fridge", "count": 1 } ] },
"max_volume": "200 L",
Expand Down Expand Up @@ -1488,7 +1488,7 @@
"color": "blue",
"move_cost_mod": -1,
"coverage": 50,
"required_str": 5,
"required_str": -1,
"flags": [ "CONTAINER", "PLACE_ITEM", "BLOCKSDOOR", "MINEABLE", "EASY_DECONSTRUCT" ],
"deconstruct": { "items": [ { "item": "minifreezer", "count": 1 } ] },
"max_volume": "75 L",
Expand Down Expand Up @@ -1598,7 +1598,7 @@
"name": "abstract space heater",
"description": "Abstract furniture. If you see this, something went wrong.",
"move_cost_mod": 2,
"required_str": 1,
"required_str": -1,
"flags": [ "TRANSPARENT", "EASY_DECONSTRUCT" ],
"deconstruct": {
"items": [
Expand Down

0 comments on commit 2bff3a5

Please sign in to comment.