[Bug] Fix mythical pokemon hatched stat (#2181)

This commit is contained in:
Tempoanon 2024-06-13 15:47:47 -04:00 committed by GitHub
parent f8c8605710
commit 49cb79b754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ const displayStats: DisplayStats = {
},
mythicalPokemonHatched: {
label_key: "mythicalsHatched",
sourceFunc: gameData => gameData.gameStats.legendaryPokemonHatched.toString(),
sourceFunc: gameData => gameData.gameStats.mythicalPokemonHatched.toString(),
hidden: true
},
shinyPokemonSeen: {