Skip to content

Commit

Permalink
Add climbable flag to chickenwire fence because it is climbable for p…
Browse files Browse the repository at this point in the history
…layers. (#52063)
  • Loading branch information
jim-huynh authored Oct 4, 2021
1 parent df9180c commit 6f71bc2
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 @@ -631,7 +631,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 6f71bc2

Please sign in to comment.