mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
Step 1 of resolving #6186 freshwater crisis - unify adjacency to a single function, only rivers are outliers (#6219)
This commit is contained in:
@ -21,11 +21,11 @@ object Constants {
|
||||
|
||||
const val forest = "Forest"
|
||||
const val jungle = "Jungle"
|
||||
|
||||
const val ice = "Ice"
|
||||
const val floodPlains = "Flood plains"
|
||||
val vegetation = arrayOf(forest, jungle)
|
||||
val sea = arrayOf(ocean, coast)
|
||||
|
||||
const val freshWater = "Fresh water"
|
||||
|
||||
const val barbarianEncampment = "Barbarian encampment"
|
||||
|
||||
|
Reference in New Issue
Block a user