-
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
Incense bugfixing #5364
Incense bugfixing #5364
Conversation
Added documentation and new function Solving issue PokemonGoF#5151 - part 1
If there is already an incense applied, skip the worker
@davidakachaos, thanks for your PR! By analyzing the annotation information on this pull request, we identified @mjmadsen, @Gobberwart and @alexyaoyang to be potential reviewers |
self.types = { | ||
401: "Ordinary", | ||
402: "Spicy", | ||
403: "Cool", | ||
404: "Floral" | ||
} | ||
|
||
|
||
def _have_applied_incense(self): |
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.
Duplicate code from catch_pokemon.py ?
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.
Yes, how would I dry this up?
Thanks for all the feedback @sohje |
Cant wait to try this out |
Short Description:
Trying my first at catching incense Pokemon. Rebased on current dev.
Fixes/Resolves/Closes (please use correct syntax):
Please review my changes and tell me if I broke something