Skip to content

Commit

Permalink
feat(#267): Reimplemented items not usable in duels
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jul 21, 2024
1 parent d9c52ae commit 6aa4195
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pokete.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,9 +930,6 @@ def recogniser():
for identifier, achievement_args in p_data.achievements.items():
achievements.add(identifier, **achievement_args)

# objects relevant for fm.fight()
## fm.fightmap = fm.FightMap(tss.height - 1, tss.width) TODO: Remove later

for _i in [NPC, Trainer]:
_i.set_vars(NPCActions)
notifier.set_vars(mvp.movemap)
Expand Down

0 comments on commit 6aa4195

Please sign in to comment.