mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 06:51:08 +00:00
[Misc] Remove unneeded switch case in biome name (#3202)
`Biome.ABYSS` has the same (English) name as its enum
This commit is contained in:
parent
bee2823e6b
commit
124ad5f970
@ -17,8 +17,6 @@ export function getBiomeName(biome: Biome | -1) {
|
||||
return i18next.t("biome:GRASS");
|
||||
case Biome.RUINS:
|
||||
return i18next.t("biome:RUINS");
|
||||
case Biome.ABYSS:
|
||||
return i18next.t("biome:ABYSS");
|
||||
case Biome.END:
|
||||
return i18next.t("biome:END");
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user