autofight
autofight copied to clipboard
Priest class added to project
trafficstars
Priest class is added and incorporated into the project
Looks good, but one thing prevents a merge: coding standard. If you compare the files here, you'll notice your code has different indentation and makes the whole thing look inconsistent.
Consider using PHPCS or PHP CS Fixer, or even auto-format functionality in your IDE to fix this. It shouldn't be much work.
After you do the fixes, make another commit and another push - then this PR will be automatically updated with the latest changes.