mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-30 12:47:12 +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: {
|
mythicalPokemonHatched: {
|
||||||
label_key: "mythicalsHatched",
|
label_key: "mythicalsHatched",
|
||||||
sourceFunc: gameData => gameData.gameStats.legendaryPokemonHatched.toString(),
|
sourceFunc: gameData => gameData.gameStats.mythicalPokemonHatched.toString(),
|
||||||
hidden: true
|
hidden: true
|
||||||
},
|
},
|
||||||
shinyPokemonSeen: {
|
shinyPokemonSeen: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user