Skip to content

Commit

Permalink
Fix Moltres's stats (#7562)
Browse files Browse the repository at this point in the history
Apparently they got overwritten with galars counterpart
  • Loading branch information
Instruct committed Oct 23, 2020
1 parent 1687bd1 commit bc93cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/pokedex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3069,7 +3069,7 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
name: "Moltres",
types: ["Fire", "Flying"],
gender: "N",
baseStats: {hp: 90, atk: 85, def: 90, spa: 100, spd: 125, spe: 90},
baseStats: {hp: 90, atk: 100, def: 90, spa: 125, spd: 85, spe: 90},
abilities: {0: "Pressure", H: "Flame Body"},
heightm: 2,
weightkg: 60,
Expand Down

0 comments on commit bc93cfc

Please sign in to comment.