Skip to content

Commit

Permalink
Fix ranges that are shown for cover.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 9345a4e0466ef7a512710e739a15ab9ae6b8c2f4
  • Loading branch information
cpojer committed May 7, 2024
1 parent 6eaeadd commit b71438e
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 @@ -1441,7 +1441,7 @@ export const Iceberg = new TileInfo(
`Unknown`,
TileTypes.Sea,
{
cover: 0,
cover: 30,
movement: new Map([
[MovementTypes.Air, 1],
[MovementTypes.AirInfantry, 1],
Expand Down

0 comments on commit b71438e

Please sign in to comment.