mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 23:42:18 +02:00
Update src/data/pokemon-species.ts
Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
This commit is contained in:
parent
f033f05ec4
commit
b0c60e61b9
@ -66,8 +66,7 @@ export function getFusedSpeciesName(speciesA: PokemonSpecies, speciesB: PokemonS
|
||||
prefix = desKey;
|
||||
suffix = radKey;
|
||||
}
|
||||
const fusedName =`${prefix}${suffix}`;
|
||||
return fusedName;
|
||||
return `${prefix}${suffix}`;
|
||||
}
|
||||
|
||||
export type PokemonSpeciesFilter = (species: PokemonSpecies) => boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user