Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
soopercool101 committed Jan 2, 2025
1 parent 83a530d commit 0e46c9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions worlds/keymasters_keep/games/pokemon_rse_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,10 +947,10 @@ def encounter_locations_with_safari(self) -> List[str]:
encounters = self.encounter_locations()[:]

encounters.extend([
"Safari Zone Area 1", # Incompatible with most encounter objectives
"Safari Zone Area 2", # Incompatible with most encounter objectives
"Safari Zone Area 3", # Incompatible with most encounter objectives
"Safari Zone Area 4", # Incompatible with most encounter objectives
"Safari Zone Area 1",
"Safari Zone Area 2",
"Safari Zone Area 3",
"Safari Zone Area 4",
][:])

if self.has_emerald:
Expand Down

0 comments on commit 0e46c9a

Please sign in to comment.