Fix the Strait Of Gibraltar map (#2080)

## Description:
This PR fixes the rivers not showing up on the map in-game.

Describe the PR.

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced

## Please put your Discord username so you can be contacted if a bug or
regression is found:

DISCORD_USERNAME
Nikola123
This commit is contained in:
Duwibi
2025-09-22 19:41:31 +03:00
committed by GitHub
parent 3f4f5b195b
commit a2d19198a7
9 changed files with 8 additions and 8 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

@@ -1,12 +1,12 @@
{
"map": {
"height": 1476,
"num_land_tiles": 1998085,
"num_land_tiles": 1942981,
"width": 2902
},
"mini_map": {
"height": 738,
"num_land_tiles": 498123,
"num_land_tiles": 483724,
"width": 1451
},
"name": "Strait of Gibraltar",
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

@@ -1,12 +1,12 @@
{
"map": {
"height": 1476,
"num_land_tiles": 1998085,
"num_land_tiles": 1942981,
"width": 2902
},
"mini_map": {
"height": 738,
"num_land_tiles": 498123,
"num_land_tiles": 483724,
"width": 1451
},
"name": "Strait of Gibraltar",
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB