Skip to content

Commit

Permalink
Backporting #52063 Fix NPCs cannot climb chickenwire fences but playe…
Browse files Browse the repository at this point in the history
…rs can
  • Loading branch information
BrettDong authored and ZhilkinSerg committed Nov 27, 2021
1 parent 9c8fd03 commit edb0ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/terrain-fences-gates.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"color": "brown",
"looks_like": "t_chainfence",
"move_cost": 0,
"flags": [ "TRANSPARENT", "NOITEM", "PERMEABLE", "AUTO_WALL_SYMBOL", "BURROWABLE" ],
"flags": [ "TRANSPARENT", "NOITEM", "PERMEABLE", "AUTO_WALL_SYMBOL", "BURROWABLE", "CLIMBABLE" ],
"connects_to": "CHAINFENCE",
"examine_action": "chainfence",
"deconstruct": {
Expand Down

0 comments on commit edb0ef5

Please sign in to comment.