Skip to content

Commit

Permalink
Chimera: Fix remaining HP bug (#5240)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV authored and Marty-D committed Mar 4, 2019
1 parent efc47bf commit 7c3d39a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ let Formats = [
// Stats
template.baseStats = allies[2].baseTemplate.baseStats;
pokemon.maxhp = allies[2].maxhp;
pokemon.hp = allies[2].maxhp;
pokemon.set.evs = allies[2].set.evs;
pokemon.set.nature = allies[2].getNature().name;
pokemon.set.ivs = pokemon.baseIvs = allies[2].set.ivs;
Expand Down

0 comments on commit 7c3d39a

Please sign in to comment.