Skip to content

Commit

Permalink
Add Ball lost during saver to __repr__
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoleFaye committed Mar 14, 2024
1 parent 068cffb commit c202647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyboy/plugins/game_wrapper_pokemon_pinball.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ def __repr__(self):
"Pokemon caught in session: " + str(self.pokemon_caught_in_session) + "\n" +
"Pokemon seen in session: " + str(self.pokemon_seen_in_session) + "\n" +
"Ball saver active: " + str(self.saver_active) + "\n" +
"Ball lost during saver: " + str(self.lost_ball_during_saver) + "\n" +
"Special mode active: " + str(self.special_mode_active) + "\n" +
"Evolution failure count: " + str(self.evolution_failure_count) + "\n" +
"Evolution success count: " + str(self.evolution_success_count) + "\n" +
Expand Down

0 comments on commit c202647

Please sign in to comment.