mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
Update encounter-pokemon-utils.ts
This commit is contained in:
parent
674a9b2a18
commit
52140bfac6
@ -813,7 +813,7 @@ export async function catchPokemon(
|
|||||||
} else if (addStatus.value) {
|
} else if (addStatus.value) {
|
||||||
catchMessage = "battle:pokemonCaught";
|
catchMessage = "battle:pokemonCaught";
|
||||||
} else {
|
} else {
|
||||||
catchMessage = "battle:pokemonCaughtChallenge";
|
catchMessage = "battle:pokemonCaughtButChallenge";
|
||||||
}
|
}
|
||||||
globalScene.ui.showText(
|
globalScene.ui.showText(
|
||||||
i18next.t(catchMessage, { pokemonName: pokemon.getNameToRender() }),
|
i18next.t(catchMessage, { pokemonName: pokemon.getNameToRender() }),
|
||||||
|
Loading…
Reference in New Issue
Block a user