Fixed Incorrect Seed Force in Resupply Interceptions#6102
Merged
Conversation
- Removed hardcoded convoy assignment. - Deployed Convoy to Area of Operations _before_ generating the scenario. This allows the scenario to automatically pull in the convoy without extra handling. There is no risk of the convoy spawning extra scenarios in this manner.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6102 +/- ##
============================================
- Coverage 11.12% 11.12% -0.01%
+ Complexity 6426 6421 -5
============================================
Files 1062 1062
Lines 140441 140431 -10
Branches 20884 20884
============================================
- Hits 15629 15624 -5
+ Misses 123189 123183 -6
- Partials 1623 1624 +1 ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #6079
Dev Notes
I'm expecting this will make convoy interceptions significantly easier, so that will need to be monitored and addressed accordingly.