-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
IncubateEggs update #5125
IncubateEggs update #5125
Conversation
* Added return of WorkerResult that depends on egg hatching * Fixed eggs and incubators list not being updates after last one used * Now using class Pokemon from inventory
Added colored logging to eggs_hatched_log
CI failed because the |
|
||
|
||
class IncubateEggs(BaseTask): | ||
class IncubateEggs(Datastore, BaseTask): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove Datastore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I was waiting your PR to be merge, already had changes made. 👍
Short Description:
IncubateEggs task now return WorkerResult depending on egg hatching.
Now uses class Pokemon from
inventory.py
to display Pokemon stats and data.Created table
eggs_hatched_log
in db to log eggs hatched.Print ncp of the Pokemon.
Fixes/Resolves/Closes (please use correct syntax):