mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-24 20:31:51 -04:00
Allow HexaRealm to render jungles on hills (#7502)
This commit is contained in:
parent
acd71617cc
commit
0e0e245365
@ -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"],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user