Skip to content

Commit

Permalink
Rail Bridge should have only one movement cost for Tires.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: e583d92806dc88d2b5cfc02d9382b55494deb532
  • Loading branch information
cpojer committed Sep 13, 2024
1 parent f5db44f commit 38e00c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion athena/info/Tile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ export const RailBridge = new TileInfo(
[MovementTypes.LowAltitude, 1],
[MovementTypes.Rail, 1],
[MovementTypes.Ship, 1],
[MovementTypes.Tires, 2],
[MovementTypes.Tires, 1],
[MovementTypes.Tread, 2],
]),
},
Expand Down

0 comments on commit 38e00c6

Please sign in to comment.