mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-30 04:37:14 +00:00
[Bug] Fix mythical pokemon hatched stat (#2181)
This commit is contained in:
parent
f8c8605710
commit
49cb79b754
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user