Moddable Ice generation (any impassable feature on Water possible) (#6329)

Co-authored-by: Yair Morgenstern <yairm210@hotmail.com>
This commit is contained in:
SomeTroglodyte
2022-03-21 20:08:25 +01:00
committed by GitHub
parent 7734a48237
commit cf21ade76e
5 changed files with 59 additions and 27 deletions

View File

@ -28,7 +28,6 @@ object Constants {
const val jungle = "Jungle"
const val ice = "Ice"
val vegetation = arrayOf(forest, jungle)
val sea = arrayOf(ocean, coast)
// Note the difference in case. **Not** interchangeable!
/** The "Fresh water" terrain _unique_ */