mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Update src/utils/common.ts
Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
This commit is contained in:
parent
a912ff223a
commit
c6644cb64a
@ -587,8 +587,8 @@ export function getShinyDescriptor(variant: Variant): string {
|
||||
case 2:
|
||||
return i18next.t("common:epicShiny");
|
||||
case 1:
|
||||
return i18next.t("common:shiny");
|
||||
return i18next.t("common:rareShiny");
|
||||
case 0:
|
||||
return i18next.t("common:normal");
|
||||
return i18next.t("common:commonShiny");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user