Fix route to Temple biome

pull/13/head
Flashfyre 2023-12-12 01:01:31 -05:00
parent ed800ead28
commit 3da558f2f8
1 changed files with 2 additions and 2 deletions

View File

@ -93,9 +93,9 @@ export const biomeLinks: BiomeLinks = {
[Biome.ABYSS]: Biome.SPACE, [Biome.ABYSS]: Biome.SPACE,
[Biome.SPACE]: Biome.RUINS, [Biome.SPACE]: Biome.RUINS,
[Biome.CONSTRUCTION_SITE]: [ Biome.DOJO, Biome.POWER_PLANT ], [Biome.CONSTRUCTION_SITE]: [ Biome.DOJO, Biome.POWER_PLANT ],
[Biome.JUNGLE]: Biome.SWAMP, [Biome.JUNGLE]: Biome.TEMPLE,
[Biome.FAIRY_CAVE]: Biome.ICE_CAVE, [Biome.FAIRY_CAVE]: Biome.ICE_CAVE,
[Biome.TEMPLE]: Biome.CAVE [Biome.TEMPLE]: Biome.SWAMP
}; };
export const biomeDepths: BiomeDepths = {} export const biomeDepths: BiomeDepths = {}