Skip to content

Commit

Permalink
Update encounter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
orchi authored Nov 17, 2024
1 parent 9d4e242 commit ce093f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/encounter.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ def handle_encounter(

case EncounterValue.AvoidedPokemon:
console.print(f"Attempting to avoid {pokemon.species.name} because it is on avoided list")
EncounterValue.avoid = True
alert = None
is_of_interest = False

Expand Down

0 comments on commit ce093f9

Please sign in to comment.