-
Notifications
You must be signed in to change notification settings - Fork 291
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
allow fleeing at end of movement #6230
allow fleeing at end of movement #6230
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6230 +/- ##
============================================
- Coverage 29.01% 28.99% -0.02%
+ Complexity 13985 13982 -3
============================================
Files 2649 2652 +3
Lines 268172 268281 +109
Branches 47734 47761 +27
============================================
- Hits 77802 77799 -3
- Misses 186484 186600 +116
+ Partials 3886 3882 -4 ☔ View full report in Codecov by Sentry. |
This is amazing! |
Will this also check if the unit attempting to flee has at least one MP remaining to complete the move 'offboard'? |
no, it just checks if you can make it to the edge of the board. |
Let me know if this is ready to go? |
yea, it is ready now |
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.
Limited testing and seems to work.
fixes #346