We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display number of eggs.
self.emit_event( 'next_egg_incubates', formatted='Next egg incubates in {distance_in_km:.2f} km, Egg count: {egg_count}', data={ 'distance_in_km': km_left, 'egg_count': len(self.eggs) } )
The text was updated successfully, but these errors were encountered:
PR #4274 plans on adding this.
Sorry, something went wrong.
No branches or pull requests
Short Description
Display number of eggs.
Possible solution
How it would help others
The text was updated successfully, but these errors were encountered: