Skip to content

Commit

Permalink
Merge branch 'master' into new_se
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Sep 17, 2021
2 parents 9fa96be + 0578fcb commit 32f9a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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 Expand Up @@ -1368,6 +1368,7 @@ def text_input(obj, map, name, wrap_len, max_len=1000000):
map.show()
ev = ""
std_loop()
time.sleep(0.05)


# Functions needed for movemap
Expand Down

0 comments on commit 32f9a56

Please sign in to comment.