Skip to content

Commit

Permalink
Merge pull request #14 from Anakin5/po
Browse files Browse the repository at this point in the history
Add missing attack/defense_perfection to Pokemon Optimizer
  • Loading branch information
Jasperrr91 authored Sep 14, 2016
2 parents 1767b7e + b3cf8c7 commit 0e8a03a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pokemongo_bot/cell_workers/pokemon_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ def open_inventory(self):
setattr(pokemon, "dps2", pokemon.charged_attack.dps)
setattr(pokemon, "dps_attack", pokemon.moveset.dps_attack)
setattr(pokemon, "dps_defense", pokemon.moveset.dps_defense)
setattr(pokemon, "attack_perfection", pokemon.moveset.attack_perfection)
setattr(pokemon, "defense_perfection", pokemon.moveset.defense_perfection)

self.ongoing_stardust_count = self.bot.stardust

Expand Down

0 comments on commit 0e8a03a

Please sign in to comment.