Remove Expert Breeder trainer type from ME eggs

It effectively duplicated the text in the egg source text box, and overflowed the visual text box as a result.
This commit is contained in:
Madmadness65 2025-05-29 22:38:33 -05:00
parent 14e01c3da1
commit 2ceab9aeaf

View File

@ -581,7 +581,7 @@ function calculateEggRewardsForPokemon(pokemon: PlayerPokemon): [number, number]
}
function getEggOptions(commonEggs: number, rareEggs: number) {
const eggDescription = i18next.t(`${namespace}:title`) + ":\n" + i18next.t(trainerNameKey);
const eggDescription = i18next.t(`${namespace}:title`);
const eggOptions: IEggOptions[] = [];
if (commonEggs > 0) {