mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
Fix lint
This commit is contained in:
parent
f11426dda8
commit
4ade07ae19
@ -1587,8 +1587,7 @@ class EvolutionItemModifierTypeGenerator extends ModifierTypeGenerator {
|
|||||||
p.species.speciesId === SpeciesId.SLOWPOKE ||
|
p.species.speciesId === SpeciesId.SLOWPOKE ||
|
||||||
p.species.speciesId === SpeciesId.EEVEE ||
|
p.species.speciesId === SpeciesId.EEVEE ||
|
||||||
p.species.speciesId === SpeciesId.KIRLIA ||
|
p.species.speciesId === SpeciesId.KIRLIA ||
|
||||||
p.species.speciesId === SpeciesId.SNORUNT
|
p.species.speciesId === SpeciesId.SNORUNT),
|
||||||
),
|
|
||||||
)
|
)
|
||||||
.flatMap(p => {
|
.flatMap(p => {
|
||||||
const evolutions = pokemonEvolutions[p.species.speciesId];
|
const evolutions = pokemonEvolutions[p.species.speciesId];
|
||||||
@ -1604,8 +1603,7 @@ class EvolutionItemModifierTypeGenerator extends ModifierTypeGenerator {
|
|||||||
p.fusionSpecies.speciesId === SpeciesId.SLOWPOKE ||
|
p.fusionSpecies.speciesId === SpeciesId.SLOWPOKE ||
|
||||||
p.fusionSpecies.speciesId === SpeciesId.EEVEE ||
|
p.fusionSpecies.speciesId === SpeciesId.EEVEE ||
|
||||||
p.fusionSpecies.speciesId === SpeciesId.KIRLIA ||
|
p.fusionSpecies.speciesId === SpeciesId.KIRLIA ||
|
||||||
p.fusionSpecies.speciesId === SpeciesId.SNORUNT
|
p.fusionSpecies.speciesId === SpeciesId.SNORUNT),
|
||||||
),
|
|
||||||
)
|
)
|
||||||
.flatMap(p => {
|
.flatMap(p => {
|
||||||
const evolutions = pokemonEvolutions[p.fusionSpecies!.speciesId];
|
const evolutions = pokemonEvolutions[p.fusionSpecies!.speciesId];
|
||||||
|
Loading…
Reference in New Issue
Block a user