-
Notifications
You must be signed in to change notification settings - Fork 6
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
AI foe finding enhancement #197
Conversation
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.
if intelligence != "low": | ||
class_priority = ["Mage", "Ranger", "Warrior"] | ||
sorted_foes = [] | ||
|
||
def sort_foes(): |
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.
dokumentacja metody pożądana ;)
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.
Pull request review checklist 📝 ✅
This is a checklist that helps conduct a pull request review properly. These points are required to merge the PR
There are no merge conflicts
The pull request is named accordingly (description of the functionality - it
will be visible in the changelog later)
Every task requirement (from Jira) is done
The app runs, it boots up properly (e.g. no syntax errors)
The proposed functionality is working properly (you need to pull this branch
and check for yourself)
Each function, class or functionality is properly documented
(short description of what it does, parameters or return values if they need
any explanation)