Fix issue with biome links

This commit is contained in:
Flashfyre 2023-04-21 21:32:14 -04:00
parent d721705d30
commit b50976d784

View File

@ -55,7 +55,7 @@ interface BiomeLinks {
}
export const biomeLinks: BiomeLinks = {
[Biome.TOWN]: Biome.GRASS,
[Biome.TOWN]: Biome.PLAINS,
[Biome.PLAINS]: [ Biome.GRASS, Biome.CITY, Biome.LAKE ],
[Biome.GRASS]: Biome.TALL_GRASS,
[Biome.TALL_GRASS]: [ Biome.FOREST, Biome.CAVE ],