Skip to content

Commit

Permalink
correct parens
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Oct 20, 2024
1 parent 05b8959 commit 97b36a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pokemonred_puffer/rewards/baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def get_all_events_reward(self):
- self.base_event_flags
- int(
self.events.get_event("EVENT_BOUGHT_MUSEUM_TICKET"),
0,
)
),
0,
)

def get_levels_reward(self):
Expand Down

0 comments on commit 97b36a9

Please sign in to comment.