Skip to content

Commit

Permalink
Merge pull request #77539 from sparr/fence_post_bollards
Browse files Browse the repository at this point in the history
Update fence posts and bollards
  • Loading branch information
Maleclypse authored Nov 2, 2024
2 parents 5004322 + 2e80d06 commit e9980fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/json/furniture_and_terrain/terrain-fences-gates.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,8 +750,8 @@
"description": "A couple of posts that can support a fence. They look lonely without the fence.",
"symbol": "#",
"color": "brown",
"move_cost": 2,
"flags": [ "TRANSPARENT", "THIN_OBSTACLE", "SHORT" ],
"move_cost": 3,
"flags": [ "TRANSPARENT", "WALL", "PERMEABLE", "THIN_OBSTACLE" ],
"deconstruct": { "ter_set": "t_dirt", "items": [ { "item": "pointy_stick", "count": 2 } ] },
"bash": {
"str_min": 8,
Expand Down
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/terrain-walls.json
Original file line number Diff line number Diff line change
Expand Up @@ -3134,7 +3134,7 @@
"coverage": 20,
"connect_groups": "WALL",
"connects_to": "WALL",
"flags": [ "TRANSPARENT", "WALL", "SHORT", "PERMEABLE" ],
"flags": [ "TRANSPARENT", "WALL", "SHORT", "PERMEABLE", "THIN_OBSTACLE" ],
"bash": {
"str_min": 350,
"str_max": 650,
Expand Down

0 comments on commit e9980fd

Please sign in to comment.