mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 08:46:55 +00:00
[QoL] Update Normal
-> Not Shiny
. Remove no pokerus option (#3402)
This commit is contained in:
parent
0ef329e8eb
commit
c186d53f3e
@ -8,7 +8,7 @@ export const filterBar: SimpleTranslationEntries = {
|
||||
"miscFilter": "Misc",
|
||||
"sortFilter": "Sort",
|
||||
"all": "All",
|
||||
"normal": "Normal",
|
||||
"normal": "Not Shiny",
|
||||
"uncaught": "Uncaught",
|
||||
"passive": "Passive",
|
||||
"passiveUnlocked": "Passive Unlocked",
|
||||
|
@ -467,7 +467,6 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
||||
const pokerusLabels = [
|
||||
new DropDownLabel(i18next.t("filterBar:pokerus"), undefined, DropDownState.OFF),
|
||||
new DropDownLabel(i18next.t("filterBar:hasPokerus"), undefined, DropDownState.ON),
|
||||
new DropDownLabel(i18next.t("filterBar:noPokerus"), undefined, DropDownState.EXCLUDE),
|
||||
];
|
||||
const miscOptions = [
|
||||
new DropDownOption(this.scene, "WIN", winLabels),
|
||||
|
Loading…
Reference in New Issue
Block a user