Skip to content
New issue

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

Add Egg_Count #4257

Closed
g2384 opened this issue Aug 19, 2016 · 1 comment
Closed

Add Egg_Count #4257

g2384 opened this issue Aug 19, 2016 · 1 comment

Comments

@g2384
Copy link

g2384 commented Aug 19, 2016

Short Description

Display number of eggs.

Possible solution

           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)
                }
            )

How it would help others

@mjmadsen
Copy link
Contributor

PR #4274 plans on adding this.

@k4n30 k4n30 closed this as completed Aug 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants