Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Oct 20, 2024
1 parent 3d22841 commit 05b8959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemonred_puffer/rewards/baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_all_events_reward(self):
np.sum(self.events.get_events(EVENTS))
- self.base_event_flags
- int(
self.get_event("EVENT_BOUGHT_MUSEUM_TICKET"),
self.events.get_event("EVENT_BOUGHT_MUSEUM_TICKET"),
0,
)
)
Expand Down

0 comments on commit 05b8959

Please sign in to comment.