Fix Groudon's passive

Changed from Flame Body to Protosynthesis, the original change wasn't discussed enough.
This commit is contained in:
Madmadness65 2024-05-03 19:35:07 -05:00
parent cfee310350
commit ed24e03a6f
1 changed files with 1 additions and 1 deletions

View File

@ -3372,7 +3372,7 @@ export const starterPassiveAbilities = {
[Species.LATIAS]: Abilities.SOUL_HEART,
[Species.LATIOS]: Abilities.TINTED_LENS,
[Species.KYOGRE]: Abilities.HYDRATION,
[Species.GROUDON]: Abilities.FLAME_BODY,
[Species.GROUDON]: Abilities.PROTOSYNTHESIS,
[Species.RAYQUAZA]: Abilities.UNNERVE,
[Species.JIRACHI]: Abilities.COMATOSE,
[Species.DEOXYS]: Abilities.PROTEAN,