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

Incense bugfixing #5364

Merged
merged 8 commits into from
Sep 12, 2016
Merged

Incense bugfixing #5364

merged 8 commits into from
Sep 12, 2016

Conversation

davidakachaos
Copy link
Contributor

Short Description:

Trying my first at catching incense Pokemon. Rebased on current dev.

Fixes/Resolves/Closes (please use correct syntax):

  • Catch Pokemon attracted by incense
  • Check if an incense is active on a player
  • Updated documentation for this change

Please review my changes and tell me if I broke something

@mention-bot
Copy link

@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):
Copy link
Contributor

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 ?

Copy link
Contributor Author

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?

@davidakachaos
Copy link
Contributor Author

Thanks for all the feedback @sohje
I will have another go at it!

@solderzzc
Copy link
Contributor

solderzzc commented Sep 12, 2016

👍

Approved with PullApprove

@javajohnHub
Copy link
Contributor

Cant wait to try this out

@solderzzc solderzzc merged commit 02390dc into PokemonGoF:dev Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants