Skip to content

Commit

Permalink
Movecost changes (#59205)
Browse files Browse the repository at this point in the history
Changed movecost to 2 in lines 878 and 989
  • Loading branch information
nikitOS4323 authored Jul 12, 2022
1 parent e89d22a commit 78efcfd
Showing 1 changed file with 2 additions and 2 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 @@ -875,7 +875,7 @@
"symbol": ".",
"color": "brown",
"looks_like": "t_fencegate_o",
"move_cost": 1,
"move_cost": 2,
"flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "FLAT", "ROAD", "BURROWABLE" ],
"connects_to": "WOODFENCE",
"close": "t_splitrail_fencegate_c",
Expand Down Expand Up @@ -986,7 +986,7 @@
"symbol": ",",
"color": "light_gray",
"looks_like": "t_fencegate_o",
"move_cost": 1,
"move_cost": 2,
"coverage": 60,
"flags": [ "TRANSPARENT", "BURROWABLE", "FLAT", "ROAD" ],
"connects_to": "WOODFENCE",
Expand Down

0 comments on commit 78efcfd

Please sign in to comment.