mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
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:
parent
14e01c3da1
commit
2ceab9aeaf
@ -581,7 +581,7 @@ function calculateEggRewardsForPokemon(pokemon: PlayerPokemon): [number, number]
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getEggOptions(commonEggs: number, rareEggs: 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[] = [];
|
const eggOptions: IEggOptions[] = [];
|
||||||
|
|
||||||
if (commonEggs > 0) {
|
if (commonEggs > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user