Allow HexaRealm to render jungles on hills (#7502)

This commit is contained in:
Caballero Arepa 2022-07-22 07:30:58 -05:00 committed by GitHub
parent acd71617cc
commit 0e0e245365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,11 @@
"Grassland+Forest": ["Grassland","ForestG"],
"Grassland+Jungle": ["Grassland","JungleG"],
"Grassland+Hill+Forest": ["Grassland+Hill","ForestGH"],
"Grassland+Hill+Jungle": ["Grassland+Hill","JungleG"],
"Plains+Forest": ["Plains","ForestP"],
"Plains+Jungle": ["Plains","JungleP"],
"Plains+Hill+Forest": ["Plains+Hill","ForestPH"],
"Plains+Hill+Jungle": ["Plains+Hill","JungleP"],
"Tundra+Forest": ["Tundra","ForestT"],
"Tundra+Hill+Forest": ["Tundra+Hill","ForestTH"],
@ -1041,4 +1043,4 @@
"Snow+GI": ["Snow","GIT"],
"Snow+Hill+GI": ["Snow+Hill","GIT"],
}
}
}