Skip to content

Commit

Permalink
Fixed move cost (#57608)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Burmistrov authored May 10, 2022
1 parent 9e10426 commit 1d42ceb
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 @@ -1086,7 +1086,7 @@
"symbol": ".",
"color": "brown",
"looks_like": "t_fencegate_o",
"move_cost": 1,
"move_cost": 2,
"flags": [ "FLAMMABLE_ASH", "FLAT", "ROAD", "BURROWABLE", "TRANSPARENT" ],
"connects_to": "WOODFENCE",
"close": "t_privacy_fencegate_c",
Expand Down

0 comments on commit 1d42ceb

Please sign in to comment.