Skip to content

Commit

Permalink
Changed attacks to _attacks
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Sep 17, 2021
1 parent 22f35f6 commit 0578fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokete.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def move_downgrade(self):
def evolve(self):
if not self.player:
return
new = Poke(self.evolve_poke, self.xp, attacks = self.attacks)
new = Poke(self.evolve_poke, self.xp, _attacks = self.attacks)
self.ico.remove()
self.ico.add(evomap, round(evomap.width/2-4), round((evomap.height-8)/2))
self.move_shine()
Expand Down

0 comments on commit 0578fcb

Please sign in to comment.