Step 1 of resolving #6186 freshwater crisis - unify adjacency to a single function, only rivers are outliers (#6219)

This commit is contained in:
Yair Morgenstern
2022-02-25 13:39:34 +02:00
committed by GitHub
parent 8cb73ac91b
commit 78f0ad768a
5 changed files with 21 additions and 23 deletions

View File

@ -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"